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

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsubr.c65 snprlcat(char *str, size_t size, const char *fmt, ...) function
125 (void)snprlcat(msg, sizeof(msg), "(seq=%ju) ",
129 (void)snprlcat(msg, sizeof(msg), "OPEN(%s)",
133 (void)snprlcat(msg, sizeof(msg), "APPEND(%ju)",
137 (void)snprlcat(msg, sizeof(msg), "CLOSE(%s)",
141 (void)snprlcat(msg, sizeof(msg), "KEEPALIVE");
144 (void)snprlcat(msg, sizeof(msg), "ERROR");
147 (void)snprlcat(msg, sizeof(msg), "UNKNOWN(%hhu)",
152 (void)snprlcat(msg, sizeof(msg), ": %s", adist_errstr(error));
H A Dsubr.h45 int snprlcat(char *str, size_t size, const char *fmt, ...);
/freebsd-9.3-release/sbin/hastd/
H A Dsubr.h50 int snprlcat(char *str, size_t size, const char *fmt, ...);
H A Dhooks.c187 (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.c1114 (void)snprlcat(msg, sizeof(msg), "READ(%ju, %ju).",
1118 (void)snprlcat(msg, sizeof(msg), "DELETE(%ju, %ju).",
1122 (void)snprlcat(msg, sizeof(msg), "FLUSH.");
1125 (void)snprlcat(msg, sizeof(msg), "WRITE(%ju, %ju).",
1129 (void)snprlcat(msg, sizeof(msg), "UNKNOWN(%u).",

Completed in 108 milliseconds