Home
last modified time | relevance | path

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

/third_party/bounds_checking_function/src/
H A Dsecinput.h150 #ifndef isxupper
151 #define isxupper(c) ((c) >= 'A' && (c) <= 'F') macro
157 #define isxdigit(c) (isdigit(c) || isxupper(c) || isxlower(c))

Completed in 1 milliseconds