passwd_marshal_func
TRACE_OUT(passwd_marshal_func);
passwd_marshal_func(result, NULL, buffer_size);
passwd_marshal_func(result, *buffer, buffer_size);
passwd_marshal_func(result, NULL, buffer_size);
passwd_marshal_func(result, *buffer, buffer_size);
static int passwd_marshal_func(struct passwd *, char *, size_t *);
TRACE_IN(passwd_marshal_func);
TRACE_OUT(passwd_marshal_func);