Home
last modified time | relevance | path

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

/stdlib/
A Dstrfmon_l.c113 int p_sign_posn; in __vstrfmon_l_internal() local
158 p_sign_posn = -2; /* This indicates whether the */ in __vstrfmon_l_internal()
186 p_sign_posn = *_NL_CURRENT (LC_MONETARY, P_SIGN_POSN); in __vstrfmon_l_internal()
195 p_sign_posn = 0; in __vstrfmon_l_internal()
314 if (p_sign_posn == -2) in __vstrfmon_l_internal()
315 p_sign_posn = *_NL_CURRENT (LC_MONETARY, int_format ? INT_P_SIGN_POSN : P_SIGN_POSN); in __vstrfmon_l_internal()
376 other_sign_posn = p_sign_posn; in __vstrfmon_l_internal()
383 sign_posn = p_sign_posn; in __vstrfmon_l_internal()

Completed in 4 milliseconds