HomeSort by: relevance | last modified time | path
    Searched refs:p_shell (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/chpass/
table.c 61 { "shell", p_shell, 0, 5, e1, NULL },
chpass.h 67 int p_shell(const char *, struct passwd *, ENTRY *);
field.c 224 p_shell(const char *p, struct passwd *pw, ENTRY *ep) function in typeref:typename:int
chpass.c 208 /* protect p_shell -- it thinks NULL is /bin/sh */
211 if (p_shell(arg, pw, NULL))

Completed in 12 milliseconds