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

/ast/src/lib/libcmd/
H A Dchgrp.c146 #define OPT_UID 0x0080 /* have uid */ macro
302 options |= OPT_UID|OPT_GID;
372 else if (!(options & (OPT_UID|OPT_GID)))
376 options |= OPT_UID;
380 switch (options & (OPT_UID|OPT_GID))
382 case OPT_UID:
388 case OPT_UID|OPT_GID:
427 options &= ~(OPT_UID|OPT_GID);
439 options |= OPT_UID;
451 if (!(options & OPT_UID))
[all...]

Completed in 1100 milliseconds