Searched refs:mesgread (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/mkstr/ |
H A D | mkstr.c | 66 static FILE *mesgread, *mesgwrite; variable 92 mesgread = fopen(argv[0], "r"); in main() 93 if (mesgread == NULL) in main() 248 rewind(mesgread); in inithash() 249 while (fgetNUL(buf, sizeof buf, mesgread) != 0) { in inithash() 282 fseek(mesgread, (long) hp->hpt, 0); in hashit() 283 fgetNUL(buf, sizeof buf, mesgread); in hashit()
|
/freebsd/usr.bin/xstr/ |
H A D | xstr.c | 287 FILE *mesgread = fopen(strings, "r"); in inithash() local 289 if (mesgread == NULL) in inithash() 293 if (fgetNUL(buf, sizeof buf, mesgread) == 0) in inithash() 297 ignore(fclose(mesgread)); in inithash()
|