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

/netbsd-current/usr.bin/ftp/
H A Dftp_var.h220 GLOBAL int ntflag; /* use ntin ntout tables for name translation */
229 GLOBAL char ntout[17]; /* output translation table */ variable
H A Dcmds.c837 fprintf(ttyout, "Ntrans: (in) %s (out) %s\n", ntin, ntout);
1970 ntout[0] = '\0';
1973 (void)strlcpy(ntout, argv[2], sizeof(ntout));
1983 for (ostop = 0; ntout[ostop] && ostop < sizeof(ntout); ostop++)
1991 *cp2++ = ntout[i];
H A Dftp.c1864 (void)strlcpy(ip->nto, ntout, sizeof(ip->nto));
1865 (void)strlcpy(ntout, op->nto, sizeof(ntout));

Completed in 262 milliseconds