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

/macosx-10.10/Heimdal-398.1.2/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);
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dftp_var.h230 GLOBAL int mapflag; /* use mapin mapout templates on file names */
239 GLOBAL char mapin[MAXPATHLEN]; /* input map template */ variable
H A Dcmds.c850 fprintf(ttyout, "Nmap: (in) %s (out) %s\n", mapin, mapout);
2006 UPRINTF("usage: %s [mapin mapout]\n", argv[0]);
2020 (void)strlcpy(mapin, altarg, MAXPATHLEN);
2030 char *cp2 = mapin;
H A Dftp.c1835 (void)strlcpy(ip->mi, mapin, sizeof(ip->mi));
1836 (void)strlcpy(mapin, op->mi, sizeof(mapin));
H A Dftp.c.orig1802 (void)strlcpy(ip->mi, mapin, sizeof(ip->mi));
1803 (void)strlcpy(mapin, op->mi, sizeof(mapin));

Completed in 207 milliseconds