D | vg_replace_strmem.c | 182 #define STRRCHR(soname, fnname) \ argument 183 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \ 184 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \ 230 #define STRCHR(soname, fnname) \ argument 231 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \ 232 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \ 279 #define STRCAT(soname, fnname) \ argument 280 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 282 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 318 #define STRNCAT(soname, fnname) \ argument [all …]
|