Searched defs:largefile (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A D_endopen.c56 _endopen(const char *name, const char *type, FILE *iop, int largefile) argument
113 if (largefile) {
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) argument
76 if (largefile) {
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c341 __aio_suspend(void **list, int nent, const timespec_t *timo, int largefile) argument
361 if (largefile)
362 aio_panic("__aio_suspend: largefile set when _LP64 defined");
390 if (largefile) {
443 kerr = (int)_kaio(largefile? AIOSUSPEND64 : AIOSUSPEND,
500 if (largefile) {
563 kerr = (int)_kaio(largefile? AIOSUSPEND64 : AIOSUSPEND,

Completed in 54 milliseconds