Searched defs:file (Results 1 - 8 of 8) sorted by relevance

/scripts/dtc/
H A Dsrcpos.h45 struct srcfile_state *file; member in struct:srcpos
57 (Current).file = YYRHSLOC(Rhs, N).file; \
63 (Current).file = YYRHSLOC (Rhs, 0).file; \
/scripts/kconfig/
H A Dutil.c13 /* file already present in list? If not add it */
14 struct file *file_lookup(const char *name)
16 struct file *file; local
19 for (file = file_list; file; file = file->next) {
20 if (!strcmp(name, file->name)) {
22 return file;
39 struct file *file; local
[all...]
H A Dkxgettext.c65 const char *file; member in struct:file_line
69 static struct file_line *file_line__new(const char *file, int lineno) argument
76 self->file = file;
93 const char *file, int lineno)
100 self->files = file_line__new(file, lineno);
133 static int message__add_file_line(struct message *self, const char *file, argument
137 struct file_line *fl = file_line__new(file, lineno);
149 static int message__add(const char *msg, char *option, const char *file, argument
158 rc = message__add_file_line(m, file, linen
92 message__new(const char *msg, char *option, const char *file, int lineno) argument
[all...]
H A Dexpr.h19 struct file { struct
20 struct file *next;
21 struct file *parent;
145 struct file *file; /* what file was this property defined */ member in struct:property
168 struct file *file; member in struct:menu
176 extern struct file *file_list;
177 extern struct file *current_fil
[all...]
/scripts/
H A Ddocproc.c11 * Scans the template file and call kernel-doc for
12 * all occurrences of ![EIF]file
13 * Beforehand each referenced file is scanned for
19 * Usage: docproc doc file.tmpl
22 * Scans the template file and list all files
24 * Usage: docproc depend file.tmpl
27 * file.tmpl src.c src2.c
55 typedef void FILEONLY(char * file);
61 typedef void FILELINE(char * file, char * line);
97 fprintf(stderr, "Usage: docproc {doc|depend} file\
181 adddep(char * file) argument
182 adddep2(char * file, char * line) argument
184 noaction2(char * file, char * line) argument
[all...]
H A Drecordmcount.c12 * Strategy: alter the .o file in-place.
21 * then use "ld -r" to create a new file that omits the garbage.]
36 static int fd_map; /* File descriptor for file being modified. */
41 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */
52 /* Per-file resource cleanup when multiple files. */
152 * Get the whole file as a programming convenience in order to avoid
154 * avoids copying unused pieces; else just read the whole file.
155 * Open for both read and write; new info will be appended to the file.
157 * do not propagate to the file until an explicit overwrite at the last.
159 * for simultaneous readers of the file whil
434 char *file = argv[i]; local
[all...]
/scripts/mod/
H A Dsumversion.c230 static int parse_string(const char *file, unsigned long len, argument
235 add_char(file[0], md);
237 add_char(file[i], md);
238 if (file[i] == '"' && file[i-1] != '\\')
244 static int parse_comment(const char *file, unsigned long len) argument
249 if (file[i-1] == '*' && file[i] == '/')
258 char *file; local
261 file
307 char *cmd, *file, *line, *dir; local
402 void *file; local
[all...]
H A Dmodpost.c355 * Return a copy of the next line in a mmap'ed file.
359 char *get_next_line(unsigned long *pos, void *file, unsigned long size) argument
364 signed char *p = (signed char *)file + *pos;
388 void release_file(void *file, unsigned long size) argument
390 munmap(file, size);
409 /* file too small, assume this is an empty .o file */
412 /* Is this a valid ELF file? */
417 /* Not an ELF file - silently ignore it */
437 /* Check if file offse
1974 FILE *file; local
2021 void *file = grab_file(fname, &size); local
2099 const char *file; member in struct:ext_sym_list
[all...]

Completed in 86 milliseconds