Searched refs:LARGE_OPEN (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 52 #define LARGE_OPEN (_FILE_OFFSET_BITS == 64) macro 118 rc = _endopen(file, mode, iop, LARGE_OPEN); 148 return (_endopen(file, mode, iop, LARGE_OPEN));
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | fopen.c | 58 #define LARGE_OPEN (_FILE_OFFSET_BITS == 64) macro 71 rc = _endopen(name, type, iop, LARGE_OPEN); 225 rc = _endopen(name, type, iop, LARGE_OPEN);
|
Completed in 55 milliseconds