getid.c | 112 static char pwfile[MAXPATHLEN]; variable in typeref:typename:char[] 130 snprintf(pwfile, sizeof(pwfile), "%s/master.passwd", dir); 356 if (pwfile[0] == '\0') /* sanity check */ 358 _pw_fp = fopen(pwfile, "r"); 361 warn("Can't open `%s'", pwfile);
|