Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fgetc
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/papr_attributes/
H
A
D
attr_test.c
92
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()
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
stdio.h
99
/* getc(),
fgetc
(), getchar() */
101
#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()
/kernel/linux/linux-5.10/drivers/video/logo/
H
A
D
pnmtologo.c
90
c =
fgetc
(fp);
in get_number()
96
c =
fgetc
(fp);
in get_number()
112
c =
fgetc
(fp);
in get_number()
138
magic =
fgetc
(fp);
in read_image()
141
magic =
fgetc
(fp);
in read_image()
/kernel/linux/linux-6.6/drivers/video/logo/
H
A
D
pnmtologo.c
84
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()
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
H
A
D
apfiles.c
38
in_char =
fgetc
(stdin);
in ap_is_existing_file()
40
in_char =
fgetc
(stdin);
in ap_is_existing_file()
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/
H
A
D
apfiles.c
38
in_char =
fgetc
(stdin);
in ap_is_existing_file()
40
in_char =
fgetc
(stdin);
in ap_is_existing_file()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
builtin-test-list.c
75
ch =
fgetc
(fp);
in shell_test__description()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
config.c
54
c =
fgetc
(f);
in get_next_char()
57
c =
fgetc
(f);
in get_next_char()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
config.c
55
c =
fgetc
(f);
in get_next_char()
58
c =
fgetc
(f);
in get_next_char()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
builtin-test.c
495
while (
fgetc
(fp) != '\n');
in shell_test__description()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
gunz_test.c
68
#define GETINPC(X)
fgetc
(X)
/kernel/linux/linux-5.10/scripts/genksyms/
H
A
D
genksyms.c
416
while ((c =
fgetc
(f)) != EOF) {
in read_node()
/kernel/linux/linux-6.6/scripts/genksyms/
H
A
D
genksyms.c
416
while ((c =
fgetc
(f)) != EOF) {
in read_node()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H
A
D
gunz_test.c
68
#define GETINPC(X)
fgetc
(X)
Completed in 15 milliseconds