Home
last modified time | relevance | path

Searched refs:mapout (Results 1 – 7 of 7) sorted by relevance

/src/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c35 char mapout[MaxPathLen]; /* output map template */ variable
H A Dftp_var.h76 extern char mapout[MaxPathLen]; /* output map template */
H A Dcmds.c884 printf("Nmap: (in) %s (out) %s\n", mapin, mapout); in status()
1777 strlcpy(mapout, cp, MaxPathLen); in setnmap()
1830 cp2 = mapout; in domap()
H A Dftp.c1561 strlcpy (ip->mo, mapout, MaxPathLen); in pswitch()
1562 strlcpy (mapout, op->mo, MaxPathLen); in pswitch()
/src/contrib/tnftp/src/
H A Dftp_var.h235 GLOBAL char mapout[MAXPATHLEN]; /* output map template */ variable
H A Dftp.c1814 (void)strlcpy(ip->mo, mapout, sizeof(ip->mo)); in pswitch()
1815 (void)strlcpy(mapout, op->mo, sizeof(mapout)); in pswitch()
H A Dcmds.c845 fprintf(ttyout, "Nmap: (in) %s (out) %s\n", mapin, mapout); in status()
2025 (void)strlcpy(mapout, cp, MAXPATHLEN); in setnmap()
2078 cp1 = mapout; in domap()