Searched defs:tcs (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c243 int do_syscalltests(struct tcses *tcs);
563 * Execute tcs testing function and all defined test cases
894 int do_syscalltests(struct tcses *tcs) argument
902 for (ctr = 0, tc_ptr = tcs->tc_ptr; ctr < TST_TOTAL; ctr++, tc_ptr++) {
910 if (strcmp(tcs->tcid, tc_ptr->tcid) != 0) {
916 * Insure that we are executing the correct tcs test case
918 if (strcmp(tcs->tcid, tc_ptr->tcid) != 0) {
921 tcs->tcid, tc_ptr->tcid, tc_ptr->test_fail,

Completed in 109 milliseconds