Searched refs:ntflag (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmds.c | 409 if (loc && ntflag) { in put() 488 if (ntflag) { in mput() 519 tp = (ntflag) ? dotrans(argv[i]) : argv[i]; in mput() 546 tp = (ntflag) ? dotrans(*cpp) : *cpp; in mput() 641 if (loc && ntflag) in getit() 745 if (ntflag) { in mget() 877 if (ntflag) { in status() 1700 ntflag = 0; in setntrans() 1702 code = ntflag; in setntrans() 1705 ntflag++; in setntrans() [all …]
|
H A D | globals.c | 25 int ntflag; /* use ntin ntout tables for name translation */ variable
|
H A D | ftp_var.h | 66 extern int ntflag; /* use ntin ntout tables for name translation */
|
H A D | ftp.c | 1551 ip->ntflg = ntflag; in pswitch() 1552 ntflag = op->ntflg; in pswitch()
|
/freebsd/contrib/tnftp/src/ |
H A D | cmds.c | 440 0, loc && ntflag, loc && mapflag); in put() 490 mcase, ntflag, mapflag); in mput() 514 0, ntflag, mapflag); in mput() 542 0, ntflag, mapflag); in mput() 609 loc && mcase, loc && ntflag, loc && mapflag); in getit() 728 tp = doprocess(buf, sizeof(buf), cp, mcase, ntflag, mapflag); in mget() 838 if (ntflag) { in status() 1949 ntflag = 0; in setntrans() 1951 code = ntflag; in setntrans() 1954 ntflag++; in setntrans() [all …]
|
H A D | ftp_var.h | 224 GLOBAL int ntflag; /* use ntin ntout tables for name translation */ variable
|
H A D | ftp.c | 1804 ip->ntflg = ntflag; in pswitch() 1805 ntflag = op->ntflg; in pswitch()
|