OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_val
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c
488
u_int
u_val
;
local
510
if (1 == sscanf(lexeme, "%u", &
u_val
))
511
return (
u_val
<= INT_MAX);
/src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c
2764
u_long
u_val
;
local
2798
if (!hextoint(pcmd->argval[2].string, &
u_val
))
2801
fudgedata.fudgeval_flags = htonl((u_int32)(
u_val
& 0xf));
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026