Searched refs:allflags (Results 1 – 5 of 5) sorted by relevance
/external/toybox/scripts/ |
D | mkflags.c | 166 char command[256], flags[1024], allflags[1024]; in main() local 181 *command = *flags = *allflags = 0; in main() 183 command, flags, allflags); in main() 185 octane(allflags); in main() 189 command, flags, allflags); in main() 198 printf("// %s %s %s\n", command, flags, allflags); in main() 199 if (*flags != ' ') mgaps = mark_gaps(flags, allflags); in main() 200 else if (*allflags != ' ') mgaps = allflags; in main() 205 if (mgaps != allflags) free(mgaps); in main() 208 offlist = aflist = digest(allflags); in main()
|
/external/cronet/third_party/icu/source/config/ |
D | icu-config-bottom | 28 allflags() 79 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'` 93 allflags
|
/external/icu/icu4c/source/config/ |
D | icu-config-bottom | 28 allflags() 79 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'` 93 allflags
|
/external/curl/tests/ |
D | runtests.pl | 1882 my $allflags = "--port $port $flags"; 1884 my $cmd = "$httptlssrv $allflags > $logfile 2>&1";
|
/external/scapy/test/ |
D | regression.uts | 2926 allflags = ICMPv6NIQueryIPv6(flags="TALCLSG") 2927 …== 2 and c.flags == 4 and l.flags == 8 and s.flags == 16 and g.flags == 32 and allflags.flags == 63 2937 allflags = raw(ICMPv6NIQueryNOOP(flags="TALCLSG", nonce="A"*8))[6:8] 2938 …x00\x04' and l == b'\x00\x08' and s == b'\x00\x10' and g == b'\x00\x20' and allflags == b'\x00\x3F' 2948 allflags = ICMPv6NIReplyIPv6(flags="TALCLSG") 2949 …== 2 and c.flags == 4 and l.flags == 8 and s.flags == 16 and g.flags == 32 and allflags.flags == 63 2959 allflags = raw(ICMPv6NIReplyNOOP(flags="TALCLSG", nonce="A"*8))[6:8] 2960 …x00\x04' and l == b'\x00\x08' and s == b'\x00\x10' and g == b'\x00\x20' and allflags == b'\x00\x3F'
|