Searched refs:match_strcpy (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_info_leak.c | 49 static void match_strcpy(const char *fn, struct expression *expr, void *unused) in match_strcpy() function 89 add_function_hook("strcpy", &match_strcpy, NULL); in check_info_leak() 90 add_function_hook("strlcpy", &match_strcpy, NULL); in check_info_leak() 91 add_function_hook("strlcat", &match_strcpy, NULL); in check_info_leak() 92 add_function_hook("strncpy", &match_strcpy, NULL); in check_info_leak()
|
H A D | smatch_strings.c | 61 static void match_strcpy(const char *fn, struct expression *expr, void *unused) in match_strcpy() function 149 add_function_hook("strcpy", &match_strcpy, NULL); in register_strings() 150 add_function_hook("strlcpy", &match_strcpy, NULL); in register_strings() 151 add_function_hook("strncpy", &match_strcpy, NULL); in register_strings()
|
H A D | check_strcpy_overflow.c | 20 static void match_strcpy(const char *fn, struct expression *expr, void *unused) in match_strcpy() function 61 add_function_hook("strcpy", &match_strcpy, NULL); in check_strcpy_overflow()
|
H A D | smatch_strlen.c | 207 static void match_strcpy(const char *fn, struct expression *expr, void *unused) in match_strcpy() function 353 add_function_hook("strcpy", &match_strcpy, NULL); in register_strlen()
|