Home
last modified time | relevance | path

Searched refs:find_in_path (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/freedreno/rnn/
Dpath.c28 FILE *find_in_path(const char *name, const char *path, char **pfullname) { in find_in_path() function
Dutil.h104 FILE *find_in_path(const char *name, const char *path, char **pfullname);
Drnn.c858 FILE *file = find_in_path(file_orig, rnn_path, &fname); in find_file()
/third_party/toybox/toys/other/
Dwhich.c43 list = find_in_path(getenv("PATH"), filename); in which_in_path()
/third_party/toybox/toys/example/
Dlogwrapper.c58 list = find_in_path(getenv("PATH"), omnom); in logwrapper_main()
/third_party/cups-filters/filter/foomatic-rip/
Dutil.h108 int find_in_path(const char *progname, const char *paths, char *found_in);
Dutil.c311 int find_in_path(const char *progname, const char *paths, char *found_in) in find_in_path() function
/third_party/toybox/porting/liteos_a/lib/
Dlib.h224 struct string_list *find_in_path(char *path, char *filename);
/third_party/toybox/lib/
Dlib.h231 struct string_list *find_in_path(char *path, char *filename);
Dlib.c246 struct string_list *find_in_path(char *path, char *filename) in find_in_path() function
/third_party/toybox/toys/posix/
Dtar.c854 struct string_list *zcat = find_in_path(getenv("PATH"), in tar_main()