Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1649 RestrictStackT * rpad; in list_restrict4() local
1653 for (rpad = NULL; res; res = res->link) in list_restrict4()
1654 if (!pushRestriction(&rpad, res)) in list_restrict4()
1657 while (pir && popRestriction(&rpad, &res)) { in list_restrict4()
1667 flushRestrictionStack(&rpad); in list_restrict4()
1681 RestrictStackT * rpad; in list_restrict6() local
1685 for (rpad = NULL; res; res = res->link) in list_restrict6()
1686 if (!pushRestriction(&rpad, res)) in list_restrict6()
1689 while (pir && popRestriction(&rpad, &res)) { in list_restrict6()
1698 flushRestrictionStack(&rpad); in list_restrict6()
[all...]
/freebsd/contrib/dialog/po/
H A Dhu.po5 # Árpad Biró <biro_arpad@yahoo.com>, 2003.
/freebsd/usr.bin/diff/
H A Ddiffreg.c210 static int hw, lpad,rpad; /* half width and padding */ variable
316 rpad = (width - hw * 2 - 1) - lpad; in diffreg_stone()
923 print_space(nc, hw - nc + lpad + 1 + rpad, flags); in output()
1213 print_space(hw + lpad + 1, rpad, *pflags); in change()