Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dstrfmon_l.c120 int other_sep_by_space; in __vstrfmon_l_internal() local
375other_sep_by_space = *_NL_CURRENT (LC_MONETARY, int_format ? INT_P_SEP_BY_SPACE : P_SEP_BY_SPACE); in __vstrfmon_l_internal()
389other_sep_by_space = *_NL_CURRENT (LC_MONETARY, int_format ? INT_N_SEP_BY_SPACE : N_SEP_BY_SPACE); in __vstrfmon_l_internal()
400 if (other_sep_by_space == '\377') in __vstrfmon_l_internal()
401 other_sep_by_space = 0; in __vstrfmon_l_internal()
416 if (other_sep_by_space == 2) in __vstrfmon_l_internal()
422 other_sep_by_space = 0; in __vstrfmon_l_internal()
451 if (other_sep_by_space != 0) in __vstrfmon_l_internal()