Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c407 int zpadlen = 0; /* amount to zero pad */ in fmtint() local
438 zpadlen = max - place; in fmtint()
440 if (zpadlen < 0) in fmtint()
441 zpadlen = 0; in fmtint()
445 zpadlen = MAX(zpadlen, spadlen); in fmtint()
463 if (zpadlen > 0) { in fmtint()
464 while (zpadlen > 0) { in fmtint()
466 --zpadlen; in fmtint()
516 int zpadlen = 0; in fmtfp() local
579 zpadlen = max - fplace; in fmtfp()
[all …]