HomeSort by: relevance | last modified time | path
    Searched defs:ftp (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/mount_portal/examples/
advanced.1.conf 14 ftp/ rfilter ftp/ ftp -Vo - %s
15 ftp:// rfilter nostrip ftp -Vo - %s key
16 http:// rfilter nostrip ftp -Vo - %s
rfilter.2.conf 9 ftp:// rfilter nostrip ftp -Vo - %s key
10 http:// rfilter nostrip ftp -Vo - %s
13 ftp%// rfilter ftp%// ftp -Vo - ftp://%s
  /src/bin/ksh/
exec.c 598 struct tbl *ftp; local in function:comexec
620 if (!(ftp = findfunc(cp, hash(cp), false))
621 || !(ftp->flag & ISSET))
629 tp = ftp;
  /src/usr.sbin/sysinst/
main.c 78 struct ftpinfo ftp, pkg, pkgsrc; variable in typeref:struct:ftpinfo
135 {"ftp host", SYSINST_FTP_HOST, ftp.xfer_host[XFER_HOST(XFER_FTP)], sizeof ftp.xfer_host[XFER_HOST(XFER_FTP)]},
136 {"http host", SYSINST_HTTP_HOST, ftp.xfer_host[XFER_HOST(XFER_HTTP)], sizeof ftp.xfer_host[XFER_HOST(XFER_HTTP)]},
137 {"ftp dir", SYSINST_FTP_DIR, ftp.dir, sizeof ftp.dir},
138 {"ftp prefix", "/" ARCH_SUBDIR "/binary/sets", set_dir_bin, sizeof set_dir_bin}
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_ftp_pxy.c 8 * Simple FTP transparent proxy for in-kernel use. For use with the NAT
50 * Values for FTP commands. Numerics cover 0-999
159 MUTEX_INIT(&ftppxyfr.fr_lock, "FTP Proxy Mutex");
229 ftpinfo_t *ftp; local in function:ipf_p_ftp_new
232 KMALLOC(ftp, ftpinfo_t *);
233 if (ftp == NULL)
238 aps->aps_data = ftp;
243 bzero((char *)ftp, sizeof(*ftp));
244 f = &ftp->ftp_side[0]
273 ftpinfo_t *ftp; local in function:ipf_p_ftp_del
1568 ftpinfo_t *ftp; local in function:ipf_p_ftp_out
1587 ftpinfo_t *ftp; local in function:ipf_p_ftp_in
    [all...]
  /src/sys/arch/amiga/dev/
fd.c 942 struct fdtype *ftp; local in function:fdcgetfdtype
975 for (cnt = 0, ftp = fdtype; cnt < nfdtype; ftp++, cnt++)
976 if (ftp->driveid == id)
977 return(ftp);
  /src/usr.bin/xlint/lint1/
tree.c 4581 type_t *ftp = call->func->tn_type->t_subt; local in function:check_function_arguments
4585 for (const sym_t *p = ftp->u.params; p != NULL; p = p->s_next)
4590 const sym_t *param = ftp->u.params;
4591 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) {

Completed in 18 milliseconds