Searched defs:pnset_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c53 } pnset_t; typedef in typeref:struct:__anon4476
59 pnset_t *manifest;
81 static int pnset_add(pnset_t *, const char *);
82 static int pnset_check(const pnset_t *, const char *);
83 static void pnset_empty(pnset_t *);
84 static void pnset_free(pnset_t *);
86 static pnset_t *make_exset(const char *);
102 static pnset_t *exsetp; /* pathname globs to ignore */
194 static pnset_t *
200 pnset_t *pnset
[all...]

Completed in 69 milliseconds