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

/osnet-11/usr/src/lib/libcmd/common/
H A Dchgrp.c137 #define OPT_GID 0x0004 /* have gid */ macro
307 options |= OPT_UID|OPT_GID;
377 else if (!(options & (OPT_UID|OPT_GID)))
383 options |= OPT_GID;
385 switch (options & (OPT_UID|OPT_GID))
390 case OPT_GID:
393 case OPT_UID|OPT_GID:
414 options &= ~(OPT_UID|OPT_GID);
431 options |= OPT_GID;
440 if (!(options & OPT_GID))
[all...]

Completed in 21 milliseconds