Home
last modified time | relevance | path

Searched refs:NUID (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/find/
H A Dfind.c1608 #define NUID 64 macro
1614 } nc[NUID], gc[NGID];
1626 #if (((NUID) & ((NUID) - 1)) != 0) in getname()
1627 cp = uid % (NUID); in getname()
1629 cp = uid & ((NUID) - 1); in getname()