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

/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c133 #define OPT_GID (1<<2) /* have gid */ macro
294 options |= OPT_UID|OPT_GID;
358 else if (!(options & (OPT_UID|OPT_GID)))
364 options |= OPT_GID;
366 switch (options & (OPT_UID|OPT_GID))
371 case OPT_GID:
374 case OPT_UID|OPT_GID:
395 options &= ~(OPT_UID|OPT_GID);
412 options |= OPT_GID;
421 if (!(options & OPT_GID))
[all...]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c125 #define OPT_GID 21 macro
563 case OPT_GID:

Completed in 65 milliseconds