Home
last modified time | relevance | path

Searched refs:regcollate (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libast/common/string/
H A Dchresc.c100 if (*s == '[' && (n = regcollate(s + 1, (char**)&e, buf, sizeof(buf))) >= 0) in chresc()
/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h216 extern int regcollate(const char*, char**, char*, int);
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h242 #undef regcollate
243 #define regcollate _ast_regcollate macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h263 #undef regcollate
264 #define regcollate _ast_regcollate macro
H A Dregex.h199 extern __MANGLE__ int regcollate __PROTO__((const char*, char**, char*, int));
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h263 #undef regcollate
264 #define regcollate _ast_regcollate macro
H A Dregex.h199 extern __MANGLE__ int regcollate __PROTO__((const char*, char**, char*, int));
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h263 #undef regcollate
264 #define regcollate _ast_regcollate macro
H A Dregex.h199 extern __MANGLE__ int regcollate __PROTO__((const char*, char**, char*, int));
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h242 #undef regcollate
243 #define regcollate _ast_regcollate macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h242 #undef regcollate
243 #define regcollate _ast_regcollate macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h263 #undef regcollate
264 #define regcollate _ast_regcollate macro
H A Dregex.h199 extern __MANGLE__ int regcollate __PROTO__((const char*, char**, char*, int));
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h242 #undef regcollate
243 #define regcollate _ast_regcollate macro
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregcoll.c138 regcollate(register const char* s, char** e, char* buf, int size) in regcollate() function
H A Dregcomp.c1355 if ((c = regcollate((char*)env->cursor, (char**)&env->cursor, (char*)buf, sizeof(buf))) < 0) in bra()
1369 if ((c = regcollate((char*)env->cursor, (char**)&env->cursor, (char*)buf, sizeof(buf))) < 0) in bra()
1600 if ((rw = regcollate((char*)env->cursor, (char**)&env->cursor, (char*)pp, COLL_KEY_MAX)) < 0) in bra()
1657 if ((w = regcollate((char*)env->cursor, (char**)&env->cursor, (char*)pp, COLL_KEY_MAX)) < 0) in bra()
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap242 #undef regcollate
243 #define regcollate _ast_regcollate
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap242 #undef regcollate
243 #define regcollate _ast_regcollate
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap242 #undef regcollate
243 #define regcollate _ast_regcollate
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap242 #undef regcollate
243 #define regcollate _ast_regcollate
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE1268 regex: simplify regcollate() (from doug)