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 - 3
of
3
) 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/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 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026