gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:printf 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
590:                 if (statp->options & RES_DEBUG) {
591:                         printf(";; res_init()... default dnsrch list:\n");
592:                         for (pp = statp->dnsrch; *pp; pp++)
593:                                 printf(";;\t%s\n", *pp);
594:                         printf(";;\t..END..\n");
595:                 }
659: if (statp->options & RES_DEBUG) 660: printf(";; res_setoptions(\"%s\", \"%s\")...\n", 661: options, source);
675: if (statp->options & RES_DEBUG) 676: printf(";;\tndots=%d\n", statp->ndots); 677: #endif
685: if (statp->options & RES_DEBUG) 686: printf(";;\ttimeout=%d\n", statp->retrans); 687: #endif
711: if (statp->options & RES_DEBUG) 712: printf(";;\tattempts=%d\n", statp->retry); 713: #endif
716: if (!(statp->options & RES_DEBUG)) { 717: printf(";; res_setoptions(\"%s\", \"%s\")..\n", 718: options, source);
720: } 721: printf(";;\tdebug\n"); 722: #endif