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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfopen.c58 #define LARGE_OPEN (_FILE_OFFSET_BITS == 64) macro
71 rc = _endopen(name, type, iop, LARGE_OPEN);
225 rc = _endopen(name, type, iop, LARGE_OPEN);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c52 #define LARGE_OPEN (_FILE_OFFSET_BITS == 64) macro
118 rc = _endopen(file, mode, iop, LARGE_OPEN);
148 return (_endopen(file, mode, iop, LARGE_OPEN));

Completed in 54 milliseconds