Searched refs:t_ncat (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/string/
H A Dstring01.c200 } t_ncat[] = { variable in typeref:struct:t_strncat
388 while (t_ncat[i].s1) {
390 strcmp(strncat(t_ncat[i].s1, t_ncat[i].s2, t_ncat[i].n),
391 t_ncat[i].s1ns2)) != t_ncat[i].e_res) {
393 i, t_ncat[i].e_res, n);

Completed in 91 milliseconds