HomeSort by: relevance | last modified time | path
    Searched refs:ntout (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 */
238 GLOBAL char ntout[17]; /* output translation table */ variable in typeref:typename:GLOBAL char[17]
cmds.c 835 fprintf(ttyout, "Ntrans: (in) %s (out) %s\n", ntin, ntout);
1969 ntout[0] = '\0';
1972 (void)strlcpy(ntout, argv[2], sizeof(ntout));
1989 for (ostop = 0; ntout[ostop] && ostop < sizeof(ntout); ostop++)
1997 ADDC(ntout[i]);
ftp.c 1864 (void)strlcpy(ip->nto, ntout, sizeof(ip->nto));
1865 (void)strlcpy(ntout, op->nto, sizeof(ntout));

Completed in 15 milliseconds