Searched defs:cf_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c1045 build_daemon_list(char *cf_file, int exe) argument
1063 if (cf_file == NULL) {
1068 if ((fp = popen(cf_file, "r")) == NULL) {
1069 perror(cf_file);
1076 if ((fp = fopen(cf_file, "r")) == NULL) {
1077 perror(cf_file);

Completed in 48 milliseconds