Searched refs:_endopen (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) in _endopen() function 118 rc = _endopen(file, mode, iop, LARGE_OPEN); in fopen() 137 rc = _endopen(file, mode, iop, ALWAYS_LARGE_OPEN); in fopen64() 148 return (_endopen(file, mode, iop, LARGE_OPEN)); in freopen() 156 return (_endopen(file, mode, iop, ALWAYS_LARGE_OPEN)); in freopen64()
|
/titanic_44/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | fopen.c | 39 static FILE *_endopen(char *, char *, FILE *); 44 return (_endopen(file, mode, _findiop())); in fopen() 51 return (_endopen(file, mode, iop)); in freopen() 55 _endopen(char *file, char *mode, FILE *iop) in _endopen() function
|
/titanic_44/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | fopen.c | 33 static FILE *_endopen(); 38 return (_endopen(file, mode, _findiop())); in fopen() 45 return (_endopen(file, mode, iop)); in freopen() 49 _endopen(char *file, char *mode, FILE *iop) in _endopen() function
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | fopen.c | 71 rc = _endopen(name, type, iop, LARGE_OPEN); in fopen() 225 rc = _endopen(name, type, iop, LARGE_OPEN); in freopen()
|
H A D | _endopen.c | 56 _endopen(const char *name, const char *type, FILE *iop, int largefile) in _endopen() function
|
/titanic_44/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 214 extern FILE *_endopen(const char *, const char *, FILE *, int);
|
/titanic_44/usr/src/lib/libc/amd64/ |
H A D | Makefile | 619 _endopen.o \
|
/titanic_44/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 636 _endopen.o \
|
/titanic_44/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 663 _endopen.o \
|
/titanic_44/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 691 _endopen.o \
|