Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/skywalk/
H A Dskt_copy_cksum.c51 static time_t the_time; variable
656 if (the_time == 0) { in skt_copy_cksum_common()
657 (void) time(&the_time); in skt_copy_cksum_common()
658 srand(the_time); in skt_copy_cksum_common()
708 if (the_time == 0) { in skt_cksum_common()
709 (void) time(&the_time); in skt_cksum_common()
710 srand(the_time); in skt_cksum_common()