OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_time
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libcurses/EXAMPLES/
view.c
490
time_t
this_time
;
local in function:show_all
498
this_time
= time((time_t *) 0);
499
strcpy(temp, ctime(&
this_time
));
/src/usr.sbin/timed/timed/
master.c
498
time_t
this_time
;
local in function:prthp
507
this_time
= times(&tm);
508
if ((time_t) (
this_time
+ delta) < next_time)
510
next_time =
this_time
+ CLK_TCK;
Completed in 11 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025