Lines Matching +defs:fwrite +defs:c
696 TSAN_INTERCEPTOR(char*, strchr, char *s, int c) { in TSAN_INTERCEPTOR()
706 TSAN_INTERCEPTOR(char*, strchrnul, char *s, int c) { in TSAN_INTERCEPTOR()
715 TSAN_INTERCEPTOR(char*, strrchr, char *s, int c) { in TSAN_INTERCEPTOR()
1046 static void *init_cond(void *c, bool force = false) { in init_cond()
1091 INTERCEPTOR(int, pthread_cond_init, void *c, void *a) { in INTERCEPTOR()
1098 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR()
1120 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR()
1141 INTERCEPTOR(int, pthread_cond_signal, void *c) { in INTERCEPTOR()
1148 INTERCEPTOR(int, pthread_cond_broadcast, void *c) { in INTERCEPTOR()
1155 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR()
1858 TSAN_INTERCEPTOR(uptr, fwrite, const void *p, uptr size, uptr nmemb, void *f) { in TSAN_INTERCEPTOR() argument