Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c406 int spadlen = 0; /* amount to space pad */ in fmtint() local
439 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0); in fmtint()
442 if (spadlen < 0) in fmtint()
443 spadlen = 0; in fmtint()
445 zpadlen = MAX(zpadlen, spadlen); in fmtint()
446 spadlen = 0; in fmtint()
449 spadlen = -spadlen; /* Left Justifty */ in fmtint()
453 while (spadlen > 0) { in fmtint()
455 --spadlen; in fmtint()
475 while (spadlen < 0) { in fmtint()
[all …]