Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/tests/sys/cddl/zfs/tests/zil/
HDzil_002_pos.ksh64 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-13-stable/contrib/netbsd-tests/lib/libcurses/director/
HDtestlang_parse.y724 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-13-stable/contrib/kyua/admin/
HDcheck-style.sh104 check_file() { function
163 check_file "${srcdir}" "${file}" || ok=1
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/os/freebsd/
HDzpool_vdev_os.c96 return (check_file(path, force, isspare)); in check_device()
/freebsd-13-stable/contrib/atf/atf-c/detail/
HDprocess_test.c93 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-13-stable/sys/contrib/openzfs/cmd/zpool/
HDzpool_util.h135 int check_file(const char *file, boolean_t force, boolean_t isspare);
HDzpool_vdev.c116 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() function
1168 ret = check_file(path, force, isspare); in is_device_in_use()
/freebsd-13-stable/usr.sbin/kbdmap/
HDkbdmap.c548 check_file(const char *keym) in check_file() function
633 if (check_file(keym) == -1) in menu_read()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/os/linux/
HDzpool_vdev_os.c282 err = check_file(path, force, isspare); in check_slice()