/glibc-2.36/posix/ |
D | globtest.sh | 82 failed=0 86 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1 109 failed=0 113 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1 215 if test $failed -ne 0; then 220 failed=0 224 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1 227 if test $failed -ne 0; then 233 failed=0 237 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1 [all …]
|
D | wordexp-tst.sh | 42 failed=0 46 cat <<"EOF" | cmp - ${testout}1 >> $logfile || failed=1 50 if test $failed -ne 0; then 55 failed=0 59 cat <<"EOF" | cmp - ${testout}2 >> $logfile || failed=1 64 if test $failed -ne 0; then 69 failed=0 73 cat <<"EOF" | cmp - ${testout}3 >> $logfile || failed=1 78 if test $failed -ne 0; then 83 failed=0 [all …]
|
/glibc-2.36/iconvdata/ |
D | run-iconv-test.sh | 49 failed=0 63 echo "FAILED"; failed=1; continue; } 67 { echo "/FAILED"; failed=1; continue; } 73 echo "FAILED"; failed=1; continue; } 77 { echo "/FAILED"; failed=1; continue; } 90 echo "FAILED"; failed=1; continue; } 93 { echo "/FAILED"; failed=1; continue; } 108 echo "FAILED"; failed=1; continue; } 112 { echo "/FAILED"; failed=1; continue; } 119 echo "FAILED"; failed=1; continue; } [all …]
|
D | tcvn5712-1.c | 681 goto failed; \ 693 goto failed; \ 712 failed: \
|
D | cp1258.c | 829 goto failed; \ 841 goto failed; \ 860 failed: \
|
D | cp1255.c | 490 goto failed; \ 502 goto failed; \ 544 failed: \
|
/glibc-2.36/assert/ |
D | test-assert-perr.c | 48 volatile int failed = 1; /* safety in presence of longjmp() */ in main() local 60 failed = 0; /* should happen */ in main() 65 failed = 1; /* should not happen */ in main() 70 failed = 1; /* should not happen */ in main() 75 failed = 1; in main() 79 failed = 1; in main() 83 failed = 1; in main() 85 return failed; in main()
|
D | test-assert.c | 50 volatile int failed = 1; in main() local 62 failed = 0; /* should happen */ in main() 67 failed = 1; /* should not happen */ in main() 72 failed = 1; /* should not happen */ in main() 77 failed = 1; in main() 81 failed = 1; in main() 85 failed = 1; in main() 87 return failed; in main()
|
/glibc-2.36/support/ |
D | support_record_failure.c | 40 unsigned int failed; member 69 __atomic_store_n (&state->failed, 1, __ATOMIC_RELEASE); in support_record_failure() 87 bool failed = __atomic_load_n (&state->failed, __ATOMIC_RELAXED); in support_report_failure() local 88 if (failed) in support_report_failure() 92 if ((status == 0 || status == EXIT_UNSUPPORTED) && failed) in support_report_failure() 104 __atomic_store_n (&state->failed, 0, __ATOMIC_RELAXED); in support_record_failure_reset() 113 return __atomic_load_n (&state->failed, __ATOMIC_RELAXED); in support_record_failure_is_failed()
|
D | support_capture_subprocess_check.c | 26 print_context (const char *context, bool *failed) in print_context() argument 28 if (*failed) in print_context() 60 bool failed = false; in support_capture_subprocess_check() local 67 print_context (context, &failed); in support_capture_subprocess_check() 78 print_context (context, &failed); in support_capture_subprocess_check() 86 print_context (context, &failed); in support_capture_subprocess_check() 93 print_context (context, &failed); in support_capture_subprocess_check()
|
/glibc-2.36/malloc/ |
D | memusage.c | 77 static unsigned long int failed[idx_last]; variable 382 catomic_increment (&failed[idx_malloc]); in malloc() 470 catomic_increment (&failed[idx_realloc]); in realloc() 528 catomic_increment (&failed[idx_calloc]); in calloc() 632 catomic_increment (&failed[idx]); in mmap() 685 catomic_increment (&failed[idx]); in mmap64() 743 catomic_increment (&failed[idx_mremap]); in mremap() 798 catomic_increment (&failed[idx_munmap]); in munmap() 860 failed[idx_malloc] ? "\e[01;41m" : "", in dest() 861 (unsigned long int) failed[idx_malloc], in dest() [all …]
|
/glibc-2.36/timezone/ |
D | tst-timezone.c | 25 int failed = 0; variable 72 ++failed; in check_tzvars() 78 ++failed; in check_tzvars() 85 ++failed; in check_tzvars() 109 failed = 1; in do_test() 139 failed = 1; in do_test() 162 failed = 1; in do_test() 167 return failed ? EXIT_FAILURE : EXIT_SUCCESS; in do_test()
|
/glibc-2.36/stdio-common/ |
D | bug12.c | 10 int i, failed = 0; in main() local 27 failed = 1; in main() 33 failed = 1; in main() 38 failed = 1; in main() 43 failed = 1; in main() 45 return failed; in main()
|
/glibc-2.36/sysdeps/x86/ |
D | tst-string-rtm.h | 38 unsigned int failed = 0; in do_test_1() local 41 failed |= function (); in do_test_1() 44 failed |= function (); in do_test_1() 49 failed |= function (); in do_test_1() 54 if (failed) in do_test_1()
|
/glibc-2.36/nis/ |
D | nis_callback.c | 274 goto failed; in __nis_create_callback() 278 goto failed; in __nis_create_callback() 281 goto failed; in __nis_create_callback() 285 goto failed; in __nis_create_callback() 317 goto failed; in __nis_create_callback() 324 goto failed; in __nis_create_callback() 352 goto failed; in __nis_create_callback() 356 failed: in __nis_create_callback()
|
/glibc-2.36/stdlib/ |
D | canonicalize.c | 216 bool failed = true; in realpath_stk() local 384 failed = false; in realpath_stk() 392 if ((!failed || errno == ENOENT || errno == EACCES) in realpath_stk() 396 if (failed) in realpath_stk() 401 if (!failed) in realpath_stk() 407 if (failed) in realpath_stk()
|
/glibc-2.36/scripts/ |
D | check-installed-headers.sh | 54 failed=0 124 else failed=1 129 exit $failed
|
/glibc-2.36/sunrpc/ |
D | auth_des.c | 142 goto failed; in libc_hidden_def() 148 goto failed; in libc_hidden_def() 158 goto failed; in libc_hidden_def() 181 goto failed; in libc_hidden_def() 196 goto failed; in libc_hidden_def() 200 failed: in libc_hidden_def()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-skeleton-thread-affinity.c | 46 static int failed; variable 59 __atomic_store_n (&failed, 1, __ATOMIC_RELAXED); in thread_burn_one_cpu() 96 __atomic_store_n (&failed, 1, __ATOMIC_RELAXED); in thread_burn_any_cpu() 282 return failed == 0; in early_test()
|
/glibc-2.36/htl/ |
D | pt-create.c | 122 goto failed; in weak_alias() 276 goto failed; in weak_alias() 285 failed: in weak_alias()
|
/glibc-2.36/iconv/ |
D | gconv_db.c | 247 int failed = 0; in gen_steps() local 259 failed = 1; in gen_steps() 272 failed = 1; in gen_steps() 291 failed = 1; in gen_steps() 315 failed = 1; in gen_steps() 340 if (__builtin_expect (failed, 0) != 0) in gen_steps()
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ |
D | readelflib.c | 52 goto failed; in process_elf_file() 60 failed: in process_elf_file()
|
/glibc-2.36/wcsmbs/ |
D | wcsmbsload.c | 171 goto failed; in __libc_rwlock_define() 203 failed: in __libc_rwlock_define()
|
/glibc-2.36/intl/ |
D | bindtextdom.c | 206 goto failed; in gl_rwlock_define() 300 failed: in gl_rwlock_define()
|
/glibc-2.36/po/ |
D | libc.pot | 113 "%s%s%s:%u: %s%sAssertion `%s' failed.\n" 378 msgid "mmap of cache file failed.\n" 398 msgid "Writing of cache extension data failed" 414 msgid "Writing of cache data failed" 419 msgid "Changing access rights of %s to %#o failed" 424 msgid "Renaming of %s to %s failed" 624 msgid "failed to map segment from shared object" 1161 msgid "%s: failed to remove the old destination\n" 1248 msgid "failed to load shared object `%s'" 1258 msgid "Reopening shared object `%s' failed" [all …]
|