HomeSort by: relevance | last modified time | path
    Searched refs:rpad (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 1651 RestrictStack4T * rpad; local
1655 for (rpad = NULL; res; res = res->link)
1656 if (!pushRestriction4(&rpad, res))
1659 while (pir && popRestriction4(&rpad, &res)) {
1669 flushRestrictionStack4(&rpad);
1752 RestrictStack6T * rpad; local
1756 for (rpad = NULL; res; res = res->link)
1757 if (!pushRestriction6(&rpad, res))
1760 while (pir && popRestriction6(&rpad, &res)) {
1769 flushRestrictionStack6(&rpad);
    [all...]
  /src/tests/usr.bin/printf/
printf.sh 1381 lpad= rpad= zpad=
1385 expect "6${rpad}" '%-*d' "$i" 6
1389 rpad="${rpad} "
  /src/usr.bin/diff/
diffreg.c 213 static int hw, lpad, rpad; /* half width and padding */ variable
292 rpad = (width - hw * 2 - 1) - lpad;
878 print_space(nc, hw - nc + lpad + 1 + rpad, flags);
1158 print_space(hw + lpad + 1, rpad, *pflags);

Completed in 52 milliseconds