Searched refs:nth_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pkgconf/tests/api/ |
| H A D | test-path-utils.c | 109 nth_path(const pkgconf_list_t *list, size_t idx) in nth_path() function 135 TEST_ASSERT_STRCMP_EQ(nth_path(&list, 0), "/c"); in test_path_prepend() 136 TEST_ASSERT_STRCMP_EQ(nth_path(&list, 1), "/b"); in test_path_prepend() 137 TEST_ASSERT_STRCMP_EQ(nth_path(&list, 2), "/a"); in test_path_prepend() 141 TEST_ASSERT_STRCMP_EQ(nth_path(&list, 0), "/c"); in test_path_prepend() 142 TEST_ASSERT_STRCMP_EQ(nth_path(&list, 3), "/d"); in test_path_prepend() 145 TEST_ASSERT_STRCMP_EQ(nth_path(&list, 0), "/e/f"); in test_path_prepend() 189 TEST_ASSERT_STRCMP_EQ(nth_path(&dst, 0), "/s3"); in test_path_prepend_list() 190 TEST_ASSERT_STRCMP_EQ(nth_path(&dst, 1), "/s2"); in test_path_prepend_list() 191 TEST_ASSERT_STRCMP_EQ(nth_path(&dst, 2), "/s1"); in test_path_prepend_list() [all …]
|