Home
last modified time | relevance | path

Searched refs:find_in_path (Results 1 – 14 of 14) 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/json/benchmarks/thirdparty/benchmark/
Dmingw.py86 def find_in_path(file, path=None): function
104 path = find_in_path('7z')
/third_party/gettext/gettext-tools/src/
Dmsgexec.c236 sub_path = find_in_path (sub_name); in main()
Dmsgfilter.c380 sub_path = find_in_path (sub_name); in main()
/third_party/toybox/lib/
Dlib.h223 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/porting/liteos_a/lib/
Dlib.h224 struct string_list *find_in_path(char *path, char *filename);
/third_party/toybox/toys/posix/
Dtar.c854 struct string_list *zcat = find_in_path(getenv("PATH"), in tar_main()
/third_party/gettext/gnulib-local/lib/
DChangeLog.0140 * findprog.h (find_in_path): Likewise.
141 * findprog.c (find_in_path): Likewise.
DChangeLog.1942 * findprog.c (find_in_path): Treat Cygwin like Windows, since it also
1647 * findprog.c (find_in_path): Use 'bool' and eaccess().