Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A Dstrptime.c105 if (isspace_l((unsigned char)c, locale)) in _strptime()
107 isspace_l((unsigned char)*buf, locale)) in _strptime()
235 isspace_l((unsigned char)*buf, locale)) in _strptime()
398 isspace_l((unsigned char)*buf, locale)) in _strptime()
515 isspace_l((unsigned char)*buf, locale)) in _strptime()
600 while (isspace_l((unsigned char)*buf, locale)) in _strptime()
/freebsd/stand/libsa/
H A Dxlocale_private.h31 #define isspace_l(c, l) isspace(c) macro
/freebsd/lib/libc/stdlib/
H A Dstrtol.c68 } while (isspace_l((unsigned char)c, locale)); in strtol_l()
H A Dstrtoll.c69 } while (isspace_l((unsigned char)c, locale)); in strtoll_l()
H A Dstrtoul.c65 } while (isspace_l((unsigned char)c, locale)); in strtoul_l()
H A Dstrtoull.c66 } while (isspace_l((unsigned char)c, locale)); in strtoull_l()
H A Dstrtoumax.c66 } while (isspace_l((unsigned char)c, locale)); in strtoumax_l()
H A Dstrtoimax.c68 } while (isspace_l((unsigned char)c, locale)); in strtoimax_l()
/freebsd/lib/libc/locale/
H A DSymbol.map149 isspace_l;
H A DMakefile.inc65 MLINKS+=isspace.3 isspace_l.3
/freebsd/contrib/bmake/
H A D_strtol.h93 } while (isspace_l(c, loc)); in _FUNCNAME()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2116 fun:isspace_l=uninstrumented