Searched defs:RECSIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dlib.c42 #define RECSIZE (5 * 512) macro
43 wchar_t record[RECSIZE];
44 wchar_t fields[RECSIZE];
91 er = record + RECSIZE;
309 if (r > record+RECSIZE)
432 static char euccode[RECSIZE];
434 (void) wcstombs(euccode, str, RECSIZE);
H A Drun.c41 #define RECSIZE BUFSIZ macro
441 wchar_t tbuf[2*RECSIZE];
448 p = buf= (wchar_t *)malloc(RECSIZE * sizeof (wchar_t));
452 ep = p + RECSIZE;
536 if (wslen(tbuf) >= RECSIZE)
549 /* Add RECSIZE for additional space */
550 newlen = oldlen + wslen(str) + RECSIZE;
1093 wchar_t s[RECSIZE];
1099 ep = s + RECSIZE;

Completed in 249 milliseconds