Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c892 (void) printf("Ntrans: (in) %s (out) %s\n", ntin, ntout); in status()
1801 ntout[0] = '\0'; in setntrans()
1804 (void) strncpy(ntout, argv[2], 16); in setntrans()
1805 ntout[16] = '\0'; in setntrans()
1815 for (ostop = 0; *(ntout + ostop) && ostop < 16; ostop++) in dotrans()
1823 *cp2++ = *(ntout + i); in dotrans()
H A Dftp_var.h127 EXTERN char ntout[17]; /* output translation table */ variable
H A Dftp.c1819 (void) strlcpy(ip->nto, ntout, sizeof (ip->nto)); in pswitch()
1820 (void) strlcpy(ntout, op->nto, sizeof (ntout)); in pswitch()