Searched refs:inpf (Results 1 – 3 of 3) sorted by relevance
72 const char *get_file_srcdir_relative_path (const input_file *inpf);76 get_input_file_name (const input_file *inpf) in get_input_file_name() argument78 if (inpf) in get_input_file_name()79 return inpf->inpname; in get_input_file_name()93 get_lang_bitmap (const input_file* inpf) in get_lang_bitmap() argument95 if (inpf == NULL) in get_lang_bitmap()97 return inpf->inpbitmap; in get_lang_bitmap()103 set_lang_bitmap (input_file* inpf, lang_bitmap n) in set_lang_bitmap() argument105 gcc_assert (inpf); in set_lang_bitmap()106 inpf->inpbitmap = n; in set_lang_bitmap()[all …]
274 FILE *inpf = NULL; in decompress_file() local311 inpf = stdin; in decompress_file()317 inpf = fopen(argv[1], "r"); in decompress_file()318 if (inpf == NULL) { in decompress_file()336 c = GETINPC(inpf); expect = 0x1f; /* ID1 */ in decompress_file()340 c = GETINPC(inpf); expect = 0x8b; /* ID2 */ in decompress_file()344 c = GETINPC(inpf); expect = 0x08; /* CM */ in decompress_file()348 int flg = GETINPC(inpf); /* FLG */ in decompress_file()361 tmp[i] = GETINPC(inpf); in decompress_file()375 c = GETINPC(inpf); in decompress_file()[all …]