Searched refs:OPT_GID (Results 1 – 2 of 2) sorted by relevance
133 #define OPT_GID (1<<2) /* have gid */ macro294 options |= OPT_UID|OPT_GID; in b_chgrp()358 else if (!(options & (OPT_UID|OPT_GID))) in b_chgrp()364 options |= OPT_GID; in b_chgrp()366 switch (options & (OPT_UID|OPT_GID)) in b_chgrp()371 case OPT_GID: in b_chgrp()374 case OPT_UID|OPT_GID: in b_chgrp()395 options &= ~(OPT_UID|OPT_GID); in b_chgrp()412 options |= OPT_GID; in b_chgrp()421 if (!(options & OPT_GID)) in b_chgrp()
125 #define OPT_GID 21 macro563 case OPT_GID: in setsubopt()