Searched refs:noffset (Results 1 – 6 of 6) sorted by relevance
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | file_write.c | 61 off_t noffset, offset = 0; in main() local 180 noffset = lseek(bigfd, offset, SEEK_SET); in main() 181 if (noffset != offset) { in main() 184 filename, offset, noffset, strerror(errno), errno); in main()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | file_write.c | 76 offset_t noffset, offset = 0; in main() local 202 noffset = lseek64(bigfd, offset, SEEK_SET); in main() 203 if (noffset != offset) { in main() 205 filename, offset, noffset, strerror(errno), errno); in main()
|
/freebsd/sys/sys/ |
H A D | vnode.h | 1008 off_t osize, ooffset, noffset; \ 1010 osize = ooffset = noffset = 0; \ 1020 noffset = (ap)->a_uio->uio_offset; \ 1021 if (noffset > ooffset && !VN_KNLIST_EMPTY((ap)->a_vp)) { \ 1023 | (noffset > osize ? NOTE_EXTEND : 0)); \
|
/freebsd/contrib/file/src/ |
H A D | readelf.c | 902 size_t noffset = doff + reloffset; in do_core_note() local 904 for (j = 0; j < 16; j++, noffset++, in do_core_note() 911 if (noffset >= size) in do_core_note() 923 c = nbuf[noffset]; in do_core_note()
|
/freebsd/contrib/libpcap/ |
H A D | optimize.c | 2994 int icount, noffset; in dot_dump_node() local 3002 noffset = min(block->offset + icount, (int)prog->bf_len); in dot_dump_node() 3005 for (i = block->offset; i < noffset; i++) { in dot_dump_node()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | fonts | 245 #>84 ulelong x \b, %#x noffset
|