Search | Google it | Results 1 - 3 of 3 for funcall:atoi (0.01 seconds) |
175: *cp++ = '\0'; 176: sp->s_port = htons((u_short)atoi(p)); 177: sp->s_proto = cp;
668: if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) { 669: i = atoi(cp + sizeof("ndots:") - 1); 670: if (i <= RES_MAXNDOTS)
200: } else if (ac >= 4) { /* set current date */ 201: ctm.tm_year = atoi(av[1]) - 1900; 202: ctm.tm_mon = atoi(av[2]) - 1;