Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pw/
H A Dpwupd.c47 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 Dpw.c122 strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath)); in main()
162 snprintf(conf.etcpath, sizeof(conf.etcpath), in main()
H A Dgrupd.c43 snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file); in getgrpath()
61 if (gr_init(conf.etcpath, NULL)) in gr_update()
H A Dpw_utils.c72 snprintf(defaultcfg, sizeof(defaultcfg), "%s/" _PW_CONF, conf.etcpath); in get_userconfig()
H A Dpwupd.h78 char etcpath[MAXPATHLEN]; member
H A Dpw_conf.c417 conf.etcpath); in write_userconfig()