Searched refs:skipped (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dgetopt_long.c25 int ret, skipped, resumed; local
33 skipped = optind;
46 if (resumed > skipped) {
49 permute(argv, skipped, optind - 1);
50 optind = skipped + cnt;
/fuchsia/zircon/system/ulib/fs-test-utils/
H A Dperftest.cpp78 uint32_t skipped = 0; member in struct:fs_test_utils::__anon1131::TestStats
130 fprintf(out, "[ SKIPPED ] %d tests.\n", stats.skipped);
166 stats->skipped++;
/fuchsia/zircon/third_party/ulib/backtrace/
H A DMakefile.in642 skipped=""; \
645 skipped="($$skip test was not run)"; \
647 skipped="($$skip tests were not run)"; \
649 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
650 dashes="$$skipped"; \
666 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \

Completed in 22 milliseconds