Home
last modified time | relevance | path

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

/dports/security/munge/munge-munge-0.5.14/src/common/
H A Dxgetpw.h40 typedef struct xpwbuf_t * xpwbuf_p; typedef
47 xpwbuf_p xgetpwbuf_create (size_t len);
49 void xgetpwbuf_destroy (xpwbuf_p pwbufp);
51 size_t xgetpwbuf_get_len (xpwbuf_p pwbufp);
53 int xgetpwnam (const char *name, struct passwd *pwp, xpwbuf_p pwbufp);
H A Dxgetpw.c96 static int _xgetpwbuf_grow (xpwbuf_p pwbufp, size_t minlen);
99 struct passwd *dst, xpwbuf_p pwbufp) _UNUSED_;
109 xpwbuf_p
116 xpwbuf_p pwbufp; in xgetpwbuf_create()
137 xgetpwbuf_destroy (xpwbuf_p pwbufp) in xgetpwbuf_destroy()
152 xgetpwbuf_get_len (xpwbuf_p pwbufp) in xgetpwbuf_get_len()
166 xgetpwnam (const char *name, struct passwd *pwp, xpwbuf_p pwbufp) in xgetpwnam()
359 _xgetpwbuf_grow (xpwbuf_p pwbufp, size_t minlen) in _xgetpwbuf_grow()
395 xpwbuf_p pwbufp) in _xgetpwbuf_copy_struct()
H A Dquery.c49 xpwbuf_p pwbufp; in query_uid()
/dports/security/munge/munge-munge-0.5.14/src/munged/
H A Dgids.c144 const char *user, uid_t *uid_resultp, xpwbuf_p pwbufp);
423 xpwbuf_p pwbufp = NULL; in _gids_map_create()
558 const char *user, uid_t *uid_resultp, xpwbuf_p pwbufp) in _gids_user_to_uid()