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

/osnet-11/usr/src/lib/libcmd/common/
H A Dchgrp.c142 #define OPT_UID 0x0080 /* have uid */ macro
307 options |= OPT_UID|OPT_GID;
377 else if (!(options & (OPT_UID|OPT_GID)))
381 options |= OPT_UID;
385 switch (options & (OPT_UID|OPT_GID))
387 case OPT_UID:
393 case OPT_UID|OPT_GID:
414 options &= ~(OPT_UID|OPT_GID);
426 options |= OPT_UID;
438 if (!(options & OPT_UID))
[all...]

Completed in 32 milliseconds