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

/freebsd-11-stable/usr.sbin/nscd/agents/
H A Dgroup.c42 static int group_marshal_func(struct group *, char *, size_t *);
49 group_marshal_func(struct group *grp, char *buffer, size_t *buffer_size) function
55 TRACE_IN(group_marshal_func);
75 TRACE_OUT(group_marshal_func);
116 TRACE_OUT(group_marshal_func);
177 group_marshal_func(result, NULL, buffer_size);
180 group_marshal_func(result, *buffer, buffer_size);
205 group_marshal_func(result, NULL, buffer_size);
208 group_marshal_func(result, *buffer, buffer_size);

Completed in 66 milliseconds