Home
last modified time | relevance | path

Searched refs:mesgread (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c66 static FILE *mesgread, *mesgwrite; variable
99 mesgread = fopen(argv[0], "r"); in main()
100 if (mesgread == NULL) in main()
254 rewind(mesgread); in inithash()
255 while (fgetNUL(buf, sizeof (buf), mesgread) != 0) { in inithash()
286 (void) fseek(mesgread, (long)hp->hpt, 0); in hashit()
287 (void) fgetNUL(buf, sizeof (buf), mesgread); in hashit()
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c267 FILE *mesgread = fopen(strings, "r"); in inithash() local
269 if (mesgread == NULL) in inithash()
273 if (fgetNUL(buf, sizeof (buf), mesgread) == 0) in inithash()
277 (void) fclose(mesgread); in inithash()