/sysdeps/pthread/ |
A D | tst-pthread-mutexattr.c | 29 int error; in do_test() local 31 error = pthread_mutexattr_init (&attr); in do_test() 32 if (error) in do_test() 34 printf ("pthread_mutexattr_init: %s\n", strerror (error)); in do_test() 37 error = pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_DEFAULT); in do_test() 38 if (error) in do_test() 43 error = pthread_mutexattr_gettype (&attr, &kind); in do_test() 44 if (error) in do_test() 46 printf ("pthread_mutexattr_gettype: %s\n", strerror (error)); in do_test() 49 error = pthread_mutexattr_settype (&attr, kind); in do_test() [all …]
|
A D | tst-cancel19.c | 66 error (EXIT_FAILURE, errno, "couldn't create pipe"); in do_test() 70 error (EXIT_FAILURE, rc, "couldn't create thread"); in do_test() 75 error (0, rc, "1st pthread_setcanceltype failed"); in do_test() 91 error (0, rc, "pthread_setcanceltype after close failed"); in do_test() 107 error (0, rc, "pthread_setcanceltype after 2nd close failed"); in do_test() 136 error (0, rc, "pthread_setcanceltype after pause failed"); in do_test() 174 error (0, errno, "mkdtemp failed"); in do_test() 185 error (0, rc, "pthread_setcanceltype after creat failed"); in do_test() 217 error (0, rc, "pthread_setcanceltype after open failed"); in do_test() 233 error (0, rc, "pthread_setcanceltype after 2nd open failed"); in do_test() [all …]
|
A D | tst-pt-popen1.c | 43 error (EXIT_FAILURE, errno, "popen failed"); in do_test() 45 error (EXIT_FAILURE, 0, "fgets failed"); in do_test() 47 error (EXIT_FAILURE, 0, "read wrong data"); in do_test() 49 error (EXIT_FAILURE, errno, "pclose returned non-zero"); in do_test() 51 error (EXIT_FAILURE, err, "pthread_create failed"); in do_test() 53 error (EXIT_FAILURE, err, "pthread_join failed"); in do_test()
|
A D | tst-cond1.c | 35 error (EXIT_FAILURE, err, "child: cannot get mutex"); in tf() 45 error (EXIT_FAILURE, err, "child: cannot unlock"); in tf() 65 error (EXIT_FAILURE, err, "parent: cannot get mutex"); in do_test() 71 error (EXIT_FAILURE, err, "parent: cannot create thread"); in do_test() 80 error (EXIT_FAILURE, err, "parent: cannot wait fir signal"); in do_test() 86 error (EXIT_FAILURE, err, "parent: failed to join"); in do_test()
|
A D | tst-cond2.c | 40 error (EXIT_FAILURE, err, "locking in child failed"); in tf() 55 error (EXIT_FAILURE, err, "child %d: failed to wait", i); in tf() 61 error (EXIT_FAILURE, err, "child %d: unlock[2] failed", i); in tf() 107 error (EXIT_FAILURE, err, "cannot create thread %d", i); in do_test() 131 error (EXIT_FAILURE, err, "mut locking failed"); in do_test() 138 error (EXIT_FAILURE, err, "parent: broadcast failed"); in do_test() 142 error (EXIT_FAILURE, err, "mut unlocking failed"); in do_test() 151 error (EXIT_FAILURE, err, "join of child %d failed", i); in do_test()
|
/sysdeps/generic/ |
A D | math-type-macros.h | 54 # error "M_PFX must be defined." 57 # error "M_LIT must be defined." 60 # error "M_MLIT must be defined." 63 # error "M_SUF must be defined." 66 # error "FLOAT must be defined." 69 # error "CFLOAT must be defined." 72 # error "declare_mgen_alias must be defined." 75 # error "declare_mgen_alias_r must be defined." 78 # error "declare_mgen_alias_narrow must be defined." 81 # error "SET_NAN_PAYLOAD must be defined."
|
A D | crti.S | 18 # error Cannot use default crti.S because it lacks _init code 24 # error PREINIT_FUNCTION_WEAK is unsupported
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | a.out.h | 2 # error "Never use <bits/a.out.h> directly; include <a.out.h> instead." 5 # error "Never use <bits/a.out.h> directly; include <a.out.h> instead." 8 # error "Never use <bits/a.out.h> directly; include <a.out.h> instead."
|
/sysdeps/unix/sysv/linux/ |
A D | features-time64.h | 26 # error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64" 32 # error "_TIME_BITS=32 is not compatible with __TIMESIZE > 32" 35 # error Invalid _TIME_BITS value (can only be 32 or 64-bit)
|
A D | tst-skeleton-affinity.c | 280 bool error = false; in do_test() local 281 error |= !test_size (&conf, 1024); in do_test() 283 error |= !test_size (&conf, 2); in do_test() 284 error |= !test_size (&conf, 32); in do_test() 285 error |= !test_size (&conf, 40); in do_test() 286 error |= !test_size (&conf, 64); in do_test() 287 error |= !test_size (&conf, 96); in do_test() 288 error |= !test_size (&conf, 128); in do_test() 289 error |= !test_size (&conf, 256); in do_test() 290 error |= !test_size (&conf, 8192); in do_test() [all …]
|
/sysdeps/unix/sysv/linux/i386/ |
A D | sysdep.c | 26 __syscall_error (int error) in __syscall_error() argument 28 __set_errno (-error); in __syscall_error()
|
/sysdeps/csky/bits/ |
A D | endianness.h | 5 # error "Never use <bits/endianness.h> directly; include <endian.h> instead." 9 # error "Big endian not supported for C-SKY."
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | Makefile | 6 CFLAGS-sigaction.c += -Wno-error 10 CFLAGS-sigaction.c += -Wno-error
|
/sysdeps/unix/sysv/linux/mips/ |
A D | configure.ac | 8 #error Not O32 ABI 14 #error Not N32 ABI 20 #error Not 64 ABI 32 #error Not soft ABI 38 #error Not hard ABI 55 #error Missing FPR sizes 60 #error Not FP32 72 #error Not FPXX (with odd single precision registers) 78 #error Not FP64A 84 #error Not FP64 [all …]
|
/sysdeps/mach/ |
A D | sysdep.h | 54 #define ENTRY(name) .error ENTRY not defined by sysdeps/mach/MACHINE/sysdep.h 62 #error SNARF_ARGS not defined by sysdeps/mach/MACHINE/sysdep.h 74 #error stack direction unspecified
|
/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
A D | ioctl.S | 30 bne a3, zero, L(error) 33 L(error):
|
/sysdeps/unix/sysv/linux/s390/s390-32/ |
A D | clone.S | 36 jz error /* no NULL function pointers */ 39 jz error /* avoid NULL stack pointers. */ 52 error: label
|
/sysdeps/unix/sysv/linux/s390/s390-64/ |
A D | clone.S | 37 jz error /* no NULL function pointers */ 40 jz error /* avoid NULL stack pointers. */ 53 error: label
|
/sysdeps/ia64/fpu/ |
A D | libm_cpu_defs.h | 100 #error long int size not established; define SIZE_LONG_INT_32 or SIZE_LONG_INT_64 104 #error multiple long int size definitions; define SIZE_LONG_INT_32 or SIZE_LONG_INT_64 108 #error long long int size not established; define SIZE_LONG_LONG_INT_32 or SIZE_LONG_LONG_INT_64 112 #error multiple long long int size definitions; define SIZE_LONG_LONG_INT_32 or SIZE_LONG_LONG_INT_…
|
/sysdeps/posix/ |
A D | pathconf.c | 105 # error "Invalid value for _POSIX_CHOWN_RESTRICTED" in __pathconf() 111 # error "Invalid value for _POSIX_NO_TRUNC" in __pathconf() 117 # error "Invalid value for _POSIX_VDISABLE" in __pathconf()
|
A D | fpathconf.c | 107 # error "Invalid value for _POSIX_CHOWN_RESTRICTED" in __fpathconf() 113 # error "Invalid value for _POSIX_NO_TRUNC" in __fpathconf() 119 # error "Invalid value for _POSIX_VDISABLE" in __fpathconf()
|
/sysdeps/riscv/sys/ |
A D | asm.h | 34 # error __riscv_xlen must equal 32 or 64 45 # error unsupported FLEN
|
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | ieee128-error.c | 29 IEEE128_DECL (error) (int status, int errnum, const char *message, ...) in IEEE128_DECL() argument 37 IEEE128_ALIAS (error) in IEEE128_ALIAS() argument
|
/sysdeps/unix/sysv/linux/bits/ |
A D | fcntl.h | 2 #error "This file must be supplied by every Linux architecture."
|
A D | procfs.h | 1 #error "This file must be supplied by each architecture using it."
|