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.h56 #undef FLAG_I
252 #undef FLAG_I
850 #undef FLAG_I
1856 #undef FLAG_I
2568 #undef FLAG_I
2704 #undef FLAG_I
3013 #undef FLAG_I
3092 #define FLAG_I (FORCED_FLAG<<8) macro
3250 #define FLAG_I (1<<3) macro
3754 #define FLAG_I (FORCED_FLAG<<8) macro
[all …]
/external/toybox/toys/pending/
Darping.c208 if (!(toys.optflags & FLAG_I)) TT.iface = "eth0"; in arping_main()
Dgetty.c310 if (toys.optflags & FLAG_I) in getty_main()