Searched refs:mapout (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/heimdal/appl/ftp/ftp/ |
| H A D | globals.c | 35 char mapout[MaxPathLen]; /* output map template */ variable
|
| H A D | ftp_var.h | 76 extern char mapout[MaxPathLen]; /* output map template */
|
| H A D | cmds.c | 884 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 D | ftp.c | 1561 strlcpy (ip->mo, mapout, MaxPathLen); in pswitch() 1562 strlcpy (mapout, op->mo, MaxPathLen); in pswitch()
|
| /src/contrib/tnftp/src/ |
| H A D | ftp_var.h | 235 GLOBAL char mapout[MAXPATHLEN]; /* output map template */ variable
|
| H A D | ftp.c | 1814 (void)strlcpy(ip->mo, mapout, sizeof(ip->mo)); in pswitch() 1815 (void)strlcpy(mapout, op->mo, sizeof(mapout)); in pswitch()
|
| H A D | cmds.c | 845 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()
|