Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/footprints/src/
Dlibc.c16 static char new_string[32]; variable
25 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()