HomeSort by: relevance | last modified time | path
    Searched defs:lseek (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/sys/lib/libsa/
lseek.c 1 /* $NetBSD: lseek.c,v 1.11 2007/12/02 04:59:26 tsutsui Exp $ */
34 * @(#)lseek.c 8.1 (Berkeley) 6/11/93
67 lseek(int fd, off_t offset, int where) function
cread.c 32 * - replaces open(), close(), read(), lseek().
33 * - original libsa open(), close(), read(), lseek() are called
207 * to lseek on this file as a compressed file.
257 * new open(), close(), read(), lseek()
426 lseek(int fd, off_t offset, int where) function
501 panic("lseek compressed");
  /src/sys/arch/atari/stand/tostools/libtos/
cread.h 40 #define lseek clseek macro
  /src/external/bsd/libarchive/dist/libarchive/test/
test_open_fd.c 30 #ifdef lseek
31 #undef lseek macro
33 #define lseek _lseek macro
90 assert(lseek(fd, 0, SEEK_SET) == 0);
test_archive_read_multiple_data_objects.c 34 #ifdef lseek
35 #undef lseek macro
37 #define lseek(f, o, w) _lseek(f, (long)(o), (int)(w)) macro
205 int64_t result = lseek(mydata->fd, request, SEEK_CUR);
250 r = lseek(mine->fd, request, whence);
  /src/external/gpl3/gdb.old/dist/gdb/
proc-utils.h 106 #define lseek(X,Y,Z) lseek_with_trace (X, Y, Z, __FILE__, __LINE__) macro
  /src/external/gpl3/gdb/dist/gdb/
proc-utils.h 106 #define lseek(X,Y,Z) lseek_with_trace (X, Y, Z, __FILE__, __LINE__) macro
  /src/include/
rmt.h 6 * Added routines to replace open(), close(), lseek(), ioctl(), etc.
55 #define lseek rmtlseek macro
  /src/sys/arch/i386/stand/lib/test/
sanamespace.h 13 #undef lseek macro
  /src/tests/compat/linux/
h_linux.h 49 #define lseek(fd, off, whence) (off_t)syscall(LINUX_SYS_lseek, fd, \ macro
  /src/lib/librefuse/refuse/
v38.h 88 /* lseek() appeared on FUSE 3.8. */
89 off_t (*lseek) (const char *, off_t, int, struct fuse_file_info *); member in struct:fuse_operations_v38
  /src/sys/rump/include/rump/
rump_syscallshotgun.h 97 #define lseek(a,b,c) rump_sys_lseek(a,b,c) macro
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
windows-config.h 99 #define lseek _lseek macro
  /src/usr.sbin/mopd/common/
common.h 86 off_t lseek; /* Seek before last read */ member in struct:dllist
  /src/external/public-domain/xz/dist/src/xz/
file_io.c 48 # define lseek _lseeki64 macro
1051 if (lseek(STDOUT_FILENO, 0, SEEK_END) == -1)
1074 } else if (lseek(STDOUT_FILENO, 0, SEEK_CUR)
1185 if (lseek(pair->dest_fd, pair->dest_pending_sparse - 1,
1235 (void)lseek(pair->src_fd, -(off_t)(rewind_size), SEEK_CUR);
1323 if (lseek(pair->src_fd, (off_t)(pos), SEEK_SET) == -1) {
1339 // Using lseek() and read() is more portable than pread() and
1449 // if size == 0 to avoid doing the lseek().
1469 if (lseek(pair->dest_fd, pair->dest_pending_sparse,
  /src/external/bsd/libarchive/dist/tar/
write.c 104 /* Not a full lseek() emulation, but enough for our needs here. */
142 #ifdef lseek
143 #undef lseek macro
145 #define lseek seek_file macro
344 if (lseek(bsdtar->fd, end_offset, SEEK_SET) < 0)
421 if (lseek(bsdtar->fd, end_offset, SEEK_SET) < 0)
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 101 #ifdef lseek
102 #undef lseek macro
104 #define lseek _lseeki64 macro
106 #define lseek __la_lseek macro
  /src/external/bsd/top/dist/machine/
m_irix5.c 75 #define lseek lseek64 macro
496 if (lseek(kmem, offset, SEEK_SET) == -1) {
499 (void) fprintf(stderr, "%s: lseek to %s: %s\n", KMEM,
  /src/external/gpl3/binutils/dist/include/sim/
callback.h 78 int64_t (*lseek) (host_callback *, int, int64_t, int);
77 int64_t (*lseek) (host_callback *, int, int64_t, int); member in struct:host_callback_struct
  /src/external/gpl3/binutils.old/dist/include/sim/
callback.h 78 int64_t (*lseek) (host_callback *, int, int64_t, int);
77 int64_t (*lseek) (host_callback *, int, int64_t, int); member in struct:host_callback_struct
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 2187 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */
2190 # define lseek rpl_lseek
2192 _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2193 _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2196 # undef lseek
2197 # define lseek _lseek
2199 _GL_CXXALIAS_MDA (lseek, off_t, (int fd, off_t offset, int whence));
2201 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
2203 _GL_CXXALIASWARN (lseek);
2205 # undef lseek macro
2216 # undef lseek macro
2217 # define lseek macro
2223 _GL_CXXALIASWARN (lseek); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 2187 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */
2190 # define lseek rpl_lseek
2192 _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2193 _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2196 # undef lseek
2197 # define lseek _lseek
2199 _GL_CXXALIAS_MDA (lseek, off_t, (int fd, off_t offset, int whence));
2201 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
2203 _GL_CXXALIASWARN (lseek);
2205 # undef lseek macro
2216 # undef lseek macro
2217 # define lseek macro
2223 _GL_CXXALIASWARN (lseek); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 2187 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */
2190 # define lseek rpl_lseek
2192 _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2193 _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2196 # undef lseek
2197 # define lseek _lseek
2199 _GL_CXXALIAS_MDA (lseek, off_t, (int fd, off_t offset, int whence));
2201 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
2203 _GL_CXXALIASWARN (lseek);
2205 # undef lseek macro
2216 # undef lseek macro
2217 # define lseek macro
2223 _GL_CXXALIASWARN (lseek); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
unistd.h 2187 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */
2190 # define lseek rpl_lseek
2192 _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2193 _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2196 # undef lseek
2197 # define lseek _lseek
2199 _GL_CXXALIAS_MDA (lseek, off_t, (int fd, off_t offset, int whence));
2201 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
2203 _GL_CXXALIASWARN (lseek);
2205 # undef lseek macro
2216 # undef lseek macro
2217 # define lseek macro
2223 _GL_CXXALIASWARN (lseek); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
unistd.h 2187 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html>. */
2190 # define lseek rpl_lseek
2192 _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2193 _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
2196 # undef lseek
2197 # define lseek _lseek
2199 _GL_CXXALIAS_MDA (lseek, off_t, (int fd, off_t offset, int whence));
2201 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
2203 _GL_CXXALIASWARN (lseek);
2205 # undef lseek macro
2216 # undef lseek macro
2217 # define lseek macro
2223 _GL_CXXALIASWARN (lseek); variable
    [all...]

Completed in 45 milliseconds

1 2 3 4