Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c329 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/
Dreconsile.cgi79 ($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/
Dtag_report.c55 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/
Dtst_res.c99 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()