Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.c121 size = getc (file); in fillup()
281 int c = getc (file); in getone()
617 c = getc (file); in module()
626 c = getc (file); in module()
636 c = getc (file); in module()
Dbin2c.c53 while ((c = getc (stdin)) != EOF) in main()
Dwindres.c601 b1 = getc (e); in format_from_filename()
602 b2 = getc (e); in format_from_filename()
603 b3 = getc (e); in format_from_filename()
604 b4 = getc (e); in format_from_filename()
605 b5 = getc (e); in format_from_filename()
Dresrc.c644 b1 = getc (e); in get_word()
645 b2 = getc (e); in get_word()
659 b1 = getc (e); in get_long()
660 b2 = getc (e); in get_long()
661 b3 = getc (e); in get_long()
662 b4 = getc (e); in get_long()
727 getc (e); in define_bitmap()
780 icondirs[i].width = getc (e); in define_cursor()
781 icondirs[i].height = getc (e); in define_cursor()
782 icondirs[i].colorcount = getc (e); in define_cursor()
[all …]
Dobjcopy.c1432 c = getc (file); in add_redefine_syms_file()
1448 c = getc (file); in add_redefine_syms_file()
1456 c = getc (file); in add_redefine_syms_file()
1474 c = getc (file); in add_redefine_syms_file()
1482 c = getc (file); in add_redefine_syms_file()
1486 if ((c == '\r' && (c = getc (file)) == '\n') in add_redefine_syms_file()
1499 c = getc (file); in add_redefine_syms_file()
1511 c = getc (file); in add_redefine_syms_file()
Dstrings.c503 c = getc (stream); in get_char()
Delfcomm.c645 getc (file); in setup_archive()
DChangeLog-2007170 * sysdump.c (fillup): Return zero on getc or fread EOF. Return count
/toolchain/binutils/binutils-2.25/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.25/gas/
Dinput-file.c144 c = getc (f_in); in input_file_open()
168 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.25/libiberty/testsuite/
Dtest-pexecute.c145 c = getc (e); in check_line()
154 c = getc (e); in check_line()
/toolchain/binutils/binutils-2.25/ld/
Dldmain.c736 c = getc (file); in add_keepsyms_file()
740 c = getc (file); in add_keepsyms_file()
755 c = getc (file); in add_keepsyms_file()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Daix.em656 if (getc (e) == '#' && getc (e) == '!')
1129 while ((c = getc (f)) != EOF)