OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buffp
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_control.c
2062
char *
buffp
, *buffend;
local
2068
buffp
= buf;
2073
snprintf(
buffp
, sizeof(buf), "%s=\"",sys_var[CS_VARLIST].text);
2074
buffp
+= strlen(
buffp
);
2080
if (len + 1 >= buffend -
buffp
)
2083
*
buffp
++ = ',';
2086
memcpy(
buffp
, k->text, len);
2087
buffp
+= len;
2100
if (len + 1 >= buffend -
buffp
)
[
all
...]
Completed in 15 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026