Searched refs:_endopen (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | _endopen.c | 56 _endopen(const char *name, const char *type, FILE *iop, int largefile) function
|
H A D | fopen.c | 57 /* Final argument to _endopen depends on build environment */ 69 * possibly call _endopen with the same iop at this point. 71 rc = _endopen(name, type, iop, LARGE_OPEN); 220 * _endopen() is yet to be called on this iop 225 rc = _endopen(name, type, iop, LARGE_OPEN);
|
/osnet-11/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 212 extern FILE *_endopen(const char *, const char *, FILE *, int);
|
/osnet-11/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 632 _endopen.o \
|
/osnet-11/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 665 _endopen.o \
|
/osnet-11/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 614 _endopen.o \
|
/osnet-11/usr/src/lib/libc/amd64/ |
H A D | Makefile | 592 _endopen.o \
|
Completed in 28 milliseconds