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

  /src/usr.bin/chpass/
chpass.c 70 void (*Pw_error)(const char *, int, int);
174 Pw_error = yppw_error;
177 Pw_error = pw_error;
212 (*Pw_error)(NULL, 0, 1);
229 (*Pw_error)(tempname, 1, 1);
274 pw_error(_PATH_MASTERPASSWD_LOCK, 1, 1);
278 pw_error(_PATH_MASTERPASSWD, 1, 1);
288 pw_error(NULL, 0, 1);
chpass.h 81 extern void (*Pw_error)(const char *name, int, int);
edit.c 65 (*Pw_error)(tempname, 1, 1);
68 (*Pw_error)(tempname, 1, 1);
71 (*Pw_error)(NULL, 0, 0);
97 (*Pw_error)(tempname, 1, 1);
157 (*Pw_error)(tempname, 1, 1);
159 (*Pw_error)(tempname, 1, 1);

Completed in 11 milliseconds