Home
last modified time | relevance | path

Searched defs:ftp (Results 1 – 25 of 1507) sorted by last modified time

12345678910>>...61

/dports/www/middleman/middleman/include/
H A Dtypes.h568 FTP *ftp; member
/dports/www/squid/squid-4.15/src/
H A DMakefile.am34 SUBDIRS = mem base anyp helper dns ftp parser comm eui acl format clients sbuf servers fs repl stor… subdir
/dports/textproc/p5-XML-AutoWriter/XML-AutoWriter-0.4/inc/Module/Install/
H A DWin32.pm50 ftp://ftp.microsoft.com/Softlib/MSLFILES/Nmake15.exe label
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/fortimanager/fixtures/
H A Dtest_fmgr_secprof_wanopt.json5 "ftp": { object
81 "ftp": { object
138 "ftp": { object
H A Dtest_fmgr_secprof_av.json37 "ftp": { object
129 "ftp": { object
169 "ftp": { object
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/contrib/
H A Dfsstress.c587 flist_t *ftp; in add_to_flist() local
753 flist_t *ftp; in del_from_flist() local
/dports/shells/pdksh/pdksh-5.2.14/
H A Dexec.c602 struct tbl *ftp; local
/dports/security/hackbot/hackbot/
H A Dhackbot.pl833 sub ftp { subroutine
/dports/security/nmap/nmap-7.91/
H A Dnmap.cc432 struct ftpinfo ftp = get_default_ftpinfo(); variable
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Dfont-open.c1358 struct ftfont *ftp; in lookup_t1_font() local
H A Ddvi-draw.c2048 struct ftfont *ftp; in do_load_freetype_font() local
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_util.c24782 struct ftio ftio, *ftp = &ftio; in ArgusReadConnection() local
/dports/net/gopher/gopher/object/
H A Durl.h44 typedef enum {gopher, http, ftp, telnet, tn3270, news, unset,unknown} enumerator
/dports/net/file2pcap/file2pcap-1.29/
H A Dfile2pcap.c659 int ftp(struct handover *ho, char mode) { in ftp() function
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/contrib/
H A Dfsstress.c587 flist_t *ftp; in add_to_flist() local
753 flist_t *ftp; in del_from_flist() local
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/contrib/
H A Dfsstress.c587 flist_t *ftp; in add_to_flist() local
753 flist_t *ftp; in del_from_flist() local
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmetadata.cpp1371 wxFTP ftp; in SG_FTP_Download() local
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMEnvFog.h97 void setFogType(unsigned int ftp) in setFogType()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A Dconfigure.in84 AC_ARG_WITH(ftp, optwith
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dftp.c499 struct FTP *ftp = data->req.protop; in InitiateTransfer() local
850 struct FTP *ftp = conn->data->req.protop; in ftp_state_user() local
1738 struct FTP *ftp = data->req.protop; in ftp_state_quote() local
2095 struct FTP *ftp = data->req.protop; in ftp_state_mdtm_resp() local
2229 struct FTP *ftp = data->req.protop; in ftp_state_retr() local
2423 struct FTP *ftp = data->req.protop; in ftp_state_get_resp() local
2580 struct FTP *ftp = data->req.protop; in ftp_state_user_resp() local
3180 struct FTP *ftp = data->req.protop; in ftp_done() local
3585 struct FTP *ftp = data->req.protop; in ftp_do_more() local
4183 struct FTP *ftp = data->req.protop; in ftp_parse_url_path() local
[all …]
/dports/ftp/php80-ftp/php-8.0.15/ext/ftp/
H A Dftp.c119 ftpbuf_t *ftp; in ftp_open() local
165 ftp_close(ftpbuf_t *ftp) in ftp_close()
192 ftp_gc(ftpbuf_t *ftp) in ftp_gc()
210 ftp_quit(ftpbuf_t *ftp) in ftp_quit()
382 ftp_reinit(ftpbuf_t *ftp) in ftp_reinit()
405 ftp_syst(ftpbuf_t *ftp) in ftp_syst()
440 ftp_pwd(ftpbuf_t *ftp) in ftp_pwd()
534 ftp_cdup(ftpbuf_t *ftp) in ftp_cdup()
1281 ftp_readline(ftpbuf_t *ftp) in ftp_readline()
1334 ftp_getresp(ftpbuf_t *ftp) in ftp_getresp()
[all …]
H A Dftp.stub.php17 function ftp_pwd($ftp): string|false {}
20 function ftp_cdup($ftp): bool {}
23 function ftp_chdir($ftp, string $directory): bool {}
26 function ftp_exec($ftp, string $command): bool {}
29 function ftp_raw($ftp, string $command): ?array {}
35 function ftp_rmdir($ftp, string $directory): bool {}
56 function ftp_systype($ftp): string|false {}
71 function ftp_pasv($ftp, bool $enable): bool {}
80 function ftp_nb_continue($ftp): int {}
119 function ftp_close($ftp): bool {}
[all …]
H A Dphp_ftp.c118 ftpbuf_t *ftp; in PHP_FUNCTION() local
154 ftpbuf_t *ftp; in PHP_FUNCTION() local
189 ftpbuf_t *ftp; in PHP_FUNCTION() local
217 ftpbuf_t *ftp; in PHP_FUNCTION() local
243 ftpbuf_t *ftp; in PHP_FUNCTION() local
268 ftpbuf_t *ftp; in PHP_FUNCTION() local
296 ftpbuf_t *ftp; in PHP_FUNCTION() local
324 ftpbuf_t *ftp; in PHP_FUNCTION() local
345 ftpbuf_t *ftp; in PHP_FUNCTION() local
374 ftpbuf_t *ftp; in PHP_FUNCTION() local
[all …]
/dports/ftp/php73-ftp/php-7.3.33/ext/ftp/
H A Dftp.c119 ftpbuf_t *ftp; in ftp_open() local
166 ftp_close(ftpbuf_t *ftp) in ftp_close()
194 ftp_gc(ftpbuf_t *ftp) in ftp_gc()
213 ftp_quit(ftpbuf_t *ftp) in ftp_quit()
387 ftp_reinit(ftpbuf_t *ftp) in ftp_reinit()
411 ftp_syst(ftpbuf_t *ftp) in ftp_syst()
447 ftp_pwd(ftpbuf_t *ftp) in ftp_pwd()
545 ftp_cdup(ftpbuf_t *ftp) in ftp_cdup()
1311 ftp_readline(ftpbuf_t *ftp) in ftp_readline()
1363 ftp_getresp(ftpbuf_t *ftp) in ftp_getresp()
[all …]
H A Dphp_ftp.c369 ftpbuf_t *ftp; in PHP_FUNCTION() local
406 ftpbuf_t *ftp; in PHP_FUNCTION() local
442 ftpbuf_t *ftp; in PHP_FUNCTION() local
469 ftpbuf_t *ftp; in PHP_FUNCTION() local
494 ftpbuf_t *ftp; in PHP_FUNCTION() local
518 ftpbuf_t *ftp; in PHP_FUNCTION() local
545 ftpbuf_t *ftp; in PHP_FUNCTION() local
572 ftpbuf_t *ftp; in PHP_FUNCTION() local
594 ftpbuf_t *ftp; in PHP_FUNCTION() local
622 ftpbuf_t *ftp; in PHP_FUNCTION() local
[all …]

12345678910>>...61