Searched refs:f (Results 1 – 18 of 18) sorted by relevance
/scripts/ |
D | cleanpatch | 95 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 …]
|
D | cleanfile | 95 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";
|
D | Makefile.host | 65 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), \
|
D | Makefile.fwinst | 68 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | mkcompile_h | 21 set -f 92 rm -f .tmpcompile 95 mv -f .tmpcompile $TARGET 97 rm -f .tmpver.1 .tmpver.2
|
D | Makefile.modpost | 154 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | Makefile.headersinst | 90 $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | headerdep.pl | 77 return $filename if -f $filename; 81 return $path if -f $path;
|
D | Kbuild.include | 55 rm -f $@.tmp; \ 58 mv -f $@.tmp $@; \ 90 rm -f "$$TMP") 141 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj= 144 build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj 202 rm -f $(depfile); \ 203 mv -f $(dot-target).tmp $(dot-target).cmd)
|
D | mkversion | 1 if [ ! -f .version ]
|
D | Makefile.build | 374 cmd_files := $(wildcard $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))
|
D | checkpatch.pl | 211 if ($tree && -f "$root/$removal") { 1041 if (-f "$root/$file") { 1046 if (! -f _) { 2165 if (-f "$root/$checkfile" &&
|
/scripts/genksyms/ |
D | genksyms.c | 61 static void print_list(FILE * f, struct string_list *list); 316 struct string_list *read_node(FILE *f) in read_node() argument 324 while ((c = fgetc(f)) != EOF) { in read_node() 332 ungetc(c, f); in read_node() 362 static void read_reference(FILE *f) in read_reference() argument 364 while (!feof(f)) { in read_reference() 370 sym = read_node(f); in read_reference() 375 sym = read_node(f); in read_reference() 379 def = read_node(f); in read_reference() 384 def = read_node(f); in read_reference() [all …]
|
D | lex.l | 44 X_INT 0[Xx][0-9A-Fa-f]+ 76 [ \t\f\v\r]+ ;
|
D | keywords.c_shipped | 20 && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
|
/scripts/kconfig/lxdialog/ |
D | util.c | 59 #define DLG_COLOR(dialog, f, b, h) \ argument 61 dlg.dialog.fg = (f); \
|
/scripts/kconfig/ |
D | zconf.hash.c_shipped | 21 && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
|
D | lex.zconf.c_shipped | 2327 FILE *f; 2329 f = fopen(name, "r"); 2330 if (!f && name != NULL && name[0] != '/') { 2334 f = fopen(fullname, "r"); 2337 return f;
|