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

/freebsd-10.1-release/usr.sbin/pw/
H A Dpw.c213 char * etcpath = getarg(&arglist, 'V')->val; local
214 if (*etcpath) {
217 snprintf(config, MAXPATHLEN, "%s/pw.conf", etcpath);
220 setpwdir(etcpath);
221 setgrdir(etcpath);

Completed in 203 milliseconds