Lines Matching refs:r
46 int r; in __clock_nanosleep_time64() local
48 r = INTERNAL_SYSCALL_CANCEL (clock_nanosleep_time64, clock_id, flags, req, in __clock_nanosleep_time64()
53 r = INTERNAL_SYSCALL_CANCEL (clock_nanosleep_time64, clock_id, flags, in __clock_nanosleep_time64()
55 if (r == -ENOSYS) in __clock_nanosleep_time64()
56 r = -EOVERFLOW; in __clock_nanosleep_time64()
62 r = INTERNAL_SYSCALL_CANCEL (clock_nanosleep, clock_id, flags, &ts32, in __clock_nanosleep_time64()
64 if (INTERNAL_SYSCALL_ERROR_P (r)) in __clock_nanosleep_time64()
66 if (r == -EINTR && rem != NULL && (flags & TIMER_ABSTIME) == 0) in __clock_nanosleep_time64()
71 return -r; in __clock_nanosleep_time64()
81 int r; in libc_hidden_def() local
85 r = __clock_nanosleep_time64 (clock_id, flags, &treq64, in libc_hidden_def()
88 if (r == EINTR && rem != NULL && (flags & TIMER_ABSTIME) == 0) in libc_hidden_def()
91 return r; in libc_hidden_def()