Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c889 (void) printf("Ntrans: (in) %s (out) %s\n", ntin, ntout); in status()
1795 (void) strncpy(ntin, argv[1], 16); in setntrans()
1796 ntin[16] = '\0'; in setntrans()
1816 for (i = 0; *(ntin + i) && i < 16; i++) { in dotrans()
1817 if (*cp1 == *(ntin + i)) { in dotrans()
H A Dftp_var.h121 extern char ntin[17]; /* input translation table */
H A Dmain.c67 char ntin[17]; variable
H A Dftp.c1822 (void) strlcpy(ip->nti, ntin, sizeof (ip->nti)); in pswitch()
1823 (void) strlcpy(ntin, op->nti, sizeof (ntin)); in pswitch()