Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c49 nss_XbyY_buf_t **buffer = arg; in free_pwbuf()
54 static nss_XbyY_buf_t *
57 nss_XbyY_buf_t **buffer = in get_pwbuf()
58 tsdalloc(_T_PWBUF, sizeof (nss_XbyY_buf_t *), free_pwbuf); in get_pwbuf()
59 nss_XbyY_buf_t *b; in get_pwbuf()
70 nss_XbyY_buf_t *b = get_pwbuf(); in getpwuid()
79 nss_XbyY_buf_t *b = get_pwbuf(); in getpwnam()
88 nss_XbyY_buf_t *b = get_pwbuf(); in getpwent()
97 nss_XbyY_buf_t *b = get_pwbuf(); in fgetpwent()
H A Dgetspent.c46 nss_XbyY_buf_t **buffer = arg; in free_spbuf()
51 static nss_XbyY_buf_t *
54 nss_XbyY_buf_t **buffer = in get_spbuf()
55 tsdalloc(_T_SPBUF, sizeof (nss_XbyY_buf_t *), free_spbuf); in get_spbuf()
56 nss_XbyY_buf_t *b; in get_spbuf()
67 nss_XbyY_buf_t *b = get_spbuf(); in getspnam()
76 nss_XbyY_buf_t *b = get_spbuf(); in getspent()
85 nss_XbyY_buf_t *b = get_spbuf(); in fgetspent()
H A Dgetgrnam.c51 nss_XbyY_buf_t **buffer = arg; in free_grbuf()
56 static nss_XbyY_buf_t *
59 nss_XbyY_buf_t **buffer = in get_grbuf()
60 tsdalloc(_T_GRBUF, sizeof (nss_XbyY_buf_t *), free_grbuf); in get_grbuf()
61 nss_XbyY_buf_t *b; in get_grbuf()
82 nss_XbyY_buf_t *b = get_grbuf(0); in getgrgid()
101 nss_XbyY_buf_t *b = get_grbuf(0); in getgrnam()
120 nss_XbyY_buf_t *b = get_grbuf(1); in getgrent()
129 nss_XbyY_buf_t *b = get_grbuf(1); in fgetgrent()
H A Dgetxby_door.c618 nss_XbyY_buf_t *tsdbuf = arg; in _nsc_freedbuf()
636 nss_XbyY_buf_t *tsdbuf; in _nsc_getdoorbuf()
644 tsdbuf = tsdalloc(_T_DOORBUF, sizeof (nss_XbyY_buf_t), _nsc_freedbuf); in _nsc_getdoorbuf()
H A Dgetnetgrent.c204 static nss_XbyY_buf_t *buf;
H A Dnss_dbdefs.c59 nss_XbyY_buf_t *
62 nss_XbyY_buf_t *b; in _nss_XbyY_buf_alloc()
65 b = (nss_XbyY_buf_t *) in _nss_XbyY_buf_alloc()
77 _nss_XbyY_buf_free(nss_XbyY_buf_t *b) in _nss_XbyY_buf_free()
H A Dgetgrnam_r.c426 nss_XbyY_buf_t *buf; in process_cstr()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetrpcent.c43 static nss_XbyY_buf_t *buffer;
51 nss_XbyY_buf_t *b; in getrpcbyname()
61 nss_XbyY_buf_t *b; in getrpcbynumber()
71 nss_XbyY_buf_t *b; in getrpcent()
H A Dgethostent.c56 static nss_XbyY_buf_t *buffer;
64 nss_XbyY_buf_t *b; in gethostbyname()
75 nss_XbyY_buf_t *b; in gethostbyaddr()
90 nss_XbyY_buf_t *b; in gethostent()
H A Dgetipnodeby.c106 nss_XbyY_buf_t *, int);
110 static nss_XbyY_buf_t *__IPv6_alloc(int);
111 static void __IPv6_cleanup(nss_XbyY_buf_t *);
249 nss_XbyY_buf_t *buf4 = NULL; in getipnodebyname()
250 nss_XbyY_buf_t *buf6 = NULL; in getipnodebyname()
344 nss_XbyY_buf_t *mergebuf; in getipnodebyname()
462 nss_XbyY_buf_t *buf = 0; in getipnodebyaddr()
463 nss_XbyY_buf_t *res = 0; in getipnodebyaddr()
830 __mapv4tov6(struct hostent *he4, struct hostent *he6, nss_XbyY_buf_t *res, in __mapv4tov6()
1067 nss_XbyY_buf_t *res; in __mappedtov4()
[all …]
H A Dnetdir_inet.c496 nss_XbyY_buf_t *ndbuf4switch = 0; in _get_hostserv_inetnetdir_byname()
911 nss_XbyY_buf_t *ndbuf4host = 0; in _get_hostserv_inetnetdir_byaddr()
912 nss_XbyY_buf_t *ndbuf4serv = 0; in _get_hostserv_inetnetdir_byaddr()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetprotoent.c42 static nss_XbyY_buf_t *buffer;
50 nss_XbyY_buf_t *b; in getprotobyname()
62 nss_XbyY_buf_t *b; in getprotobynumber()
75 nss_XbyY_buf_t *b; in getprotoent()
H A Dgetnetent.c42 static nss_XbyY_buf_t *buffer;
50 nss_XbyY_buf_t *b; in getnetbyname()
62 nss_XbyY_buf_t *b; in getnetbyaddr()
75 nss_XbyY_buf_t *b; in getnetent()
H A Dgetservent.c41 static nss_XbyY_buf_t *buffer;
49 nss_XbyY_buf_t *b; in getservbyname()
62 nss_XbyY_buf_t *b; in getservbyport()
75 nss_XbyY_buf_t *b; in getservent()
/illumos-gate/usr/src/lib/passwdutil/
H A Dswitch_utils.c597 static nss_XbyY_buf_t *buffer;
616 nss_XbyY_buf_t *b = GETBUF(); in getpwnam_from()
647 nss_XbyY_buf_t *b = GETBUF(); in getpwuid_from()
674 static nss_XbyY_buf_t *spbuf;
693 nss_XbyY_buf_t *b = GETSPBUF(); in getspnam_from()
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h383 } nss_XbyY_buf_t; typedef
385 extern nss_XbyY_buf_t *_nss_XbyY_buf_alloc(int struct_size, int buffer_size);
386 extern void _nss_XbyY_buf_free(nss_XbyY_buf_t *);
464 nss_XbyY_buf_t buf;
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dgetgrent.c170 nss_XbyY_buf_t *gb = NULL, *b = NULL;
/illumos-gate/usr/src/lib/libnsl/key/
H A Dpublickey.c439 nss_XbyY_buf_t *buf = NULL; in getkeys_ldap_g()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1435 static nss_XbyY_buf_t *buffer;
1440 nss_XbyY_buf_t *b; in _lc_getspent()