Searched +defs:fwrite +defs:c (Results 1 – 2 of 2) sorted by relevance
| /external/elfutils/src/ |
| D | ldlex.l | 46 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s) macro 205 int c = input (); variable 236 int c = input (); in eat_to_eol() local 256 attrib_convert (int c) in attrib_convert() 303 int c = input (); in handle_ifdef() local
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 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() [all …]
|