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

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c145 FILE *_fopen();
150 if ((fd_in = _fopen(fname, "r")) == NULL)
156 if ((fd_out = _fopen(tmp_name, "a+")) == NULL) {
297 _fopen(char *file, char *mode) function
342 FILE *_fopen();
349 if ((fd = _fopen(tmp_name, "a+")) == NULL)

Completed in 903 milliseconds