/titanic_50/usr/src/lib/libast/common/include/ |
H A D | regex.h | 133 typedef uint32_t regflags_t; typedef 149 regflags_t re_flags; /* regsubcomp() flags */ 161 regflags_t re_flags; /* discipline flags */ 173 regflags_t re_flags; /* REG_LEFT|REG_RIGHT */ 194 extern int regcomp(regex_t*, const char*, regflags_t); 196 extern int regexec(const regex_t*, const char*, size_t, regmatch_t*, regflags_t); 218 extern size_t regdecomp(regex_t*, regflags_t, char*, size_t); 220 extern int regncomp(regex_t*, const char*, size_t, regflags_t); 221 extern int regnexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t); 225 extern int regrexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, void… [all …]
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | regex.h | 115 typedef uint32_t regflags_t; typedef 131 regflags_t re_flags; /* regsubcomp() flags */ 143 regflags_t re_flags; /* discipline flags */ 155 regflags_t re_flags; /* REG_LEFT|REG_RIGHT */ 177 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t)); 179 …n __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags_t)); 201 extern __MANGLE__ size_t regdecomp __PROTO__((regex_t*, regflags_t, char*, size_t)); 203 extern __MANGLE__ int regncomp __PROTO__((regex_t*, const char*, size_t, regflags_t)); 204 …E__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t)); 208 …c __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, __V_*, reg… [all …]
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | regex.h | 115 typedef uint32_t regflags_t; typedef 131 regflags_t re_flags; /* regsubcomp() flags */ 143 regflags_t re_flags; /* discipline flags */ 155 regflags_t re_flags; /* REG_LEFT|REG_RIGHT */ 177 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t)); 179 …n __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags_t)); 201 extern __MANGLE__ size_t regdecomp __PROTO__((regex_t*, regflags_t, char*, size_t)); 203 extern __MANGLE__ int regncomp __PROTO__((regex_t*, const char*, size_t, regflags_t)); 204 …E__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t)); 208 …c __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, __V_*, reg… [all …]
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regex.h | 115 typedef uint32_t regflags_t; typedef 131 regflags_t re_flags; /* regsubcomp() flags */ 143 regflags_t re_flags; /* discipline flags */ 155 regflags_t re_flags; /* REG_LEFT|REG_RIGHT */ 177 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t)); 179 …n __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags_t)); 201 extern __MANGLE__ size_t regdecomp __PROTO__((regex_t*, regflags_t, char*, size_t)); 203 extern __MANGLE__ int regncomp __PROTO__((regex_t*, const char*, size_t, regflags_t)); 204 …E__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t)); 208 …c __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, __V_*, reg… [all …]
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | regex.h | 115 typedef uint32_t regflags_t; typedef 131 regflags_t re_flags; /* regsubcomp() flags */ 143 regflags_t re_flags; /* discipline flags */ 155 regflags_t re_flags; /* REG_LEFT|REG_RIGHT */ 177 extern __MANGLE__ int regcomp __PROTO__((regex_t*, const char*, regflags_t)); 179 …n __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags_t)); 201 extern __MANGLE__ size_t regdecomp __PROTO__((regex_t*, regflags_t, char*, size_t)); 203 extern __MANGLE__ int regncomp __PROTO__((regex_t*, const char*, size_t, regflags_t)); 204 …E__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t)); 208 …c __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, __V_*, reg… [all …]
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regsubcomp.c | 30 static const regflags_t submap[] = 43 …gister const char* s, char** e, int delim, register const regflags_t* map, int* pm, regflags_t* pf) in regsubflags() 46 register const regflags_t* m; in regsubflags() 47 regflags_t flags; in regsubflags() 109 regsubcomp(regex_t* p, register const char* s, const regflags_t* map, int minmatch, regflags_t flag… in regsubcomp()
|
H A D | regsub.c | 35 …ster const char* sp, size_t nmatch, register regmatch_t* match, register regflags_t flags, int sre) in subold() 41 regflags_t f; in subold() 242 … p, Sfio_t* dp, const char* op, const char* sp, size_t nmatch, regmatch_t* match, regflags_t flags) in regsub()
|
H A D | regcache.c | 42 regflags_t reflags; 79 regcache(const char* pattern, regflags_t reflags, int* status) in regcache()
|
H A D | regalloc.c | 31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags) in regalloc()
|
H A D | regexec.c | 36 regexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match, regflags_t flags) in regexec()
|
H A D | reglib.h | 382 regflags_t flags; /* group flags */ 499 regflags_t flags; /* scoped flags */ 542 regflags_t flags; /* flags from regcomp() */
|
H A D | regdecomp.c | 72 decomp(register Rex_t* e, Sfio_t* sp, int type, int delimiter, regflags_t flags) in decomp() 394 regdecomp(regex_t* p, regflags_t flags, char* buf, size_t n) in regdecomp() 404 if (flags == (regflags_t)~0) in regdecomp()
|
H A D | regrexec.c | 36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t … in regrexec()
|
H A D | regcomp.c | 117 regflags_t flags; /* flags arg to regcomp */ 2542 regflags_t flags; in seq() 3180 regcomp(regex_t* p, const char* pattern, regflags_t flags) in regcomp() 3385 regncomp(regex_t* p, const char* pattern, size_t size, regflags_t flags) in regncomp()
|
H A D | regnexec.c | 1846 regnexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t … in regnexec()
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 83 register regflags_t reflags; in strgrpmatch()
|