Searched refs:_file_set (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | fdopen.c | 98 } else if (_file_set(iop, fd, type) != 0) { in fdopen()
|
H A D | _endopen.c | 128 } else if (_file_set(iop, fd, type) != 0) { in _endopen()
|
H A D | flush.c | 887 _file_set(FILE *iop, int fd, const char *type) in _file_set() function
|
/titanic_50/usr/src/ucblib/libucb/inc/ |
H A D | stdiom.h | 101 extern int _file_set(FILE *, int, const char *);
|
/titanic_50/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 89 } else if (_file_set(iop, fd, mode) != 0) { in _endopen()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 175 extern int _file_set(FILE *, int, const char *);
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 3243 _file_set;
|