Searched defs:pw_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pwck/
H A Dpwck.c74 char *pw_file; local
86 pw_file = "/etc/passwd";
88 pw_file = argv[1];
90 if ((fptr = fopen(pw_file, "r")) == NULL) {
91 (void) fprintf(stderr, gettext("cannot open %s\n"), pw_file);
97 pw_file);
103 (void) fprintf(stderr, gettext("file %s is empty\n"), pw_file);

Completed in 136 milliseconds