Home
last modified time | relevance | path

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

123

/external/iputils/
Dtftpd.c102 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/
DMakefile.am7 sendfile.c sendtr.c pathutils.c pathutils.h \
33 ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendfile$(EXEEXT)
Devolution-sync.sh10 SENDFILE=`which mtp-sendfile`
DMakefile.in68 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/
Dpc.c98 (void) sendfile(1, 0, NULL, pagesize); in main()
DMakefile.am108 sendfile \ program
235 sendfile.test \
D.gitignore74 sendfile
/external/strace/
Dsendfile.c52 SYS_FUNC(sendfile) in SYS_FUNC() argument
DAndroid.mk137 sendfile.c \
Dsys_func.h224 extern SYS_FUNC(sendfile);
/external/netperf/
DAndroid.mk21 -include sys/sendfile.h \
DAUTHORS99 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
Dconfig.h.in96 /* Define to 1 if you have the `sendfile' library (-lsendfile). */
163 /* Define to 1 if you have the `sendfile' function. */
Dconfigure.ac47 AC_HAVE_LIBRARY(sendfile)
101 AC_CHECK_FUNCS(sendfile)
/external/curl/tests/data/
Dtest58750 Content-Disposition: form-data; name="sendfile"; filename="postit2.c"
Dtest55460 Content-Disposition: form-data; name="sendfile"; filename="postit2.c"
/external/elfutils/tests/
Dlfs-symbols67 sendfile
/external/libevent/
Dconfigure.ac116 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…
Dconfig.h.in172 /* Define to 1 if you have the `sendfile' function. */
280 /* Define to 1 if you have the <sys/sendfile.h> header file. */
/external/blktrace/
DREADME68 -s Disable network client use of sendfile() to transfer data
/external/netperf/src/
Dnetlib.c806 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/
Dsyscallent.h207 [187] = { 4, TD|TN, SEN(sendfile), "sendfile" },
/external/strace/linux/avr32/
Dsyscallent.h137 [109] = { 4, TD|TN, SEN(sendfile), "sendfile" },
/external/strace/linux/mips/
Dsyscallent-n32.h42 [6039] = { 4, TD|TN, SEN(sendfile), "sendfile" },
/external/strace/linux/xtensa/
Dsyscallent.h109 [113] = { 4, TD|TN, SEN(sendfile), "sendfile" },

123