Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 43) sorted by relevance

12

/scripts/
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);
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);
Dspdxcheck-test.sh5 for FILE in Makefile Documentation/logo.gif; do
6 $PYTHON scripts/spdxcheck.py $FILE
7 $PYTHON scripts/spdxcheck.py - < $FILE
Dmarkup_oops.pl202 open(FILE, $cross_compile."objdump -dS $filename |") || die "Cannot start objdump";
203 while (<FILE>) {
209 close(FILE);
235 open(FILE, $cross_compile."objdump -dS --adjust-vma=$vmaoffset --start-address=$decodestart --stop-…
237 while (<FILE>) {
263 close(FILE);
Drecordmcount.pl486 open(FILE, ">$mcount_s") || die "can't create $mcount_s\n";
488 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
489 print FILE "\t.align $alignment\n" if (defined($alignment));
492 printf FILE "\t%s %s + %d\n", $type, $ref_func, $cur_offset - $offset;
583 close(FILE);
Dpnmtologo.c28 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()
Dcoccicheck194 FILE=${COCCI#$srctree/}
214 echo " in $FILE."
Dasn1_compiler.c555 static void render(FILE *out, FILE *hdr);
564 FILE *out, *hdr; in main()
1256 static void render_element(FILE *out, struct element *e, struct element *tag);
1257 static void render_out_of_line_list(FILE *out);
1264 static void render_opcode(FILE *out, const char *fmt, ...) in render_opcode()
1278 static void render_more(FILE *out, const char *fmt, ...) in render_more()
1292 static void render(FILE *out, FILE *hdr) in render()
1392 static void render_out_of_line_list(FILE *out) in render_out_of_line_list()
1439 static void render_element(FILE *out, struct element *e, struct element *tag) in render_element()
Dextract-cert.c110 FILE *f = fopen(cert_dst, "wb"); in main()
/scripts/dtc/
Dsrcpos.h14 FILE *f;
21 extern FILE *depfile; /* = NULL */
43 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
Dtreesource.c9 extern FILE *yyin;
34 static void write_prefix(FILE *f, int level) in write_prefix()
49 static void write_propval_string(FILE *f, const char *s, size_t len) in write_propval_string()
102 static void write_propval_int(FILE *f, const char *p, size_t len, size_t width) in write_propval_int()
196 static void write_propval(FILE *f, struct property *prop) in write_propval()
281 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
328 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
Dflattree.c102 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label()
109 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label()
125 FILE *f = e; in asm_emit_cell()
134 FILE *f = e; in asm_emit_string()
144 FILE *f = e; in asm_emit_align()
151 FILE *f = e; in asm_emit_data()
173 FILE *f = e; in asm_emit_beginnode()
186 FILE *f = e; in asm_emit_endnode()
199 FILE *f = e; in asm_emit_property()
345 void dt_to_blob(FILE *f, struct dt_info *dti, int version) in dt_to_blob()
[all …]
Ddtc.h105 struct data data_copy_file(FILE *f, size_t len);
283 void dt_to_blob(FILE *f, struct dt_info *dti, int version);
284 void dt_to_asm(FILE *f, struct dt_info *dti, int version);
290 void dt_to_source(FILE *f, struct dt_info *dti);
295 void dt_to_yaml(FILE *f, struct dt_info *dti);
Dsrcpos.c41 FILE *depfile; /* = NULL */
100 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
127 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path()
146 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open()
148 FILE *f; in srcfile_relative_open()
Dfstree.c38 FILE *pfile; in read_fstree()
Ddtc.c134 FILE *f; in guess_input_format()
170 FILE *outf = NULL; in main()
Ddt_to_config881 FILE: label
910 next FILE;
922 next FILE;
Ddtc-parser.y306 FILE *f = srcfile_relative_open($4.val, NULL);
322 FILE *f = srcfile_relative_open($4.val, NULL);
/scripts/kconfig/
Dlkc.h42 void zconfdump(FILE *out);
44 FILE *zconf_fopen(const char *name);
58 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
Dconfdata.c167 void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
168 void (*print_comment)(FILE *, const char *, void *);
316 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
352 FILE *in = NULL; in conf_read_simple()
591 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
614 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
645 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
686 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
719 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
732 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
[all …]
Dlkc_proto.h57 void env_write_dep(FILE *f, const char *auto_conf_name);
/scripts/genksyms/
Dgenksyms.c29 static FILE *debugfile;
57 static void print_list(FILE * f, struct string_list *list);
408 static struct string_list *read_node(FILE *f) in read_node()
456 static void read_reference(FILE *f) in read_reference()
492 static void print_node(FILE * f, struct string_list *list) in print_node()
501 static void print_list(FILE * f, struct string_list *list) in print_list()
755 FILE *dumpfile = NULL, *ref_file = NULL; in main()
/scripts/atomic/
Dgen-atomic-long.sh62 // DO NOT MODIFY THIS FILE DIRECTLY
Dgen-atomic-instrumented.sh133 // DO NOT MODIFY THIS FILE DIRECTLY
Dgen-atomic-fallback.sh147 // DO NOT MODIFY THIS FILE DIRECTLY

12