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

/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h66 extern int ntflag; /* use ntin ntout tables for name translation */
73 extern char ntin[17]; /* input translation table */
H A Dglobals.c25 int ntflag; /* use ntin ntout tables for name translation */
32 char ntin[17]; /* input translation table */ variable
H A Dcmds.c878 printf("Ntrans: (in) %s (out) %s\n", ntin,ntout);
1707 strlcpy (ntin, argv[1], 17);
1726 for (i = 0; *(ntin + i) && i < 16; i++) {
1727 if (*cp1 == *(ntin + i)) {
H A Dftp.c1553 strlcpy (ip->nti, ntin, sizeof (ip->nti));
1554 strlcpy (ntin, op->nti, 17);
/freebsd-10.0-release/contrib/tnftp/src/
H A Dftp_var.h224 GLOBAL int ntflag; /* use ntin ntout tables for name translation */
232 GLOBAL char ntin[17]; /* input translation table */ variable
H A Dcmds.c839 fprintf(ttyout, "Ntrans: (in) %s (out) %s\n", ntin, ntout);
1957 (void)strlcpy(ntin, argv[1], sizeof(ntin));
1976 for (i = 0; *(ntin + i) && i < 16; i++) {
1977 if (*cp1 == *(ntin + i)) {
H A Dftp.c1806 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti));
1807 (void)strlcpy(ntin, op->nti, sizeof(ntin));

Completed in 175 milliseconds