OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xsbprintf
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ntp/dist/tests/libntp/
sbprintf.c
12
int rc =
xsbprintf
(NULL, NULL, "blah");
20
int rc =
xsbprintf
(&bp, NULL, "blah");
31
int rc =
xsbprintf
(&bp, ep, "blah");
41
int rc =
xsbprintf
(&bp, ep, "1234");
52
int rc =
xsbprintf
(&bp, ep, "1234");
63
int rc =
xsbprintf
(&bp, ep, "1234");
74
int rc =
xsbprintf
(&bp, ep, "%d%d%d%d", 1, 2, 3, 4);
88
rc =
xsbprintf
(&bp, ep, "%d%d%d%d", 1, 2, 3, 4);
92
rc =
xsbprintf
(&bp, ep, "%s", "frob");
/src/external/bsd/ntp/dist/libntp/
xsbprintf.c
1
/* $NetBSD:
xsbprintf
.c,v 1.3 2024/08/18 20:47:13 christos Exp $ */
4
*
xsbprintf
.c - string buffer formatting helpers
61
xsbprintf
(
function
/src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c
373
xsbprintf
(&dbp, ebp, "%sClock Unsynchronized",
377
xsbprintf
(&dbp, ebp, "%sClock Error",
382
xsbprintf
(&dbp, ebp, "%sPPS Frequency Sync wanted but no PPS",
387
xsbprintf
(&dbp, ebp, "%sPPS Time Sync wanted but no PPS signal",
392
xsbprintf
(&dbp, ebp, "%sPPS Time Sync wanted but PPS Jitter exceeded",
397
xsbprintf
(&dbp, ebp, "%sPPS Frequency Sync wanted but PPS Wander exceeded",
402
xsbprintf
(&dbp, ebp, "%sPPS Frequency Sync wanted but Calibration error detected",
/src/external/bsd/ntp/lib/libntp/
Makefile
83
xsbprintf
.c \
/src/external/bsd/ntp/dist/include/
ntp_stdlib.h
60
extern int
xsbprintf
(char **, char * const, char const *, ...)
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026