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

  /src/bin/sh/
input.c 374 at_eof(void) function in typeref:typename:int
  /src/sys/dev/stbi/
stb_image.c 885 __forceinline static int at_eof(stbi *s) function in typeref:typename:int
1771 if (at_eof(&z->s)) return e("no SOF", "Corrupt JPEG");
1791 while (!at_eof(&j->s)) {
4109 if (at_eof(s)) return epuc("bad file","PIC file too short");
4148 if (at_eof(s)) return epuc("bad file","file too short (reading packets)");
4182 if (at_eof(s)) return epuc("bad file","file too short (pure read count)");
4200 if (at_eof(s)) return epuc("bad file","file too short (mixed read count)");
4246 if (at_eof(s)) return epuc("bad file","file too short (pic header)");
4784 while (!at_eof(z) && c != '\n') {
4788 while (!at_eof(z) && get8(z) != '\n'
    [all...]

Completed in 49 milliseconds