Searched defs:isspace_l (Results 1 – 2 of 2) sorted by relevance
10 isspace_l (int c, struct __locale_t *locale) in isspace_l() function
215 __declare_extern_inline(int) isspace_l (int c, locale_t l) { (void) l; return isspace(c); } in isspace_l() function290 #define isspace_l(__c,__l) (__ctype_lookup_l(__c,__l)&_S) macro