Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/locale/
H A Dstrfmon.c475 int left_chars = 0; in calc_left_pad() local
481 left_chars += strlen(cur_symb); in calc_left_pad()
483 left_chars++; in calc_left_pad()
488 left_chars += strlen(signstr); in calc_left_pad()
493 left_chars += strlen(signstr); in calc_left_pad()
495 return (left_chars); in calc_left_pad()