OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_ddate
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/dump/
itime.c
139
spcl.
c_ddate
= 0;
159
if (ddp->dd_ddate <= iswap32(spcl.
c_ddate
))
161
spcl.
c_ddate
= iswap32(ddp->dd_ddate);
188
spcl.
c_ddate
= 0;
main.c
275
spcl.
c_ddate
= unctime(optarg);
276
if (spcl.
c_ddate
< 0) {
532
spcl.
c_ddate
= iswap32(spcl.
c_ddate
);
539
date = iswap32(spcl.
c_ddate
);
541
spcl.
c_ddate
== 0 ? "the epoch\n" : ctime(&date));
traverse.c
117
(CHANGEDSINCE(dp, iswap64(spcl.
c_ddate
)) && \
120
#define WANTTODUMP(dp) CHANGEDSINCE(dp, iswap64(spcl.
c_ddate
))
886
spcl.c_old_ddate = iswap32(iswap64(spcl.
c_ddate
));
/src/include/protocols/
dumprestore.h
117
int64_t
c_ddate
; /* date of previous dump */
member in struct:u_spcl::s_spcl
/src/sbin/restore/
tape.c
125
int32_t
c_ddate
;
member in struct:u_ospcl::s_ospcl
341
dumptime = spcl.
c_ddate
;
497
if (tmpbuf.c_date != dumpdate || tmpbuf.
c_ddate
!= dumptime) {
606
ttime = spcl.
c_ddate
;
608
(spcl.
c_ddate
== 0) ? "the epoch\n" : ctime(&ttime));
617
ttime = spcl.
c_ddate
;
619
(spcl.
c_ddate
== 0) ? "the epoch\n" : ctime(&ttime));
1476
buf->
c_ddate
= u_ospcl.s_ospcl.
c_ddate
;
1516
buf->
c_ddate
= buf->c_old_ddate
[
all
...]
Completed in 46 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026