Searched refs:left_chars (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c464 int left_chars = 0; local
469 left_chars += strlen(cur_symb);
471 left_chars++;
476 left_chars += strlen(signstr);
481 left_chars += strlen(signstr);
483 return left_chars;

Completed in 43 milliseconds