| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/ |
| H A D | socket.h | 26 extern sbsize_t sendfile __((int, int, off_t, bsize_t,
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/ |
| H A D | socket.h | 29 extern sbsize_t sendfile __((int, int, off_t, bsize_t,
|
| /netbsd-src/usr.bin/tftp/ |
| H A D | extern.h | 51 void sendfile(int, const char *, const char *);
|
| H A D | main.c | 446 sendfile(fd, targ, mode); in put() 463 sendfile(fd, targ, mode); in put()
|
| H A D | tftp.c | 222 sendfile(int fd, const char *name, const char *mode) in sendfile() function
|
| /netbsd-src/usr.bin/tip/ |
| H A D | cmdtab.c | 45 { '>', NORM, "send file to remote host", sendfile },
|
| H A D | tip.h | 287 void sendfile(char);
|
| H A D | cmds.c | 258 sendfile(char cc) in sendfile() function
|
| /netbsd-src/external/mit/libuv/dist/ |
| H A D | configure.ac | 56 AC_SEARCH_LIBS([sendfile], [sendfile])
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
| H A D | ktls.h | 194 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 D | tftpd.c | 124 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 D | printjob.c | 138 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 D | configure.ac | 138 AC_SEARCH_LIBS([sendfile], [sendfile]) 245 sys/sendfile.h \ 379 sendfile \
|
| H A D | event-config.h.cmake | 253 /* Define to 1 if you have the `sendfile' function. */ 364 /* Define to 1 if you have the <sys/sendfile.h> header file. */
|
| H A D | config.h.in | 206 /* Define to 1 if you have the `sendfile' function. */ 329 /* Define to 1 if you have the <sys/sendfile.h> header file. */
|
| H A D | buffer.c | 2491 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 D | whatsnew-2.1.txt | 282 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 D | CMakeLists.txt | 410 sys/sendfile.h 487 sendfile
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops-common.h | 458 ssize_t n = ::sendfile(out.fd, in.fd, &offset, count); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | fs.c | 1042 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 D | ops-common.h | 522 n = ::sendfile(out.fd, in.fd, &offset, count); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/sys/arch/ia64/stand/common/ |
| H A D | help.common | 279 Set the number of sendfile buffers to be allocated. This
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| H A D | operations.cpp | 34 #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 D | config.h.in | 974 /* Define if sendfile is available in <sys/sendfile.h>. */
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | config.h.in | 1025 /* Define if sendfile is available in <sys/sendfile.h>. */
|