Searched refs:isspace_l (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libc/stdtime/ |
H A D | strptime.c | 105 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 D | xlocale_private.h | 31 #define isspace_l(c, l) isspace(c) macro
|
/freebsd/lib/libc/stdlib/ |
H A D | strtol.c | 68 } while (isspace_l((unsigned char)c, locale)); in strtol_l()
|
H A D | strtoll.c | 69 } while (isspace_l((unsigned char)c, locale)); in strtoll_l()
|
H A D | strtoul.c | 65 } while (isspace_l((unsigned char)c, locale)); in strtoul_l()
|
H A D | strtoull.c | 66 } while (isspace_l((unsigned char)c, locale)); in strtoull_l()
|
H A D | strtoumax.c | 66 } while (isspace_l((unsigned char)c, locale)); in strtoumax_l()
|
H A D | strtoimax.c | 68 } while (isspace_l((unsigned char)c, locale)); in strtoimax_l()
|
/freebsd/lib/libc/locale/ |
H A D | Symbol.map | 149 isspace_l;
|
H A D | Makefile.inc | 65 MLINKS+=isspace.3 isspace_l.3
|
/freebsd/contrib/bmake/ |
H A D | _strtol.h | 93 } while (isspace_l(c, loc)); in _FUNCNAME()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2116 fun:isspace_l=uninstrumented
|