Searched defs:locale (Results 101 - 125 of 129) sorted by relevance

123456

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbrtowc.c76 const char *locale; member in struct:test
/freebsd-10-stable/lib/libc/locale/
H A Dxlocale.c250 newlocale(int mask, const char *locale, locale_t base) argument
[all...]
H A Dxlocale_private.h78 char locale[ENCODING_LEN+1]; member in struct:xlocale_component
217 get_real_locale(locale_t locale) argument
[all...]
/freebsd-10-stable/lib/libc/stdtime/
H A Dstrptime.c86 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, locale_t locale) argument
[all...]
/freebsd-10-stable/contrib/libstdc++/src/
H A Dlocale.cc77 locale::locale(const locale& __other) throw() function in class:locale
84 locale::locale(_Impl* __ip) throw() : _M_impl(__ip) function in class:locale
[all...]
H A Dlocale_init.cc212 locale::locale() throw() : _M_impl(0) function in class:locale
[all...]
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h66 class locale class
565 locale::locale(const locale& __other, _Facet* __f) function in class:locale
[all...]
/freebsd-10-stable/lib/libc/stdio/
H A Dprintfcommon.h87 io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale) argument
152 io_flush(struct io_state *iop, locale_t locale) argument
115 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, locale_t locale) argument
134 io_printandpad(struct io_state *iop, const CHAR *p, const CHAR *ep, int len, const CHAR * __restrict with, locale_t locale) argument
H A Dvfscanf.c162 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) argument
283 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) argument
452 vfscanf_l(FILE *fp, locale_t locale, cha argument
221 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, locale_t locale) argument
467 __svfscanf(FILE *fp, locale_t locale, const char *fmt0, va_list ap) argument
925 parsefloat(FILE *fp, char *buf, char *end, locale_t locale) argument
[all...]
H A Dvfwscanf.c141 convert_char(FILE *fp, char * mbp, int width, locale_t locale) argument
165 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) argument
182 convert_ccl(FILE *fp, char * mbp, int width, const struct ccl *ccl, locale_t locale) argument
210 convert_wccl(FILE *fp, wchar_t *wcp, int width, const struct ccl *ccl, locale_t locale) argument
240 convert_string(FILE *fp, char * mbp, int width, locale_t locale) argument
267 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) argument
302 parseint(FILE *fp, wchar_t *buf, int width, int base, int flags, locale_t locale) argument
425 vfwscanf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, va_list ap) argument
447 __vfwscanf(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, va_list ap) argument
791 parsefloat(FILE *fp, wchar_t *buf, wchar_t *end, locale_t locale) argument
[all...]
H A Dvfwprintf.c95 get_decpt(locale_t locale) argument
109 get_thousep(locale_t locale) argument
129 grouping_init(struct grouping_state *gs, int ndigits, locale_t locale) argument
154 grouping_print(struct grouping_state *gs, struct io_state *iop, const CHAR *cp, const CHAR *ep, locale_t locale) argument
190 __sprint(FILE *fp, struct __suio *uio, locale_t locale) argument
215 __sbprintf(FILE *fp, locale_t locale, const wchar_t *fmt, va_list ap) argument
252 __xfputwc(wchar_t wc, FILE *fp, locale_t locale) argument
353 vfwprintf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt0, va_list ap) argument
390 __vfwprintf(FILE *fp, locale_t locale, const wchar_t *fmt0, va_list ap) argument
[all...]
H A Dvfprintf.c99 struct lconv *locale; local
125 grouping_print(struct grouping_state *gs, struct io_state *iop, const CHAR *cp, const CHAR *ep, locale_t locale) argument
156 __sprint(FILE *fp, struct __suio *uio, locale_t locale) argument
176 __sbprintf(FILE *fp, locale_t locale, const char *fmt, va_list ap) argument
271 vfprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt0, va_list ap) argument
308 __vfprintf(FILE *fp, locale_t locale, const char *fmt0, va_list ap) argument
[all...]
/freebsd-10-stable/usr.bin/seq/
H A Dseq.c82 struct lconv *locale; local
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_evt.c141 parse_locale(char *arg, uint16_t *locale) argument
271 format_locale(uint16_t locale) argument
[all...]
/freebsd-10-stable/lib/libkiconv/
H A Dxlat16_iconv.c130 int error, locale; local
/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_streambuf.h572 imbue(const locale&) argument
[all...]
/freebsd-10-stable/usr.sbin/lpr/lpr/
H A Dlpr.c106 static char *locale; /* pr'ing locale */ variable
/freebsd-10-stable/usr.sbin/kbdmap/
H A Dkbdmap.c172 const char *locale; local
/freebsd-10-stable/usr.bin/makewhatis/
H A Dmakewhatis.c101 static char *locale; /* user's locale if -L is used */ variable
[all...]
/freebsd-10-stable/usr.bin/catman/
H A Dcatman.c68 static char *locale; /* user's locale if -L is used */ variable
[all...]
/freebsd-10-stable/usr.bin/ncal/
H A Dncal.c216 const char *locale; /* locale to get country code */ local
[all...]
/freebsd-10-stable/usr.bin/sort/
H A Dsort.c324 const char *locale; local
/freebsd-10-stable/contrib/libc++/src/
H A Dlocale.cpp516 locale::locale(const char* name) function in class:locale
527 locale::locale(const string& name) function in class:locale
533 locale::locale(const locale& other, const char* name, category c) function in class:locale
544 locale::locale(const locale& other, const string& name, category c) function in class:locale
550 locale::locale(const locale& other, const locale& one, category c) function in class:locale
[all...]
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c109 static char locale[80]; /* ``pr'' locale */ variable
[all...]
/freebsd-10-stable/lib/libfetch/
H A Dhttp.c876 char locale[64], *r; local

Completed in 171 milliseconds

123456