HomeSort by relevance Sort by last modified time
    Searched defs:ltolower (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lctype.h 65 ** this 'ltolower' only works for alphabetic characters
67 #define ltolower(c) ((c) | ('A' ^ 'a')) macro
90 #define ltolower(c) (tolower(c)) macro
  /external/syslinux/com32/lua/src/
lctype.h 65 ** this 'ltolower' only works for alphabetic characters
67 #define ltolower(c) ((c) | ('A' ^ 'a')) macro
90 #define ltolower(c) (tolower(c)) macro

Completed in 142 milliseconds