| /src/external/bsd/ipf/dist/lib/ |
| printaps.c | 27 ftpinfo_t ftp; local 76 } else if (!strcmp(apr.apr_label, "ftp") && 77 (ap.aps_psiz == sizeof(ftp))) { 78 if (kmemcpy((char *)&ftp, (long)ap.aps_data, sizeof(ftp))) 81 PRINTF("\t\tpassok: %d\n", ftp.ftp_passok); 82 ftp.ftp_side[0].ftps_buf[FTP_BUFSZ - 1] = '\0'; 83 ftp.ftp_side[1].ftps_buf[FTP_BUFSZ - 1] = '\0'; 86 ftp.ftp_side[0].ftps_seq[0], 87 ftp.ftp_side[0].ftps_seq[1] [all...] |
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_pid.c | 95 fasttrap_probe_spec_t *ftp, dt_errtag_t tag, const char *fmt, ...) 100 if (ftp != NULL) 101 dt_free(dtp, ftp); 126 fasttrap_probe_spec_t *ftp; local 145 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0])); 147 if ((ftp = dt_alloc(dtp, sz)) == NULL) { 152 ftp->ftps_pid = pid; 153 (void) strncpy(ftp->ftps_func, func, sizeof (ftp->ftps_func)); 155 dt_pid_objname(ftp->ftps_mod, sizeof (ftp->ftps_mod), pp->dpp_lmid [all...] |
| /src/bin/ksh/ |
| exec.c | 598 struct tbl *ftp; local 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 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 1568 ftpinfo_t *ftp; local 1587 ftpinfo_t *ftp; local [all...] |
| /src/sys/arch/amiga/dev/ |
| fd.c | 942 struct fdtype *ftp; local 975 for (cnt = 0, ftp = fdtype; cnt < nfdtype; ftp++, cnt++) 976 if (ftp->driveid == id) 977 return(ftp);
|
| /src/external/gpl3/autoconf/dist/ |
| maint.mk | 96 # Use ftp.gnu.org for stable releases. 99 gnu_ftp_host-stable = ftp.gnu.org 102 ifeq ($(gnu_rel_host),ftp.gnu.org) 105 url_dir_list ?= ftp://$(gnu_rel_host)/gnu/$(PACKAGE) 1274 ftp-gnu = ftp://ftp.gnu.org/gnu
|
| /src/usr.bin/xlint/lint1/ |
| tree.c | 4643 type_t *ftp = call->func->tn_type->t_subt; local 4647 for (const sym_t *p = ftp->u.params; p != NULL; p = p->s_next) 4652 const sym_t *param = ftp->u.params; 4653 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) {
|