Searched refs:getc (Results 1 – 16 of 16) 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()
121 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()
53 while ((c = getc (stdin)) != EOF) in main()
601 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()
644 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 …]
1432 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()
503 c = getc (stream); in get_char()
645 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()
144 c = getc (f_in); in input_file_open()168 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()
736 c = getc (file); in add_keepsyms_file()740 c = getc (file); in add_keepsyms_file()755 c = getc (file); in add_keepsyms_file()
656 if (getc (e) == '#' && getc (e) == '!')1129 while ((c = getc (f)) != EOF)