Searched refs:ltolower (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlctype.h63 ** this 'ltolower' only works for alphabetic characters
65 #define ltolower(c) ((c) | ('A' ^ 'a')) macro
88 #define ltolower(c) (tolower(c)) macro
H A Dlobject.c86 else return ltolower(c) - 'a' + 10;
/freebsd-11-stable/contrib/lua/src/
H A Dlctype.h65 ** this 'ltolower' only works for alphabetic characters
67 #define ltolower(c) ((c) | ('A' ^ 'a')) macro
90 #define ltolower(c) (tolower(c)) macro
H A Dlobject.c165 else return (ltolower(c) - 'a') + 10;
277 int mode = pmode ? ltolower(cast_uchar(*pmode)) : 0;

Completed in 157 milliseconds