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

/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfopen.c39 static FILE *_endopen(char *, char *, FILE *);
44 return (_endopen(file, mode, _findiop()));
51 return (_endopen(file, mode, iop));
55 _endopen(char *file, char *mode, FILE *iop) function
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.c33 static FILE *_endopen();
38 return (_endopen(file, mode, _findiop()));
45 return (_endopen(file, mode, iop));
49 _endopen(char *file, char *mode, FILE *iop) function
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c50 /* Final argument to _endopen depends on build environment */
55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) function
118 rc = _endopen(file, mode, iop, LARGE_OPEN);
137 rc = _endopen(file, mode, iop, ALWAYS_LARGE_OPEN);
148 return (_endopen(file, mode, iop, LARGE_OPEN));
156 return (_endopen(file, mode, iop, ALWAYS_LARGE_OPEN));
/illumos-gate/usr/src/lib/libc/port/stdio/
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);
H A D_endopen.c56 _endopen(const char *name, const char *type, FILE *iop, int largefile) function
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h214 extern FILE *_endopen(const char *, const char *, FILE *, int);
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com663 _endopen.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com640 _endopen.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile616 _endopen.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com697 _endopen.o \

Completed in 51 milliseconds