Searched refs:iobglue (Results 1 – 1 of 1) sorted by relevance
42 static FILE **iobglue; variable60 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 …]