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

/illumos-gate/usr/src/cmd/find/
H A Dfind.c1898 * The PERM struct is the machine that builds permissions. The p_special
1907 uchar_t p_special; /* Special handling? */ member in struct:PERMST
2005 pp->p_special = 0;
2007 if (pp->p_special == 'X') {
2018 pp->p_special = 0;
2024 pp->p_special = 'X';
2038 pp->p_special = 0;
2049 switch (pp->p_special) {
2126 * 'o' are used, and sets pp->p_special to the one used.
2137 pp->p_special
[all...]

Completed in 49 milliseconds