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

/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c316 char pconfig[CFG_MAX_BUF]; local
324 (void) snprintf(pconfig, sizeof (pconfig),
326 if ((fp = fopen(pconfig, "r")) == NULL) {
330 pconfig, strerror(errno));

Completed in 73 milliseconds