Searched +defs:vsprintf +defs:c (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 152 WRAPPER2(void *, memset, void *s, int c, size_t n) in WRAPPER2() 169 WRAPPER2(void *, memchr, const void *s, int c, size_t n) in WRAPPER2() 178 WRAPPER2(void *, memrchr, const void *s, int c, size_t n) in WRAPPER2() 362 WRAPPER2(char *, strchr, const char *s, int c) in WRAPPER2() 372 WRAPPER2(char *, strrchr, const char *s, int c) in WRAPPER2() 454 WRAPPER2(char *, index, const char *s, int c) in WRAPPER2() 463 WRAPPER2(char *, rindex, const char *s, int c) in WRAPPER2() 915 WRAPPER2(int, ungetc, int c, FILE *stream) in WRAPPER2() argument 924 WRAPPER2(int, fputc, int c, FILE *stream) in WRAPPER2() argument 945 WRAPPER2(int, putc, int c, FILE *stream) in WRAPPER2() argument [all …]
|