Searched defs:STRVIS_ISWHITE (Results 1 – 4 of 4) sorted by relevance
38 #define STRVIS_ISWHITE(x) ((x) == ' ' || (x) == '\0' || (x) == '\377') macro
59 #define STRVIS_ISWHITE(x) ((x) == ' ' || (x) == '\0' || (x) == (u_char)'\377') macro
48 #define STRVIS_ISWHITE(x) ((x) == ' ' || (x) == '\0' || (x) == (u_char)'\377') in nvme_strvis() macro
198 #define STRVIS_ISWHITE(x) ((x) == ' ' || (x) == '\0' || (x) == (u_char)'\377') macro