Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Doperations_test.cpp137 ATF_REQUIRE(!fs::find_in_path("ls")); in ATF_TEST_CASE_BODY()
139 ATF_REQUIRE(!fs::find_in_path("ls")); in ATF_TEST_CASE_BODY()
147 ATF_REQUIRE(!fs::find_in_path("ls")); in ATF_TEST_CASE_BODY()
149 ATF_REQUIRE(!fs::find_in_path("ls")); in ATF_TEST_CASE_BODY()
160 ATF_REQUIRE(!fs::find_in_path("ls")); in ATF_TEST_CASE_BODY()
162 ATF_REQUIRE_EQ(dir / "ls", fs::find_in_path("ls").get()); in ATF_TEST_CASE_BODY()
175 ATF_REQUIRE(!fs::find_in_path("ls")); in ATF_TEST_CASE_BODY()
177 ATF_REQUIRE_EQ(dir2 / "ls", fs::find_in_path("ls").get()); in ATF_TEST_CASE_BODY()
179 ATF_REQUIRE_EQ(dir1 / "ls", fs::find_in_path("ls").get()); in ATF_TEST_CASE_BODY()
188 ATF_REQUIRE(!fs::find_in_path("foo-bar")); in ATF_TEST_CASE_BODY()
[all …]
H A Doperations.hpp51 utils::optional< path > find_in_path(const char*);
H A Doperations.cpp141 fs::find_in_path(const char* name) in find_in_path() function in fs
/netbsd-src/distrib/utils/ssh/
H A Dssh.c85 int find_in_path(char *cmd, char *filebuf);
473 if (find_in_path(argv[0], file)) { in cmd_run()
535 find_in_path(char *cmd, char *filebuf) in find_in_path() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfindprog.h33 extern const char *find_in_path (const char *progname);
H A Dfindprog.c35 find_in_path (const char *progname) in find_in_path() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py86 def find_in_path(file, path=None): function
104 path = find_in_path('7z')
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py86 def find_in_path(file, path=None): function
104 path = find_in_path('7z')
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgexec.c217 sub_path = find_in_path (sub_name); in main()
H A Dmsgfilter.c369 sub_path = find_in_path (sub_name); in main()
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dmetadata.cpp474 if (!fs::find_in_path((*iter).c_str())) in check_required_programs()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A DChangeLog.0140 * findprog.h (find_in_path): Likewise.
141 * findprog.c (find_in_path): Likewise.
H A DChangeLog.1942 * findprog.c (find_in_path): Treat Cygwin like Windows, since it also
1647 * findprog.c (find_in_path): Use 'bool' and eaccess().