Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/string/
Dstring01.c157 } t_cpy[] = { variable
363 while (t_cpy[i].s1) { in main()
364 if ((n = strcmp(strcpy(t_cpy[i].s1, t_cpy[i].s2), t_cpy[i].s2)) in main()
365 != t_cpy[i].e_res) { in main()
367 i, t_cpy[i].e_res, n); in main()