Home
last modified time | relevance | path

Searched refs:getc (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dnlmheader.y677 c = getc (current.file); in yylex()
688 c = getc (current.file); in yylex()
716 c = getc (current.file); in yylex()
729 c = getc (current.file); in yylex()
738 c = getc (current.file); in yylex()
756 c = getc (current.file); in yylex()
807 c = getc (current.file); in yylex()
814 c = getc (current.file); in yylex()
840 c = getc (current.file); in yylex()
Dsysdump.c124 size = getc (file); in fillup()
289 int c = getc (file); in getone()
625 c = getc (file); in module()
636 c = getc (file); in module()
646 c = getc (file); in module()
Dbin2c.c53 while ((c = getc (stdin)) != EOF) in main()
Dwindres.c602 b1 = getc (e); in format_from_filename()
603 b2 = getc (e); in format_from_filename()
604 b3 = getc (e); in format_from_filename()
605 b4 = getc (e); in format_from_filename()
606 b5 = getc (e); in format_from_filename()
Dresrc.c645 b1 = getc (e); in get_word()
646 b2 = getc (e); in get_word()
660 b1 = getc (e); in get_long()
661 b2 = getc (e); in get_long()
662 b3 = getc (e); in get_long()
663 b4 = getc (e); in get_long()
728 getc (e); in define_bitmap()
781 icondirs[i].width = getc (e); in define_cursor()
782 icondirs[i].height = getc (e); in define_cursor()
783 icondirs[i].colorcount = getc (e); in define_cursor()
[all …]
Dobjcopy.c1640 c = getc (file); in add_redefine_syms_file()
1656 c = getc (file); in add_redefine_syms_file()
1664 c = getc (file); in add_redefine_syms_file()
1682 c = getc (file); in add_redefine_syms_file()
1690 c = getc (file); in add_redefine_syms_file()
1694 if ((c == '\r' && (c = getc (file)) == '\n') in add_redefine_syms_file()
1707 c = getc (file); in add_redefine_syms_file()
1719 c = getc (file); in add_redefine_syms_file()
Dstrings.c517 c = getc (stream); in get_char()
Delfcomm.c686 getc (file); in setup_archive()
DChangeLog-2007170 * sysdump.c (fillup): Return zero on getc or fread EOF. Return count
/toolchain/binutils/binutils-2.27/intl/
Dlocalcharset.c90 # undef getc
91 # define getc getc_unlocked macro
153 c = getc (fp); in get_charset_aliases()
162 c = getc (fp); in get_charset_aliases()
Drelocatable.c325 while (c = getc (fp), c != EOF && c != '\n' && c != '/') in find_shared_library_fullname()
344 while (c = getc (fp), c != EOF && c != '\n') in find_shared_library_fullname()
/toolchain/binutils/binutils-2.27/gas/
Dinput-file.c146 c = getc (f_in); in input_file_open()
170 c = getc (f_in); in input_file_open()
DChangeLog-020348 Add a check for getc() failing, and catch the case where the
/toolchain/binutils/binutils-2.27/libiberty/testsuite/
Dtest-pexecute.c145 c = getc (e); in check_line()
154 c = getc (e); in check_line()
/toolchain/binutils/binutils-2.27/ld/
Dldmain.c748 c = getc (file); in add_keepsyms_file()
752 c = getc (file); in add_keepsyms_file()
767 c = getc (file); in add_keepsyms_file()
/toolchain/binutils/binutils-2.27/zlib/examples/
Dzran.c281 ret = getc(in); in extract()
/toolchain/binutils/binutils-2.27/ld/emultempl/
Daix.em656 if (getc (e) == '#' && getc (e) == '!')
1129 while ((c = getc (f)) != EOF)