Searched refs:_endopen (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A D_endopen.c56 _endopen(const char *name, const char *type, FILE *iop, int largefile) function
H A Dfopen.c57 /* 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 Dstdiom.h212 extern FILE *_endopen(const char *, const char *, FILE *, int);
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com632 _endopen.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com665 _endopen.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com614 _endopen.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile592 _endopen.o \

Completed in 28 milliseconds