- t2ex
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
1797: goto again;
1798: if (!(cp = strpbrk(p, "#\n")))
1799: goto again;
- More results from getaddrinfo.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
864: goto again;
865: if (!(cp = strpbrk(p, "#\n")))
866: goto again;
- More results from gethnamaddr.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservent_r.c - 7.5KB - 263 lines
165: sp->s_name = p = sd->line;
166: p = strpbrk(p, " \t");
167: if (p == NULL)
- More results from getservent_r.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
408: statp->defdname[sizeof(statp->defdname) - 1] = '\0';
409: if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL)
410: *cp = '\0';