Searched refs:check_file (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/tests/sys/cddl/zfs/tests/zil/ |
| HD | 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-13-stable/contrib/netbsd-tests/lib/libcurses/director/ |
| HD | 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-13-stable/contrib/kyua/admin/ |
| HD | check-style.sh | 104 check_file() { function 163 check_file "${srcdir}" "${file}" || ok=1
|
| /freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/os/freebsd/ |
| HD | zpool_vdev_os.c | 96 return (check_file(path, force, isspare)); in check_device()
|
| /freebsd-13-stable/contrib/atf/atf-c/detail/ |
| HD | 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-13-stable/sys/contrib/openzfs/cmd/zpool/ |
| HD | zpool_util.h | 135 int check_file(const char *file, boolean_t force, boolean_t isspare);
|
| HD | zpool_vdev.c | 116 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/ |
| HD | kbdmap.c | 548 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/ |
| HD | zpool_vdev_os.c | 282 err = check_file(path, force, isspare); in check_slice()
|