HomeSort by: relevance | last modified time | path
    Searched defs:exit_code (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-exit-code.c 20 int exit_code = 0; variable
26 exit_code = atoi (argv[1]);
28 return exit_code;
mi-exit-code.c 20 int exit_code = 0; variable
26 exit_code = atoi (argv[1]);
28 return exit_code;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-exit-code.c 20 int exit_code = 0; variable
26 exit_code = atoi (argv[1]);
28 return exit_code;
mi-exit-code.c 20 int exit_code = 0; variable
26 exit_code = atoi (argv[1]);
28 return exit_code;
  /src/external/bsd/jemalloc.old/dist/test/src/
thd.c 16 DWORD exit_code; local
17 GetExitCodeThread(thd, (LPDWORD) &exit_code);
18 *ret = (void *)(uintptr_t)exit_code;
thd.c 16 DWORD exit_code; local
17 GetExitCodeThread(thd, (LPDWORD) &exit_code);
18 *ret = (void *)(uintptr_t)exit_code;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
watchpoint-fork-parent.c 34 int exit_code = 42 + nr; local
58 _exit (exit_code);
71 assert (WEXITSTATUS (status) == exit_code);
watchpoint-fork-parent.c 34 int exit_code = 42 + nr; local
58 _exit (exit_code);
71 assert (WEXITSTATUS (status) == exit_code);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
watchpoint-fork-parent.c 34 int exit_code = 42 + nr; local
58 _exit (exit_code);
71 assert (WEXITSTATUS (status) == exit_code);
watchpoint-fork-parent.c 34 int exit_code = 42 + nr; local
58 _exit (exit_code);
71 assert (WEXITSTATUS (status) == exit_code);
  /src/external/bsd/jemalloc/dist/test/src/
thd.c 16 DWORD exit_code; local
17 GetExitCodeThread(thd, (LPDWORD)&exit_code);
18 *ret = (void *)(uintptr_t)exit_code;
thd.c 16 DWORD exit_code; local
17 GetExitCodeThread(thd, (LPDWORD)&exit_code);
18 *ret = (void *)(uintptr_t)exit_code;
  /src/external/bsd/kyua-cli/dist/cli/
cmd_test.cpp 135 int exit_code; local
141 exit_code = (hooks.bad_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
143 exit_code = EXIT_SUCCESS;
148 EXIT_FAILURE : exit_code;
cmd_test.cpp 135 int exit_code; local
141 exit_code = (hooks.bad_count == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
143 exit_code = EXIT_SUCCESS;
148 EXIT_FAILURE : exit_code;
main.cpp 252 const int exit_code = safe_main(ui, argc, argv, std::move(mock_command)); local
256 INV(exit_code == EXIT_SUCCESS || exit_code == EXIT_FAILURE);
258 return exit_code;
325 const int exit_code = main(&ui, argc, argv); local
326 LI(F("Clean exit with code %s") % exit_code);
327 return exit_code;
main.cpp 252 const int exit_code = safe_main(ui, argc, argv, std::move(mock_command)); local
256 INV(exit_code == EXIT_SUCCESS || exit_code == EXIT_FAILURE);
258 return exit_code;
325 const int exit_code = main(&ui, argc, argv); local
326 LI(F("Clean exit with code %s") % exit_code);
327 return exit_code;
  /src/external/gpl3/gcc/dist/contrib/
check-MAINTAINERS.py 34 exit_code = 0 variable
67 global exit_code
72 exit_code = 2
77 exit_code = 1
113 sys.exit(exit_code)
check-MAINTAINERS.py 34 exit_code = 0 variable
67 global exit_code
72 exit_code = 2
77 exit_code = 1
113 sys.exit(exit_code)
  /src/external/gpl3/gcc.old/dist/contrib/
check-MAINTAINERS.py 34 exit_code = 0 variable
67 global exit_code
72 exit_code = 2
77 exit_code = 1
113 sys.exit(exit_code)
check-MAINTAINERS.py 34 exit_code = 0 variable
67 global exit_code
72 exit_code = 2
77 exit_code = 1
113 sys.exit(exit_code)
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32-thread.c 78 DWORD exit_code = (DWORD) (ULONG_PTR) (*td->func) (td->args); local
80 ExitThread (exit_code);
81 return exit_code;
126 DWORD exit_code; local
127 if (GetExitCodeThread ((HANDLE) thr, &exit_code))
128 *value_ptr = (void *) (ULONG_PTR) exit_code;
gthr-win32-thread.c 78 DWORD exit_code = (DWORD) (ULONG_PTR) (*td->func) (td->args); local
80 ExitThread (exit_code);
81 return exit_code;
126 DWORD exit_code; local
127 if (GetExitCodeThread ((HANDLE) thr, &exit_code))
128 *value_ptr = (void *) (ULONG_PTR) exit_code;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
resolve-test.c 183 int optidx = 0, i, exit_code = 0; local
206 exit_code += test_rk_dns_srv_order(0);
207 exit_code += test_rk_dns_srv_order(1);
208 exit_code += test_rk_dns_srv_order(2);
209 exit_code += test_rk_dns_srv_order(3);
210 exit_code += test_rk_dns_srv_order(4);
211 exit_code += test_rk_dns_srv_order(5);
215 exit(exit_code ? 1 : 0);
225 exit_code = 1;
310 return exit_code ? 1 : 0
    [all...]
resolve-test.c 183 int optidx = 0, i, exit_code = 0; local
206 exit_code += test_rk_dns_srv_order(0);
207 exit_code += test_rk_dns_srv_order(1);
208 exit_code += test_rk_dns_srv_order(2);
209 exit_code += test_rk_dns_srv_order(3);
210 exit_code += test_rk_dns_srv_order(4);
211 exit_code += test_rk_dns_srv_order(5);
215 exit(exit_code ? 1 : 0);
225 exit_code = 1;
310 return exit_code ? 1 : 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gcc-ar.cc 143 int exit_code = FATAL_EXIT_CODE; local
291 exit_code = WEXITSTATUS (status);
294 exit_code = SUCCESS_EXIT_CODE;
299 return exit_code;

Completed in 99 milliseconds

1 2 3 4