Home
last modified time | relevance | path

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

/stdlib/
A Dstrfmon_l.c437 int other_left_bytes = 0; in __vstrfmon_l_internal() local
450 other_left_bytes += currency_symbol_len; in __vstrfmon_l_internal()
452 ++other_left_bytes; in __vstrfmon_l_internal()
465 ++other_left_bytes; in __vstrfmon_l_internal()
467 other_left_bytes += strlen (other_sign_string); in __vstrfmon_l_internal()
470 other_left_bytes += strlen (other_sign_string); in __vstrfmon_l_internal()
474 if (other_left_bytes > left_bytes) in __vstrfmon_l_internal()
475 left_pad = other_left_bytes - left_bytes; in __vstrfmon_l_internal()

Completed in 5 milliseconds