Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkstr/
H A Dmkstr.c70 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 Dxstr.c66 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