Searched refs:LC_C_LOCALE (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libc/locale/
H A Dfreelocale.c48 _DIAGASSERT(locale != LC_C_LOCALE);
/netbsd-current/lib/libc/gen/
H A Dvis.c103 #if defined(LC_C_LOCALE)
104 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE)
/netbsd-current/include/
H A Dlocale.h115 #define LC_C_LOCALE ((locale_t)__UNCONST(&_lc_C_locale)) macro
/netbsd-current/bin/sleep/
H A Dsleep.c137 val = strtod_l(arg, &temp, LC_C_LOCALE);
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dhttp.c533 #ifdef LC_C_LOCALE
534 r = strptime_l(p, "%a, %d %b %Y %H:%M:%S GMT", &tm, LC_C_LOCALE);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc24 #define SANITIZER_GET_C_LOCALE LC_C_LOCALE

Completed in 126 milliseconds