Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Disspace_l.c8 #undef isspace_l
10 isspace_l (int c, struct __locale_t *locale) in isspace_l() function
DCMakeLists.txt59 isspace_l.c
Dmeson.build59 'isspace_l.c',
Dctype.tex47 * Function isspace:: Whitespace character predicate (isspace, isspace_l)
/picolibc-latest/newlib/libc/stdlib/
Dstrtoul.c144 } while (isspace_l(c, loc)); in strtoul_l()
Dstrtoull.c140 } while (isspace_l(c, loc)); in _strtoull_l()
Dstrtoumax.c71 } while (isspace_l(c, loc)); in strtoumax_l()
Dstrtoimax.c73 } while (isspace_l(c, loc)); in strtoimax_l()
Dstrtoll.c146 } while (isspace_l(c, loc)); in _strtoll_l()
Dstrtol.c145 } while (isspace_l(c, loc)); in _strtol_l()
/picolibc-latest/newlib/libc/include/
Dctype.h106 int isspace_l (int c, locale_t l);
213 __declare_extern_inline(int) isspace_l (int c, locale_t l) { (void) l; return isspace(c); } in isspace_l() function
296 #define isspace_l(__c,__l) (__ctype_lookup_l(__c,__l)&_S) macro
/picolibc-latest/newlib/libc/time/
Dstrptime.c168 if (isspace_l ((unsigned char) c, locale)) { in strptime_l()
169 while (isspace_l ((unsigned char) *buf, locale)) in strptime_l()
/picolibc-latest/
DCOPYING.picolibc2939 newlib/libc/ctype/isspace_l.c