Searched refs:tcid (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 329 char *tcid; member 449 char *tcid; member 602 if (strcmp(ptr, all_tcses[ctr].tcid) == 0 || in get_tcs_info() 605 TCID = all_tcses[ctr].tcid; in get_tcs_info() 910 if (strcmp(tcs->tcid, tc_ptr->tcid) != 0) { in do_syscalltests() 911 TCID = tc_ptr->tcid; in do_syscalltests() 918 if (strcmp(tcs->tcid, tc_ptr->tcid) != 0) { in do_syscalltests() 921 tcs->tcid, tc_ptr->tcid, tc_ptr->test_fail, in do_syscalltests() 975 if ((cktcsid(tc_ptr->tcid, SYMLINK)) || in do_syscalltests() 976 (cktcsid(tc_ptr->tcid, LSTAT)) || in do_syscalltests() [all …]
|
/external/ltp/pan/cgi/ |
D | reconsile.cgi | 79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line); 81 $tcid = '{' if ($tcid eq '*'); 82 $tcid = '}' if ($tcid eq '-'); 87 $rec->{TCID} = $tcid;
|
/external/ltp/pan/ |
D | tag_report.c | 55 int test_result(char *tag, char *tcid, char *tc, char *result, SYM tags) in test_result() argument 62 if (tcid == NULL) in test_result() 63 tcid = "-"; in test_result() 89 printf(FORMAT, tag, tcid, tc, result, *cont); in test_result()
|
/external/ltp/lib/ |
D | tst_res.c | 99 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg); 268 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg) in tst_print() argument 303 "%-8s %4d ", tcid, tnum); in tst_print() 306 "%-8s %4d ", tcid, tnum); in tst_print()
|