gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:atoi from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c (0.00 seconds)
t2ex
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)
678: } else if (!strncmp(cp, "timeout:", sizeof("timeout:") - 1)) { 679: i = atoi(cp + sizeof("timeout:") - 1); 680: if (i <= RES_MAXRETRANS)
694: */ 695: statp->retrans = atoi(cp + sizeof("retrans:") - 1); 696: } else if (!strncmp(cp, "retry:", sizeof("retry:") - 1)){
701: */ 702: statp->retry = atoi(cp + sizeof("retry:") - 1); 703: #endif /* SOLARIS2 */ 704: } else if (!strncmp(cp, "attempts:", sizeof("attempts:") - 1)){ 705: i = atoi(cp + sizeof("attempts:") - 1); 706: if (i <= RES_MAXRETRY)