Searched refs:etcpath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/usr.sbin/pw/ |
| H A D | pwupd.c | 52 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 D | pw.c | 124 strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath)); in main() 164 snprintf(conf.etcpath, sizeof(conf.etcpath), in main()
|
| H A D | grupd.c | 48 snprintf(pathbuf, sizeof pathbuf, "%s/%s", conf.etcpath, file); in getgrpath() 66 if (gr_init(conf.etcpath, NULL)) in gr_update()
|
| H A D | pw_utils.c | 74 snprintf(defaultcfg, sizeof(defaultcfg), "%s/" _PW_CONF, conf.etcpath); in get_userconfig()
|
| H A D | pwupd.h | 81 char etcpath[MAXPATHLEN]; member
|
| H A D | pw_conf.c | 422 conf.etcpath); in write_userconfig()
|