Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
d_howmany
usr/src/cmd/backup/dump/dump.h
88
#define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0))
usr/src/cmd/backup/restore/restore.h
366
#define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0))