Home
last modified time | relevance | path

Searched refs:mcase (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c471 if (mcase) { in mput()
622 if (loc && mcase) { in getit()
739 if (mcase) { in mget()
876 printf("Case: %s; CR stripping: %s\n",onoff(mcase),onoff(crflag)); in status()
1682 mcase = !mcase; in setcase()
1683 printf("Case mapping %s.\n", onoff(mcase)); in setcase()
1684 code = mcase; in setcase()
H A Dglobals.c24 int mcase; /* map upper to lower case for mget names */ variable
H A Dftp_var.h65 extern int mcase; /* map upper to lower case for mget names */
H A Dftp.c1549 ip->mcse = mcase; in pswitch()
1550 mcase = op->mcse; in pswitch()
/freebsd/contrib/tnftp/src/
H A Dftp_var.h223 GLOBAL int mcase; /* map upper to lower case for mget names */ variable
H A Dcmds.c490 mcase, 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()
836 fprintf(ttyout, "Case: %s; CR stripping: %s.\n", onoff(mcase), in status()
1904 code = togglevar(argc, argv, &mcase, "Case mapping"); in setcase()
H A Dftp.c1802 ip->mcse = mcase; in pswitch()
1803 mcase = op->mcse; in pswitch()