Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c33 char ntout[17]; /* output translation table */ variable
H A Dftp_var.h74 extern char ntout[17]; /* output translation table */
H A Dcmds.c878 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 Dftp.c1555 strlcpy (ip->nto, ntout, sizeof (ip->nto)); in pswitch()
1556 strlcpy (ntout, op->nto, 17); in pswitch()
/freebsd/contrib/tnftp/src/
H A Dcmds.c839 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 Dftp_var.h233 GLOBAL char ntout[17]; /* output translation table */ variable
H A Dftp.c1808 (void)strlcpy(ip->nto, ntout, sizeof(ip->nto)); in pswitch()
1809 (void)strlcpy(ntout, op->nto, sizeof(ntout)); in pswitch()