Searched refs:_lseek (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 25 #define lseek _lseek
|
/external/curl/src/ |
D | tool_cb_see.c | 101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence)
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 44 #define lseek _lseek
|
/external/libcups/vcnet/ |
D | config.h | 39 #define lseek _lseek
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | fd.c | 115 #define BORINGSSL_LSEEK _lseek
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 115 #define BORINGSSL_LSEEK _lseek
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/ |
D | syscalls.c | 189 int _lseek(int32_t file, int32_t ptr, int32_t dir) in _lseek() function
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 167 # define lseek _lseek
|
/external/curl/lib/ |
D | curl_setup.h | 349 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence)
|
/external/python/cpython2/PC/ |
D | _msi.c | 90 long result = (long)_lseek(hf, dist, seektype); in FNFCISEEK()
|
/external/python/cpython3/PC/ |
D | _msi.c | 90 long result = (long)_lseek((int)hf, dist, seektype); in FNFCISEEK()
|