Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dstrfmon.c465 int left_chars = 0; in __calc_left_pad() local
471 left_chars += strlen(cur_symb); in __calc_left_pad()
473 left_chars++; in __calc_left_pad()
479 left_chars++; in __calc_left_pad()
482 left_chars += strlen(signstr); in __calc_left_pad()
487 left_chars += strlen(signstr); in __calc_left_pad()
489 return (left_chars); in __calc_left_pad()