Lines Matching defs:result
266 const void *s2, size_t n, int result) {
269 if (result == 0) return; // No reason to mutate.
276 const char *s2, size_t n, int result) {
279 if (result == 0) return; // No reason to mutate.
290 const char *s2, int result) {
293 if (result == 0) return; // No reason to mutate.
303 const char *s2, size_t n, int result) {
304 return __sanitizer_weak_hook_strncmp(called_pc, s1, s2, n, result);
307 const char *s2, int result) {
308 return __sanitizer_weak_hook_strcmp(called_pc, s1, s2, result);
311 const char *s2, char *result) {
315 const char *s2, char *result) {
319 const void *s2, size_t len2, void *result) {