Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/agents/
H A Dpasswd.c39 static int passwd_marshal_func(struct passwd *, char *, size_t *);
46 passwd_marshal_func(struct passwd *pwd, char *buffer, size_t *buffer_size) in passwd_marshal_func() function
52 TRACE_IN(passwd_marshal_func); in passwd_marshal_func()
68 TRACE_OUT(passwd_marshal_func); in passwd_marshal_func()
122 TRACE_OUT(passwd_marshal_func); in passwd_marshal_func()
182 passwd_marshal_func(result, NULL, buffer_size); in passwd_lookup_func()
185 passwd_marshal_func(result, *buffer, buffer_size); in passwd_lookup_func()
210 passwd_marshal_func(result, NULL, buffer_size); in passwd_mp_lookup_func()
213 passwd_marshal_func(result, *buffer, buffer_size); in passwd_mp_lookup_func()