Home
last modified time | relevance | path

Searched refs:sendfile (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
H A Dsocket.h26 extern sbsize_t sendfile __((int, int, off_t, bsize_t,
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
H A Dsocket.h29 extern sbsize_t sendfile __((int, int, off_t, bsize_t,
/netbsd-src/usr.bin/tftp/
H A Dextern.h51 void sendfile(int, const char *, const char *);
H A Dmain.c446 sendfile(fd, targ, mode); in put()
463 sendfile(fd, targ, mode); in put()
H A Dtftp.c222 sendfile(int fd, const char *name, const char *mode) in sendfile() function
/netbsd-src/usr.bin/tip/
H A Dcmdtab.c45 { '>', NORM, "send file to remote host", sendfile },
H A Dtip.h287 void sendfile(char);
H A Dcmds.c258 sendfile(char cc) in sendfile() function
/netbsd-src/external/mit/libuv/dist/
H A Dconfigure.ac56 AC_SEARCH_LIBS([sendfile], [sendfile])
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dktls.h194 ret = sendfile(fd, s, off, size, NULL, &sbytes, flags); in ktls_sendfile()
334 return sendfile(s, fd, &off, size); in ktls_sendfile()
/netbsd-src/libexec/tftpd/
H A Dtftpd.c124 static void sendfile(struct formats *, int, int);
136 { "netascii", validate_access, sendfile, recvfile, 1 },
137 { "octet", validate_access, sendfile, recvfile, 0 },
948 sendfile(struct formats *pf, volatile int etftp, int acklength) in sendfile() function
/netbsd-src/usr.sbin/lpr/lpd/
H A Dprintjob.c138 static int sendfile(int, char *);
844 switch (sendfile('\3', last+1)) { in sendit()
861 if (err == OK && sendfile('\2', file) > 0) { in sendit()
885 sendfile(int type, char *file) in sendfile() function
/netbsd-src/external/bsd/libevent/dist/
H A Dconfigure.ac138 AC_SEARCH_LIBS([sendfile], [sendfile])
245 sys/sendfile.h \
379 sendfile \
H A Devent-config.h.cmake253 /* Define to 1 if you have the `sendfile' function. */
364 /* Define to 1 if you have the <sys/sendfile.h> header file. */
H A Dconfig.h.in206 /* Define to 1 if you have the `sendfile' function. */
329 /* Define to 1 if you have the <sys/sendfile.h> header file. */
H A Dbuffer.c2491 res = sendfile(source_fd, dest_fd, chain->misalign, &len, NULL, 0); in evbuffer_write_sendfile()
2497 res = sendfile(source_fd, dest_fd, chain->misalign, chain->off, NULL, &len, 0); in evbuffer_write_sendfile()
2504 res = sendfile(dest_fd, source_fd, &offset, chain->off); in evbuffer_write_sendfile()
2513 res = sendfile(dest_fd, source_fd, &offset, chain->off); in evbuffer_write_sendfile()
H A Dwhatsnew-2.1.txt282 file's contents to an evbuffer, and then send them using sendfile() or
295 supports sendfile) to map the file when that's necessary, and use
296 sendfile() otherwise.
H A DCMakeLists.txt410 sys/sendfile.h
487 sendfile
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h458 ssize_t n = ::sendfile(out.fd, in.fd, &offset, count); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dfs.c1042 r = sendfile(out_fd, in_fd, &off, len); in uv__fs_sendfile()
1090 r = sendfile(in_fd, out_fd, req->off, req->bufsml[0].len, NULL, &len, 0); in uv__fs_sendfile()
1104 r = sendfile(in_fd, out_fd, req->off, &len, NULL, 0); in uv__fs_sendfile()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h522 n = ::sendfile(out.fd, in.fd, &offset, count); in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/arch/ia64/stand/common/
H A Dhelp.common279 Set the number of sendfile buffers to be allocated. This
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp34 #if __has_include(<sys/sendfile.h>)
821 if ((res = ::sendfile(write_fd.fd, read_fd.fd, nullptr, count)) == -1) { in copy_file_impl()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfig.h.in974 /* Define if sendfile is available in <sys/sendfile.h>. */
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfig.h.in1025 /* Define if sendfile is available in <sys/sendfile.h>. */

12