Searched refs:etcpath (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/pw/ |
H A D | pwupd.c | 47 snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file); in getpwpath() 62 if (strcmp(conf.etcpath, _PATH_PWD) != 0) { in pwdb_check() 64 args[i++] = conf.etcpath; in pwdb_check() 99 if (pw_init(conf.etcpath, NULL)) in pw_update()
|
H A D | pw.c | 122 strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath)); in main() 162 snprintf(conf.etcpath, sizeof(conf.etcpath), in main()
|
H A D | grupd.c | 43 snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file); in getgrpath() 61 if (gr_init(conf.etcpath, NULL)) in gr_update()
|
H A D | pw_utils.c | 72 snprintf(defaultcfg, sizeof(defaultcfg), "%s/" _PW_CONF, conf.etcpath); in get_userconfig()
|
H A D | pwupd.h | 78 char etcpath[MAXPATHLEN]; member
|
H A D | pw_conf.c | 417 conf.etcpath); in write_userconfig()
|