- t2ex
- bsd_source/t2ex/network/net/src_bsd/rump/sleepq.c - 10.9KB - 469 lines
109: #ifndef T2EX
110: if (__predict_false(sobj != &sleep_syncobj || strcmp(wemsg, "callout"))) {
111: #else
- More results from sleepq.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/isc/ev_timers.c - 13.1KB - 528 lines
300:
301: if (strcmp(param, "rate") == 0)
302: timer->mode |= EV_TMR_RATE;
- More results from ev_timers.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
1457: host.h_name = p;
1458: else if (strcmp(host.h_name, p)==0)
1459: ;
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservbyname_r.c - 4.3KB - 124 lines
94:
95: if (strcmp(name, sp->s_name) == 0)
96: goto gotname;
- More results from getservbyname_r.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservbyport_r.c - 4.0KB - 114 lines
95: continue;
96: if (proto == NULL || strcmp(sp->s_proto, proto) == 0)
97: return sp;
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/if_nametoindex.c - 3.5KB - 121 lines
100: ifa->ifa_addr->sa_family == AF_LINK &&
101: strcmp(ifa->ifa_name, ifname) == 0) {
102: ni = ((struct sockaddr_dl*)
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/nsdispatch.c - 21.5KB - 709 lines
275:
276: cmp = strcmp(((const ns_mtab *)a)->name,
277: ((const ns_mtab *)b)->name);
- bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_data.c - 21.4KB - 784 lines
691: if (res_check_onlylocaldomain(statp) == 1) {
692: if (strcmp(statp->defdname, domain) != 0) {
693: return ENOENT;
- More results from res_data.c
- t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
221: }
222: } else if (ac == 2 && strcmp(av[1], "init") == 0) {
223: /* initialize current date from RTC */
- More results from command.c
- t2ex_source/kernel/sysmain/src/ref_command.c - 16.5KB - 552 lines
517:
518: if (strcmp(av[1], "mem") == 0) {
519: dump_sysmem();
- More results from ref_command.c