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

/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dsubr.c63 snprlcat(char *str, size_t size, const char *fmt, ...) function
123 (void)snprlcat(msg, sizeof(msg), "(seq=%ju) ",
127 (void)snprlcat(msg, sizeof(msg), "OPEN(%s)",
131 (void)snprlcat(msg, sizeof(msg), "APPEND(%ju)",
135 (void)snprlcat(msg, sizeof(msg), "CLOSE(%s)",
139 (void)snprlcat(msg, sizeof(msg), "KEEPALIVE");
142 (void)snprlcat(msg, sizeof(msg), "ERROR");
145 (void)snprlcat(msg, sizeof(msg), "UNKNOWN(%hhu)",
150 (void)snprlcat(msg, sizeof(msg), ": %s", adist_errstr(error));
H A Dsubr.h43 int snprlcat(char *str, size_t size, const char *fmt, ...);
/freebsd-current/sbin/hastd/
H A Dsubr.h50 int snprlcat(char *str, size_t size, const char *fmt, ...);
H A Dhooks.c185 (void)snprlcat(hp->hp_comm, sizeof(hp->hp_comm), " %s",
H A Dsubr.c67 snprlcat(char *str, size_t size, const char *fmt, ...) function
H A Dprimary.c1112 (void)snprlcat(msg, sizeof(msg), "READ(%ju, %ju).",
1116 (void)snprlcat(msg, sizeof(msg), "DELETE(%ju, %ju).",
1120 (void)snprlcat(msg, sizeof(msg), "FLUSH.");
1123 (void)snprlcat(msg, sizeof(msg), "WRITE(%ju, %ju).",
1127 (void)snprlcat(msg, sizeof(msg), "UNKNOWN(%u).",
/freebsd-current/lib/libpjdlog/
H A Dpjdlog.c518 snprlcat(char *str, size_t size, const char *fmt, ...) function
577 snprlcat(logp, logs, "[%s%d] ",
580 snprlcat(logp, logs, "[%s] ",
585 snprlcat(logp, logs, "(pid=%d) ", getpid());
591 snprlcat(logp, logs, "(%s:%d) ", file, line);
593 snprlcat(logp, logs, "(%s:%d:%s) ", file, line, func);
597 snprlcat(logp, logs, "%s",
605 snprlcat(logp, logs, ": %s.", strerror(error));

Completed in 204 milliseconds