Home
last modified time | relevance | path

Searched refs:REG_ATOI (Results 1 – 14 of 14) sorted by relevance

/external/libcups/vcnet/regex/
Dregex.h52 #define REG_ATOI 255 /* convert name to number (!) */ macro
Dregerror.c76 if (errcode == REG_ATOI) in regerror()
Dmain.c186 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf));
508 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf));
DWHATSNEW61 the syntax is disgusting and so is the implementation. The REG_ATOI
71 small extensions -- REG_ITOA and REG_ATOI -- which avoid debugging kludges
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h82 #define REG_ATOI 255 /* convert name to number (!) */ macro
Dregerror.c92 if (errcode == REG_ATOI) in llvm_regerror()
/external/llvm/lib/Support/
Dregex_impl.h82 #define REG_ATOI 255 /* convert name to number (!) */ macro
Dregerror.c92 if (errcode == REG_ATOI) in llvm_regerror()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h82 #define REG_ATOI 255 /* convert name to number (!) */ macro
Dregerror.c92 if (errcode == REG_ATOI) in llvm_regerror()
/external/llvm-project/llvm/lib/Support/
Dregex_impl.h82 #define REG_ATOI 255 /* convert name to number (!) */ macro
Dregerror.c92 if (errcode == REG_ATOI) in llvm_regerror()
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs499 pub const REG_ATOI: ::c_int = 255; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1310 pub const REG_ATOI: ::c_int = 255; constant