Searched refs:NameFile (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Duucpname.c46 FILE *NameFile; local
49 if ((NameFile = fopen(SYSNAMEFILE, "r")) != NULL) {
50 if (fscanf(NameFile, "%14s", NameBuf) != 1) {
57 (void) fclose(NameFile);
76 FILE *NameFile;
81 if ((NameFile = fopen("/etc/whoami", "r")) != NULL) {
83 (void) fgets(NameBuf, MAXBASENAME + 1, NameFile);
84 (void) fclose(NameFile);

Completed in 45 milliseconds