Searched refs:exit (Results 26 - 50 of 78) sorted by relevance

1234

/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp118 exit(1);
178 exit(1);
207 exit(1);
250 exit(1);
280 exit(1);
304 exit(1);
340 exit(1);
343 exit(1);
420 exit(1); \
563 exit(
[all...]
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dstest.c136 exit (failures > 0 ? EXIT_FAILURE : EXIT_SUCCESS);
/fuchsia/zircon/system/ulib/test-utils/
H A Dtest-utils.c26 exit(TU_FAIL_ERRCODE);
37 exit(TU_FAIL_ERRCODE);
57 exit(TU_FAIL_ERRCODE);
74 exit(TU_FAIL_ERRCODE);
236 exit(TU_FAIL_ERRCODE);
260 exit(TU_FAIL_ERRCODE);
/fuchsia/zircon/system/uapp/psutils/
H A Dvmos.cpp153 exit(0);
158 exit(1);
H A Dthreads.cpp130 exit(1);
141 exit(1);
H A Dvmaps.c180 exit(0);
185 exit(1);
/fuchsia/zircon/bootloader/
H A Dbuild.mk87 exit 1;\
95 $(NOECHO)if [ "`$(NM) $< | grep ' U '`" != "" ]; then echo "error: $<: undefined symbols"; $(NM) $< | grep ' U '; rm $<; exit 1; fi
/fuchsia/zircon/system/host/fidl/compiler/
H A Dmain.cpp72 " * `--help`. Prints this help, and exit immediately.\n"
90 exit(1);
98 exit(1);
251 exit(0);
279 exit(0);
/fuchsia/zircon/system/ulib/perftest/
H A Drunner.cpp399 exit(1);
415 exit(1);
422 exit(1);
427 exit(1);
469 exit(1);
/fuchsia/zircon/system/host/fvm/container/
H A Dfvm.cpp53 exit(-1);
59 exit(-1);
66 exit(-1);
80 exit(-1);
94 exit(-1);
102 exit(-1);
119 exit(-1);
127 exit(-1);
136 exit(-1);
576 exit(
[all...]
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmkinit.c161 exit(0);
446 exit(2);
477 exit(2);
H A Dmain.c210 exit(status);
216 exit(status);
263 out2str("\nUse \"exit\" to leave shell.\n");
/fuchsia/zircon/system/host/netprotocol/
H A Dnetaddr.c39 exit(1);
/fuchsia/zircon/system/utest/handle-alias/
H A Dhandle-alias.c26 exit(-2); \
/fuchsia/zircon/system/utest/runtests-utils/
H A Druntests-utils-test-utils.h79 exit(1);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpixtract/
H A Daxutils.c341 exit (0);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h40 _Noreturn void exit(int);
/fuchsia/zircon/system/host/fvm/
H A Dmain.cpp41 exit(-1);
68 exit(-1);
/fuchsia/zircon/kernel/lib/console/
H A Dconsole.cpp515 bool exit; variable
536 exit = false;
538 while (!exit) {
604 exit = true;
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdmmc.c407 goto exit;
413 goto exit;
416 goto exit;
418 exit:
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslmain.c281 exit (0);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasmain.c361 case '^': /* -v: (Version): signon already emitted, just exit */
363 exit (0);
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dnewfs_msdos.c243 exit(1);
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_create.c129 * could exit at the same time. For the last thread, revert the
134 exit(0);
140 // as the small amount of temporary stack needed for the exit calls.
/fuchsia/zircon/bootloader/lib/
H A Dprintf.c167 #define OUTPUT_STRING(str, len) do { err = out(str, len, state); if (err < 0) { goto exit; } else { chars_written += err; } } while(0)
363 exit:

Completed in 194 milliseconds

1234