Home
last modified time | relevance | path

Searched refs:fgetc (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c92 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()
97 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()
103 FAIL_IF(fgetc(f) == EOF); in verify_energy_info()
/linux-6.15/drivers/video/logo/
H A Dpnmtologo.c84 c = fgetc(fp); in get_number()
90 c = fgetc(fp); in get_number()
107 c = fgetc(fp); in get_number()
134 magic = fgetc(fp); in read_image()
137 magic = fgetc(fp); in read_image()
/linux-6.15/tools/include/nolibc/
H A Dstdio.h101 #define getc(stream) fgetc(stream)
104 int fgetc(FILE* stream) in fgetc() function
116 return fgetc(stdin); in getchar()
198 c = fgetc(stream); in fgets()
/linux-6.15/tools/power/acpi/tools/acpidump/
H A Dapfiles.c38 in_char = fgetc(stdin); in ap_is_existing_file()
40 in_char = fgetc(stdin); in ap_is_existing_file()
/linux-6.15/Documentation/admin-guide/
H A Djava.rst228 int b = fgetc(classfile);
238 b1 = fgetc(classfile);
241 b2 = fgetc(classfile);
/linux-6.15/tools/perf/util/
H A Dconfig.c72 c = fgetc(f); in get_next_char()
75 c = fgetc(f); in get_next_char()
/linux-6.15/tools/testing/selftests/resctrl/
H A Dresctrlfs.c172 while ((c = fgetc(fp)) != EOF) { in count_sys_bitmap_bits()
/linux-6.15/scripts/genksyms/
H A Dgenksyms.c407 while ((c = fgetc(f)) != EOF) { in read_node()
/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c68 #define GETINPC(X) fgetc(X)