Home
last modified time | relevance | path

Searched refs:allflags (Results 1 – 5 of 5) sorted by relevance

/third_party/toybox/scripts/
Dmkflags.c157 char command[256], flags[1023], allflags[1024]; in main() local
173 *command = *flags = *allflags = 0; in main()
175 command, flags, allflags); in main()
177 octane(allflags); in main()
181 command, flags, allflags); in main()
190 printf("// %s %s %s\n", command, flags, allflags); in main()
191 if (*flags != ' ') mgaps = mark_gaps(flags, allflags); in main()
192 else if (*allflags != ' ') mgaps = allflags; in main()
197 if (mgaps != allflags) free(mgaps); in main()
200 offlist = aflist = digest(allflags); in main()
/third_party/skia/third_party/externals/icu/source/config/
Dicu-config-bottom28 allflags()
79 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
93 allflags
/third_party/icu/icu4c/source/config/
Dicu-config-bottom28 allflags()
79 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
93 allflags
/third_party/node/deps/cares/src/lib/
Dares_dns_mapping.c73 unsigned short allflags = ARES_FLAG_QR | ARES_FLAG_AA | ARES_FLAG_TC | in ares_dns_flags_arevalid() local
77 if (flags & ~allflags) { in ares_dns_flags_arevalid()
/third_party/curl/tests/
Dservers.pm1448 my $allflags = "--port $port $flags";
1449 my $cmd = "$httptlssrv $allflags > $logfile 2>&1";