Searched refs:getc (Results 1 – 17 of 17) sorted by relevance
677 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()
124 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()
53 while ((c = getc (stdin)) != EOF) in main()
602 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()
645 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 …]
1640 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()
517 c = getc (stream); in get_char()
686 getc (file); in setup_archive()
170 * sysdump.c (fillup): Return zero on getc or fread EOF. Return count
90 # undef getc91 # define getc getc_unlocked macro153 c = getc (fp); in get_charset_aliases()162 c = getc (fp); in get_charset_aliases()
325 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()
146 c = getc (f_in); in input_file_open()170 c = getc (f_in); in input_file_open()
48 Add a check for getc() failing, and catch the case where the
145 c = getc (e); in check_line()154 c = getc (e); in check_line()
748 c = getc (file); in add_keepsyms_file()752 c = getc (file); in add_keepsyms_file()767 c = getc (file); in add_keepsyms_file()
281 ret = getc(in); in extract()
656 if (getc (e) == '#' && getc (e) == '!')1129 while ((c = getc (f)) != EOF)