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

  /src/bin/sh/
input.c 374 at_eof(void) function
  /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/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/mpl/bind/dist/lib/isc/
lex.c 39 bool at_eof; member in struct:inputsource
193 source->at_eof = false;
311 source->at_eof = false;
381 if (isc_buffer_remaininglength(source->pushback) == 0 && source->at_eof)
438 source->at_eof = true;
445 source->at_eof = true;
461 if (!source->at_eof) {
1039 source->at_eof = false;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
lex.c 38 bool at_eof; member in struct:inputsource
194 source->at_eof = false;
312 source->at_eof = false;
382 if (isc_buffer_remaininglength(source->pushback) == 0 && source->at_eof)
437 source->at_eof = true;
444 source->at_eof = true;
460 if (!source->at_eof) {
1039 source->at_eof = false;
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 176 int at_eof; variable
2409 gcc_assert (at_eof);
2516 gcc_assert (at_eof);
3386 gcc_assert (at_eof);
5115 at_eof = 1;
5381 at_eof = 2;
5512 at_eof = 3;
  /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)
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 828 int at_eof = 0; local
2777 if (read_tty && !at_eof)
3021 at_eof = 1;
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 924 int at_eof = 0; local
2826 if (read_tty && !at_eof)
3070 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/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/crypto/external/apache2/openssl/dist/apps/
s_client.c 978 int at_eof = 0; local
3056 if (read_tty && !at_eof)
3329 at_eof = 1;
  /src/external/gpl3/gcc/dist/libgfortran/io/
io.h 545 unsigned at_eof : 1; member in struct:st_parameter_dt::__anon14411::__anon14412
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
io.h 546 unsigned at_eof : 1; member in struct:st_parameter_dt::__anon16823::__anon16824

Completed in 55 milliseconds