Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dcksum.c82 (toys.optflags & FLAG_I) ? crc : ~crc); in do_cksum()
/external/toybox/generated/
Dflags.h56 #undef FLAG_I
295 #undef FLAG_I
503 #undef FLAG_I
1020 #undef FLAG_I
1051 #undef FLAG_I
2115 #undef FLAG_I
2958 #undef FLAG_I
3292 #undef FLAG_I
3387 #define FLAG_I (FORCED_FLAG<<8) macro
3582 #define FLAG_I (1<<3) macro
[all …]
/external/toybox/toys/pending/
Dgetty.c308 if (toys.optflags & FLAG_I) in getty_main()
Darping.c208 if (!(toys.optflags & FLAG_I)) TT.iface = "eth0"; in arping_main()