Home
last modified time | relevance | path

Searched refs:NIOSTREAM (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c242 if ((NIOSTREAM = sysconf(_SC_OPEN_MAX) - 4) <= 0) { in awkvarinit()
247 ofiles = (OFILE *)emalloc(sizeof (OFILE)*NIOSTREAM); in awkvarinit()
249 (void) memset((wchar_t *)ofiles, 0, sizeof (OFILE) * NIOSTREAM); in awkvarinit()
254 for (fp = ofiles; fp < &ofiles[NIOSTREAM]; fp += 1) { in awkvarinit()
H A Dawk4.c524 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) in f_close()
529 if (op >= &ofiles[NIOSTREAM]) in f_close()
H A Dawk0.c108 long NIOSTREAM = 512; /* max num of open file descriptors */ variable
H A Dawk2.c475 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) in doend()
604 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) { in openfile()
H A Dawk.h406 extern long NIOSTREAM; /* Maximum open I/O streams */