/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc1.c | 68 * process_file: reads data file 72 void process_file(char *); 142 process_file(filename); in main() 153 | process_file () | 160 void process_file(char *filename) in process_file() function
|
H A D | sched_tc0.c | 71 * process_file: reads data file 75 void process_file(char *); 152 process_file(filename); in main() 166 | process_file () | 173 void process_file(char *filename) in process_file() function
|
/third_party/mesa3d/src/util/ |
H A D | xxd.py | 53 def process_file(args): function 95 process_file(args)
|
/third_party/elfutils/libdwfl/ |
H A D | offline.c | 111 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, in process_file() function 233 *mod = process_file (dwfl, name, member_name, fd, member, predicate); in process_archive_member() 292 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate); in __libdwfl_report_offline() 342 Dwfl_Module *mod = process_file (dwfl, name, file_name, -1, elf, NULL); in INTDEF()
|
/third_party/mbedtls/tests/scripts/ |
H A D | set_psa_test_dependencies.py | 277 def process_file(file_name): function 293 process_file(file_name)
|
/third_party/elfutils/src/ |
H A D | findtextrel.c | 87 static int process_file (const char *fname, bool more_than_one); 140 result = process_file ("a.out", false); in main() 147 result |= process_file (argv[remaining], more_than_one); in main() 202 process_file (const char *fname, bool more_than_one) in process_file() function
|
H A D | size.c | 92 static int process_file (const char *fname); 181 result = process_file ("a.out"); in main() 185 result |= process_file (argv[remaining]); in main() 266 process_file (const char *fname) in process_file() function
|
H A D | objdump.c | 90 static int process_file (const char *fname, bool more_than_one); 156 result = process_file ("a.out", false); in main() 163 result |= process_file (argv[remaining], more_than_one); in main() 234 process_file (const char *fname, bool more_than_one) in process_file() function
|
H A D | nm.c | 127 static int process_file (const char *fname, bool more_than_one); 241 result = process_file ("a.out", false); in main() 248 result |= process_file (argv[remaining], more_than_one); in main() 357 process_file (const char *fname, bool more_than_one) in process_file() function
|
H A D | elfcompress.c | 270 process_file (const char *fname) in process_file() function 1380 result |= process_file (argv[remaining]); in main()
|
H A D | strip.c | 113 static int process_file (const char *fname); 258 result = process_file ("a.out"); in main() 269 result |= process_file (argv[remaining]); in main() 744 process_file (const char *fname) in process_file() function
|
H A D | elflint.c | 89 static void process_file (int fd, Elf *elf, const char *prefix, 174 process_file (fd, elf, NULL, NULL, argv[remaining], st.st_size, in main() 231 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, in process_file() function 276 process_file (fd, subelf, new_prefix, new_suffix, in process_file()
|
H A D | readelf.c | 297 static void process_file (int fd, const char *fname, bool only_one); 395 process_file (fd, argv[remaining], only_one); in main() 891 process_file (int fd, const char *fname, bool only_one) in process_file() function
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 114 def process_file(fname): function 151 process_file(os.path.join(root, fname))
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | file_process.py | 108 def process_file(self, filename, file_handle=None): member in LinewiseFileProcessor
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
H A D | cdoc.py | 184 def process_file(f): function 255 res = process_file(f)
|
/third_party/selinux/libselinux/src/ |
H A D | label_file.c | 532 static int process_file(const char *path, const char *suffix, in process_file() function 754 status = process_file(rec->spec_file[path_index], NULL, rec, prefix, rec->digest); in init() 837 status = process_file(path, NULL, rec, prefix, rec->digest); in init() 848 status = process_file(path, "homedirs", rec, prefix, in init() 853 status = process_file(path, "local", rec, prefix, in init()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | comment_convert.py | 172 self.process_file(fn)
|
/third_party/selinux/libselinux/utils/ |
H A D | sefcontext_compile.c | 32 static int process_file(struct selabel_handle *rec, const char *filename) in process_file() function 389 rc = process_file(rec, path); in main() 391 fprintf(stderr, "%s: process_file failed\n", argv[0]); in main()
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 116 int process_file(FILE *data_file, FILE *struct_file, const char *filename); 518 if (process_file(data_file, struct_file, curName) < 0) { in process_sub() 905 int process_file(FILE *data_file, FILE *struct_file, const char *filename) in process_file() function
|