Home
last modified time | relevance | path

Searched refs:seek_file (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/tftpd/
H A Dtftp-transfer.c125 if (seek_file(window[0].offset) != 0) { in tftp_send()
165 if (seek_file(window[0].offset) != 0) { in tftp_send()
196 if (seek_file(window[i + 1].offset) != in tftp_send()
H A Dtftp-file.h36 int seek_file(off_t offset);
H A Dtftp-file.c222 seek_file(off_t offset) in seek_file() function
/freebsd/contrib/libarchive/tar/
H A Dwrite.c106 seek_file(int fd, int64_t offset, int whence) in seek_file() function
120 #define lseek seek_file