OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTP
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenABITypes.cpp
57
const FunctionProtoType *
FTP
,
59
return CGM.getTypes().arrangeCXXMethodType(RD,
FTP
, MD);
CodeGenTypes.h
257
const FunctionProtoType *
FTP
,
CGCall.cpp
180
CanQual<FunctionProtoType>
FTP
) {
182
RequiredArgs Required = RequiredArgs::forPrototypePlus(
FTP
, prefix.size());
184
appendParameterTypes(CGT, prefix, paramInfos,
FTP
);
185
CanQualType resultType =
FTP
->getReturnType().getUnqualifiedType();
189
FTP
->getExtInfo(), paramInfos,
196
CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType>
FTP
) {
199
FTP
);
255
const FunctionProtoType *
FTP
,
264
FTP
->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
325
CanQual<FunctionProtoType>
FTP
= GetFormalType(MD)
[
all
...]
/src/external/bsd/fetch/lib/
Makefile
4
SRCS= fetch.c common.c
ftp
.c http.c file.c
28
ftperr.h: ${LIBFETCHDIR}/
ftp
.errors ${LIBFETCHDIR}/errlist.sh
29
${HOST_SH} ${LIBFETCHDIR}/errlist.sh ftp_errlist
FTP
\
30
${LIBFETCHDIR}/
ftp
.errors > ${.TARGET}
/src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
curl.d
19
$(TR $(TDNW Low level) $(TD $(MYREF HTTP) $(MYREF
FTP
) $(MYREF
43
The high level API is for commonly used functionality such as HTTP/
FTP
get. The
55
download("
ftp
.digitalmars.com/sieve.ds", "/tmp/downloaded-
ftp
-file"))
59
upload("/tmp/downloaded-
ftp
-file", "
ftp
.digitalmars.com/sieve.ds");)
92
$(TR $(TDNW $(LREF
FTP
)) $(TD `
FTP
` struct for advanced usage))
107
// Get content of file from
ftp
server
108
auto content = get("
ftp
.digitalmars.com/sieve.ds")
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CodeGenABITypes.h
82
const FunctionProtoType *
FTP
,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp
860
const FunctionProtoType *
FTP
= FD->getType()->getAs<FunctionProtoType>();
861
if (!
FTP
)
864
if (
FTP
->getNumParams() == 1) {
867
const PointerType *PT =
FTP
->getParamType(0)->getAs<PointerType>();
873
} else if (
FTP
->getNumParams() != 0)
903
const FunctionProtoType *
FTP
= FD->getType()->getAs<FunctionProtoType>();
904
if (!
FTP
)
908
if (
FTP
->getNumParams() != 0)
1026
const FunctionProtoType *
FTP
= FD->getType()->getAs<FunctionProtoType>();
1027
if (!
FTP
)
[
all
...]
/src/distrib/miniroot/
install.sh
225
be useful if you need to transfer the installation sets via
FTP
or NFS.
/src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp
789
const FunctionProtoType*
FTP
= dyn_cast<FunctionProtoType>(FT);
790
if (!
FTP
||
FTP
->getNumParams() != 1)
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
4539
const FunctionProtoType *
FTP
= dyn_cast<FunctionProtoType>(FT);
4540
//
FTP
will be null for closures that don't take arguments.
4546
if (
FTP
) {
4547
for (auto &I :
FTP
->param_types()) {
4600
const FunctionProtoType *
FTP
= dyn_cast<FunctionProtoType>(FT);
4601
//
FTP
will be null for closures that don't take arguments.
4613
if (
FTP
) {
4614
for (auto &I :
FTP
->param_types()) {
4814
const FunctionProtoType *
FTP
;
4817
FTP
= PT->getPointeeType()->getAs<FunctionProtoType>()
[
all
...]
RewriteObjC.cpp
3706
const FunctionProtoType *
FTP
= dyn_cast<FunctionProtoType>(FT);
3707
//
FTP
will be null for closures that don't take arguments.
3713
if (
FTP
) {
3714
for (auto &I :
FTP
->param_types()) {
3769
const FunctionProtoType *
FTP
= dyn_cast<FunctionProtoType>(FT);
3770
//
FTP
will be null for closures that don't take arguments.
3782
if (
FTP
) {
3783
for (auto &I :
FTP
->param_types()) {
3969
const FunctionProtoType *
FTP
;
3972
FTP
= PT->getPointeeType()->getAs<FunctionProtoType>()
[
all
...]
/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README
11
latest "UnicodeData-*.txt" (or later) file from the Unicode Web or
FTP
site.
/src/distrib/syspkg/mk/
bsd.syspkg.mk
402
# (XXX should be able to snarf via
FTP
. Later...)
408
${SHCOMMENT} Cycle through some
FTP
server here ;\
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
log.c
88
L(
FTP
),
verify_krb5_conf.c
256
L(
FTP
),
/src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_rsa.txt
294
#
ftp
://
ftp
.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip
295
Title = RSA PSS/OAEP (from RSASecurity
FTP
)
evppkey_rsa_common.txt
1052
#
ftp
://
ftp
.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip
1053
Title = RSA PSS/OAEP (from RSASecurity
FTP
)
/src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_rsa.txt
276
#
ftp
://
ftp
.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip
277
Title = RSA PSS/OAEP (from RSASecurity
FTP
)
evppkey_rsa_common.txt
464
#
ftp
://
ftp
.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip
465
Title = RSA PSS/OAEP (from RSASecurity
FTP
)
/src/external/bsd/ipf/dist/
HISTORY
23
3545321
FTP
sequence number adjustment incorrectly applied
27
3545314
ftp
proxy levels do not make sense
28
3545312 EPRT is not supported by
ftp
proxy
351
don't make
ftp
proxy drop packets
366
bring in a completely new
ftp
proxy
413
further
ftp
proxy security checks
421
Relax checking of
ftp
replies, slightly.
429
tighten up
ftp
proxy behaviour. sigh. yuck. hate.
626
fix up scanning for the end of
FTP
messages
731
enable
FTP
PASV proxying and enable wildcarding in NAT/state code for port
[
all
...]
/src/usr.sbin/sysinst/
msg.mi.de
504
F�r
FTP
oder NFS m�ssen Sie mit einem Netzwerk verbunden sein und
522
* $1 = URL protocol used
ftp
526
Falls der Benutzer "
ftp
" ist, ben�tigen Sie kein Passwort.
1150
message
ftp
{
FTP
}
1242
sollen zum Herunterladen verwendet werden? Wenn der User auf "
ftp
" gesetzt wird,
1285
sollen zum Herunterladen von pkgsrc verwendet werden? Wenn der User auf "
ftp
"
msg.mi.pl
472
ftp
lub nfs, musisz byc podlaczony do sieci z dostepem do odpowidnich maszyn.
489
* $1 = URL protocol used
ftp
493
Jesli "uzytkownik" to "
ftp
", wtedy haslo nie jest wymagane.
1073
message
ftp
{
FTP
}
1159
nazwa uzytkownika to "
ftp
".
1206
nazwa uzytkownika to "
ftp
".
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
4377
auto *
FTP
= (FunctionProtoType *)Allocate(Size, TypeAlignment);
4379
new (
FTP
) FunctionProtoType(ResultTy, ArgArray, Canonical, newEPI);
4380
Types.push_back(
FTP
);
4382
FunctionProtoTypes.InsertNode(
FTP
, InsertPos);
4383
return QualType(
FTP
, 0);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
11151
const FunctionProtoType*
FTP
= cast<const FunctionProtoType>(FT);
11152
unsigned nparams =
FTP
->getNumParams();
11157
if (
FTP
->isVariadic()) {
11183
QualType AT =
FTP
->getParamType(i);
/src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evppkey.txt
847
#
ftp
://
ftp
.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip
848
Title = RSA PSS/OAEP (from RSASecurity
FTP
)
Completed in 113 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026