Searched refs:REG_ATOI (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/nvi/regex/ |
| D | regex.h | 88 #define REG_ATOI 255 /* convert name to number (!) */ macro
|
| D | regerror.c | 122 if (errcode == REG_ATOI) in regerror()
|
| 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-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | regex_impl.h | 82 #define REG_ATOI 255 /* convert name to number (!) */ macro
|
| D | regerror.c | 92 if (errcode == REG_ATOI) in llvm_regerror()
|
| /freebsd-12-stable/include/ |
| D | regex.h | 95 #define REG_ATOI 255 /* convert name to number (!) */ macro
|
| /freebsd-12-stable/lib/libc/regex/ |
| D | regerror.c | 128 if (errcode == REG_ATOI) in regerror()
|
| 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-12-stable/lib/libc/regex/grot/ |
| D | main.c | 188 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf)); in regress() 492 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf)); in efind()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/ |
| 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()
|