HomeSort by relevance Sort by last modified time
    Searched refs:__off64_t (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
dirent.h 30 __off64_t d_off;
41 __off64_t d_off;
fcntl.h 166 __off64_t l_start; /* Offset where the lock begins. */
167 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
177 __off64_t l_start; /* Offset where the lock begins. */
178 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
235 extern int sync_file_range (int __fd, __off64_t __from, __off64_t __to,
244 extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
245 __off64_t *__offout, size_t __len,
stat.h 73 __off64_t st_size; /* Size of file, in bytes. */
138 __off64_t st_size; /* Size of file, in bytes. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
dirent.h 30 __off64_t d_off;
41 __off64_t d_off;
fcntl.h 166 __off64_t l_start; /* Offset where the lock begins. */
167 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
177 __off64_t l_start; /* Offset where the lock begins. */
178 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
235 extern int sync_file_range (int __fd, __off64_t __from, __off64_t __to,
244 extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
245 __off64_t *__offout, size_t __len,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
dirent.h 30 __off64_t d_off;
41 __off64_t d_off;
fcntl.h 166 __off64_t l_start; /* Offset where the lock begins. */
167 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
177 __off64_t l_start; /* Offset where the lock begins. */
178 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
235 extern int sync_file_range (int __fd, __off64_t __from, __off64_t __to,
244 extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
245 __off64_t *__offout, size_t __len,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
168 extern int lockf64 (int __fd, int __cmd, __off64_t __len);
180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
181 __off64_t __len, int __advise),
188 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
202 __off64_t __len),
209 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len)
    [all...]
_G_config.h 29 __off64_t __pos;
34 #define _G_off64_t __off64_t
unistd.h 216 typedef __off64_t off_t;
221 typedef __off64_t off64_t;
304 extern __off64_t __REDIRECT_NTH (lseek,
305 (int __fd, __off64_t __offset, int __whence),
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
356 __off64_t __offset),
359 size_t __nbytes, __off64_t __offset),
372 __off64_t __offset) __wur;
376 __off64_t __offset) __wur
    [all...]
aio.h 53 char __pad[sizeof (__off64_t) - sizeof (__off_t)];
55 __off64_t aio_offset; /* File offset. */
79 __off64_t aio_offset; /* File offset. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
168 extern int lockf64 (int __fd, int __cmd, __off64_t __len);
180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
181 __off64_t __len, int __advise),
188 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
202 __off64_t __len),
209 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len)
    [all...]
_G_config.h 29 __off64_t __pos;
34 #define _G_off64_t __off64_t
unistd.h 216 typedef __off64_t off_t;
221 typedef __off64_t off64_t;
304 extern __off64_t __REDIRECT_NTH (lseek,
305 (int __fd, __off64_t __offset, int __whence),
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
356 __off64_t __offset),
359 size_t __nbytes, __off64_t __offset),
372 __off64_t __offset) __wur;
376 __off64_t __offset) __wur
    [all...]
aio.h 53 char __pad[sizeof (__off64_t) - sizeof (__off_t)];
55 __off64_t aio_offset; /* File offset. */
79 __off64_t aio_offset; /* File offset. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 162 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
168 extern int lockf64 (int __fd, int __cmd, __off64_t __len);
180 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
181 __off64_t __len, int __advise),
188 extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
201 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
202 __off64_t __len),
209 extern int posix_fallocate64 (int __fd, __off64_t __offset, __off64_t __len)
    [all...]
_G_config.h 29 __off64_t __pos;
34 #define _G_off64_t __off64_t
unistd.h 216 typedef __off64_t off_t;
221 typedef __off64_t off64_t;
304 extern __off64_t __REDIRECT_NTH (lseek,
305 (int __fd, __off64_t __offset, int __whence),
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
356 __off64_t __offset),
359 size_t __nbytes, __off64_t __offset),
372 __off64_t __offset) __wur;
376 __off64_t __offset) __wur
    [all...]
aio.h 53 char __pad[sizeof (__off64_t) - sizeof (__off_t)];
55 __off64_t aio_offset; /* File offset. */
79 __off64_t aio_offset; /* File offset. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
sendfile.h 39 (int __out_fd, int __in_fd, __off64_t *__offset,
46 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
mman.h 32 typedef __off64_t off_t;
64 int __flags, int __fd, __off64_t __offset),
72 int __flags, int __fd, __off64_t __offset) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
sendfile.h 39 (int __out_fd, int __in_fd, __off64_t *__offset,
46 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
mman.h 32 typedef __off64_t off_t;
64 int __flags, int __fd, __off64_t __offset),
72 int __flags, int __fd, __off64_t __offset) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
sendfile.h 39 (int __out_fd, int __in_fd, __off64_t *__offset,
46 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
mman.h 32 typedef __off64_t off_t;
64 int __flags, int __fd, __off64_t __offset),
72 int __flags, int __fd, __off64_t __offset) __THROW;

Completed in 377 milliseconds

1 2