Searched +defs:fwrite +defs:c (Results 1 – 3 of 3) sorted by relevance
| /external/elfutils/0.153/src/ |
| D | ldlex.l | 54 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s) macro 213 int c = input (); variable 244 int c = input (); in eat_to_eol() local 264 attrib_convert (int c) in attrib_convert() 311 int c = input (); in handle_ifdef() local
|
| D | ldlex.c | 138 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) argument 212 #define unput(c) yyunput( c, (yytext_ptr) ) argument 1129 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s) macro 2097 static void yyunput (int c, register char * yy_bp ) in yyunput() 2146 int c; in yyinput() local 2784 int c = input (); in eat_comment() local 2815 int c = input (); in eat_to_eol() local 2835 attrib_convert (int c) in attrib_convert() 2882 int c = input (); in handle_ifdef() local
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 633 TSAN_INTERCEPTOR(char*, strchr, char *s, int c) { in TSAN_INTERCEPTOR() 641 TSAN_INTERCEPTOR(char*, strchrnul, char *s, int c) { in TSAN_INTERCEPTOR() 649 TSAN_INTERCEPTOR(char*, strrchr, char *s, int c) { in TSAN_INTERCEPTOR() 929 static void *init_cond(void *c, bool force = false) { in init_cond() 962 INTERCEPTOR(int, pthread_cond_init, void *c, void *a) { in INTERCEPTOR() 969 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() 986 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() 1003 INTERCEPTOR(int, pthread_cond_signal, void *c) { in INTERCEPTOR() 1010 INTERCEPTOR(int, pthread_cond_broadcast, void *c) { in INTERCEPTOR() 1017 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() [all …]
|