Home
last modified time | relevance | path

Searched refs:FTP (Results 1 – 25 of 122) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp860 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local
861 if (!FTP) in checkCall_rand()
864 if (FTP->getNumParams() == 1) { in checkCall_rand()
867 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand()
873 } else if (FTP->getNumParams() != 0) in checkCall_rand()
903 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local
904 if (!FTP) in checkCall_random()
908 if (FTP->getNumParams() != 0) in checkCall_random()
1026 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local
1027 if (!FTP) in checkUncheckedReturnValue()
[all …]
/netbsd-src/external/bsd/ipf/dist/rules/
H A Dftp-proxy1 How to setup FTP proxying using the built in proxy code.
4 NOTE: Currently, the built-in FTP proxy is only available for use with NAT
22 and IP Filter is running on host B. If you want to proxy FTP from A to C
H A Dnat.eg10 # For example, to redirect FTP connections through this box, to the local ftp
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d396 is(Conn : FTP) || is(Conn : AutoProtocol); in isCurlConn()
416 static if (is(Conn : HTTP) || is(Conn : FTP))
427 return download!FTP(url, saveToPath, FTP());
478 else static if (is(Conn : FTP))
486 return upload!FTP(loadFromPath, url, FTP());
491 static if (is(Conn : HTTP) || is(Conn : FTP))
564 else static if (is(Conn : FTP))
571 return get!(FTP,T)(url, FTP());
724 else static if (is(Conn : FTP))
731 return put!(FTP,T)(url, putData, FTP());
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d411 is(Conn : FTP) || is(Conn : AutoProtocol); in isCurlConn()
431 static if (is(Conn : HTTP) || is(Conn : FTP))
442 return download!FTP(url, saveToPath, FTP());
493 else static if (is(Conn : FTP))
501 return upload!FTP(loadFromPath, url, FTP());
506 static if (is(Conn : HTTP) || is(Conn : FTP))
579 else static if (is(Conn : FTP))
586 return get!(FTP,T)(url, FTP());
747 else static if (is(Conn : FTP))
754 return put!(FTP,T)(url, putData, FTP());
[all …]
/netbsd-src/etc/
H A Daliases49 # FTP administrator (especially anonymous FTP)
/netbsd-src/external/bsd/blocklist/diff/
H A Dftpd.diff83 "FTP LOGIN FAILED FROM %s", remoteloghost);
90 "FTP LOGIN FAILED (HOST) as %s: permission denied.",
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp57 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument
59 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType()
/netbsd-src/etc/namedb/
H A Droot.cache8 ; under anonymous FTP as
10 ; on server FTP.INTERNIC.NET
/netbsd-src/external/bsd/ipf/dist/FWTK/
H A Dftp-gw.diff65 ! sprintf(xuf,"220 %s FTP proxy (Version %s) ready.",huf,FWTK_VERSION_MINOR);
73 ! sprintf(xuf,"220-%s FTP proxy (Version %s) ready.",huf,FWTK_VERSION_MINOR);
/netbsd-src/external/bsd/fetch/lib/
H A DMakefile28 ${HOST_SH} ${LIBFETCHDIR}/errlist.sh ftp_errlist FTP \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcontribute.texi11 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcontribute.texi11 also available for FTP; see @uref{https://gcc.gnu.org/snapshots.html}.
/netbsd-src/usr.sbin/sysinst/
H A DTODO128 * set the variables and install via FTP showing first the
129 FTP installation screen.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h82 const FunctionProtoType *FTP,
/netbsd-src/external/bsd/file/dist/
H A DMAINT11 of the file command for anonymous FTP, and people all over the
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dftp.errors42 535 PROTO Bug in MediaHawk Video Kernel FTP server
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dftp.errors43 535 PROTO Bug in MediaHawk Video Kernel FTP server
/netbsd-src/external/gpl3/binutils.old/dist/zlib/os400/
H A DREADME4008 then move the whole directory to the IFS via the network (via SMB or FTP).
/netbsd-src/external/gpl3/binutils/dist/zlib/os400/
H A DREADME4008 then move the whole directory to the IFS via the network (via SMB or FTP).
/netbsd-src/external/gpl3/gdb/dist/zlib/os400/
H A DREADME4008 then move the whole directory to the IFS via the network (via SMB or FTP).
/netbsd-src/usr.sbin/bootp/bootpd/
H A DAnnounce.old59 bootpd 2.1, is now available for anonymous FTP from lancaster.andrew.cmu.edu
100 server is now available for anonymous FTP from lancaster.andrew.cmu.edu
/netbsd-src/external/bsd/am-utils/dist/
H A DMIRRORS.txt3 Note: in case of any problems accessing the individual FTP sites, please
/netbsd-src/share/misc/
H A Dacronyms-o.real26 FTP fuck the police
/netbsd-src/external/bsd/ipf/dist/
H A DWhatsNew50.txt24 * FTP proxy can be configured to limit data connections to one or many

12345