Searched refs:PRIV_STR_SHORT (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c159 * PRIV_STR_SHORT - shortest output
218 if (flag == PRIV_STR_SHORT) {
255 flag = PRIV_STR_SHORT;
260 flag = PRIV_STR_SHORT;
274 case PRIV_STR_SHORT:
293 case PRIV_STR_SHORT:
314 case PRIV_STR_SHORT:
/illumos-gate/usr/src/cmd/getdevpolicy/
H A Dgetdevpolicy.c68 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 Dpriv.h39 #define PRIV_STR_SHORT 0x02 /* shortest output */ macro
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c110 mode = PRIV_STR_SHORT;
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2365 s = priv_set_to_str(opset, ',', PRIV_STR_SHORT);
2366 t = priv_set_to_str(npset, ',', PRIV_STR_SHORT);
H A Dexpound.c3665 str = priv_set_to_str(s, ',', PRIV_STR_SHORT));
3716 char *str = priv_set_to_str(tmp, ',', PRIV_STR_SHORT);

Completed in 1277 milliseconds