Home
last modified time | relevance | path

Searched refs:shelldir (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pw/
H A Dpwupd.h64 char *shelldir; /* Where shells are located */ member
H A Dpw_conf.c307 config.shelldir = (q == NULL || !boolean_val(q, 1)) in read_userconfig()
475 fputs(cnf->shelldir, buffp); in write_userconfig()
H A Dpw_user.c478 return shell_path(cnf->shelldir, cnf->shells, cnf->shell_default); in pw_shellpolicy()
1167 if (cmdcnf->shelldir == NULL) in mix_config()
1168 cmdcnf->shelldir = cfg->shelldir; in mix_config()
1740 shell = shell_path(cnf->shelldir, cnf->shells, shell); in pw_user_mod()