Home
last modified time | relevance | path

Searched refs:FT_PLAINFILE (Results 1 – 5 of 5) sorted by relevance

/dports/ftp/wput/wput-0.6.2/src/
H A Dftp-ls.c154 cur.type = FT_PLAINFILE; in ftp_parse_unix_ls()
176 case FT_PLAINFILE: in ftp_parse_unix_ls()
351 else if (cur.type == FT_PLAINFILE in ftp_parse_unix_ls()
524 cur.type = FT_PLAINFILE; in ftp_parse_winnt_ls()
688 cur.type = FT_PLAINFILE; in ftp_parse_vms_ls()
1031 case FT_PLAINFILE: in ftp_index()
1058 if (f->type == FT_PLAINFILE) in ftp_index()
H A Dftplib.h32 FT_PLAINFILE, enumerator
/dports/ftp/wget/wget-1.21.2/src/
H A Dftp-ls.c131 cur.type = FT_PLAINFILE; in ftp_parse_unix_ls()
152 case FT_PLAINFILE: in ftp_parse_unix_ls()
335 else if (cur.type == FT_PLAINFILE in ftp_parse_unix_ls()
524 cur.type = FT_PLAINFILE; in ftp_parse_winnt_ls()
777 cur.type = FT_PLAINFILE; in ftp_parse_vms_ls()
1126 case FT_PLAINFILE: in ftp_index()
1158 if (f->type == FT_PLAINFILE) in ftp_index()
H A Dftp.h104 FT_PLAINFILE, enumerator
H A Dftp.c2262 if (opt.timestamping && f->type == FT_PLAINFILE) in ftp_retrieve_list()
2390 case FT_PLAINFILE: in ftp_retrieve_list()
2418 (f->type == FT_PLAINFILE) && opt.preserve_perm) in ftp_retrieve_list()