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

/illumos-gate/usr/src/cmd/find/
H A Dfind.c1598 #define NUID 64 macro
1604 } nc[NUID], gc[NGID];
1616 #if (((NUID) & ((NUID) - 1)) != 0)
1617 cp = uid % (NUID);
1619 cp = uid & ((NUID) - 1);

Completed in 48 milliseconds