| /onnv/onnv-gate/usr/src/lib/libadm/common/ |
| ckstr.c | 90 char expbuf[ESIZE]; local 101 if (!__compile(regexp[i], expbuf, &expbuf[ESIZE], '\0')) 103 valid = __step(input, expbuf);
|
| /onnv/onnv-gate/usr/src/lib/krb5/kadm5/srv/ |
| svr_iters.c | 61 char *expbuf; member in struct:iter_data 154 match = (step(name, data->expbuf) != 0); 226 ((data.expbuf = compile(regexp, NULL, NULL)) == NULL)
|
| /onnv/onnv-gate/usr/src/lib/libgen/common/ |
| reg_compile.c | 158 char *expbuf = ep; local 186 expbuf = ep; 430 free(expbuf); 433 reglength = (int)(ep - expbuf); 435 return (expbuf);
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| printf.c | 141 char expbuf[MAXESIZ + 1]; local 474 suffix = &expbuf[MAXESIZ]; 488 while (suffix > &expbuf[MAXESIZ - 2]) {
|
| /onnv/onnv-gate/usr/src/cmd/csplit/ |
| csplit.c | 61 char *expbuf; variable 480 to_line(findline(expbuf, offset)); 532 expbuf = compile(string, (char *)0, (char *)0); 535 to_line(findline(expbuf, offset));
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| expr.c | 236 static char expbuf[ESIZE]; local 241 compile(p, expbuf, &expbuf[512], 0, errxx); 244 if(advance(s, expbuf)) {
|
| grep.c | 95 static char expbuf[ESIZE]; variable 126 prntbuf[0] = expbuf[0] = linebuf[0] = '\0'; 182 compile(*argv, expbuf, &expbuf[ESIZE], '\0', regerr); 239 if((step(lbuf, expbuf) ^ vflag) && succeed(file) == 1)
|
| /onnv/onnv-gate/usr/src/cmd/grep/ |
| grep.c | 97 static char *expbuf; variable 184 expbuf = compile(*argv, (char *)0, (char *)0); 315 if ((step(lbuf, expbuf) ^ vflag) && succeed(file) == 1)
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| regex.c | 117 #define expbuf (_re->_expbuf) macro 147 ep = expbuf; 149 #define comerr(msg) {expbuf[0] = 0; numbra = 0; return(msg); } 163 if (ep >= &expbuf[ESIZE]) 213 if (ep >= &expbuf[ESIZE]) 219 if (ep >= &expbuf[ESIZE]) 271 p2 = expbuf;
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| regexpr.c | 127 #define expbuf (_re->_expbuf) macro 157 ep = expbuf; 159 #define comerr(msg) {expbuf[0] = 0; return (msg); } 173 if (ep >= &expbuf[ESIZE]) 224 if (ep >= &expbuf[ESIZE]) 230 if (ep >= &expbuf[ESIZE]) 282 p2 = expbuf;
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/ |
| regex.c | 130 #define expbuf (_re->_expbuf) macro 163 ep = expbuf; 165 #define comerr(msg) {expbuf[0] = 0; return (msg); } 179 if (ep >= &expbuf[ESIZE]) 229 if (ep >= &expbuf[ESIZE]) 235 if (ep >= &expbuf[ESIZE]) 287 p2 = expbuf;
|
| /onnv/onnv-gate/usr/src/cmd/expr/ |
| expr.c | 414 static char *expbuf; local 429 if (regerrno != 41 || expbuf == NULL) 432 if (expbuf) 433 free(expbuf); 434 expbuf = nexpbuf; 436 if (advance(s, expbuf)) {
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| doprnt.c | 149 char expbuf[7]; /* "e+xxxx\0" */ local 744 _fourdigitsquick( (short unsigned) n, &(expbuf[2]) ) ; 745 expbuf[6] = 0 ; 751 { suffix = &(expbuf[4]) ; suffixlength = 4 ; } 753 { suffix = &(expbuf[3]) ; suffixlength = 5 ; } 755 { suffix = &(expbuf[2]) ; suffixlength = 6 ; }
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/ |
| doprnt.c | 201 char expbuf[MAXESIZ + 1]; local 756 *(suffix = &expbuf[MAXESIZ]) = '\0'; 767 while (suffix > &expbuf[MAXESIZ - 2]) 778 (int)(&expbuf[MAXESIZ] - suffix));
|
| /onnv/onnv-gate/usr/src/cmd/pg/ |
| pg.c | 1246 static char *expbuf; local 1253 if (regerrno != 41 || expbuf == NULL) 1256 if (expbuf) 1257 free(expbuf); 1258 expbuf = nexpbuf; 1274 if (step(Line, expbuf)) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/print/ |
| doprnt.c | 509 wchar_t expbuf[MAXESIZ + 1]; local 523 char expbuf[MAXESIZ + 1]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/ed/ |
| ed.c | 192 static char *expbuf; variable [all...] |