Searched refs:__buf (Results 1 – 8 of 8) sorted by relevance
/sysdeps/generic/ |
A D | hp-timing-common.h | 52 char __buf[HP_TIMING_PRINT_SIZE]; \ 55 char *__cp = _itoa ((Val), __buf + sizeof (__buf), 10, 0); \ 56 size_t __cp_len = MIN (__buf + sizeof (__buf) - __cp, __len); \
|
/sysdeps/unix/sysv/linux/ia64/sys/ |
A D | io.h | 58 unsigned char *__buf); 62 unsigned char *__buf);
|
/sysdeps/unix/sysv/linux/alpha/sys/ |
A D | io.h | 76 unsigned char *__buf) __THROW; 82 unsigned char *__buf) __THROW;
|
/sysdeps/unix/sysv/linux/ |
A D | semctl.c | 34 struct seminfo *__buf; /* buffer for IPC_INFO */ member 48 struct seminfo *__buf; member 60 struct seminfo *__buf; member 111 r.__buf = semun64.__buf; in semun64_to_ksemun64() 258 r.__buf = semun.__buf; in semun_to_semun64()
|
A D | tst-sysvsem-linux.c | 56 struct seminfo *__buf; member 135 semidx = semctl (semid, 0, IPC_INFO, (union semun) { .__buf = &ipcinfo }); in do_test() 148 semidx = semctl (semid, 0, SEM_INFO, (union semun) { .__buf = &ipcinfo }); in do_test()
|
A D | olddirent.h | 37 extern __ssize_t __old_getdents64 (int __fd, char *__buf, size_t __nbytes)
|
/sysdeps/nptl/ |
A D | pthread.h | 458 extern int pthread_getname_np (pthread_t __target_thread, char *__buf, 697 extern void __pthread_register_cancel (__pthread_unwind_buf_t *__buf) 709 extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf) 732 extern void __pthread_register_cancel_defer (__pthread_unwind_buf_t *__buf) 745 extern void __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *__buf) 750 extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)
|
A D | pthreadP.h | 247 extern void __pthread_unwind (__pthread_unwind_buf_t *__buf) 254 extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf) 263 extern void __pthread_register_cancel (__pthread_unwind_buf_t *__buf) 266 extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf)
|
Completed in 38 milliseconds