Searched defs:filelist (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getsrclines.c26 struct filelist struct
29 struct filelist *next;
213 struct filelist null_file =
223 struct filelist *filelist = &null_file; local
230 struct filelist *new_file =
231 (struct filelist *) alloca (sizeof (*new_file));
280 new_file->next = filelist;
281 filelist = new_file;
404 struct filelist *new_fil
[all...]
/external/srec/tools/test_g2g/
H A Dtest_g2g.c74 void load_filelist(char* filelist, char*** pfiles, int *pnum_files);
476 void load_filelist(char* filelist, char*** pfiles, int *pnum_files) argument
484 fp = fopen(filelist, "r");
486 pfprintf(PSTDOUT, "failed to open %s\n", filelist);
498 fp = fopen(filelist, "r");
/external/kernel-headers/original/linux/
H A Dusb.h362 struct list_head filelist; member in struct:usb_device

Completed in 105 milliseconds