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/posix/
ulimit.c
68
if (!(toys.optflags&(
FLAG_H
-1))) toys.optflags |= FLAG_f;
84
if (toys.optflags&
FLAG_H
)
94
rlim_t rl = (toys.optflags&
FLAG_H
) ? rr.rlim_max : rr.rlim_cur;
112
if (toys.optflags&
FLAG_H
) rr.rlim_max = val;
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)),
cksum.c
72
printf((toys.optflags &
FLAG_H
) ? "%x" : "%u",
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
)) {
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
;
du.c
59
if (toys.optflags &
FLAG_h
) {
156
dirtree_handle_callback(dirtree_start(*args, toys.optflags&(
FLAG_H
|FLAG_L)),
cp.c
436
!(new = dirtree_start(src, toys.optflags&(
FLAG_H
|FLAG_L))))
find.c
559
dirtree_handle_callback(dirtree_start(ss[i], toys.optflags&(
FLAG_H
|FLAG_L)),
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
)));
/external/toybox/toys/pending/
arp.c
170
if ((toys.optflags &
FLAG_H
) && (ifre.ifr_hwaddr.sa_family != ARPHRD_ETHER))
232
if (toys.optflags &
FLAG_H
) {
264
if (((toys.optflags &
FLAG_H
) && (get_index(hwtype, TT.hw_type) != h_type))
useradd.c
134
if (!(toys.optflags & (FLAG_S|
FLAG_H
))) {
getty.c
154
if (toys.optflags &
FLAG_h
) TT.termios.c_cflag |= CRTSCTS;
309
if (toys.optflags &
FLAG_H
) utmp_entry();
fdisk.c
379
g_heads = (toys.optflags &
FLAG_H
&& TT.heads)? TT.heads : h? h : disk.heads? disk.heads : 255;
[
all
...]
dhcp.c
1015
if (toys.optflags &
FLAG_H
) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strlen(TT.hostname));
1030
if (toys.optflags &
FLAG_H
) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strlen(TT.hostname));
[
all
...]
/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 192 milliseconds