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

/freebsd-12-stable/tools/regression/sockets/unix_cmsg/
H A Dt_peercred.c47 uc_logmsgx("option value size %zu != %zu",
59 uc_logmsgx("xucred.cr_version %u != %d",
64 uc_logmsgx("xucred.cr_uid %lu != %lu (EUID)",
69 uc_logmsgx("xucred.cr_ngroups == 0");
73 uc_logmsgx("xucred.cr_ngroups < 0");
77 uc_logmsgx("xucred.cr_ngroups %hu > %u (max)",
82 uc_logmsgx("xucred.cr_groups[0] %lu != %lu (EGID)",
H A Duc_common.c100 err(EXIT_FAILURE, "uc_logmsgx: vsnprintf failed");
105 uc_logmsgx(const char *format, ...) function
235 uc_logmsgx("sync_recv: read %zd of 1 byte", ssize);
260 uc_logmsgx("uc_sync_send: sent %zd of 1 byte", ssize);
289 uc_logmsgx("message_send: sendmsg: sent %zd of %zu bytes",
332 uc_logmsgx("message_recv: recvmsg: received %zd of %zu bytes",
346 uc_logmsgx("message_recv: received message has wrong content");
372 uc_logmsgx("socket_accept: select timeout");
404 uc_logmsgx("msghdr.msg_flags has MSG_TRUNC");
408 uc_logmsgx("msghd
[all...]
H A Duc_common.h63 void uc_logmsgx(const char *format, ...) __printflike(1, 2);
H A Dt_cmsg_len.c89 uc_logmsgx("sent message with cmsghdr.cmsg_len %u < %u",
H A Dunix_cmsg.c256 uc_logmsgx("some system error or timeout occurred");
338 uc_logmsgx("init: not enough space for socket pathname");

Completed in 134 milliseconds