Searched
full:whence (Results
351 -
375 of
919) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
unistd.h | 45 /* Values for whence in fseek and lseek */
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdio | 87 int fseek(FILE* stream, long offset, int whence);
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | 558 /// int fseek(FILE *stream, long offset, int whence); 561 /// int fseeko(FILE *stream, off_t offset, int whence); 564 /// int fseeko64(FILE *stream, off64_t offset, int whence) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
gzip.py | 415 def seek(self, offset, whence=0): 416 if whence: 417 if whence == 1:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
gzip.py | 415 def seek(self, offset, whence=0): 416 if whence: 417 if whence == 1:
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
util.go | 68 func Bseek(b *Biobuf, offset int64, whence int) int64 { 74 if whence == 1 { 78 off, err := b.f.Seek(offset, whence)
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
util.go | 65 func Bseek(b *Biobuf, offset int64, whence int) int64 { 71 if whence == 1 { 75 off, err := b.f.Seek(offset, whence)
|
/prebuilts/go/darwin-x86/src/os/ |
file_windows.go | 407 // according to whence: 0 means relative to the origin of the file, 1 means 410 func (f *File) seek(offset int64, whence int) (ret int64, err error) { 413 return syscall.Seek(f.fd, offset, whence)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
util.go | 68 func Bseek(b *Biobuf, offset int64, whence int) int64 { 74 if whence == 1 { 78 off, err := b.f.Seek(offset, whence)
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
util.go | 65 func Bseek(b *Biobuf, offset int64, whence int) int64 { 71 if whence == 1 { 75 off, err := b.f.Seek(offset, whence)
|
Completed in 1571 milliseconds
<<11121314151617181920>>