/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | regex.h | 205 #define _REG_decomp 1 /* have regdecomp() */ 218 extern size_t regdecomp(regex_t*, regflags_t, char*, size_t);
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 269 #undef regdecomp macro 270 #define regdecomp _ast_regdecomp macro
|
H A D | regex.h | 188 #define _REG_decomp 1 /* have regdecomp() */ 201 extern __MANGLE__ size_t regdecomp __PROTO__((regex_t*, regflags_t, char*, size_t));
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 248 #undef regdecomp macro 249 #define regdecomp _ast_regdecomp macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 269 #undef regdecomp macro 270 #define regdecomp _ast_regdecomp macro
|
H A D | regex.h | 188 #define _REG_decomp 1 /* have regdecomp() */ 201 extern __MANGLE__ size_t regdecomp __PROTO__((regex_t*, regflags_t, char*, size_t));
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 248 #undef regdecomp macro 249 #define regdecomp _ast_regdecomp macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 269 #undef regdecomp macro 270 #define regdecomp _ast_regdecomp macro
|
H A D | regex.h | 188 #define _REG_decomp 1 /* have regdecomp() */ 201 extern __MANGLE__ size_t regdecomp __PROTO__((regex_t*, regflags_t, char*, size_t));
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 248 #undef regdecomp macro 249 #define regdecomp _ast_regdecomp macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 269 #undef regdecomp macro 270 #define regdecomp _ast_regdecomp macro
|
H A D | regex.h | 188 #define _REG_decomp 1 /* have regdecomp() */ 201 extern __MANGLE__ size_t regdecomp __PROTO__((regex_t*, regflags_t, char*, size_t));
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 248 #undef regdecomp macro 249 #define regdecomp _ast_regdecomp macro
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 394 regdecomp(regex_t* p, regflags_t flags, char* buf, size_t n) function
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | testregex.c | 245 T(" = field 3 is a regdecomp() expression\n"); 1979 fun = "regdecomp"; 1982 i = regdecomp(&preg, -1, buf, j); 1986 i = regdecomp(&preg, -1, buf, j);
|
/illumos-gate/usr/src/lib/libast/ |
H A D | Makefile.com | 265 common/regex/regdecomp.o \
|