Home
last modified time | relevance | path

Searched refs:iobglue (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/stdio/common/
H A Dfindiop.c42 static FILE **iobglue; variable
60 if(iobglue == NULL) { in _findiop()
71 iov = iobglue; in _findiop()
94 iobglue = (FILE **)calloc(nfiles, sizeof *iobglue); in _f_morefiles()
95 if(iobglue == NULL) in _f_morefiles()
99 free((char *)iobglue); in _f_morefiles()
100 iobglue = NULL; in _f_morefiles()
104 endglue = iobglue + nfiles; in _f_morefiles()
106 for(fp = _iob, iov = iobglue; fp < &_iob[NSTATIC]; /* void */) in _f_morefiles()
118 if(iobglue == NULL && _f_morefiles() == 0) in f_prealloc()
[all …]