Searched refs:positionof (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/mail/ | ||
H A D | def.h | 96 #define positionof(block, offset) ((off_t)(block) * 4096 + (offset)) macro |
H A D | fio.c | 204 positionof(mp->m_block, mp->m_offset), SEEK_SET) < 0) in setinput() |