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

/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c476 int left_chars = 0; local
481 left_chars += strlen(cur_symb);
483 left_chars++;
488 left_chars += strlen(signstr);
493 left_chars += strlen(signstr);
495 return (left_chars);

Completed in 106 milliseconds