Home
last modified time | relevance | path

Searched refs:ESIZE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c120 #define ESIZE 512 macro
124 char _expbuf[ESIZE];
177 if (ep >= &expbuf[ESIZE]) in re_comp()
227 if (ep >= &expbuf[ESIZE]) in re_comp()
233 if (ep >= &expbuf[ESIZE]) in re_comp()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c117 #define ESIZE 512 macro
121 char _expbuf[ESIZE];
171 if (ep >= &expbuf[ESIZE]) in re_comp()
222 if (ep >= &expbuf[ESIZE]) in re_comp()
228 if (ep >= &expbuf[ESIZE]) in re_comp()
/illumos-gate/usr/src/lib/libadm/common/
H A Dckstr.c44 #define ESIZE 1024 macro
88 char expbuf[ESIZE]; in ckstr_val()
99 if (!__compile(regexp[i], expbuf, &expbuf[ESIZE], '\0')) in ckstr_val()
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c46 #define ESIZE BUFSIZ macro
98 char ebuf[ESIZE]; in main()
142 if (compile(text, &ebuf[0], &ebuf[ESIZE]) == (char *)NULL) { in main()
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y86 #define ESIZE 256 macro
296 static char expbuf[ESIZE]; in ematch()
301 compile(p, expbuf, &expbuf[ESIZE], 0); in ematch()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.h39 #define EXPSIZ (ESIZE + 2)
H A Dex_tune.h63 #define ESIZE 1024 macro
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h60 #define ESIZE 256 macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c178 #define ESIZE (BUFSIZ) macro
183 #define LARGE MAXBUFSIZE+ESIZE+2
1638 uchar_t buff[MAXBUFSIZE + ESIZE]; in egrep()