OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:structVersion
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/libopts/
init.c
77
if ( ( opts->
structVersion
!= OPTIONS_STRUCT_VERSION )
78
&& ( (opts->
structVersion
> OPTIONS_STRUCT_VERSION )
79
|| (opts->
structVersion
< OPTIONS_MINIMUM_VERSION )
81
fprintf(stderr, zwrong_ver, pname, NUM_TO_VER(opts->
structVersion
));
82
if (opts->
structVersion
> OPTIONS_STRUCT_VERSION )
usage.c
540
pz = (opts->
structVersion
>= 30 * 4096)
547
pz = (opts->
structVersion
>= 30 * 4096)
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_asn1.c
40
ASN1_INTEGER *
structVersion
;
47
ASN1_SIMPLE(TSS_BLOB,
structVersion
, ASN1_INTEGER),
94
if (ASN1_INTEGER_set(tssBlob->
structVersion
, TSS_BLOB_STRUCT_VERSION) == 0) {
212
decStructVersion = ASN1_INTEGER_get(tssBlob->
structVersion
);
/src/external/bsd/ntp/dist/sntp/libopts/autoopts/
options.h
606
int const
structVersion
; ///< The version of this struct
684
((_opt)->
structVersion
>= originalOptArgArray_STRUCT_VERSION)
691
((_opt)->
structVersion
>= pzPkgDataDir_STRUCT_VERSION)
698
((_opt)->
structVersion
>= opt_usage_t_STRUCT_VERSION)
Completed in 18 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026