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

/illumos-gate/usr/src/cmd/bnu/
H A Dparms.h122 /* define GRPCHK if you want to restrict the ability to read */
124 /* ex: if (GRPCHK(getgid()) no_secrets(); */
127 #define GRPCHK(gid) ( gid >= GRPMIN && gid <= GRPMAX ? 1 : 0 ) /* */ macro
128 /* #define GRPCHK(gid) 1 */ /* Systems info is not protected from DEBUG */
/illumos-gate/usr/src/cmd/ttymon/
H A Dparms.h88 /* define GRPCHK if you want to restrict the ability to read */
90 /* ex: if (GRPCHK(getgid()) no_secrets(); */
93 #define GRPCHK(gid) ( gid >= GRPMIN && gid <= GRPMAX ? 1 : 0 ) /* */ macro
94 /* #define GRPCHK(gid) 1 */ /* Systems info is not protected from DEBUG */

Completed in 68 milliseconds