Searched refs:priv_set_to_str (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/getdevpolicy/ |
H A D | getdevpolicy.c | 68 ss = priv_set_to_str(DEVPLCYSYS_RDP(ds, pi), ',', PRIV_STR_SHORT); 71 ss = priv_set_to_str(DEVPLCYSYS_WRP(ds, pi), ',', PRIV_STR_SHORT);
|
/illumos-gate/usr/src/head/ |
H A D | priv.h | 56 extern char *priv_set_to_str(const priv_set_t *, char, int);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | priv_str_xlate.c | 32 #pragma weak _priv_set_to_str = priv_set_to_str 144 * Name: priv_set_to_str() 334 * priv_set_to_str() is defined to return a string that 338 priv_set_to_str(const priv_set_t *pset, char separator, int flag) function
|
/illumos-gate/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 281 s = priv_set_to_str(pset, ',', mode);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 2365 s = priv_set_to_str(opset, ',', PRIV_STR_SHORT); 2366 t = priv_set_to_str(npset, ',', PRIV_STR_SHORT);
|
H A D | expound.c | 3665 str = priv_set_to_str(s, ',', PRIV_STR_SHORT)); 3716 char *str = priv_set_to_str(tmp, ',', PRIV_STR_SHORT);
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | au_to.c | 401 priv_set_to_str(privilege, ',',
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1052 priv_set_to_str.3c \ 2065 priv_set_to_str.3c := LINKSRC = priv_str_to_set.3c
|
Completed in 96 milliseconds