Home
last modified time | relevance | path

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

/freebsd-12-stable/tests/sys/cddl/zfs/tests/zil/
Dzil_002_pos.ksh66 function check_file function
89 check_file $tf1 $file_size
92 check_file $tf2 $file_size
98 check_file $tf1 $file_size
99 check_file $tf2 $file_size
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
Dtestlang_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-12-stable/contrib/atf/atf-c/detail/
Dprocess_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-12-stable/usr.sbin/kbdmap/
Dkbdmap.c550 check_file(const char *keym) in check_file() function
635 if (check_file(keym) == -1) in menu_read()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_vdev.c284 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() function
366 return (check_file(path, force, isspare)); in check_device()
1229 ret = check_file(path, force, isspare); in is_device_in_use()