Searched refs:check_file (Results 1 – 11 of 11) sorted by relevance
/freebsd/tests/sys/cddl/zfs/tests/zil/ |
H A D | zil_002_pos.ksh | 64 function check_file function 87 check_file $tf1 $file_size 90 check_file $tf2 $file_size 96 check_file $tf1 $file_size 97 check_file $tf2 $file_size
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_parse.y | 724 char check_file[PATH_MAX], drain[100], ref, data; in compare_streams() local 735 if (strlcpy(check_file, check_path, sizeof(check_file)) in compare_streams() 736 >= sizeof(check_file)) in compare_streams() 739 if (strlcat(check_file, "/", sizeof(check_file)) in compare_streams() 740 >= sizeof(check_file)) in compare_streams() 743 check_file[0] = '\0'; in compare_streams() 746 if (strlcat(check_file, filename, sizeof(check_file)) in compare_streams() 747 >= sizeof(check_file)) in compare_streams() 750 if ((check_fd = open(check_file, O_RDONLY, 0)) < 0) in compare_streams() 752 check_file, line, cur_file); in compare_streams() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
H A D | zpool_vdev_os.c | 97 return (check_file(path, force, isspare)); in check_device() 123 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() function
|
/freebsd/contrib/kyua/admin/ |
H A D | check-style.sh | 104 check_file() { function 163 check_file "${srcdir}" "${file}" || ok=1
|
/freebsd/crypto/openssl/tools/ |
H A D | c_rehash.in | 148 my ($cert, $crl) = check_file($fname); 160 sub check_file {
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendfile26.sh | 170 check_file(void *buffer, int flags) 263 ret = check_file(buffer, 0);
|
/freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/ |
H A D | zpool_vdev_os.c | 277 * using check_file() to see if it's safe. The one safe in check_slice() 281 err = check_file(path, force, isspare); in check_slice() 415 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() function
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | process_test.c | 93 check_file(const enum out_type type) in check_file() function 219 check_file(s->m_base.m_type); in connect_stream_fini() 276 check_file(s->m_base.m_type); in inherit_stream_fini() 346 check_file(s->m_base.m_type); in redirect_fd_stream_fini() 391 check_file(s->m_base.m_type); in redirect_path_stream_fini()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_util.h | 137 int check_file(const char *file, boolean_t force, boolean_t isspare);
|
H A D | zpool_vdev.c | 1183 ret = check_file(path, force, isspare); in is_device_in_use()
|
/freebsd/usr.sbin/kbdmap/ |
H A D | kbdmap.c | 531 check_file(const char *keym) in check_file() function 616 if (check_file(keym) == -1) in menu_read()
|