OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_I
(Results
1 - 4
of
4
) sorted by null
/external/toybox/toys/posix/
cksum.c
73
(toys.optflags &
FLAG_I
) ? crc : ~crc);
/external/toybox/generated/
flags.h
38
#undef
FLAG_i
56
#undef
FLAG_I
67
#undef
FLAG_i
252
#undef
FLAG_I
314
#undef
FLAG_i
344
#undef
FLAG_i
454
#undef
FLAG_i
481
#undef
FLAG_i
499
#undef
FLAG_i
529
#undef
FLAG_i
[
all
...]
/external/toybox/toys/pending/
arping.c
208
if (!(toys.optflags &
FLAG_I
)) TT.iface = "eth0";
getty.c
248
if (!(toys.optflags &
FLAG_i
)) write_issue(TT.issue_str);
310
if (toys.optflags &
FLAG_I
)
Completed in 78 milliseconds