Searched refs:hangover (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/cryptsetup/lib/ |
| HD | utils.c | 184 int r, hangover, solid, bsize, alignment; in write_blockwise() local 190 hangover = count % bsize; in write_blockwise() 191 solid = count - hangover; in write_blockwise() 206 if (hangover) { in write_blockwise() 217 memcpy(hangover_buf, buf + solid, hangover); in write_blockwise() 233 int r, hangover, solid, bsize, alignment; in read_blockwise() local 239 hangover = count % bsize; in read_blockwise() 240 solid = count - hangover; in read_blockwise() 254 if (hangover) { in read_blockwise() 262 memcpy(buf + solid, hangover_buf, hangover); in read_blockwise()
|
| /dragonfly/games/fortune/datfiles/ |
| HD | fortunes | 50245 There are two problems with a major hangover. You feel 57678 Your hangover just makes it seem terrible.
|
| /dragonfly/contrib/ncurses/misc/ |
| HD | terminfo.src | 15784 # (dg211: this had <cup=\020%r%.%>., which was an ancient termcap hangover.
|