Searched refs:LARGE_OPEN (Results 1 – 2 of 2) sorted by relevance
/titanic_50/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); in fopen() 148 return (_endopen(file, mode, iop, LARGE_OPEN)); in freopen()
|
/titanic_50/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); in fopen() 225 rc = _endopen(name, type, iop, LARGE_OPEN); in freopen()
|