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

/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_var.h360 char *bpad, *wpad, *rpad; /* Padding for userland. */ member in struct:gv_plex
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_request.c1649 RestrictStackT * rpad; local
1653 for (rpad = NULL; res; res = res->link)
1654 if (!pushRestriction(&rpad, res))
1657 while (pir && popRestriction(&rpad, &res)) {
1667 flushRestrictionStack(&rpad);
1681 RestrictStackT * rpad; local
1685 for (rpad = NULL; res; res = res->link)
1686 if (!pushRestriction(&rpad, res))
1689 while (pir && popRestriction(&rpad, &res)) {
1698 flushRestrictionStack(&rpad);
[all...]
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c210 static int hw, lpad,rpad; /* half width and padding */ variable
316 rpad = (width - hw * 2 - 1) - lpad;
920 print_space(nc, hw - nc + lpad + 1 + rpad, flags);
1210 print_space(hw + lpad + 1, rpad, *pflags);

Completed in 118 milliseconds