Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dgr_util.c431 const char *group_line_format = "%s:%s:%ju:"; in gr_make() local
439 line_size = snprintf(NULL, 0, group_line_format, gr->gr_name, in gr_make()
451 p += sprintf(p, group_line_format, gr->gr_name, gr->gr_passwd, in gr_make()