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

/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c137 #define OPT_UID (1<<6) /* have uid */ macro
294 options |= OPT_UID|OPT_GID;
358 else if (!(options & (OPT_UID|OPT_GID)))
362 options |= OPT_UID;
366 switch (options & (OPT_UID|OPT_GID))
368 case OPT_UID:
374 case OPT_UID|OPT_GID:
395 options &= ~(OPT_UID|OPT_GID);
407 options |= OPT_UID;
419 if (!(options & OPT_UID))
[all...]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c123 #define OPT_UID 20 macro
551 case OPT_UID:

Completed in 78 milliseconds