Lines Matching refs:master
323 char *master = pw_file(_PATH_MASTERPASSWD); in pw_copy() local
325 if (!master) in pw_copy()
328 pw_error(master, 1, 1); in pw_copy()
334 warnx("%s: line too long", master); in pw_copy()
343 warnx("%s: corrupted entry", master); in pw_copy()
359 warnx("%s: inconsistent entry", master); in pw_copy()
373 free(master); in pw_copy()
463 char *master = pw_file(_PATH_MASTERPASSWD); in pw_error() local
471 if (master) { in pw_error()
472 warnx("%s: unchanged", master); in pw_error()
473 free(master); in pw_error()