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

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c1651 RestrictStackT * rpad; local
1655 for (rpad = NULL; res; res = res->link)
1656 if (!pushRestriction(&rpad, res))
1659 while (pir && popRestriction(&rpad, &res)) {
1669 flushRestrictionStack(&rpad);
1683 RestrictStackT * rpad; local
1687 for (rpad = NULL; res; res = res->link)
1688 if (!pushRestriction(&rpad, res))
1691 while (pir && popRestriction(&rpad, &res)) {
1700 flushRestrictionStack(&rpad);
[all...]
/netbsd-current/tests/usr.bin/printf/
H A Dprintf.sh1381 lpad= rpad= zpad=
1385 expect "6${rpad}" '%-*d' "$i" 6
1389 rpad="${rpad} "

Completed in 197 milliseconds