Searched refs:OPT_UID (Results 1 – 2 of 2) sorted by relevance
137 #define OPT_UID (1<<6) /* have uid */ macro294 options |= OPT_UID|OPT_GID; in b_chgrp()358 else if (!(options & (OPT_UID|OPT_GID))) in b_chgrp()362 options |= OPT_UID; in b_chgrp()366 switch (options & (OPT_UID|OPT_GID)) in b_chgrp()368 case OPT_UID: in b_chgrp()374 case OPT_UID|OPT_GID: in b_chgrp()395 options &= ~(OPT_UID|OPT_GID); in b_chgrp()407 options |= OPT_UID; in b_chgrp()419 if (!(options & OPT_UID)) in b_chgrp()
123 #define OPT_UID 20 macro551 case OPT_UID: in setsubopt()