Searched defs:fgetNUL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c222 while (fgetNUL(buf, sizeof buf, mesgread) != NULL) {
258 fgetNUL(buf, sizeof buf, mesgread);
285 fgetNUL(obuf, rmdr, file) function
H A Dxstr.c272 if (fgetNUL(buf, sizeof (buf), mesgread) == NULL)
279 fgetNUL(obuf, rmdr, file) function
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c45 int fgetNUL(char *, int, FILE *);
275 if (fgetNUL(buf, sizeof (buf), mesgread) == NULL)
283 fgetNUL(char *obuf, int rmdr, FILE *file) function
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c76 static int fgetNUL(char *obuf, int rmdr, FILE *file);
257 while (fgetNUL(buf, sizeof (buf), mesgread) != NULL) {
289 (void) fgetNUL(buf, sizeof (buf), mesgread);
309 fgetNUL(char *obuf, int rmdr, FILE *file) function

Completed in 47 milliseconds