typedef __off_t | regoff_t |
signed arithmetic type that can hold the largest value that can be stored in either a type off_t or type ssize_t.
typedef __size_t | size_t |
regerror() flags. Content of "\{\}" invalid: not a number, number too large, more than two numbers, first larger than second.
regexec() flags. The first character of the string pointed to by string is not the beginning of the line. Therefore, the circumflex character ( '^' ), when taken as a special character, shall not match the beginning of string.
regexec() flags. The last character of the string pointed to by string is not the end of the line. Therefore, the dollar sign ( '$' ), when taken as a special character, shall not match the end of string.
IMPORT_C int | regcomp | ( | regex_t * | __restrict, |
const char * | __restrict, | |||
int | ||||
) |
IMPORT_C int | regexec | ( | const regex_t * | __restrict, |
const char * | __restrict, | |||
size_t | , | |||
regmatch_t * | __restrict, | |||
int | ||||
) |