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

  /src/bin/sh/
input.h 56 int at_eof(void);
input.c 374 at_eof(void) function
eval.c 233 if (last && at_eof())
  /src/external/bsd/tre/dist/src/
agrep.c 180 static int at_eof; variable
216 if (at_eof)
263 at_eof = 1;
415 at_eof = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 573 bool at_eof() const { return Data >= End; } function in class:llvm::sampleprof::SampleProfileReaderBinary
  /src/sys/dev/stbi/
stb_image.c 885 __forceinline static int at_eof(stbi *s) function
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...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 141 int at_eof; variable
2285 gcc_assert (at_eof);
2392 gcc_assert (at_eof);
3210 gcc_assert (at_eof);
5086 at_eof = 1;
5470 at_eof = 2;
6015 if (DECL_VIRTUAL_P (decl) && !at_eof)
lambda.cc 1231 rest_of_decl_compilation (fn, namespace_bindings_p (), at_eof);
1265 rest_of_decl_compilation (fn, namespace_bindings_p (), at_eof);
rtti.cc 1155 gcc_assert (at_eof);
1283 if (!at_eof)
method.cc 3204 rest_of_decl_compilation (fn, namespace_bindings_p (), at_eof);
error.cc 475 if (at_eof >= 2)
decl.cc 7581 rest_of_decl_compilation (decl, toplev, at_eof);
7615 rest_of_decl_compilation (decl, toplev, at_eof);
8375 at_eof);
class.cc 4950 rest_of_decl_compilation (clone, /*top_level=*/0, at_eof);
constexpr.cc 2794 /* When at_eof >= 2, cgraph has started throwing away
2798 gcc_assert (at_eof >= 2 && ctx->quiet);
cp-tree.h 5805 extern int at_eof;
call.cc 13024 rest_of_decl_compilation (var, /*toplev=*/1, at_eof);
semantics.cc 4712 again at_eof if really needed. */
4768 else if (!at_eof
pt.cc 11115 at_eof = 2;
26887 if (at_eof && !pattern_defined
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
io.h 546 unsigned at_eof : 1; member in struct:st_parameter_dt::__anon11857::__anon11858
list_read.c 239 if (dtp->u.p.at_eof)
254 dtp->u.p.at_eof = 1;
299 if (dtp->u.p.at_eof)
304 dtp->u.p.at_eof = 1;
unit.c 530 dtp->u.p.at_eof = 0;
transfer.c 458 dtp->u.p.at_eof = 1;
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c 258 int at_eof; member in struct:memory_bit_reader
3374 if (br.at_eof)
3622 if (bits > br->available && (br->at_eof || !membr_fill(br, bits)))
3637 br->at_eof = 1;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 578 while (!at_eof()) {

Completed in 216 milliseconds