Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dlzo_supp.h958 LZOLIB_EXTERN(int, lzo_ascii_utoupper) (int);
966 #define lzo_ascii_utoupper(c) lzo_ascii_toupper(LZO_ITRUNC(unsigned char, c)) macro