Searched refs:sendfile (Results 1 – 25 of 74) sorted by relevance
123
/external/iputils/ |
D | tftpd.c | 102 void sendfile(struct formats *pf); 212 { "netascii", validate_access, sendfile, recvfile, 1 }, 213 { "octet", validate_access, sendfile, recvfile, 0 }, 349 void sendfile(struct formats *pf) in sendfile() function
|
/external/libmtp/examples/ |
D | Makefile.am | 7 sendfile.c sendtr.c pathutils.c pathutils.h \ 33 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendfile$(EXEEXT)
|
D | evolution-sync.sh | 10 SENDFILE=`which mtp-sendfile`
|
D | Makefile.in | 68 getfile.$(OBJEXT) newfolder.$(OBJEXT) sendfile.$(OBJEXT) \ 272 sendfile.c sendtr.c pathutils.c pathutils.h \ 442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendfile.Po@am__quote@ 682 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendfile$(EXEEXT)
|
/external/strace/tests/ |
D | pc.c | 98 (void) sendfile(1, 0, NULL, pagesize); in main()
|
D | Makefile.am | 108 sendfile \ program 235 sendfile.test \
|
D | .gitignore | 74 sendfile
|
/external/strace/ |
D | sendfile.c | 52 SYS_FUNC(sendfile) in SYS_FUNC() argument
|
D | Android.mk | 137 sendfile.c \
|
D | sys_func.h | 224 extern SYS_FUNC(sendfile);
|
/external/netperf/ |
D | Android.mk | 21 -include sys/sendfile.h \
|
D | AUTHORS | 99 initial mods for sendfile() under Linux 102 for pointing-out that Solaris 9 has a copy of Linux sendfile() 220 Support for sendfile() on OSX
|
D | config.h.in | 96 /* Define to 1 if you have the `sendfile' library (-lsendfile). */ 163 /* Define to 1 if you have the `sendfile' function. */
|
D | configure.ac | 47 AC_HAVE_LIBRARY(sendfile) 101 AC_CHECK_FUNCS(sendfile)
|
/external/curl/tests/data/ |
D | test587 | 50 Content-Disposition: form-data; name="sendfile"; filename="postit2.c"
|
D | test554 | 60 Content-Disposition: form-data; name="sendfile"; filename="postit2.c"
|
/external/elfutils/tests/ |
D | lfs-symbols | 67 sendfile
|
/external/libevent/ |
D | configure.ac | 116 AC_SEARCH_LIBS([sendfile], [sendfile]) 193 …t/in6.h sys/socket.h sys/uio.h arpa/inet.h sys/eventfd.h sys/mman.h sys/sendfile.h sys/wait.h netd… 293 …cpy inet_ntop inet_pton signal sigaction strtoll inet_aton pipe eventfd sendfile mmap splice arc4r…
|
D | config.h.in | 172 /* Define to 1 if you have the `sendfile' function. */ 280 /* Define to 1 if you have the <sys/sendfile.h> header file. */
|
/external/blktrace/ |
D | README | 68 -s Disable network client use of sendfile() to transfer data
|
/external/netperf/src/ |
D | netlib.c | 806 len=sendfile(send_socket, in netperf_sendfile() 821 ret = sendfile(send_ring->fildes, in netperf_sendfile() 830 ret = sendfile(send_ring->fildes, in netperf_sendfile() 837 len=sendfile(send_socket, in netperf_sendfile()
|
/external/strace/linux/s390x/ |
D | syscallent.h | 207 [187] = { 4, TD|TN, SEN(sendfile), "sendfile" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 137 [109] = { 4, TD|TN, SEN(sendfile), "sendfile" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 42 [6039] = { 4, TD|TN, SEN(sendfile), "sendfile" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 109 [113] = { 4, TD|TN, SEN(sendfile), "sendfile" },
|
123