/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/ |
A D | tst-tlsmod14a.c | 30 int fail = (((uintptr_t) &f) & (AL - 1)) != 0; in FCT() local 31 printf ("&f = %p %s\n", &f, fail ? "FAIL" : "OK"); in FCT() 32 result |= fail; in FCT() 34 fail = (((uintptr_t) &g) & (AL - 1)) != 0; in FCT() 35 printf ("&g = %p %s\n", &g, fail ? "FAIL" : "OK"); in FCT() 36 result |= fail; in FCT()
|
A D | tst-tls14.c | 29 int fail = (((uintptr_t) &f) & (AL - 1)) != 0; in do_test() local 30 printf ("&f = %p %s\n", &f, fail ? "FAIL" : "OK"); in do_test() 31 result |= fail; in do_test() 33 fail = (((uintptr_t) &g) & (AL - 1)) != 0; in do_test() 34 printf ("&g = %p %s\n", &g, fail ? "FAIL" : "OK"); in do_test() 35 result |= fail; in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/inet/ |
A D | tst-ntoa.c | 12 int fail; in test() local 16 fail = strcmp (res, expected); in test() 19 fail ? "fail, expected" : "ok", fail ? expected : ""); in test() 21 return fail; in test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | random_r.c | 139 goto fail; in random_r() 177 fail: in random_r() 201 goto fail; in libc_hidden_def() 204 goto fail; in libc_hidden_def() 242 fail: in libc_hidden_def() 266 goto fail; in libc_hidden_def() 275 goto fail; in libc_hidden_def() 302 fail: in libc_hidden_def() 326 goto fail; in libc_hidden_def() 337 goto fail; in libc_hidden_def() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | MAKEALL | 93 rm -f ${a}.log ${a}.fail 123 touch ${a}.fail 127 if [ -e ${a}.fail ] ; then 128 rm -f ${a}.fail 129 mark_arch fail $a 140 if [ -n "${fail}" ] ; then 141 printf '\nPASSED: %s\nFAILED: %s\n\n' "${pass}" "${fail}"
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/crypt/ |
A D | crypt.c | 58 int fail; in main() local 80 fail = 0; in main() 83 fail++; totfails++; in main() 93 fail++; totfails++; in main() 96 if(fail == 0) in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libutil/ |
A D | openpty.c | 113 goto fail; in libutil_hidden_proto() 116 goto fail; in libutil_hidden_proto() 123 goto fail; in libutil_hidden_proto() 132 goto fail; in libutil_hidden_proto() 152 fail: in libutil_hidden_proto()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pwd_grp/ |
A D | getgroups.c | 43 int fail = 0; in xgetgroups() local 55 ++fail; in xgetgroups() 58 if (!fail) { in xgetgroups() 62 return fail; in xgetgroups()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-strfmon1.c | 34 int fail = strcmp (buf, tests[i].expected) != 0; in do_test() local 35 printf ("%s%s\n", buf, fail ? " *** FAIL ***" : ""); in do_test() 36 res |= fail; in do_test()
|
/l4re-core-master/libgcc/lib/ARCH-arm/ |
A D | l4-atomic.c | 167 int actual_oldval, fail; in __sync_val_compare_and_swap_4() local 176 fail = __kernel_cmpxchg (actual_oldval, newval, ptr); in __sync_val_compare_and_swap_4() 178 if (__builtin_expect (!fail, 1)) in __sync_val_compare_and_swap_4() 188 int *wordptr = (int *)((unsigned int) ptr & ~3), fail; \ 205 fail = __kernel_cmpxchg (actual_oldval, actual_newval, \ 208 if (__builtin_expect (!fail, 1)) \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | basic_ios.h | 118 { return !this->fail(); } in _GLIBCXX_VISIBILITY() 121 { return this->fail() ? 0 : const_cast<basic_ios*>(this); } in _GLIBCXX_VISIBILITY() 126 { return this->fail(); } in _GLIBCXX_VISIBILITY() 201 fail() const in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | basic_ios.h | 118 { return !this->fail(); } in _GLIBCXX_VISIBILITY() 121 { return this->fail() ? 0 : const_cast<basic_ios*>(this); } in _GLIBCXX_VISIBILITY() 126 { return this->fail(); } in _GLIBCXX_VISIBILITY() 201 fail() const in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | basic_ios.h | 118 { return !this->fail(); } in _GLIBCXX_VISIBILITY() 121 { return this->fail() ? 0 : const_cast<basic_ios*>(this); } in _GLIBCXX_VISIBILITY() 126 { return this->fail(); } in _GLIBCXX_VISIBILITY() 201 fail() const in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | basic_ios.h | 118 { return !this->fail(); } in _GLIBCXX_VISIBILITY() 121 { return this->fail() ? 0 : const_cast<basic_ios*>(this); } in _GLIBCXX_VISIBILITY() 126 { return this->fail(); } in _GLIBCXX_VISIBILITY() 201 fail() const in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | basic_ios.h | 118 { return !this->fail(); } in _GLIBCXX_VISIBILITY() 121 { return this->fail() ? 0 : const_cast<basic_ios*>(this); } in _GLIBCXX_VISIBILITY() 126 { return this->fail(); } in _GLIBCXX_VISIBILITY() 201 fail() const in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | basic_ios.h | 118 { return !this->fail(); } in _GLIBCXX_VISIBILITY() 121 { return this->fail() ? 0 : const_cast<basic_ios*>(this); } in _GLIBCXX_VISIBILITY() 126 { return this->fail(); } in _GLIBCXX_VISIBILITY() 201 fail() const in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | basic_ios.h | 118 { return !this->fail(); } in _GLIBCXX_VISIBILITY() 121 { return this->fail() ? 0 : const_cast<basic_ios*>(this); } in _GLIBCXX_VISIBILITY() 126 { return this->fail(); } in _GLIBCXX_VISIBILITY() 201 fail() const in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | cow-string-inst.cc | 70 fail: in _M_init() 76 goto fail; in _M_init()
|
A D | random.cc | 103 fail: in _M_init() 109 goto fail; in _M_init()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | cow-string-inst.cc | 70 fail: in _M_init() 76 goto fail; in _M_init()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | cow-string-inst.cc | 70 fail: in _M_init() 76 goto fail; in _M_init()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | cow-string-inst.cc | 70 fail: in _M_init() 76 goto fail; in _M_init()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | basic_ios.h | 116 { return this->fail() ? 0 : const_cast<basic_ios*>(this); } in _GLIBCXX_VISIBILITY() 120 { return this->fail(); } in _GLIBCXX_VISIBILITY() 195 fail() const in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | cow-string-inst.cc | 95 fail: in _M_init() 101 goto fail; in _M_init()
|
A D | random.cc | 103 fail: in _M_init() 109 goto fail; in _M_init()
|