Home
last modified time | relevance | path

Searched refs:FLAG_I (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/posix/
Dcksum.c73 (toys.optflags & FLAG_I) ? crc : ~crc); in do_cksum()
/external/toybox/generated/
Dflags.h52 #undef FLAG_I
235 #undef FLAG_I
772 #undef FLAG_I
1692 #undef FLAG_I
2400 #undef FLAG_I
2664 #undef FLAG_I
2730 #define FLAG_I (FORCED_FLAG<<8) macro
2877 #define FLAG_I (1<<3) macro
3328 #define FLAG_I (FORCED_FLAG<<8) macro
4100 #define FLAG_I (FORCED_FLAG<<5) macro
[all …]
/external/toybox/toys/pending/
Dgetty.c310 if (toys.optflags & FLAG_I) in getty_main()
Darping.c214 if (!(toys.optflags & FLAG_I)) TT.iface = "eth0"; in arping_main()