Lines Matching refs:snprintf
67 snprintf(str, size, "owner@"); in format_who()
80 snprintf(str, size, "user:%d", (unsigned int)*id); in format_who()
82 snprintf(str, size, "user:%s", pwd->pw_name); in format_who()
86 snprintf(str, size, "group@"); in format_who()
99 snprintf(str, size, "group:%d", (unsigned int)*id); in format_who()
101 snprintf(str, size, "group:%s", grp->gr_name); in format_who()
105 snprintf(str, size, "everyone@"); in format_who()
127 snprintf(str, size, "allow"); in format_entry_type()
130 snprintf(str, size, "deny"); in format_entry_type()
133 snprintf(str, size, "audit"); in format_entry_type()
136 snprintf(str, size, "alarm"); in format_entry_type()
167 snprintf(str, size, ":%d", (unsigned int)*id); in format_additional_id()
200 off += snprintf(str + off, size - off, "%*s:", (int)len, buf); in format_entry()
206 off += snprintf(str + off, size - off, "%s:", buf); in format_entry()
212 off += snprintf(str + off, size - off, "%s:", buf); in format_entry()
217 off += snprintf(str + off, size - off, "%s", buf); in format_entry()
223 off += snprintf(str + off, size - off, "%s", buf); in format_entry()
226 off += snprintf(str + off, size - off, "\n"); in format_entry()