Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/stdlib/
H A Dstrfmon.c475 size_t 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()
489 left_chars++; in __calc_left_pad()
492 left_chars += strlen(signstr); in __calc_left_pad()
497 left_chars += strlen(signstr); in __calc_left_pad()
499 _DIAGASSERT(__type_fit(int, left_chars)); in __calc_left_pad()
500 return (int)left_chars; in __calc_left_pad()