Searched refs:mapin (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h67 extern int mapflag; /* use mapin mapout templates on file names */
75 extern char mapin[MaxPathLen]; /* input map template */
H A Dglobals.c26 int mapflag; /* use mapin mapout templates on file names */
34 char mapin[MaxPathLen]; /* input map template */ variable
H A Dcmds.c884 printf("Nmap: (in) %s (out) %s\n", mapin, mapout);
1755 printf("Usage: %s [mapin mapout]\n",argv[0]);
1774 strlcpy(mapin, altarg, MaxPathLen);
1784 char *cp1 = name, *cp2 = mapin;
H A Dftp.c1559 strlcpy (ip->mi, mapin, MaxPathLen);
1560 strlcpy (mapin, op->mi, MaxPathLen);
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp_var.h225 GLOBAL int mapflag; /* use mapin mapout templates on file names */
234 GLOBAL char mapin[MAXPATHLEN]; /* input map template */ variable
H A Dcmds.c845 fprintf(ttyout, "Nmap: (in) %s (out) %s\n", mapin, mapout);
2008 UPRINTF("usage: %s [mapin mapout]\n", argv[0]);
2022 (void)strlcpy(mapin, altarg, MAXPATHLEN);
2032 char *cp2 = mapin;
H A Dftp.c1812 (void)strlcpy(ip->mi, mapin, sizeof(ip->mi));
1813 (void)strlcpy(mapin, op->mi, sizeof(mapin));

Completed in 181 milliseconds