HomeSort by: relevance | last modified time | path
    Searched refs:ntin (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/ftp/
ftp_var.h 229 GLOBAL int ntflag; /* use ntin ntout tables for name translation */
237 GLOBAL char ntin[17]; /* input translation table */ variable in typeref:typename:GLOBAL char[17]
cmds.c 835 fprintf(ttyout, "Ntrans: (in) %s (out) %s\n", ntin, ntout);
1967 (void)strlcpy(ntin, argv[1], sizeof(ntin));
1993 for (i = 0; i < sizeof(ntin) && ntin[i]; i++) {
1994 if (*cp1 == ntin[i]) {
ftp.c 1862 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti));
1863 (void)strlcpy(ntin, op->nti, sizeof(ntin));

Completed in 17 milliseconds