Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.h60 typedef struct setofstrings *strset_t; typedef
87 strset_t minuses;
H A Dcompat_common.c123 strset_t *ssp; in strset_free()
125 strset_t cur, nxt;
137 strset_t *ssp; in strset_add()
140 strset_t new;
142 if (0 == (new = (strset_t)malloc(sizeof (*new)))) {
157 const strset_t *ssp; in strset_in()
160 strset_t cur;