/scripts/ |
D | headers_install.sh | 28 FILE= 32 FILE="$(basename "$i")" 40 "$SRCDIR/$i" > "$OUTDIR/$FILE.sed" || exit 1 41 scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ "$OUTDIR/$FILE.sed" \ 42 > "$OUTDIR/$FILE" 44 rm -f "$OUTDIR/$FILE.sed"
|
D | cleanfile | 103 if (!open(FILE, '+<', $f)) { 108 binmode FILE; 115 while (read(FILE, $data, 65536) > 0) { 127 seek(FILE, 0, 0); 137 while ( defined($line = <FILE>) ) { 166 seek(FILE, 0, 0); 167 print FILE @lines; 169 if ( !defined($where = tell(FILE)) || 170 !truncate(FILE, $where) ) { 175 close(FILE);
|
D | cleanpatch | 103 if (!open(FILE, '+<', $f)) { 108 binmode FILE; 115 while (read(FILE, $data, 65536) > 0) { 127 seek(FILE, 0, 0); 138 while ( defined($line = <FILE>) ) { 247 seek(FILE, 0, 0); 248 print FILE @lines; 250 if ( !defined($where = tell(FILE)) || 251 !truncate(FILE, $where) ) { 257 close(FILE);
|
D | markup_oops.pl | 205 open(FILE, $cross_compile."objdump -dS $filename |") || die "Cannot start objdump"; 206 while (<FILE>) { 212 close(FILE); 238 open(FILE, $cross_compile."objdump -dS --adjust-vma=$vmaoffset --start-address=$decodestart --stop-… 240 while (<FILE>) { 266 close(FILE);
|
D | recordmcount.pl | 467 open(FILE, ">$mcount_s") || die "can't create $mcount_s\n"; 469 print FILE "\t.section $mcount_section,\"a\",$section_type\n"; 470 print FILE "\t.align $alignment\n" if (defined($alignment)); 473 printf FILE "\t%s %s + %d\n", $type, $ref_func, $cur_offset - $offset; 564 close(FILE);
|
D | kernel-doc-xml-ref | 76 open(FILE, $inputfile) or die("Could not open $inputfile") or die ("Cannot open $inputfile"); 77 foreach my $line (<FILE>) {
|
D | coccicheck | 120 FILE=`echo $COCCI | sed "s|$srctree/||"` 140 echo " in $FILE."
|
D | pnmtologo.c | 28 static FILE *out; 84 static unsigned int get_number(FILE *fp) in get_number() 119 static unsigned int get_number255(FILE *fp, unsigned int maxval) in get_number255() 127 FILE *fp; in read_image()
|
D | asn1_compiler.c | 559 static void render(FILE *out, FILE *hdr); 568 FILE *out, *hdr; in main() 1260 static void render_element(FILE *out, struct element *e, struct element *tag); 1261 static void render_out_of_line_list(FILE *out); 1268 static void render_opcode(FILE *out, const char *fmt, ...) in render_opcode() 1282 static void render_more(FILE *out, const char *fmt, ...) in render_more() 1296 static void render(FILE *out, FILE *hdr) in render() 1396 static void render_out_of_line_list(FILE *out) in render_out_of_line_list() 1443 static void render_element(FILE *out, struct element *e, struct element *tag) in render_element()
|
D | docproc.c | 197 FILE * fp; in find_export_symbols() 443 static void parse_file(FILE *infile) in parse_file() 503 FILE * infile; in main()
|
/scripts/dtc/ |
D | treesource.c | 24 extern FILE *yyin; 49 static void write_prefix(FILE *f, int level) in write_prefix() 64 static void write_propval_string(FILE *f, struct data val) in write_propval_string() 137 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells() 167 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes() 195 static void write_propval(FILE *f, struct property *prop) in write_propval() 236 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() 266 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
|
D | srcpos.h | 27 FILE *f; 34 extern FILE *depfile; /* = NULL */ 56 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
|
D | srcpos.c | 52 FILE *depfile; /* = NULL */ 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 98 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 117 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 119 FILE *f; in srcfile_relative_open()
|
D | flattree.c | 117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() 124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label() 140 FILE *f = e; in asm_emit_cell() 149 FILE *f = e; in asm_emit_string() 167 FILE *f = e; in asm_emit_align() 174 FILE *f = e; in asm_emit_data() 196 FILE *f = e; in asm_emit_beginnode() 209 FILE *f = e; in asm_emit_endnode() 222 FILE *f = e; in asm_emit_property() 369 void dt_to_blob(FILE *f, struct dt_info *dti, int version) in dt_to_blob() [all …]
|
D | dtc.h | 109 struct data data_copy_file(FILE *f, size_t len); 270 void dt_to_blob(FILE *f, struct dt_info *dti, int version); 271 void dt_to_asm(FILE *f, struct dt_info *dti, int version); 277 void dt_to_source(FILE *f, struct dt_info *dti);
|
D | dtc.c | 142 FILE *f; in guess_input_format() 179 FILE *outf = NULL; in main()
|
D | fstree.c | 53 FILE *pfile; in read_fstree()
|
D | dtc-lexer.lex.c_shipped | 160 extern FILE *yyin, *yyout; 189 FILE *yy_input_file; 285 void yyrestart (FILE *input_file ); 287 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); 295 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); 338 FILE *yyin = NULL, *yyout = NULL; 692 FILE *yyget_in (void ); 694 void yyset_in (FILE * _in_str ); 696 FILE *yyget_out (void ); 698 void yyset_out (FILE * _out_str ); [all …]
|
D | dtc-parser.y | 262 FILE *f = srcfile_relative_open($4.val, NULL); 278 FILE *f = srcfile_relative_open($4.val, NULL);
|
/scripts/kconfig/ |
D | confdata.c | 20 void (*print_symbol)(FILE *, struct symbol *, const char *, void *); 21 void (*print_comment)(FILE *, const char *, void *); 217 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline() 253 FILE *in = NULL; in conf_read_simple() 486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() 509 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment() 540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() 581 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment() 614 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol() 627 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() [all …]
|
D | lkc.h | 71 void zconfdump(FILE *out); 73 FILE *zconf_fopen(const char *name); 89 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
|
D | zconf.lex.c_shipped | 185 extern FILE *zconfin, *zconfout; 218 FILE *yy_input_file; 314 void zconfrestart (FILE *input_file ); 316 YY_BUFFER_STATE zconf_create_buffer (FILE *file,int size ); 324 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file ); 367 FILE *zconfin = (FILE *) 0, *zconfout = (FILE *) 0; 897 FILE *zconfget_in (void ); 899 void zconfset_in (FILE * in_str ); 901 FILE *zconfget_out (void ); 903 void zconfset_out (FILE * out_str ); [all …]
|
/scripts/genksyms/ |
D | genksyms.c | 40 static FILE *debugfile; 69 static void print_list(FILE * f, struct string_list *list); 420 static struct string_list *read_node(FILE *f) in read_node() 468 static void read_reference(FILE *f) in read_reference() 504 static void print_node(FILE * f, struct string_list *list) in print_node() 513 static void print_list(FILE * f, struct string_list *list) in print_list() 762 FILE *dumpfile = NULL, *ref_file = NULL; in main()
|
D | lex.lex.c_shipped | 157 extern FILE *yyin, *yyout; 190 FILE *yy_input_file; 286 void yyrestart (FILE *input_file ); 288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); 296 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); 339 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; 605 FILE *yyget_in (void ); 607 void yyset_in (FILE * in_str ); 609 FILE *yyget_out (void ); 611 void yyset_out (FILE * out_str ); [all …]
|
/scripts/selinux/mdp/ |
D | mdp.c | 53 FILE *fout; in main()
|