Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pw/
H A Dpw_conf.c318 config.shell_default = (q == NULL || !boolean_val(q, 1)) in read_userconfig()
485 fputs(cnf->shell_default ? cnf->shell_default : in write_userconfig()
H A Dpwupd.h66 char *shell_default; /* Default shell */ member
H A Dpw_user.c460 return shell_path(cnf->shelldir, cnf->shells, cnf->shell_default); in pw_shellpolicy()
1153 if (cmdcnf->shell_default == NULL) in mix_config()
1154 cmdcnf->shell_default = cfg->shell_default; in mix_config()
1271 cmdcnf->shell_default = optarg; in pw_user_add()