Home
last modified time | relevance | path

Searched refs:match_strcpy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_info_leak.c49 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 Dsmatch_strings.c61 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 Dcheck_strcpy_overflow.c20 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 Dsmatch_strlen.c207 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()