Searched refs:largefile (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | _endopen.c | 56 _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 D | fopen.c | 55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) argument 76 if (largefile) {
|
/illumos-gate/usr/src/man/man5/ |
H A D | Makefile | 67 largefile.5 \
|
/illumos-gate/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 341 __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 47 milliseconds