Searched refs:p_shell (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/chpass/ |
H A D | table.c | 54 { "shell", p_shell, 0, 5, ": ", NULL },
|
H A D | chpass.h | 76 int p_shell(char *, struct passwd *, ENTRY *);
|
H A D | field.c | 210 p_shell(char *p, struct passwd *pw, ENTRY *ep __unused) in p_shell() function
|
H A D | chpass.c | 163 if (p_shell(arg, pw, (ENTRY *)NULL) == -1) in main()
|