HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_h (Results 1 - 17 of 17) sorted by null

  /external/toybox/toys/other/
help.c 36 if (toys.optflags & FLAG_h)
42 if (toys.optflags & FLAG_h) xprintf("</blockquote></pre>\n");
61 if (toys.optflags & FLAG_h) {
70 if (toys.optflags & FLAG_h) xprintf("<hr>\n<pre>\n");
77 if (toys.optflags & FLAG_h) xprintf("</pre>\n");
80 if (toys.optflags & FLAG_h) xprintf("</html>");
chcon.c 32 if (-1 == ((toys.optflags & FLAG_h) ? lsetfilecon : setfilecon)(path, con))
free.c 5 // Flag order is signifcant: b-t are units in order, FLAG_h-1 is unit mask
34 if (toys.optflags & FLAG_h) human_readable(s, ll, 0);
47 while ((toys.optflags&(FLAG_h-1)) && !(toys.optflags&(1<<TT.bits))) TT.bits++;
switch_root.c 115 if (toys.optflags & FLAG_h) for (;;) wait(NULL);
login.c 50 int hh = toys.optflags&FLAG_h, count, tty;
  /external/toybox/toys/pending/
setfattr.c 32 int h = toys.optflags & FLAG_h;
getfattr.c 39 if (toys.optflags&FLAG_h) {
tcpsvd.c 357 if (toys.optflags & FLAG_h) { //lookup name
367 if (toys.optflags & FLAG_h) {
379 if (toys.optflags & FLAG_h) xprintf(" (%s-%s)", serv, clie);
385 if (toys.optflags & FLAG_h) {
getty.c 154 if (toys.optflags & FLAG_h) TT.termios.c_cflag |= CRTSCTS;
309 if (toys.optflags & FLAG_H) utmp_entry();
tar.c 275 return ((DIRTREE_RECURSE | ((toys.optflags & FLAG_h)?DIRTREE_SYMFOLLOW:0)));
283 return ((DIRTREE_RECURSE | ((toys.optflags & FLAG_h)?DIRTREE_SYMFOLLOW:0)));
800 dirtree_flagread(tmp->arg, DIRTREE_SYMFOLLOW*!!(toys.optflags&FLAG_h),
  /external/toybox/toys/posix/
chgrp.c 56 AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|FLAG_H)) && (flags&(FLAG_h|FLAG_R))));
97 dirtree_flagread(*s, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)),
df.c 61 if (toys.optflags & (FLAG_H|FLAG_h)) {
128 if (toys.optflags & (FLAG_H|FLAG_h)) {
130 int hr_flags = (toys.optflags & FLAG_H) ? HR_1000 : 0;
155 if (toys.optflags & (FLAG_H|FLAG_h)) {
du.c 59 if (toys.optflags & FLAG_h) {
163 dirtree_flagread(*args, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|FLAG_L)),
touch.c 123 // cheat: FLAG_h is rightmost flag, so its value is 1
125 (toys.optflags & FLAG_h)*AT_SYMLINK_NOFOLLOW)) continue;
grep.c 83 if (name && (toys.optflags&FLAG_H)) printf("%s%c", name, dash);
355 if (new->parent && !(toys.optflags & FLAG_h)) toys.optflags |= FLAG_H;
390 if (!(toys.optflags & FLAG_h) && toys.optc>1) toys.optflags |= FLAG_H;
ls.c 127 if (toys.optflags&FLAG_h) return human_readable(s, value*units, 0);
357 if ((flags&(FLAG_h|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) {
567 || (toys.optflags&(FLAG_L|FLAG_H));
  /external/toybox/generated/
flags.h 30 #undef FLAG_H
206 #undef FLAG_h
218 #undef FLAG_H
221 #undef FLAG_h
277 #undef FLAG_H
352 #undef FLAG_H
370 #undef FLAG_H
456 #undef FLAG_h
459 #undef FLAG_H
489 #undef FLAG_H
    [all...]

Completed in 195 milliseconds