Home
last modified time | relevance | path

Searched refs:hash_multicommand_output (Results 1 – 16 of 16) sorted by relevance

/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/unittest/
H A Dtest_hashutil.c84 TEST(hash_multicommand_output) in TEST() argument
92 CHECK(hash_multicommand_output(&h2, "echo foo; echo bar", "not used")); in TEST()
93 CHECK(hash_multicommand_output(&h1, "./foo.sh", "not used")); in TEST()
96 CHECK(hash_multicommand_output(&h2, "echo foo; echo bar", "not used")); in TEST()
97 CHECK(hash_multicommand_output(&h1, "foo.bat", "not used")); in TEST()
107 CHECK(!hash_multicommand_output(&h2, "false; true", "not used")); in TEST()
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/unittest/
H A Dtest_hashutil.c84 TEST(hash_multicommand_output) in TEST() argument
92 CHECK(hash_multicommand_output(&h2, "echo foo; echo bar", "not used")); in TEST()
93 CHECK(hash_multicommand_output(&h1, "./foo.sh", "not used")); in TEST()
96 CHECK(hash_multicommand_output(&h2, "echo foo; echo bar", "not used")); in TEST()
97 CHECK(hash_multicommand_output(&h1, "foo.bat", "not used")); in TEST()
107 CHECK(!hash_multicommand_output(&h2, "false; true", "not used")); in TEST()
/dports/devel/ccache/ccache-3.7.12/unittest/
H A Dtest_hashutil.c99 TEST(hash_multicommand_output) in TEST() argument
107 CHECK(hash_multicommand_output(h2, "echo foo; echo bar", "not used")); in TEST()
108 CHECK(hash_multicommand_output(h1, "./foo.sh", "not used")); in TEST()
111 CHECK(hash_multicommand_output(h2, "echo foo; echo bar", "not used")); in TEST()
112 CHECK(hash_multicommand_output(h1, "foo.bat", "not used")); in TEST()
125 CHECK(!hash_multicommand_output(h2, "false; true", "not used")); in TEST()
/dports/devel/ccache-static/ccache-3.7.12/unittest/
H A Dtest_hashutil.c99 TEST(hash_multicommand_output) in TEST() argument
107 CHECK(hash_multicommand_output(h2, "echo foo; echo bar", "not used")); in TEST()
108 CHECK(hash_multicommand_output(h1, "./foo.sh", "not used")); in TEST()
111 CHECK(hash_multicommand_output(h2, "echo foo; echo bar", "not used")); in TEST()
112 CHECK(hash_multicommand_output(h1, "foo.bat", "not used")); in TEST()
125 CHECK(!hash_multicommand_output(h2, "false; true", "not used")); in TEST()
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dhashutil.h48 bool hash_multicommand_output(struct hash *hash, const char *command,
H A Dhashutil.c300 hash_multicommand_output(struct hash *hash, const char *commands, in hash_multicommand_output() function
H A Dccache.c1839 bool ok = hash_multicommand_output( in hash_compiler()
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dhashutil.h32 bool hash_multicommand_output(struct mdfour *hash, const char *command,
H A Dhashutil.c294 hash_multicommand_output(struct mdfour *hash, const char *commands, in hash_multicommand_output() function
H A Dccache.c1856 if (!hash_multicommand_output( in hash_compiler()
/dports/devel/ccache/ccache-3.7.12/src/
H A Dhashutil.h48 bool hash_multicommand_output(struct hash *hash, const char *command,
H A Dhashutil.c300 hash_multicommand_output(struct hash *hash, const char *commands, in hash_multicommand_output() function
H A Dccache.c1839 bool ok = hash_multicommand_output( in hash_compiler()
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dhashutil.h32 bool hash_multicommand_output(struct mdfour *hash, const char *command,
H A Dhashutil.c294 hash_multicommand_output(struct mdfour *hash, const char *commands, in hash_multicommand_output() function
H A Dccache.c1856 if (!hash_multicommand_output( in hash_compiler()