Home
last modified time | relevance | path

Searched refs:LARGE_OPEN (Results 1 – 2 of 2) sorted by last modified time

/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); in fopen()
148 return (_endopen(file, mode, iop, LARGE_OPEN)); in freopen()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfopen.c60 #define LARGE_OPEN (_FILE_OFFSET_BITS == 64) macro
73 rc = _endopen(name, type, iop, LARGE_OPEN); in fopen()
238 rc = _endopen(name, type, iop, LARGE_OPEN); in freopen()