Home
last modified time | relevance | path

Searched refs:regmatch_t (Results 1 – 25 of 47) sorted by relevance

12

/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h31 #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 Dregex.h13 #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 Dregex.h13 #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 Dregex.h13 #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 Dregex.h13 #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 Dregexec.c36 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 Dregsub.c35 …* 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 Dreglib.h537 regmatch_t* match; /* subexrs in current match */
538 regmatch_t* best; /* ditto in best match yet */
560 regmatch_t nomatch;
H A Dregsubexec.c71 …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 Dregnexec.c233 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 Dregrexec.c36 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 Dregex.h150 } regmatch_t; typedef
160 size_t, regmatch_t *_RESTRICT_KYWD, int);
/titanic_41/usr/src/lib/libast/common/string/
H A Dstrmatch.c63 regmatch_t* match;
128 if (!(matchstate.match = newof(matchstate.match, regmatch_t, n, 0))) in strgrpmatch()
/titanic_41/usr/src/cmd/expr/
H A Dcompile.c84 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 Dextern.h40 extern regmatch_t *match;
/titanic_41/usr/src/lib/libast/common/comp/
H A Dfnmatch.c58 regmatch_t match; in fnmatch()
H A Dregexp.c98 regmatch_t match[elementsof(re->re_braslist)+1]; in _re_exec()
H A Dregcmp.c190 regmatch_t match[SUB + 1]; in regex()
/titanic_41/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.h92 jstring zjni_get_matched_string(JNIEnv *, char *, regmatch_t *);
/titanic_41/usr/src/cmd/basename/
H A Dbasename.c51 regmatch_t pmatch[2]; in main()
/titanic_41/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c44 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 Dpsexp.c115 regmatch_t pmatch; in psexp_match()
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.h203 regmatch_t *d_pmatch;
/titanic_41/usr/src/lib/libc/port/locale/
H A Dengine.c81 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 Dregexec.c200 regmatch_t pmatch[_RESTRICT_KYWD], int eflags) in regexec()

12