Searched refs:FILE (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/linux-master/scripts/
H A Dspdxcheck-test.sh4 for FILE in Makefile Documentation/images/logo.gif; do
5 python3 scripts/spdxcheck.py $FILE
6 python3 scripts/spdxcheck.py - < $FILE
H A Dcleanfile105 if (!open(FILE, '+<', $f)) {
110 binmode FILE;
117 while (read(FILE, $data, 65536) > 0) {
129 seek(FILE, 0, 0);
139 while ( defined($line = <FILE>) ) {
168 seek(FILE, 0, 0);
169 print FILE @lines;
171 if ( !defined($where = tell(FILE)) ||
172 !truncate(FILE, $where) ) {
177 close(FILE);
[all...]
H A Dcleanpatch105 if (!open(FILE, '+<', $f)) {
110 binmode FILE;
117 while (read(FILE, $data, 65536) > 0) {
129 seek(FILE, 0, 0);
140 while ( defined($line = <FILE>) ) {
249 seek(FILE, 0, 0);
250 print FILE @lines;
252 if ( !defined($where = tell(FILE)) ||
253 !truncate(FILE, $where) ) {
259 close(FILE);
[all...]
/linux-master/tools/power/cpupower/bench/
H A Dparse.h29 FILE *output; /* logfile */
36 FILE *prepare_output(const char *dir);
/linux-master/tools/perf/util/
H A Dbpf_map.h10 int bpf_map__fprintf(struct bpf_map *map, FILE *fp);
16 static inline int bpf_map__fprintf(struct bpf_map *map __maybe_unused, FILE *fp __maybe_unused)
H A Dprint_insn.h13 struct machine *machine, FILE *fp);
14 size_t sample__fprintf_insn_raw(struct perf_sample *sample, FILE *fp);
H A Devsel_fprintf.h18 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp);
39 struct strlist *bt_stop_list, FILE *fp);
44 struct strlist *bt_stop_list, FILE *fp);
46 typedef int (*attr__fprintf_f)(FILE *, const char *, const char *, void *);
48 int perf_event_attr__fprintf(FILE *fp, struct perf_event_attr *attr,
H A DPERF-VERSION-GEN8 GVF=${OUTPUT}PERF-VERSION-FILE
15 # PERF-VERSION-FILE exists
23 elif test -f ../../PERF-VERSION-FILE
25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
H A Dsymbol_fprintf.c10 size_t symbol__fprintf(struct symbol *sym, FILE *fp)
22 bool print_offsets, FILE *fp)
45 FILE *fp)
52 bool unknown_as_addr, FILE *fp)
57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp)
63 FILE *fp)
H A Dprint_binary.h22 unsigned int val, void *extra, FILE *fp);
26 void *extra, FILE *fp);
H A Dcolor.h39 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args);
40 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...);
42 int color_fwrite_lines(FILE *fp, const char *color, size_t count, const char *buf);
46 int percent_color_fprintf(FILE *fp, const char *fmt, double percent);
H A Ddsos.h36 size_t __dsos__fprintf_buildid(struct list_head *head, FILE *fp,
38 size_t __dsos__fprintf(struct list_head *head, FILE *fp);
H A Devswitch.c34 static int evswitch__fprintf_enoent(FILE *fp, const char *evtype, const char *evname)
41 int evswitch__init(struct evswitch *evswitch, struct evlist *evlist, FILE *fp)
H A Dfind-map.c4 FILE *maps;
H A Devswitch.h19 int evswitch__init(struct evswitch *evswitch, struct evlist *evlist, FILE *fp);
H A Devent.h344 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp);
345 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp);
346 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp);
347 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp);
348 size_t perf_event__fprintf_aux(union perf_event *event, FILE *fp);
349 size_t perf_event__fprintf_itrace_start(union perf_event *event, FILE *fp);
350 size_t perf_event__fprintf_aux_output_hw_id(union perf_event *event, FILE *fp);
351 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp);
352 size_t perf_event__fprintf_thread_map(union perf_event *event, FILE *fp);
353 size_t perf_event__fprintf_cpu_map(union perf_event *event, FILE *f
[all...]
/linux-master/tools/bpf/
H A Dbpf_asm.c26 extern void bpf_asm_compile(FILE *fp, bool cstyle);
30 FILE *fp = stdin;
/linux-master/tools/include/nolibc/
H A Dstdio.h28 /* just define FILE as a non-empty type. The value of the pointer gives
29 * the FD: FILE=~fd for fd>=0 or NULL for fd<0. This way positive FILE
33 typedef struct FILE { struct
35 } FILE; typedef in typeref:struct:FILE
37 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO;
38 static __attribute__((unused)) FILE* const stdout = (FILE*)(intptr_t)~STDOUT_FILENO;
39 static __attribute__((unused)) FILE* cons
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Duprobe.c7 static FILE *urand_spawn(int *pid)
9 FILE *f;
25 static int urand_trigger(FILE **urand_pipe)
40 FILE *urand_pipe = NULL;
/linux-master/arch/mips/boot/tools/
H A Drelocs.h42 void process_32(FILE *fp, int as_text, int as_bin,
44 void process_64(FILE *fp, int as_text, int as_bin,
/linux-master/arch/x86/tools/
H A Drelocs.h33 void process_32(FILE *fp, int use_real_mode, int as_text,
36 void process_64(FILE *fp, int use_real_mode, int as_text,
/linux-master/tools/testing/selftests/mm/
H A Dmlock2.h12 static FILE *seek_to_smaps_entry(unsigned long addr)
14 FILE *file;
/linux-master/tools/testing/selftests/bpf/
H A Dbtf_helpers.h9 int fprintf_btf_type_raw(FILE *out, const struct btf *btf, __u32 id);
/linux-master/samples/bpf/
H A Dxdp2skb_meta.sh131 FILE="$DIR/$BPF_FILE"
132 if [[ ! -e $FILE ]]; then
133 err 3 "Missing BPF object file ($FILE)"
219 attach_tc_mark $DEV $FILE
220 attach_xdp_mark $DEV $FILE
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gen_wa_oob.c31 static void print_usage(FILE *f)
55 static int parse(FILE *input, FILE *csource, FILE *cheader)
129 FILE *f;

Completed in 230 milliseconds

1234567891011>>