Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 41) sorted by relevance

12

/scripts/dtc/
Dtreesource.c37 yyin = current_srcfile->f; in dt_from_source()
49 static void write_prefix(FILE *f, int level) in write_prefix() argument
54 fputc('\t', f); in write_prefix()
64 static void write_propval_string(FILE *f, struct data val) in write_propval_string() argument
74 fprintf(f, "%s: ", m->ref); in write_propval_string()
77 fprintf(f, "\""); in write_propval_string()
84 fprintf(f, "\\a"); in write_propval_string()
87 fprintf(f, "\\b"); in write_propval_string()
90 fprintf(f, "\\t"); in write_propval_string()
93 fprintf(f, "\\n"); in write_propval_string()
[all …]
Dflattree.c117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() argument
119 fprintf(f, "\t.globl\t%s_%s\n", prefix, label); in emit_label()
120 fprintf(f, "%s_%s:\n", prefix, label); in emit_label()
121 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label()
124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label() argument
126 fprintf(f, "\t.globl\t%s\n", label); in emit_offset_label()
127 fprintf(f, "%s\t= . + %d\n", label, offset); in emit_offset_label()
130 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument
132 fprintf((f), "\t.byte\t((" fmt ") >> 24) & 0xff\n", __VA_ARGS__); \
133 fprintf((f), "\t.byte\t((" fmt ") >> 16) & 0xff\n", __VA_ARGS__); \
[all …]
Dsrcpos.c119 FILE *f; in srcfile_relative_open() local
123 f = stdin; in srcfile_relative_open()
126 fullname = fopen_any_on_path(fname, &f); in srcfile_relative_open()
127 if (!f) in srcfile_relative_open()
140 return f; in srcfile_relative_open()
152 srcfile->f = srcfile_relative_open(fname, &srcfile->name); in srcfile_push()
170 if (fclose(srcfile->f)) in srcfile_pop()
332 void srcpos_set_line(char *f, int l) in srcpos_set_line() argument
334 current_srcfile->name = f; in srcpos_set_line()
Ddtc-parser.y228 FILE *f = srcfile_relative_open($4.val, NULL); variable
232 if (fseek(f, $6, SEEK_SET) != 0)
238 d = data_copy_file(f, $8);
241 fclose(f);
245 FILE *f = srcfile_relative_open($4.val, NULL); variable
248 d = data_copy_file(f, -1);
251 fclose(f);
Ddtc.h106 struct data data_copy_file(FILE *f, size_t len);
256 void dt_to_blob(FILE *f, struct boot_info *bi, int version);
257 void dt_to_asm(FILE *f, struct boot_info *bi, int version);
263 void dt_to_source(FILE *f, struct boot_info *bi);
264 struct boot_info *dt_from_source(const char *f);
Dsrcpos.h26 FILE *f; member
116 extern void srcpos_set_line(char *f, int l);
Ddata.c93 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file() argument
97 while (!feof(f) && (d.len < maxlen)) { in data_copy_file()
106 ret = fread(d.val + d.len, 1, chunksize, f); in data_copy_file()
108 if (ferror(f)) in data_copy_file()
/scripts/coccinelle/null/
Dbadzero.cocci26 identifier f;
30 (E = f(...)) ==
34 (E = f(...)) !=
40 == (E = f(...))
44 != (E = f(...))
50 identifier f;
55 (E = f(...)) ==
58 (E = f(...)) !=
62 == (E = f(...))
65 != (E = f(...))
[all …]
Dderef_null.cocci29 identifier f;
33 (E != NULL && ...) ? <+...E->f@p1...+> : ...
37 identifier f;
42 (E != NULL) && ... && <+...E->f@p2...+>
44 (E == NULL) || ... || <+...E->f@p2...+>
46 sizeof(<+...E->f@p2...+>)
55 identifier f;
84 E->f@p // bad use
116 identifier f;
145 E->f@p // bad use
[all …]
Dkmerr.cocci22 identifier f,fld;
25 x@p = f(...);
34 identifier f;
39 *x1@p = f(...);
50 identifier f;
55 x1@p = f@p2(...);
/scripts/
Dcheckincludes.pl41 open(my $f, '<', $file)
47 while (<$f>) {
54 close($f);
65 open($f, '>', $file)
77 print {$f} $_;
82 print {$f} $_;
88 close($f);
Dcleanpatch95 foreach $f ( @files ) {
96 print STDERR "$name: $f\n";
98 if (! -f $f) {
99 print STDERR "$f: not a file\n";
103 if (!open(FILE, '+<', $f)) {
104 print STDERR "$name: Cannot open file: $f: $!\n";
123 print STDERR "$name: $f: binary file\n";
168 "$f:$lineno: adds line exceeds $max_width ",
181 print STDERR "$name: $f: malformed patch\n";
187 print STDERR "$name: $f: malformed patch\n";
[all …]
Dcleanfile95 foreach $f ( @files ) {
96 print STDERR "$name: $f\n";
98 if (! -f $f) {
99 print STDERR "$f: not a file\n";
103 if (!open(FILE, '+<', $f)) {
104 print STDERR "$name: Cannot open file: $f: $!\n";
123 print STDERR "$name: $f: binary file\n";
158 "$f:$lineno: line exceeds $max_width characters ($l_width)\n";
171 die "$name: Failed to truncate modified file: $f: $!\n";
Dcheckversion.pl17 open( my $f, '<', $file )
24 while (<$f>) {
70 close($f);
DMakefile.host65 host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f))))
67 host-objdirs += $(foreach f,$(host-cmulti), \
68 $(foreach m,$($(f)-objs), \
71 host-objdirs += $(foreach f,$(host-cxxmulti), \
72 $(foreach m,$($(f)-cxxobjs), \
DMakefile.headersinst87 cmd_check = for f in $(all-files); do \
88 echo "$(installdir)/$${f}"; done \
124 $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DMakefile.fwinst68 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
Dcoccicheck136 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
137 coccinelle $f
DMakefile.modpost140 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
DKbuild.include59 rm -f $@.tmp; \
62 mv -f $@.tmp $@; \
95 rm -f "$$TMP" "$$TMPO")
161 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
164 build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj
167 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj=
170 modbuiltin := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.modbuiltin obj
230 rm -f $(depfile); \
231 mv -f $(dot-target).tmp $(dot-target).cmd)
Dget_maintainer.pl158 if (-f $conf) {
317 return if (!$email_use_mailmap || !(-f "${lk_path}.mailmap"));
397 } elsif (!(-f $file)) {
403 if ($file ne "MAINTAINERS" && -f $file && ($keywords || $file_emails)) {
404 open(my $f, '<', $file)
406 my $text = do { local($/) ; <$f> };
407 close($f);
815 if ( (-f "${lk_path}COPYING")
816 && (-f "${lk_path}CREDITS")
817 && (-f "${lk_path}Kbuild")
[all …]
Dheaderdep.pl77 return $filename if -f $filename;
81 return $path if -f $path;
/scripts/coccinelle/api/
Dsimple_open.cocci14 identifier i, f;
16 -int open_f(struct inode *i, struct file *f)
20 -f->private_data = i->i_private;
22 -f->private_data = i->i_private;
40 identifier i, f;
43 int open_f@p(struct inode *i, struct file *f)
47 f->private_data = i->i_private;
49 f->private_data = i->i_private;
/scripts/coccinelle/misc/
Dnoderef.cocci18 expression f;
28 f(...,(T)(x),...,sizeof(
33 f(...,sizeof(x),...,(T)(
41 expression f;
49 *f(...,(T)(x),...,sizeof@p(x),...)
51 *f(...,sizeof@p(x),...,(T)(x),...)
/scripts/genksyms/
Dgenksyms.c69 static void print_list(FILE * f, struct string_list *list);
420 static struct string_list *read_node(FILE *f) in read_node() argument
428 while ((c = fgetc(f)) != EOF) { in read_node()
436 ungetc(c, f); in read_node()
466 static void read_reference(FILE *f) in read_reference() argument
468 while (!feof(f)) { in read_reference()
474 sym = read_node(f); in read_reference()
479 sym = read_node(f); in read_reference()
483 def = read_node(f); in read_reference()
488 def = read_node(f); in read_reference()
[all …]

12