Lines Matching defs:OPT_GID
141 #define OPT_GID 0x0004 /* have gid */
302 options |= OPT_UID|OPT_GID;
372 else if (!(options & (OPT_UID|OPT_GID)))
378 options |= OPT_GID;
380 switch (options & (OPT_UID|OPT_GID))
385 case OPT_GID:
388 case OPT_UID|OPT_GID:
427 options &= ~(OPT_UID|OPT_GID);
444 options |= OPT_GID;
453 if (!(options & OPT_GID))