HomeSort by: relevance | last modified time | path
    Searched defs:xfgets (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sdiff/
sdiff.c 60 static char *xfgets(FILE *);
347 while ((s1 = xfgets(file1)))
351 s1 = xfgets(file1);
352 s2 = xfgets(file2);
422 for (; (cmd = xfgets(stdin)); free(cmd)) {
543 xfgets(FILE *file) function in typeref:typename:char *
577 if (!(line = xfgets(diffpipe)))
670 if (!(s1 = xfgets(file1)))
672 if (!(s2 = xfgets(file2)))
696 if (!(s = xfgets(file1))
    [all...]
sdiff.c 60 static char *xfgets(FILE *);
347 while ((s1 = xfgets(file1)))
351 s1 = xfgets(file1);
352 s2 = xfgets(file2);
422 for (; (cmd = xfgets(stdin)); free(cmd)) {
543 xfgets(FILE *file) function in typeref:typename:char *
577 if (!(line = xfgets(diffpipe)))
670 if (!(s1 = xfgets(file1)))
672 if (!(s2 = xfgets(file2)))
696 if (!(s = xfgets(file1))
    [all...]

Completed in 22 milliseconds