Home
last modified time | relevance | path

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

/src/lib/libutil/
H A Dgr_util.c428 const char *group_line_format = "%s:%s:%ju:"; in gr_make() local
436 line_size = snprintf(NULL, 0, group_line_format, gr->gr_name, in gr_make()
448 p += sprintf(p, group_line_format, gr->gr_name, gr->gr_passwd, in gr_make()