Searched refs:ntout (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | globals.c | 33 char ntout[17]; /* output translation table */ variable
|
H A D | ftp_var.h | 74 extern char ntout[17]; /* output translation table */
|
H A D | cmds.c | 878 printf("Ntrans: (in) %s (out) %s\n", ntin,ntout); in status() 1709 ntout[0] = '\0'; in setntrans() 1712 strlcpy (ntout, argv[2], 17); in setntrans() 1722 for (ostop = 0; *(ntout + ostop) && ostop < 16; ostop++) in dotrans() 1730 *cp2++ = *(ntout + i); in dotrans()
|
H A D | ftp.c | 1555 strlcpy (ip->nto, ntout, sizeof (ip->nto)); in pswitch() 1556 strlcpy (ntout, op->nto, 17); in pswitch()
|
/freebsd/contrib/tnftp/src/ |
H A D | cmds.c | 839 fprintf(ttyout, "Ntrans: (in) %s (out) %s\n", ntin, ntout); in status() 1958 ntout[0] = '\0'; in setntrans() 1961 (void)strlcpy(ntout, argv[2], sizeof(ntout)); in setntrans() 1971 for (ostop = 0; *(ntout + ostop) && ostop < 16; ostop++) in dotrans() 1979 *cp2++ = *(ntout + i); in dotrans()
|
H A D | ftp_var.h | 233 GLOBAL char ntout[17]; /* output translation table */ variable
|
H A D | ftp.c | 1808 (void)strlcpy(ip->nto, ntout, sizeof(ip->nto)); in pswitch() 1809 (void)strlcpy(ntout, op->nto, sizeof(ntout)); in pswitch()
|