Searched refs:mcase (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmds.c | 471 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 D | globals.c | 24 int mcase; /* map upper to lower case for mget names */ variable
|
H A D | ftp_var.h | 65 extern int mcase; /* map upper to lower case for mget names */
|
H A D | ftp.c | 1549 ip->mcse = mcase; in pswitch() 1550 mcase = op->mcse; in pswitch()
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp_var.h | 223 GLOBAL int mcase; /* map upper to lower case for mget names */ variable
|
H A D | cmds.c | 490 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 D | ftp.c | 1802 ip->mcse = mcase; in pswitch() 1803 mcase = op->mcse; in pswitch()
|