Home
last modified time | relevance | path

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 Dzfs_send_sparse.ksh58 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 Dtftp.h32 int recvfile(int peer, char *port, int fd, char *name, char *mode);
H A Dtftp.c166 recvfile(int peer, char *port, int fd, char *name, char *mode) in recvfile() function
H A Dmain.c595 if (recvfile(peer, port, fd, src, mode) != 0) in get()
608 if (recvfile(peer, port, fd, src, mode) != 0) in get()