/titanic_41/usr/src/lib/libast/common/include/ |
H A D | regex.h | 31 #define regmatch_t int macro 36 #undef regmatch_t 145 } regmatch_t; typedef 196 extern int regexec(const regex_t*, const char*, size_t, regmatch_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… 231 extern int regsubexec(const regex_t*, const char*, size_t, regmatch_t*); 242 extern int regsub(const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, r…
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | regex.h | 13 #define regmatch_t int macro 18 #undef regmatch_t 127 } regmatch_t; typedef 179 extern __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags… 204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,… 208 extern __MANGLE__ int regrexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,… 214 extern __MANGLE__ int regsubexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*)); 225 …TO__((const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t));
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | regex.h | 13 #define regmatch_t int macro 18 #undef regmatch_t 127 } regmatch_t; typedef 179 extern __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags… 204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,… 208 extern __MANGLE__ int regrexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,… 214 extern __MANGLE__ int regsubexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*)); 225 …TO__((const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t));
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regex.h | 13 #define regmatch_t int macro 18 #undef regmatch_t 127 } regmatch_t; typedef 179 extern __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags… 204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,… 208 extern __MANGLE__ int regrexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,… 214 extern __MANGLE__ int regsubexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*)); 225 …TO__((const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t));
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | regex.h | 13 #define regmatch_t int macro 18 #undef regmatch_t 127 } regmatch_t; typedef 179 extern __MANGLE__ int regexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*, regflags… 204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,… 208 extern __MANGLE__ int regrexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,… 214 extern __MANGLE__ int regsubexec __PROTO__((const regex_t*, const char*, size_t, regmatch_t*)); 225 …TO__((const regex_t*, struct _sfio_s*, const char*, const char*, size_t, regmatch_t*, regflags_t));
|
/titanic_41/usr/src/lib/libast/common/regex/ |
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() 42 regmatch_t* e; in regexec()
|
H A D | regsub.c | 35 …* dp, const char* op, register const char* sp, size_t nmatch, register regmatch_t* match, register… in subold() 242 regsub(const regex_t* p, Sfio_t* dp, const char* op, const char* sp, size_t nmatch, regmatch_t* mat… in regsub()
|
H A D | reglib.h | 537 regmatch_t* match; /* subexrs in current match */ 538 regmatch_t* best; /* ditto in best match yet */ 560 regmatch_t nomatch;
|
H A D | regsubexec.c | 71 …er regsub_t* b, const char* ss, register regsubop_t* op, size_t nmatch, register regmatch_t* match) in sub() 148 regsubexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match) in regsubexec()
|
H A D | regnexec.c | 233 regmatch_t* match; 234 regmatch_t save[1]; 252 regmatch_t* m; in _matchpush() 253 regmatch_t* e; in _matchpush() 254 regmatch_t* s; in _matchpush() 259 if (!(f = (Match_frame_t*)stkpush(stkstd, sizeof(Match_frame_t) + (num - 1) * sizeof(regmatch_t)))) in _matchpush() 264 f->size = num * sizeof(regmatch_t); in _matchpush() 368 showmatch(regmatch_t* p) in showmatch() 812 regmatch_t* o; in parse() 1063 memcpy(&env->best[1], &env->match[1], r * sizeof(regmatch_t)); in parse() [all …]
|
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()
|
/titanic_41/usr/src/head/ |
H A D | regex.h | 150 } regmatch_t; typedef 160 size_t, regmatch_t *_RESTRICT_KYWD, int);
|
/titanic_41/usr/src/lib/libast/common/string/ |
H A D | strmatch.c | 63 regmatch_t* match; 128 if (!(matchstate.match = newof(matchstate.match, regmatch_t, n, 0))) in strgrpmatch()
|
/titanic_41/usr/src/cmd/expr/ |
H A D | compile.c | 84 static regmatch_t rm[SEPSIZE]; /* ptr to list of RE matches */ 314 regmatch_t *prm; /* ptr to current regmatch_t */
|
/titanic_41/usr/src/cmd/sed/ |
H A D | extern.h | 40 extern regmatch_t *match;
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | fnmatch.c | 58 regmatch_t match; in fnmatch()
|
H A D | regexp.c | 98 regmatch_t match[elementsof(re->re_braslist)+1]; in _re_exec()
|
H A D | regcmp.c | 190 regmatch_t match[SUB + 1]; in regex()
|
/titanic_41/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_util.h | 92 jstring zjni_get_matched_string(JNIEnv *, char *, regmatch_t *);
|
/titanic_41/usr/src/cmd/basename/ |
H A D | basename.c | 51 regmatch_t pmatch[2]; in main()
|
/titanic_41/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-query.c | 44 regvalue(regmatch_t match, char *string) in regvalue() 154 regmatch_t matches[10]; in parse_lpd_job()
|
/titanic_41/usr/src/cmd/pgrep/ |
H A D | psexp.c | 115 regmatch_t pmatch; in psexp_match()
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devfsadm.h | 203 regmatch_t *d_pmatch;
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 81 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 101 static int matcher(struct re_guts *, const char *, size_t, regmatch_t[], int); 153 regmatch_t pmatch[], in matcher() 286 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) * in matcher() 287 sizeof (regmatch_t)); in matcher()
|
H A D | regexec.c | 200 regmatch_t pmatch[_RESTRICT_KYWD], int eflags) in regexec()
|