/sysdeps/unix/sysv/linux/powerpc/ |
A D | test-powerpc-linux-sysconf.c | 34 int rc = 0; in do_sysconf() local 44 rc = 1; in do_sysconf() 47 return rc; in do_sysconf() 53 int rc = 0; in do_test() local 55 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_SIZE); in do_test() 58 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_SIZE); in do_test() 61 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_SIZE); in do_test() 62 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_ASSOC); in do_test() 64 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_SIZE); in do_test() 65 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_ASSOC); in do_test() [all …]
|
/sysdeps/pthread/ |
A D | tst-cancel19.c | 69 if (rc) in do_test() 73 if (rc) in do_test() 89 if (rc) in do_test() 105 if (rc) in do_test() 134 if (rc) in do_test() 158 if (rc) in do_test() 183 if (rc) in do_test() 199 if (rc) in do_test() 215 if (rc) in do_test() 231 if (rc) in do_test() [all …]
|
A D | tst-rwlock16.c | 130 pthread_t w1, w2, rp, rc; in do_test() local 142 if (pthread_create (&rc, NULL, reader_consumer, NULL) != 0) in do_test() 171 if (pthread_join (rc, NULL) != 0) in do_test()
|
/sysdeps/powerpc/ |
A D | tst-set_ppr.c | 84 uint8_t rc = 0; in do_test() local 88 rc |= check_thread_priority (1); in do_test() 92 rc |= check_thread_priority (2); in do_test() 95 rc |= check_thread_priority (3); in do_test() 98 rc |= check_thread_priority (4); in do_test() 100 return rc; in do_test()
|
/sysdeps/unix/sysv/linux/ |
A D | tst-rseq.h | 42 int rc; in rseq_available() local 44 rc = sys_rseq (NULL, 0, 0, 0); in rseq_available() 45 if (rc != -1) in rseq_available() 46 FAIL_EXIT1 ("Unexpected rseq return value %d", rc); in rseq_available()
|
A D | tst-personality.c | 26 int rc = 0; in do_test() local 38 rc = 1; in do_test() 41 return rc; in do_test()
|
A D | statfs.c | 30 int rc = INLINE_SYSCALL_CALL (statfs64, file, sizeof (buf64), &buf64); in __statfs() local 31 if (rc == 0) in __statfs() 56 return rc; in __statfs()
|
A D | fstatfs.c | 31 int rc = INLINE_SYSCALL_CALL (fstatfs64, fd, sizeof (buf64), &buf64); in __fstatfs() local 32 if (rc != 0) in __fstatfs() 33 return rc; in __fstatfs()
|
A D | lseek.c | 46 int rc = INLINE_SYSCALL_CALL (_llseek, fd, in __lseek() local 49 return rc ?: lseek_overflow (res); in __lseek()
|
A D | lseek64.c | 31 int rc = INLINE_SYSCALL_CALL (_llseek, fd, in __lseek64() local 34 return rc ?: res; in __lseek64()
|
/sysdeps/unix/sysv/linux/generic/wordsize-32/ |
A D | sendfile.c | 29 int rc; in sendfile() local 41 rc = INLINE_SYSCALL (sendfile64, 4, out_fd, in_fd, in sendfile() 45 return rc; in sendfile()
|
/sysdeps/microblaze/ |
A D | backtrace.c | 116 int rc = 0; in __backtrace() local 131 rc = lookup_prev_stack_frame (fp, pc, &pfp, &ppc, &retaddr); in __backtrace() 136 if (rc) in __backtrace()
|
/sysdeps/ieee754/ldbl-96/ |
A D | s_erfl.c | 236 rc[] = { variable 419 R = rc[0] + s * (rc[1] + s * (rc[2] + s * (rc[3] + in libm_alias_ldouble() 420 s * (rc[4] + s * rc[5])))); in libm_alias_ldouble()
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 375 int rc = gaih_inet_serv (service->name, tp, req, st, tmpbuf); in gaih_inet() local 376 if (__glibc_unlikely (rc != 0)) in gaih_inet() 377 return rc; in gaih_inet() 553 int rc; in gaih_inet() local 559 rc = __gethostbyname2_r (name, AF_INET, &th, in gaih_inet() 562 if (rc != ERANGE || h_errno != NETDB_INTERNAL) in gaih_inet() 571 if (rc == 0) in gaih_inet() 990 int rc = __idna_from_dns_encoding (canon, &out); in gaih_inet() local 991 if (rc == 0) in gaih_inet() 993 else if (rc == EAI_IDN_ENCODE) in gaih_inet() [all …]
|