Searched refs:mystime (Results 1 – 2 of 2) sorted by relevance
/external/ltp/pan/ |
D | tag_report.c | 235 char *tag, *contact, *is, *mystime, *duration, *tt, *ti, *sl, *el; in tag_report() local 361 if ((mystime = (char *)sym_get(keys, key_get)) == NULL) { in tag_report() 362 mystime = "No_stime"; in tag_report() 366 tag, "!", "!", is, contact, mystime, duration, in tag_report()
|
D | ltp-pan.c | 88 time_t mystime; member 799 mystime), in check_pids() 802 mystime), status, in check_pids() 945 time(&active->mystime); in run_child() 1095 colle->name, (int)(active->mystime), in run_child() 1096 (int)(end_time - active->mystime), in run_child() 1137 colle->name, cpid, ctime(&active->mystime)); in run_child() 1361 "<<<test_start>>>", running->cmd->name, running->mystime, in write_test_start() 1377 (long)(exit_time - running->mystime), term_type, term_id, in write_test_end()
|