Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/string/
Dstring01.c104 struct t_rindex { struct
108 } t_rindex[] = { variable
302 while (t_rindex[i].s) { in main()
303 if ((pr = strrchr(t_rindex[i].s, t_rindex[i].c)) in main()
304 != t_rindex[i].e_res) { in main()