Searched refs:mapin (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | globals.c | 34 char mapin[MaxPathLen]; /* input map template */ variable
|
H A D | ftp_var.h | 75 extern char mapin[MaxPathLen]; /* input map template */
|
H A D | cmds.c | 884 printf("Nmap: (in) %s (out) %s\n", mapin, mapout); in status() 1774 strlcpy(mapin, altarg, MaxPathLen); in setnmap() 1784 char *cp1 = name, *cp2 = mapin; in domap()
|
H A D | ftp.c | 1559 strlcpy (ip->mi, mapin, MaxPathLen); in pswitch() 1560 strlcpy (mapin, op->mi, MaxPathLen); in pswitch()
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp_var.h | 234 GLOBAL char mapin[MAXPATHLEN]; /* input map template */ variable
|
H A D | ftp.c | 1812 (void)strlcpy(ip->mi, mapin, sizeof(ip->mi)); in pswitch() 1813 (void)strlcpy(mapin, op->mi, sizeof(mapin)); in pswitch()
|
H A D | cmds.c | 845 fprintf(ttyout, "Nmap: (in) %s (out) %s\n", mapin, mapout); in status() 2022 (void)strlcpy(mapin, altarg, MAXPATHLEN); in setnmap() 2032 char *cp2 = mapin; in domap()
|