• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/tools/regression/sockets/unix_cmsg/

Lines Matching refs:uc_logmsgx

100 		err(EXIT_FAILURE, "uc_logmsgx: vsnprintf failed");
105 uc_logmsgx(const char *format, ...)
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("msghdr.msg_flags has MSG_CTRUNC");
412 uc_logmsgx("msghdr.msg_controllen %u < %zu",
417 uc_logmsgx("msghdr.msg_controllen %u > 0",
428 uc_logmsgx("cmsghdr is NULL");
432 uc_logmsgx("cmsghdr.cmsg_level %d != SOL_SOCKET",
437 uc_logmsgx("cmsghdr.cmsg_type %d != %d",
442 uc_logmsgx("cmsghdr.cmsg_len %u != %zu",
568 uc_logmsgx("client exit status is %d",
574 uc_logmsgx("abnormal termination of client, signal %d%s",
578 uc_logmsgx("termination of client, unknown status");
596 uc_logmsgx("%s %d != %d", gid_num_str, gid_num,
602 uc_logmsgx("%s %d > %d", gid_num_str, gid_num,
609 uc_logmsgx("%s content is wrong", gid_arr_str);
612 uc_logmsgx("%s[%d] %lu != %lu",
642 uc_logmsgx("cmsgcred.cmcred_pid %ld != %ld",
647 uc_logmsgx("cmsgcred.cmcred_uid %lu != %lu",
652 uc_logmsgx("cmsgcred.cmcred_euid %lu != %lu",
657 uc_logmsgx("cmsgcred.cmcred_gid %lu != %lu",
662 uc_logmsgx("cmsgcred.cmcred_ngroups == 0");
666 uc_logmsgx("cmsgcred.cmcred_ngroups %d < 0",
671 uc_logmsgx("cmsgcred.cmcred_ngroups %d > %d",
676 uc_logmsgx("cmsgcred.cmcred_groups[0] %lu != %lu (EGID)",
707 uc_logmsgx("sockcred.sc_uid %lu != %lu",
712 uc_logmsgx("sockcred.sc_euid %lu != %lu",
717 uc_logmsgx("sockcred.sc_gid %lu != %lu",
722 uc_logmsgx("sockcred.sc_egid %lu != %lu",
727 uc_logmsgx("sockcred.sc_ngroups == 0");
731 uc_logmsgx("sockcred.sc_ngroups %d < 0",
736 uc_logmsgx("sockcred.sc_ngroups %d != %u",