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

/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dlocate.h58 /* #define TO7BIT(x) (x = ( ((u_char)x) & CHAR_MAX )) */
59 #define TO7BIT(x) (x = x & CHAR_MAX ) macro
H A Dfastfind.c270 TO7BIT(c);

Completed in 119 milliseconds