Searched refs:sep_by_space (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c120 sep_by_space, local
274 __setup_vars(flags, &cs_precedes, &sep_by_space,
319 if (sep_by_space == 2) /* XXX: ? */
327 if (sep_by_space == 2)
330 if (sep_by_space == 1)
332 } else if (sep_by_space == 1)
342 if (sep_by_space == 1)
348 if ((sign_posn == 3 && sep_by_space == 2)
349 || (sep_by_space == 1
357 if (sep_by_space
434 __setup_vars(int flags, char *cs_precedes, char *sep_by_space, char *sign_posn, char **signstr) argument
475 char cs_precedes, sep_by_space, sign_posn, *signstr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5462 bool intl, char cs_precedes, char sep_by_space, char sign_posn,
5479 // value when sep_by_space says to do so. C++ can't represent
5480 // that, so we just use a space. When sep_by_space says to
5488 // sep_by_space==1 as "omit the space when the currency symbol is
5509 switch (sep_by_space)
5532 switch (sep_by_space)
5564 switch (sep_by_space)
5596 switch (sep_by_space)
5628 switch (sep_by_space)
5669 switch (sep_by_space)
5461 __init_pat(money_base::pattern& pat, basic_string<charT>& __curr_symbol_, bool intl, char cs_precedes, char sep_by_space, char sign_posn, charT space_char) argument
[all...]

Completed in 106 milliseconds