Home
last modified time | relevance | path

Searched defs:file (Results 1 – 15 of 15) sorted by relevance

/scripts/kconfig/
Dkxgettext.c65 const char *file; member
69 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new()
93 const char *file, int lineno) in message__new()
133 static int message__add_file_line(struct message *self, const char *file, in message__add_file_line()
149 static int message__add(const char *msg, char *option, const char *file, in message__add()
Dutil.c16 struct file *file; in file_lookup() local
39 struct file *file; in file_write_dep() local
Dexpr.h20 struct file { struct
21 struct file *next; argument
22 struct file *parent; argument
23 const char *name;
24 int lineno;
154 struct file *file; /* what file was this property defined */ member
177 struct file *file; member
Dzconf.l22 struct file *file; member
Dzconf.y39 struct file *file; member
/scripts/
Dextract-cert.c38 const char *file; in display_openssl_errors() local
54 const char *file; in drain_openssl_errors() local
Dbloat-o-meter16 def getsizes(file): argument
Dsign-file.c75 const char *file; in display_openssl_errors() local
91 const char *file; in drain_openssl_errors() local
Ddocproc.c182 static void adddep(char * file) { printf("\t%s", file); } in adddep()
183 static void adddep2(char * file, char * line) { line = line; adddep(file); } in adddep2()
185 static void noaction2(char * file, char * line) { file = file; line = line; } in noaction2()
Dsortextable.c341 char *file = argv[i]; in main() local
Drecordmcount.c584 char *file = argv[i]; in main() local
Danalyze_suspend.py3229 def doWarning(msg, file): argument
/scripts/mod/
Dsumversion.c230 static int parse_string(const char *file, unsigned long len, in parse_string()
244 static int parse_comment(const char *file, unsigned long len) in parse_comment()
258 char *file; in parse_file() local
307 char *cmd, *file, *line, *dir; in parse_source_files() local
402 void *file; in get_src_version() local
Dmodpost.c372 char *get_next_line(unsigned long *pos, void *file, unsigned long size) in get_next_line()
401 void release_file(void *file, unsigned long size) in release_file()
2273 FILE *file; in write_if_changed() local
2320 void *file = grab_file(fname, &size); in read_dump() local
2400 const char *file; member
/scripts/dtc/
Dsrcpos.h75 struct srcfile_state *file; member