Home
last modified time | relevance | path

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

/external/e2fsprogs/include/nonunix/
Dunistd.h25 #define lseek _lseek
/external/curl/src/
Dtool_cb_see.c101 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence)
/external/libjpeg-turbo/md5/
Dmd5hl.c44 #define lseek _lseek
/external/libcups/vcnet/
Dconfig.h39 #define lseek _lseek
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dfd.c115 #define BORINGSSL_LSEEK _lseek
/external/boringssl/src/crypto/bio/
Dfd.c115 #define BORINGSSL_LSEEK _lseek
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/
Dsyscalls.c189 int _lseek(int32_t file, int32_t ptr, int32_t dir) in _lseek() function
/external/ImageMagick/MagickCore/
Dnt-base.h167 # define lseek _lseek
/external/curl/lib/
Dcurl_setup.h349 # define lseek(fdes,offset,whence) _lseek(fdes, (long)offset, whence)
/external/python/cpython2/PC/
D_msi.c90 long result = (long)_lseek(hf, dist, seektype); in FNFCISEEK()
/external/python/cpython3/PC/
D_msi.c90 long result = (long)_lseek((int)hf, dist, seektype); in FNFCISEEK()