Searched refs:rightnow (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/bmake/
H A Dtrace.c92 struct timeval rightnow; local
97 gettimeofday(&rightnow, NULL);
100 (long long)rightnow.tv_sec, (long)rightnow.tv_usec,
H A Dmain.c852 struct timeval rightnow; /* to initialize random seed */ local
865 gettimeofday(&rightnow, NULL);
866 srandom(rightnow.tv_sec + rightnow.tv_usec);

Completed in 43 milliseconds