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

/freebsd-13-stable/tools/build/cross-build/include/linux/
H A Dctype.h42 #ifndef digittoint
44 digittoint(char c) function
/freebsd-13-stable/lib/msun/src/
H A Ds_nan.c73 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
76 digittoint(s[si]) << (bitpos % 32);
/freebsd-13-stable/usr.bin/dtc/
H A Dutil.hh54 * Glibc doesn't have a definition of digittoint, so provide our own.
56 inline int digittoint(int c) function in namespace:__anon16340
H A Dinput_buffer.cc988 outByte = (digittoint((*this)[0]) << 4) | digittoint((*this)[1]);
/freebsd-13-stable/lib/libc/locale/
H A Disctype.c48 #undef digittoint macro
50 digittoint(int c) function
H A DMakefile.inc36 ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
/freebsd-13-stable/include/
H A Dctype.h75 int digittoint(int);
128 #define digittoint(c) __sbmaskrune((c), 0xFF) macro
/freebsd-13-stable/usr.bin/sockstat/
H A Dsockstat.c221 port = port * 10 + digittoint(*p);
239 end = end * 10 + digittoint(*p);

Completed in 181 milliseconds