Home
last modified time | relevance | path

Searched refs:process_file (Results 1 - 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc1.c68 * 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 Dsched_tc0.c71 * 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 Dxxd.py53 def process_file(args): function
95 process_file(args)
/third_party/elfutils/libdwfl/
H A Doffline.c111 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 Dset_psa_test_dependencies.py277 def process_file(file_name): function
293 process_file(file_name)
/third_party/elfutils/src/
H A Dfindtextrel.c87 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 Dsize.c92 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 Dobjdump.c90 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 Dnm.c127 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 Delfcompress.c270 process_file (const char *fname) in process_file() function
1380 result |= process_file (argv[remaining]); in main()
H A Dstrip.c113 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 Delflint.c89 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 Dreadelf.c297 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 Dgen-magic-strings.py114 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 Dfile_process.py108 def process_file(self, filename, file_handle=None): member in LinewiseFileProcessor
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
H A Dcdoc.py184 def process_file(f): function
255 res = process_file(f)
/third_party/selinux/libselinux/src/
H A Dlabel_file.c532 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 Dcomment_convert.py172 self.process_file(fn)
/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c32 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 Dmakefsdata.c116 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

Completed in 37 milliseconds