Searched refs:backref (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | regexpr.c | 133 static int backref(int, const char *); 370 if (backref(i, lp)) { in advance() 381 while (backref(i, lp)) in advance() 425 backref(int i, const char *lp) in backref() function
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | regex.c | 123 static int backref(int, char *); 358 if (backref(i, lp)) { in advance() 369 while (backref(i, lp)) in advance() 413 backref(int i, char *lp) in backref() function
|
/titanic_44/usr/src/ucblib/libucb/port/gen/ |
H A D | regex.c | 138 static int backref(int, char *); 375 if (backref(i, lp)) { in advance() 386 while (backref(i, lp)) in advance() 430 backref(int i, char *lp) in backref() function
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 48 #define backref sbackref macro 59 #define backref lbackref macro 70 #define backref mbackref macro 104 static const char *backref(struct match *, const char *, const char *, sopno, 308 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher() 331 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher() 558 backref(struct match *m, const char *start, const char *stop, sopno startst, in backref() function 680 return (backref(m, sp+len, stop, ss+1, stopst, lev, rec)); in backref() 682 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref() 685 return (backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); in backref() [all …]
|
/titanic_44/usr/src/lib/krb5/kadm5/srv/ |
H A D | server_acl.c | 104 krb5_data *backref[9]; member 600 ws->backref[ws->nwild++] = e2; 611 else if ((ws->backref[n]->length == e2->length) && 612 (!strncmp(ws->backref[n]->data, e2->data, e2->length)))
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 526 03-09-17 regcomp.c: add pedantic backref error checks 831 regex/regcomp.c: fix recomb() to reject RE with backref
|