gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 7 of 7 for funcall:fopen (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
1702:         if (!*hostf)
1703:                 *hostf = fopen(_PATH_HOSTS, "r" );
1704:         else
More results from getaddrinfo.c
bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
800:         if (!hostf)
801:                 hostf = fopen(_PATH_HOSTS, "r" );
802:         else
More results from gethnamaddr.c
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservent_r.c - 7.5KB - 263 lines
77:                 else 
78:                         sd->db = fopen(_PATH_SERVICES, "r");
79: #else
bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
537: 
538:         _nsyyin = fopen(_PATH_NS_CONF, "r");
539:         if (_nsyyin == NULL) {
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
388:         nserv = 0;
389:         if ((fp = fopen(_PATH_RESCONF, "r")) != NULL) {
390:             struct stat st;
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c - 20.3KB - 567 lines
537:         file = getenv("HOSTALIASES");
538:         if (file == NULL || (fp = fopen(file, "r")) == NULL)
539:                 return (NULL);
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
457: 
458:         fp = fopen(av[1], "r");
459:         if (!fp) {
More results from command.c