Lines Matching refs:path_equal
120 assert_se(path_equal(a, a) == 1); in test_path_compare_one()
121 assert_se(path_equal(b, b) == 1); in test_path_compare_one()
122 assert_se(path_equal(a, b) == (expected == 0)); in test_path_compare_one()
123 assert_se(path_equal(b, a) == (expected == 0)); in test_path_compare_one()
157 assert_se(path_equal("/", "/")); in TEST()
158 assert_se(path_equal("/", "//")); in TEST()
160 assert_se(path_equal("/", "/./")); in TEST()
161 assert_se(!path_equal("/", "/../")); in TEST()
163 assert_se(!path_equal("/", "/.../")); in TEST()
251 assert_se(path_equal(p, "/bin/sh")); in TEST()
843 assert_se(path_equal(input, j)); in test_path_extract_directory_one()