Searched refs:res_fp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c132 FILE *res_fp; variable
3799 res_fp = NULL;
3888 printf("getconfig: res_fp <%p> call_resolver: %d", res_fp, call_resolver);
3891 if (res_fp != NULL) {
4408 if (res_fp == NULL) {
4435 res_fp = NULL;
4437 res_fp = fdopen(fd, "r+");
4441 res_fp = fopen(res_file, "w");
4443 if (res_fp
[all...]

Completed in 74 milliseconds