Searched refs:check_list (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | dirent-test.c | 198 int check_list(const char * filespec, const char ** list, int n, int expect_dot_and_dotdot) in check_list() function 262 check_list("*", dir_entries, n_dir_entries + 2, 1); in run_tests() 263 check_list("*.*", dir_entries, n_dir_entries + 2, 1); in run_tests() 264 …check_list("C*", entries_begin_with_C, sizeof(entries_begin_with_C)/sizeof(entries_begin_with_C[0]… in run_tests() 265 … check_list("*A", entries_end_with_A, sizeof(entries_end_with_A)/sizeof(entries_end_with_A[0]), 0); in run_tests()
|
| /netbsd-src/tests/fs/ffs/ |
| H A D | t_extattr.c | 66 check_list(const char *buf, ssize_t nr) in check_list() function 156 check_list(buf, __arraycount(attrs)); in ATF_TC_BODY() 161 check_list(buf, __arraycount(attrs)); in ATF_TC_BODY() 168 check_list(buf, 1); in ATF_TC_BODY()
|
| /netbsd-src/external/bsd/pkg_install/dist/create/ |
| H A D | create.h | 61 void check_list(package_t *, const char *);
|
| H A D | pl.c | 84 check_list(package_t *pkg, const char *PkgName) in check_list() function
|
| H A D | perform.c | 218 check_list(&plist, basename_of(pkg)); in pkg_perform()
|