gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:atoi (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservent_r.c - 7.5KB - 263 lines
175:         *cp++ = '\0';
176:         sp->s_port = htons((u_short)atoi(p));
177:         sp->s_proto = cp;
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
668:                 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
669:                         i = atoi(cp + sizeof("ndots:") - 1);
670:                         if (i <= RES_MAXNDOTS)
More results from res_init.c
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
200:         } else if (ac >= 4) {  /* set current date */
201:                 ctm.tm_year = atoi(av[1]) - 1900;
202:                 ctm.tm_mon = atoi(av[2]) - 1;
More results from command.c