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

/freebsd-10.2-release/contrib/ntp/ntpq/
H A Dntpq-subs.c2270 FILE *config_fd; local
2283 config_fd = fopen(pcmd->argval[0].string, "r");
2284 if (NULL == config_fd) {
2292 while (fgets(config_cmd, MAXLINE, config_fd) != NULL) {
2323 fclose(config_fd);
2336 fclose(config_fd);

Completed in 56 milliseconds