HomeSort by: relevance | last modified time | path
    Searched refs:terminated (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/external/mit/libuv/dist/test/
runner-unix.h 33 int terminated; member in struct:__anon23842
runner-unix.c 135 p->terminated = 0;
211 if (p->terminated) continue;
217 p->terminated = 1;
234 * msec, or never if timeout == -1. Return 0 if all processes are terminated,
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
terminate.exp 16 # Test that the 'terminated' event is delivered.
42 dap_wait_for_event_and_check "terminated event" terminated
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
terminate.exp 16 # Test that the 'terminated' event is delivered.
42 dap_wait_for_event_and_check "terminated event" terminated
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
gcore-stale-thread.exp 56 {The current thread <Thread ID 1> has terminated\. See `help thread'\.} \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
gcore-stale-thread.exp 56 {The current thread <Thread ID 1> has terminated\. See `help thread'\.} \
  /src/external/mpl/dhcp/dist/common/tests/
test_alloc.c 259 if (a.terminated) {
260 atf_tc_fail("incorrect terminated");
294 a.terminated = 1;
307 if (a.terminated) {
308 atf_tc_fail("incorrect terminated");
348 if (b.terminated != a.terminated) {
349 atf_tc_fail("incorrect terminated");
379 a.terminated = 1;
393 if (b.terminated != a.terminated)
    [all...]
  /src/tests/lib/csu/
t_crt0.sh 73 main terminated
  /src/usr.bin/make/unit-tests/
job-output-long-lines.mk 12 # not terminated by a newline. Because of this missing newline, the job
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_inlines.h 52 bool terminated = false; local
55 terminated = true;
58 assert(terminated);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prof_inlines.h 52 bool terminated = false; local
55 terminated = true;
58 assert(terminated);
  /src/usr.bin/xargs/
xargs.c 603 warnx("%s terminated by SIG%s", name,
606 warnx("%s terminated by signal %d", name,
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lex.l 196 error (_("ill-formed or non-terminated string literal"));
519 is also null-terminated. Result string valid until the next call of
  /src/external/gpl3/gdb/dist/gdb/
ada-lex.l 196 error (_("ill-formed or non-terminated string literal"));
519 is also null-terminated. Result string valid until the next call of
  /src/external/mpl/dhcp/dist/common/
tree.c 50 * If we are using a data_string structure to hold a NUL-terminated
186 (*oc) -> data.terminated = 0;
225 unsigned len, int terminated, int allocate,
239 len + terminated, file, line)) {
247 data, len + terminated);
250 nt -> data.const_data.terminated = terminated;
479 dns -> data.terminated = 0;
813 * to be NULL terminated, but left may not be, so pass it into
814 * the termination function to ensure it's null terminated
    [all...]
alloc.c 1261 * \brief Constructs a null-terminated data_string from a char* and length.
1319 new_string->terminated = 1;
1337 dest -> terminated = src -> terminated;
1361 /* XXX: do we need to consider the "terminated" flag in the check? */
1363 dp -> terminated = 0;
1368 /* \brief Converts a data_string to a null-terminated data string
1370 * If the given string isn't null-terminated, replace it with a
1371 * null-terminated version and free the current string decrementing
1372 * the referecne count. If the string is null-terminated it is lef
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
movsd.s 60 # In this test, the entire null-terminated string is transferred.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/h8300/
movsd.s 60 # In this test, the entire null-terminated string is transferred.
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 63 ECHO *** ERROR, build terminated early, see: %log%
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Threading.inc 95 // Make sure the input is null terminated.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.debuginfod/
corefile-mapped-file.exp 233 -re "^Program terminated with signal SIGSEGV, Segmentation fault\\.\r\n" {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.debuginfod/
corefile-mapped-file.exp 234 -re "^Program terminated with signal SIGSEGV, Segmentation fault\\.\r\n" {
  /src/tests/bin/sh/
t_cmdsub.sh 581 -o inline:'E: here-doc terminated with a parenthesis ("academic")\n' \
585 E: here-doc terminated with a parenthesis ("academic")
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas 58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas 58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)

Completed in 29 milliseconds

1 2 3