Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuus5.c5559 showoff(lf_opts & LBL_ACL), in sholbl()
5560 lf_opts & LBL_ACL ? "preserved" : "discarded"); in sholbl()
5562 showoff(lf_opts & LBL_BCK), in sholbl()
5563 lf_opts & LBL_BCK ? "preserved" : "discarded"); in sholbl()
5565 showoff(lf_opts & LBL_NAM), in sholbl()
5566 lf_opts & LBL_NAM ? "preserved" : "discarded"); in sholbl()
5568 showoff(lf_opts & LBL_OWN), in sholbl()
5569 lf_opts & LBL_OWN ? "preserved" : "discarded"); in sholbl()
5571 showoff(lf_opts & LBL_PTH), in sholbl()
5572 lf_opts & LBL_PTH ? "preserved" : "discarded"); in sholbl()
[all …]
H A Dckcmai.c958 int lf_opts = LBL_NAM; variable
962 unsigned long int lf_opts = LBL_EXT|LBL_HID|LBL_RO|LBL_SYS; variable
964 int lf_opts = 0; variable
H A Dckcfn3.c241 extern int fblksiz, frecl, forg, frecfm, fncact, fncsav, fcctrl, lf_opts;
2079 fcb.lblopts = lf_opts; /* Labeled file options */
H A Dckcfns.c3596 extern int lf_opts;
3597 lf_opts &= ~LBL_NAM;
H A Dckuusx.c540 extern int g_lf_opts, lf_opts;
664 lf_opts = g_lf_opts; /* Restore labeled transfer options */ in ftreset()
H A Dckuus7.c409 sosi, tlevel, lf_opts, backgrd, flow, debses, parity, ttnproto, ckxech,
3454 lf_opts |= x; /* in the options bitmask. */
3456 lf_opts &= ~x;
H A Dckuus6.c10256 extern int lf_opts;
10859 g_lf_opts = lf_opts; /* Save labeled transfer options */