Searched refs:recvfile (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/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) function
H A Dmain.c595 if (recvfile(peer, port, fd, src, mode) != 0)
608 if (recvfile(peer, port, fd, src, mode) != 0)
/freebsd-current/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."

Completed in 148 milliseconds