Searched refs:xsbprintf (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/tests/libntp/ |
| D | sbprintf.c | 12 int rc = xsbprintf(NULL, NULL, "blah"); in test_NullBuf1() 20 int rc = xsbprintf(&bp, NULL, "blah"); in test_NullBuf2() 31 int rc = xsbprintf(&bp, ep, "blah"); in test_EndBeyond() 41 int rc = xsbprintf(&bp, ep, "1234"); in test_SmallBuf() 52 int rc = xsbprintf(&bp, ep, "1234"); in test_MatchBuf() 63 int rc = xsbprintf(&bp, ep, "1234"); in test_BigBuf() 74 int rc = xsbprintf(&bp, ep, "%d%d%d%d", 1, 2, 3, 4); in test_SimpleArgs() 88 rc = xsbprintf(&bp, ep, "%d%d%d%d", 1, 2, 3, 4); in test_Increment1() 92 rc = xsbprintf(&bp, ep, "%s", "frob"); in test_Increment1()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_loopfilter.c | 373 xsbprintf(&dbp, ebp, "%sClock Unsynchronized", in ntp_adjtime_error_handler() 377 xsbprintf(&dbp, ebp, "%sClock Error", in ntp_adjtime_error_handler() 382 xsbprintf(&dbp, ebp, "%sPPS Frequency Sync wanted but no PPS", in ntp_adjtime_error_handler() 387 xsbprintf(&dbp, ebp, "%sPPS Time Sync wanted but no PPS signal", in ntp_adjtime_error_handler() 392 xsbprintf(&dbp, ebp, "%sPPS Time Sync wanted but PPS Jitter exceeded", in ntp_adjtime_error_handler() 397 … xsbprintf(&dbp, ebp, "%sPPS Frequency Sync wanted but PPS Wander exceeded", in ntp_adjtime_error_handler() 402 … xsbprintf(&dbp, ebp, "%sPPS Frequency Sync wanted but Calibration error detected", in ntp_adjtime_error_handler()
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | xsbprintf.c | 61 xsbprintf( in xsbprintf() function
|
| D | Makefile.in | 182 uglydate.c vint64ops.c work_fork.c work_thread.c xsbprintf.c \ 248 work_thread.$(OBJEXT) xsbprintf.$(OBJEXT) ymd2yd.$(OBJEXT) \ 268 uglydate.c vint64ops.c work_fork.c work_thread.c xsbprintf.c \ 336 ./$(DEPDIR)/work_thread.Po ./$(DEPDIR)/xsbprintf.Po \ 847 xsbprintf.c \ 1119 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsbprintf.Po@am__quote@ # am--include-marker 1405 -rm -f ./$(DEPDIR)/xsbprintf.Po 1559 -rm -f ./$(DEPDIR)/xsbprintf.Po
|
| D | Makefile.am | 217 xsbprintf.c \
|
| /netbsd/src/external/bsd/ntp/lib/libntp/ |
| D | Makefile | 83 xsbprintf.c \
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_stdlib.h | 60 extern int xsbprintf(char **, char * const, char const *, ...)
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | CommitLog | 9056 libntp/xsbprintf.c@1.3 +3 -3 13196 libntp/xsbprintf.c@1.2 +11 -13 13263 libntp/xsbprintf.c@1.1 +77 -0 13267 libntp/xsbprintf.c@1.0 +0 -0
|