OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thousands_sep
(Results
1 - 4
of
4
) sorted by relevancy
/src/include/
locale.h
41
char *
thousands_sep
;
member in struct:lconv
/src/sys/sys/
localedef.h
69
const char *
thousands_sep
;
member in struct:__anona3f85cde0308
/src/lib/libc/stdlib/
strfmon.c
102
memcpy(bufend,
thousands_sep
, thousands_sep_size); \
543
const char *
thousands_sep
;
local in function:__format_grouped_double
553
thousands_sep
= lc->mon_thousands_sep;
554
if (*
thousands_sep
== '\0')
555
thousands_sep
= lc->
thousands_sep
;
558
thousands_sep_size = strlen(
thousands_sep
);
/src/lib/libc/stdio/
vfwprintf.c
631
char
thousands_sep
; /* locale specific thousands separator */
local in function:WDECL
824
thousands_sep
= '\0';
923
thousands_sep
= *(localeconv_l(loc)->
thousands_sep
);
926
if (
thousands_sep
&& grouping && *grouping)
929
thousands_sep
= '\0';
1375
flags & GROUPING,
thousands_sep
,
1382
flags & GROUPING,
thousands_sep
,
1472
PRINT(&
thousands_sep
,
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025