Searched refs:new_string (Results 1 – 1 of 1) sorted by relevance
16 static char new_string[32]; variable25 memset(new_string, 0, sizeof(new_string)); in run_libc()26 if (memcmp(const_string, new_string, 0) != 0) { in run_libc()29 if (memcmp(const_string, new_string, len) != 0) { in run_libc()33 strcpy(new_string, const_string); in run_libc()34 strncpy(new_string, const_string, len); in run_libc()