Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/
H A Dctype.h73 int digittoint(int);
126 #define digittoint(c) __sbmaskrune((c), 0xFF) macro