/external/strace/qemu_multiarch_testing/hdc.dir/ |
init2 | 12 test "x$FTP_PORT" = x || 13 ftpput -P "$FTP_PORT" "$FTP_SERVER" strace
|
/external/tcpdump/ |
tcp.h | 134 #ifndef FTP_PORT 135 #define FTP_PORT 21
|
print-tcp.c | 696 else if (sport == FTP_PORT || dport == FTP_PORT) { [all...] |
/external/curl/lib/ |
ftp.h | 72 FTP_PORT, /* generic state for PORT, LPRT and EPRT, check count1 */
|
ftp.c | [all...] |
/libcore/ojluni/src/main/java/sun/net/ftp/ |
FtpClient.java | 77 private static final int FTP_PORT = 21; 90 return FTP_PORT; 140 return create(new InetSocketAddress(dest, FTP_PORT)); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_urllib2.py | 633 "localhost", ftplib.FTP_PORT, "", "", "I", 636 "localhost", ftplib.FTP_PORT, "parrot", "", "I", 639 "localhost", ftplib.FTP_PORT, "%parrot", "", "I", 642 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I", 648 "localhost", ftplib.FTP_PORT, "", "", "A", [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_urllib2.py | 633 "localhost", ftplib.FTP_PORT, "", "", "I", 636 "localhost", ftplib.FTP_PORT, "parrot", "", "I", 639 "localhost", ftplib.FTP_PORT, "%parrot", "", "I", 642 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I", 648 "localhost", ftplib.FTP_PORT, "", "", "A", [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2.py | 633 "localhost", ftplib.FTP_PORT, "", "", "I", 636 "localhost", ftplib.FTP_PORT, "parrot", "", "I", 639 "localhost", ftplib.FTP_PORT, "%parrot", "", "I", 642 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I", 648 "localhost", ftplib.FTP_PORT, "", "", "A", [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2.py | 633 "localhost", ftplib.FTP_PORT, "", "", "I", 636 "localhost", ftplib.FTP_PORT, "parrot", "", "I", 639 "localhost", ftplib.FTP_PORT, "%parrot", "", "I", 642 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I", 648 "localhost", ftplib.FTP_PORT, "", "", "A", [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ftplib.py | 57 FTP_PORT = 21 103 port = FTP_PORT [all...] |
urllib.py | 523 port = ftplib.FTP_PORT [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
ftplib.py | 57 FTP_PORT = 21 103 port = FTP_PORT [all...] |
urllib.py | 523 port = ftplib.FTP_PORT [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ftplib.py | 57 FTP_PORT = 21 103 port = FTP_PORT [all...] |
urllib.py | 523 port = ftplib.FTP_PORT [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ftplib.py | 57 FTP_PORT = 21 103 port = FTP_PORT [all...] |
urllib.py | 523 port = ftplib.FTP_PORT [all...] |