Searched refs:ESIZE (Results 1 – 10 of 10) sorted by relevance
109 #define ESIZE 512 macro113 char _expbuf[ESIZE];163 if (ep >= &expbuf[ESIZE]) in re_comp()213 if (ep >= &expbuf[ESIZE]) in re_comp()219 if (ep >= &expbuf[ESIZE]) in re_comp()
122 #define ESIZE 512 macro126 char _expbuf[ESIZE];179 if (ep >= &expbuf[ESIZE]) in re_comp()229 if (ep >= &expbuf[ESIZE]) in re_comp()235 if (ep >= &expbuf[ESIZE]) in re_comp()
119 #define ESIZE 512 macro123 char _expbuf[ESIZE];173 if (ep >= &expbuf[ESIZE]) in re_comp()224 if (ep >= &expbuf[ESIZE]) in re_comp()230 if (ep >= &expbuf[ESIZE]) in re_comp()
44 #define ESIZE 1024 macro88 char expbuf[ESIZE]; in ckstr_val()99 if (!__compile(regexp[i], expbuf, &expbuf[ESIZE], '\0')) in ckstr_val()
48 #define ESIZE BUFSIZ macro100 char ebuf[ESIZE]; in main()144 if (compile(text, &ebuf[0], &ebuf[ESIZE]) == (char *)NULL) { in main()
90 #define ESIZE 256 macro300 static char expbuf[ESIZE]; in ematch()305 compile(p, expbuf, &expbuf[ESIZE], 0); in ematch()
39 #define EXPSIZ (ESIZE + 2)
63 #define ESIZE 1024 macro
63 #define ESIZE 256 macro
181 #define ESIZE (BUFSIZ) macro186 #define LARGE MAXBUFSIZE+ESIZE+21643 uchar_t buff[MAXBUFSIZE + ESIZE]; in egrep()