Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pw/
H A Dpwupd.c52 snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file); in getpwpath()
67 if (strcmp(conf.etcpath, _PATH_PWD) != 0) { in pwdb_check()
69 args[i++] = conf.etcpath; in pwdb_check()
104 if (pw_init(conf.etcpath, NULL)) in pw_update()
H A Dpw.c124 strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath)); in main()
164 snprintf(conf.etcpath, sizeof(conf.etcpath), in main()
H A Dgrupd.c48 snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file); in getgrpath()
66 if (gr_init(conf.etcpath, NULL)) in gr_update()
H A Dpw_utils.c74 snprintf(defaultcfg, sizeof(defaultcfg), "%s/" _PW_CONF, conf.etcpath); in get_userconfig()
H A Dpwupd.h81 char etcpath[MAXPATHLEN]; member
H A Dpw_conf.c422 conf.etcpath); in write_userconfig()