Searched refs:FLAG_h (Results 1 – 9 of 9) sorted by relevance
207 #undef FLAG_h251 #undef FLAG_h266 #undef FLAG_h537 #undef FLAG_h594 #undef FLAG_h632 #undef FLAG_h793 #undef FLAG_h902 #undef FLAG_h945 #undef FLAG_h1002 #undef FLAG_h[all …]
32 int h = toys.optflags & FLAG_h, rc; in setfattr_main()
32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con)) in do_chcon()
47 while ((toys.optflags&(FLAG_h-1)) && !(toys.optflags&(1<<TT.bits))) TT.bits++; in free_main()
115 if (toys.optflags & FLAG_h) for (;;) wait(NULL); in switch_root_main()
618 int all = FLAG_d|FLAG_h|FLAG_l|FLAG_n|FLAG_S|FLAG_s|FLAG_dyn_syms; in readelf_main()621 if (FLAG(e)) toys.optflags |= FLAG_h|FLAG_l|FLAG_S; in readelf_main()
95 if (!isatty(1)) toys.optflags |= FLAG_h; in cal_main()