Searched refs:REG_ATOI (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/nvi/regex/
H A Dregex.h88 #define REG_ATOI 255 /* convert name to number (!) */ macro
H A Dregerror.c81 = #define REG_ATOI 255 // convert name to number (!)
122 if (errcode == REG_ATOI)
150 - regatoi - internal routine to implement REG_ATOI
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h82 #define REG_ATOI 255 /* convert name to number (!) */ macro
H A Dregerror.c92 if (errcode == REG_ATOI)
120 - regatoi - internal routine to implement REG_ATOI
/freebsd-current/include/
H A Dregex.h92 #define REG_ATOI 255 /* convert name to number (!) */ macro
/freebsd-current/lib/libc/regex/
H A Dregerror.c75 = #define REG_ATOI 255 // convert name to number (!)
120 if (errcode == REG_ATOI)
152 - regatoi - internal routine to implement REG_ATOI
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c215 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
524 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf));
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c185 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
489 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf));

Completed in 184 milliseconds