Searched refs:ESIZE (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libadm/common/
H A Dckstr.c42 #define ESIZE 1024 macro
86 char expbuf[ESIZE];
97 if (!__compile(regexp[i], expbuf, &expbuf[ESIZE], '\0'))
/osnet-11/usr/src/lib/libc/port/gen/
H A Dregexpr.c119 #define ESIZE 512 macro
123 char _expbuf[ESIZE];
173 if (ep >= &expbuf[ESIZE])
224 if (ep >= &expbuf[ESIZE])
230 if (ep >= &expbuf[ESIZE])

Completed in 21 milliseconds