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

/macosx-10.10/rsync-45/rsync/
H A Dchmod.c51 int where = 0, what = 0, op = 0, topbits = 0, topoct = 0, flags = 0; local
88 curr_mode->ModeAND = CHMOD_BITS - (where * 7) - (topoct ? topbits : 0);
100 where = what = op = topoct = topbits = flags = 0;
117 topbits |= 04000;
121 topbits |= 02000;
160 if (topbits)
161 topoct |= topbits;
/macosx-10.10/gnutar-453/gnutar/src/
H A Dlist.c825 uintmax_t topbits = (((uintmax_t) - signbit) local
834 if (((value << LG_256 >> LG_256) | topbits) != value)

Completed in 47 milliseconds