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

/freebsd-11.0-release/lib/libutil/
H A Dgr_util.c418 const char *group_line_format = "%s:%s:%ju:"; local
426 line_size = snprintf(NULL, 0, group_line_format, gr->gr_name,
438 p += sprintf(p, group_line_format, gr->gr_name, gr->gr_passwd,

Completed in 26 milliseconds