OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_h
(Results
1 - 15
of
15
) 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");
72
if (toys.optflags &
FLAG_h
) xprintf("</pre>\n");
75
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/posix/
chgrp.c
56
AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|
FLAG_H
)) && (flags&(
FLAG_h
|FLAG_R))));
97
dirtree_handle_callback(dirtree_start(*s, toys.optflags&(
FLAG_H
|FLAG_L)),
df.c
60
if (toys.optflags & (
FLAG_H
|
FLAG_h
)) {
127
if (toys.optflags & (
FLAG_H
|
FLAG_h
)) {
129
int hr_flags = (toys.optflags &
FLAG_H
) ? HR_1000 : 0;
154
if (toys.optflags & (
FLAG_H
|
FLAG_h
)) {
du.c
59
if (toys.optflags &
FLAG_h
) {
156
dirtree_handle_callback(dirtree_start(*args, toys.optflags&(
FLAG_H
|FLAG_L)),
touch.c
118
// cheat:
FLAG_h
is rightmost flag, so its value is 1
120
(toys.optflags &
FLAG_h
)*AT_SYMLINK_NOFOLLOW)) ss++;
ls.c
148
} else if (flags &
FLAG_h
) {
357
if ((flags&(
FLAG_h
|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) {
358
if (flags&
FLAG_h
) {
457
else if (flags&
FLAG_h
) {
547
(toys.optflags&(FLAG_L|
FLAG_H
)));
grep.c
73
if (name && (toys.optflags&
FLAG_H
)) printf("%s%c", name, dash);
325
if (new->parent && !(toys.optflags &
FLAG_h
)) toys.optflags |=
FLAG_H
;
357
if (!(toys.optflags &
FLAG_h
) && toys.optc>1) toys.optflags |=
FLAG_H
;
/external/toybox/toys/pending/
tcpsvd.c
356
if (toys.optflags &
FLAG_h
) { //lookup name
366
if (toys.optflags &
FLAG_h
) {
378
if (toys.optflags &
FLAG_h
) xprintf(" (%s-%s)", serv, clie);
384
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
274
return ((DIRTREE_RECURSE | ((toys.optflags &
FLAG_h
)?DIRTREE_SYMFOLLOW:0)));
282
return ((DIRTREE_RECURSE | ((toys.optflags &
FLAG_h
)?DIRTREE_SYMFOLLOW:0)));
791
dirtree_handle_callback(dirtree_start(tmp->arg, toys.optflags &
FLAG_h
),
/external/toybox/generated/
flags.h
30
#undef
FLAG_H
198
#undef
FLAG_h
210
#undef
FLAG_H
213
#undef
FLAG_h
253
#undef
FLAG_H
328
#undef
FLAG_H
346
#undef
FLAG_H
431
#undef
FLAG_h
434
#undef
FLAG_H
464
#undef
FLAG_H
[
all
...]
Completed in 128 milliseconds