OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tvbase
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
systime.c
626
struct timeval
tvbase
, tvlast;
local
629
tvbase
.tv_sec = basedate_get_erabase();
630
tvbase
.tv_usec = 0;
643
if (
tvbase
.tv_sec > tvlast.tv_sec) {
645
if (ntp_set_tod(&
tvbase
, NULL) != 0) {
659
lamport_violated = (
tvbase
.tv_sec < tvlast.tv_sec);
670
update_uwtmp(
tvbase
, tvlast);
673
tv_fmt_libbuf(&tvlast), tv_fmt_libbuf(&
tvbase
));
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
clone.d
420
auto
tvbase
= tv.baseElemOf();
421
if (
tvbase
.ty == Tstruct)
423
TypeStruct ts = cast(TypeStruct)
tvbase
;
429
if (
tvbase
.isfloating())
436
if (
tvbase
.ty == Tarray)
438
if (
tvbase
.ty == Taarray)
440
if (
tvbase
.ty == Tclass)
746
auto
tvbase
= tv.baseElemOf();
747
if (
tvbase
.ty == Tstruct)
749
TypeStruct ts = cast(TypeStruct)
tvbase
;
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/util/
mkdef.pl
1597
my $
tvbase
;
1600
($
tvbase
) = $testversion =~ /(\d_\d_\d[a-z]*)$tvletter$/;
1602
$
tvbase
= $testversion;
1604
die "Unable to parse version number $testversion" if (!defined $
tvbase
);
1611
if (index($cvbase, $
tvbase
) != 0);
1618
if (($cvbase ne $
tvbase
) && ($tvletter gt $cvletter));
Completed in 139 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026