Searched refs:fgetNUL (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/mkstr/ |
H A D | mkstr.c | 70 int fgetNUL(char *, int, FILE *); 249 while (fgetNUL(buf, sizeof buf, mesgread) != 0) { in inithash() 283 fgetNUL(buf, sizeof buf, mesgread); in hashit() 310 fgetNUL(char *obuf, int rmdr, FILE *file) in fgetNUL() function
|
/freebsd/usr.bin/xstr/ |
H A D | xstr.c | 66 static int fgetNUL(char *, int, FILE *); 293 if (fgetNUL(buf, sizeof buf, mesgread) == 0) in inithash() 301 fgetNUL(char *obuf, int rmdr, FILE *file) in fgetNUL() function
|