Searched defs:lseek (Results 1 – 17 of 17) sorted by relevance
/third_party/NuttX/fs/vfs/ |
D | fs_lseek.c | 161 off_t lseek(int fd, off_t offset, int whence) in lseek() function
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 48 # define lseek(f,p,w) _lseeki64((f), (p), (w)) macro 67 # define lseek(f,p,w) lseek64((f), (p), (w)) macro
|
/third_party/libjpeg-turbo/md5/ |
D | md5hl.c | 44 #define lseek _lseek macro
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5hl.c | 44 #define lseek _lseek macro
|
/third_party/e2fsprogs/include/nonunix/ |
D | unistd.h | 25 #define lseek _lseek macro
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5hl.c | 44 #define lseek _lseek macro
|
/third_party/curl/lib/ |
D | curl_setup.h | 343 # define lseek(fdes,offset,whence) _lseeki64(fdes, offset, whence) macro 369 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence) macro
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfilesrc.c | 54 #define lseek _lseeki64 macro
|
D | gstfdsink.c | 68 #define lseek _lseeki64 macro
|
D | gstelements_private.c | 45 # define lseek _lseeki64 macro
|
D | gstfdsrc.c | 60 #define lseek _lseeki64 macro
|
D | gstfilesink.c | 58 #define lseek _lseeki64 macro
|
D | gstdownloadbuffer.c | 68 #define lseek _lseeki64 macro
|
D | gstqueue2.c | 77 #define lseek _lseeki64 macro
|
/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 60 #define lseek(fd, offset, origin) ((off_t)-1) macro
|
/third_party/libuv/test/ |
D | test-fs.c | 49 # define lseek _lseek macro
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 76 #define lseek _lseeki64 macro
|