Searched refs:OPT_GID (Results 1 – 2 of 2) sorted by relevance
147 #define OPT_GID 0x0004 /* have gid */ macro308 options |= OPT_UID|OPT_GID; in b_chgrp()378 else if (!(options & (OPT_UID|OPT_GID))) in b_chgrp()384 options |= OPT_GID; in b_chgrp()386 switch (options & (OPT_UID|OPT_GID)) in b_chgrp()391 case OPT_GID: in b_chgrp()394 case OPT_UID|OPT_GID: in b_chgrp()433 options &= ~(OPT_UID|OPT_GID); in b_chgrp()450 options |= OPT_GID; in b_chgrp()459 if (!(options & OPT_GID)) in b_chgrp()
125 #define OPT_GID 21 macro572 case OPT_GID: in setsubopt()