Searched refs:recvfile (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_sparse.ksh | 58 recvfile="$(get_prop mountpoint $recvfs)/data.bin" 59 log_must cmp $sendfile $recvfile $offset $offset 61 recvsz=$(stat_size $recvfile) 63 log_fail "$sendfile ($sendsz) and $recvfile ($recvsz) differ."
|
/freebsd/usr.bin/tftp/ |
H A D | tftp.h | 32 int recvfile(int peer, char *port, int fd, char *name, char *mode);
|
H A D | tftp.c | 166 recvfile(int peer, char *port, int fd, char *name, char *mode) in recvfile() function
|
H A D | main.c | 595 if (recvfile(peer, port, fd, src, mode) != 0) in get() 608 if (recvfile(peer, port, fd, src, mode) != 0) in get()
|