Searched refs:FMT_PREFIX (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/ntp/tests/libntp/
H A Dmsyslog.c35 #define FMT_PREFIX "msyslog.cpp ENOENT: " macro
41 exp_cnt = snprintf(exp_buf, sizeof(exp_buf), FMT_PREFIX "%s",
44 act_cnt = msnprintf(act_buf, sizeof(act_buf), FMT_PREFIX "%m");

Completed in 12 milliseconds