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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlctype.h64 ** this 'ltolower' only works for alphabetic characters
66 #define ltolower(c) ((c) | ('A' ^ 'a')) macro
89 #define ltolower(c) (tolower(c)) macro
H A Dlobject.c85 else return ltolower(c) - 'a' + 10;
/freebsd-13-stable/contrib/lua/src/
H A Dlctype.h66 ** In ASCII, this 'ltolower' is correct for alphabetic characters and
71 #define ltolower(c) \ macro
96 #define ltolower(c) (tolower(c))
H A Dlobject.c137 else return (ltolower(c) - 'a') + 10;
254 int mode = pmode ? ltolower(cast_uchar(*pmode)) : 0;

Completed in 74 milliseconds