Home
last modified time | relevance | path

Searched refs:fd_pos (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/pciutils/pciutils-3.7.0/lib/
H A Dpread.h40 if (a->fd_pos != where && lseek(fd, where, SEEK_SET) < 0) \
44 a->fd_pos = -1; \
46 a->fd_pos = where + r; \
H A Dpci.h82 int fd_pos; /* proc/sys: current position */ member
H A Dproc.c145 a->fd_pos = 0; in proc_setup()
H A Dsysfs.c420 a->fd_pos = 0; in sysfs_setup()
/dports/devel/libpci/pciutils-3.7.0/lib/
H A Dpread.h40 if (a->fd_pos != where && lseek(fd, where, SEEK_SET) < 0) \
44 a->fd_pos = -1; \
46 a->fd_pos = where + r; \
H A Dpci.h82 int fd_pos; /* proc/sys: current position */ member
H A Dproc.c145 a->fd_pos = 0; in proc_setup()
H A Dsysfs.c420 a->fd_pos = 0; in sysfs_setup()
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dcp2k.py82 fd_pos = fileobj.tell()
83 header_end = fd_pos
87 fd_rest = fileobj.tell() - fd_pos
89 fileobj.seek(fd_pos)
/dports/archivers/upx/upx-3.96/src/
H A Dp_vmlinz.cpp262 off_t fd_pos; in decompressKernel() local
266 fd_pos = -1; in decompressKernel()
280 fd_pos = lseek(fd, 0, SEEK_CUR); in decompressKernel()
345 if (fd_pos != file_size) in decompressKernel()
844 off_t fd_pos; in decompressKernel() local
848 fd_pos = -1; in decompressKernel()
862 fd_pos = lseek(fd, 0, SEEK_CUR); in decompressKernel()
884 if (fd_pos != file_size) { in decompressKernel()
/dports/graphics/milton/milton-1.9.1/src/
H A Dshadergen.cc24 fpos_t fd_pos; in bytes_until_end() local
25 fgetpos(fd, &fd_pos); in bytes_until_end()
28 fsetpos(fd, &fd_pos); in bytes_until_end()