Home
last modified time | relevance | path

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

/scripts/
A Dcleanpatch103 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);
A Dcoccicheck197 FILE=`echo $COCCI | sed "s|$srctree/||"`
217 echo " in $FILE."
A Dcheckpatch.pl1266 my $FILE;
1271 open($FILE, '-|', "git format-patch -M --stdout -1 $filename") ||
1274 open($FILE, '-|', "diff -u /dev/null $filename") ||
1277 open($FILE, '<&STDIN');
1279 open($FILE, '<', "$filename") ||
1289 while (<$FILE>) {
1294 close($FILE);
/scripts/dtc/
A Dtreesource.c24 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()
265 void dt_to_source(FILE *f, struct dt_info *dti) in dt_to_source()
A Dsrcpos.h28 FILE *f;
35 extern FILE *depfile; /* = NULL */
57 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
A Dsrcpos.c51 FILE *depfile; /* = NULL */
69 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
96 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path()
115 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open()
117 FILE *f; in srcfile_relative_open()
A Dflattree.c140 FILE *f = e; in asm_emit_cell()
149 FILE *f = e; in asm_emit_string()
159 FILE *f = e; in asm_emit_align()
166 FILE *f = e; in asm_emit_data()
188 FILE *f = e; in asm_emit_beginnode()
201 FILE *f = e; in asm_emit_endnode()
214 FILE *f = e; in asm_emit_property()
360 void dt_to_blob(FILE *f, struct dt_info *dti, int version) in dt_to_blob()
447 static void dump_stringtable_asm(FILE *f, struct data strbuf) in dump_stringtable_asm()
461 void dt_to_asm(FILE *f, struct dt_info *dti, int version) in dt_to_asm()
[all …]
A Ddtc.h108 struct data data_copy_file(FILE *f, size_t len);
280 void dt_to_blob(FILE *f, struct dt_info *dti, int version);
281 void dt_to_asm(FILE *f, struct dt_info *dti, int version);
287 void dt_to_source(FILE *f, struct dt_info *dti);
A Dfstree.c53 FILE *pfile; in read_fstree()
A Ddtc.c140 FILE *f; in guess_input_format()
176 FILE *outf = NULL; in main()
A Ddtc-parser.y307 FILE *f = srcfile_relative_open($4.val, NULL);
323 FILE *f = srcfile_relative_open($4.val, NULL);
A Ddata.c93 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file()
A Dutil.c436 FILE *fp = errmsg ? stderr : stdout; in util_usage()
/scripts/kconfig/
A Dconfdata.c78 void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
79 void (*print_comment)(FILE *, const char *, void *);
249 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
285 FILE *in = NULL; in conf_read_simple()
544 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
616 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
662 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
707 FILE *out; in conf_write_defconfig()
778 FILE *out; in conf_write()
879 FILE *out; in conf_write_dep()
[all …]
A Dlkc.h57 void zconfdump(FILE *out);
59 FILE *zconf_fopen(const char *name);
75 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
A Dlkc_proto.h57 void env_write_dep(FILE *f, const char *auto_conf_name);
A Dzconf.y629 static void print_quoted_string(FILE *out, const char *str) in print_quoted_string()
646 static void print_symbol(FILE *out, struct menu *menu) in print_symbol()
737 void zconfdump(FILE *out) in zconfdump()
A Dpreprocess.c87 void env_write_dep(FILE *f, const char *autoconfig_name) in env_write_dep()
140 FILE *p; in do_shell()
A Dexpr.h311 void expr_fprint(struct expr *e, FILE *out);
A Dconf.c74 static void xfgets(char *str, int size, FILE *in) in xfgets()
A Dexpr.c1237 void expr_fprint(struct expr *e, FILE *out) in expr_fprint()

Completed in 29 milliseconds