Searched refs:find_in_path (Results 1 – 14 of 14) 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/json/benchmarks/thirdparty/benchmark/ |
D | mingw.py | 86 def find_in_path(file, path=None): function 104 path = find_in_path('7z')
|
/third_party/gettext/gettext-tools/src/ |
D | msgexec.c | 236 sub_path = find_in_path (sub_name); in main()
|
D | msgfilter.c | 380 sub_path = find_in_path (sub_name); in main()
|
/third_party/toybox/lib/ |
D | lib.h | 223 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/porting/liteos_a/lib/ |
D | lib.h | 224 struct string_list *find_in_path(char *path, char *filename);
|
/third_party/toybox/toys/posix/ |
D | tar.c | 854 struct string_list *zcat = find_in_path(getenv("PATH"), in tar_main()
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.0 | 140 * findprog.h (find_in_path): Likewise. 141 * findprog.c (find_in_path): Likewise.
|
D | ChangeLog.1 | 942 * findprog.c (find_in_path): Treat Cygwin like Windows, since it also 1647 * findprog.c (find_in_path): Use 'bool' and eaccess().
|