Searched refs:find_in_path (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/freedreno/rnn/ |
D | path.c | 28 FILE *find_in_path(const char *name, const char *path, char **pfullname) { in find_in_path() function
|
D | util.h | 104 FILE *find_in_path(const char *name, const char *path, char **pfullname);
|
D | rnn.c | 858 FILE *file = find_in_path(file_orig, rnn_path, &fname); in find_file()
|
/third_party/toybox/toys/other/ |
D | which.c | 43 list = find_in_path(getenv("PATH"), filename); in which_in_path()
|
/third_party/toybox/toys/example/ |
D | logwrapper.c | 58 list = find_in_path(getenv("PATH"), omnom); in logwrapper_main()
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | util.h | 108 int find_in_path(const char *progname, const char *paths, char *found_in);
|
D | util.c | 311 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/ |
D | lib.h | 224 struct string_list *find_in_path(char *path, char *filename);
|
/third_party/toybox/lib/ |
D | lib.h | 231 struct string_list *find_in_path(char *path, char *filename);
|
D | lib.c | 246 struct string_list *find_in_path(char *path, char *filename) in find_in_path() function
|
/third_party/toybox/toys/posix/ |
D | tar.c | 854 struct string_list *zcat = find_in_path(getenv("PATH"), in tar_main()
|