HomeSort by: relevance | last modified time | path
    Searched defs:got_error (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
ada-typeprint.c 154 int got_error = 0;
169 got_error = 1;
172 if (!got_error)
153 int got_error = 0; local
gnu-v3-abi.c 899 int got_error = 0; local
919 got_error = 1;
922 if (!got_error)
solib.c 1322 bool got_error = false; local
1334 got_error = true;
1337 if (!got_error
  /src/external/gpl3/gdb.old/dist/gdb/
ada-typeprint.c 156 int got_error = 0;
171 got_error = 1;
174 if (!got_error)
155 int got_error = 0; local
solib.c 1347 bool got_error = false; local
1359 got_error = true;
1362 if (!got_error
gnu-v3-abi.c 932 int got_error = 0; local
952 got_error = 1;
955 if (!got_error)
  /src/external/bsd/libevent/dist/test/
regress_ssl.c 192 static int got_error; variable
244 got_error = 0;
404 ++got_error;
541 tt_int_op(got_error, ==, 0);
543 tt_int_op(got_error, ==, 1);
563 tt_int_op(got_error, ==, 0);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_ssl.c 191 static int got_error; variable
243 got_error = 0;
404 ++got_error;
541 tt_int_op(got_error, ==, 0);
543 tt_int_op(got_error, ==, 1);
563 tt_int_op(got_error, ==, 0);

Completed in 33 milliseconds