OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:now_tm
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/overlays/
ppolicy.c
1540
struct lutil_tm
now_tm
;
local
1569
ldap_pvt_gettime(&
now_tm
); /* stored for later consideration */
1570
lutil_tm2time(&
now_tm
, &now_usec);
/src/external/bsd/tmux/dist/
format.c
3825
struct tm
now_tm
, tm;
local
3834
localtime_r(&now, &
now_tm
);
3847
if ((tm.tm_year ==
now_tm
.tm_year && tm.tm_mon ==
now_tm
.tm_mon) ||
3854
if ((tm.tm_year ==
now_tm
.tm_year && tm.tm_mon <
now_tm
.tm_mon) ||
3855
(tm.tm_year ==
now_tm
.tm_year - 1 && tm.tm_mon >
now_tm
.tm_mon)) {
Completed in 22 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026