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

/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h66 extern int ntflag; /* use ntin ntout tables for name translation */
74 extern char ntout[17]; /* output translation table */
H A Dglobals.c25 int ntflag; /* use ntin ntout tables for name translation */
33 char ntout[17]; /* output translation table */ variable
H A Dcmds.c878 printf("Ntrans: (in) %s (out) %s\n", ntin,ntout);
1709 ntout[0] = '\0';
1712 strlcpy (ntout, argv[2], 17);
1722 for (ostop = 0; *(ntout + ostop) && ostop < 16; ostop++)
1730 *cp2++ = *(ntout + i);
H A Dftp.c1555 strlcpy (ip->nto, ntout, sizeof (ip->nto));
1556 strlcpy (ntout, op->nto, 17);
/freebsd-10-stable/contrib/tnftp/src/
H A Dftp_var.h224 GLOBAL int ntflag; /* use ntin ntout tables for name translation */
233 GLOBAL char ntout[17]; /* output translation table */ variable
H A Dcmds.c839 fprintf(ttyout, "Ntrans: (in) %s (out) %s\n", ntin, ntout);
1959 ntout[0] = '\0';
1962 (void)strlcpy(ntout, argv[2], sizeof(ntout));
1972 for (ostop = 0; *(ntout + ostop) && ostop < 16; ostop++)
1980 *cp2++ = *(ntout + i);
H A Dftp.c1808 (void)strlcpy(ip->nto, ntout, sizeof(ip->nto));
1809 (void)strlcpy(ntout, op->nto, sizeof(ntout));

Completed in 170 milliseconds