Searched refs:REG_ATOI (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex_impl.h | 82 #define REG_ATOI 255 /* convert name to number (!) */ macro
|
H A D | regerror.c | 92 if (errcode == REG_ATOI) in llvm_regerror()
|
/freebsd/contrib/nvi/regex/ |
H A D | regex.h | 88 #define REG_ATOI 255 /* convert name to number (!) */ macro
|
H A D | regerror.c | 122 if (errcode == REG_ATOI) in regerror()
|
H A D | WHATSNEW | 47 the syntax is disgusting and so is the implementation. The REG_ATOI 57 small extensions -- REG_ITOA and REG_ATOI -- which avoid debugging kludges
|
/freebsd/include/ |
H A D | regex.h | 92 #define REG_ATOI 255 /* convert name to number (!) */ macro
|
/freebsd/lib/libc/regex/ |
H A D | regerror.c | 120 if (errcode == REG_ATOI) in regerror()
|
H A D | WHATSNEW | 46 the syntax is disgusting and so is the implementation. The REG_ATOI 56 small extensions -- REG_ITOA and REG_ATOI -- which avoid debugging kludges
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | main.c | 215 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf)); in regress() 524 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf)); in efind()
|
/freebsd/lib/libc/regex/grot/ |
H A D | main.c | 185 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf)); in regress() 489 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf)); in efind()
|