Home
last modified time | relevance | path

Searched refs:ntin (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/ftp/
H A Dftp_var.h130 extern char ntin[17]; /* input translation table */
H A Dsmall.c540 for (i = 0; *(ntin + i) && i < 16; i++) {
541 if (*cp1 == *(ntin + i)) {
H A Dcmds.c500 fprintf(ttyout, "Ntrans: (in) %s (out) %s\n", ntin, ntout); in status()
1395 (void)strlcpy(ntin, argv[1], sizeof(ntin)); in setntrans()
H A Dftp.c1790 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti)); in pswitch()
1791 (void)strlcpy(ntin, op->nti, sizeof ntin); in pswitch()
H A Dmain.c116 char ntin[17]; variable