Searched refs:s3 (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp275 struct timeval s3; local
276 timersub(&s2, &s1, &s3);
297 ATF_PARSER_CALLBACK(p, got_tp_end(&s3, reason));
352 struct timeval s3; local
353 timersub(&s2, &s1, &s3);
370 ATF_PARSER_CALLBACK(p, got_tc_end("passed", &s3, ""));
387 ATF_PARSER_CALLBACK(p, got_tc_end(state, &s3, reason));
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dlist_test.c136 char s3[] = "three"; local
141 RE(atf_list_append(&list, s3, false));
H A Dmap_test.c213 char s3[] = "three"; local
218 RE(atf_map_insert(&map, "K3", s3, false));

Completed in 1072 milliseconds