Home
last modified time | relevance | path

Searched refs:is_eof (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/bfd/
H A Dtekhex.c464 bfd_boolean is_eof = FALSE; in pass_over() local
469 while (! is_eof) in pass_over()
475 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1); in pass_over()
476 while (*src != '%' && !is_eof) in pass_over()
477 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1); in pass_over()
479 if (is_eof) in pass_over()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dtekhex.c515 bfd_boolean is_eof = FALSE; in pass_over() local
521 while (! is_eof) in pass_over()
527 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1); in pass_over()
528 while (*src != '%' && !is_eof) in pass_over()
529 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1); in pass_over()
531 if (is_eof) in pass_over()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dtekhex.c512 bfd_boolean is_eof = FALSE; in pass_over() local
517 while (! is_eof) in pass_over()
523 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1); in pass_over()
524 while (*src != '%' && !is_eof) in pass_over()
525 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1); in pass_over()
527 if (is_eof) in pass_over()
/dragonfly/contrib/dialog/
H A Dprogressbox.c45 int is_eof; member
164 obj->is_eof = 1; in get_line()
438 if (obj->is_eof) in dlg_progressbox()
/dragonfly/bin/sh/pregenerated/
H A Dsyntax.h44 #define is_eof(c) ((c) == PEOF) macro
/dragonfly/bin/sh/
H A Dparser.c1653 if (!is_eof(c) && is_name(c)) { in readtoken1()
1659 } while (!is_eof(c) && is_in_name(c)); in readtoken1()
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript.cc112 is_eof() const in is_eof() function in gold::Token
886 if (this->token_.is_eof() in next_token()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript.cc112 is_eof() const in is_eof() function in gold::Token
879 if (this->token_.is_eof() in next_token()