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

/freebsd-11-stable/usr.sbin/pw/
H A Dpw_utils.c70 char defaultcfg[MAXPATHLEN]; local
74 snprintf(defaultcfg, sizeof(defaultcfg), "%s/pw.conf", conf.etcpath);
75 return (read_userconfig(defaultcfg));

Completed in 189 milliseconds