gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 8 of 8 for funcall:fclose (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/freopen.c - 6.5KB - 172 lines
55:         if ((flags = __sflags(mode, &oflags)) == 0) {
56:                 (void) fclose(fp);
57:                 f = EINVAL; goto e1;
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
1721:         if (*hostf) {
1722:                 (void) fclose(*hostf);
1723:                 *hostf = NULL;
bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
814: #ifndef T2EX
815:                 (void) fclose(hostf);
816: #endif
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservent_r.c - 7.5KB - 263 lines
94:                 } else
95:                         (void)fclose((FILE *)sd->db);
96: #endif
bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
556:         _nsyyparse();
557:         (void) fclose(_nsyyin);
558:         if (_nsmapsize != 0)
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
540:             statp->_u._ext.ext->resfd = dup(fileno(fp));
541:             (void) fclose(fp);
542:             if (fstat(statp->_u._ext.ext->resfd, &st) != -1)
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c - 20.3KB - 567 lines
557:                         dst[siz - 1] = '\0';
558:                         fclose(fp);
559:                         return (dst);
More results from res_query.c
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
502: exit1:
503:         fclose(fp);
504: }
More results from command.c