Searched defs:OPT_GID (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcmd/
H A Dchgrp.c141 #define OPT_GID 0x0004 /* have gid */ macro
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))
[all...]

Completed in 1084 milliseconds