/external/strace/ |
desc.c | 186 static const struct xlat whence[] = { variable in typeref:struct:xlat 209 tprintf(", whence="); 210 printxval(whence, fl.l_whence, "SEEK_???"); 235 tprintf(", whence="); 236 printxval(whence, fl.l_whence, "SEEK_???");
|
file.c | 442 static const struct xlat whence[] = { variable in typeref:struct:xlat 465 printxval(whence, _whence, "SEEK_???"); 497 printxval(whence, tcp->u_arg[4], "SEEK_???"); 532 printxval(whence, tcp->u_arg[3], "SEEK_???"); [all...] |
/bionic/libc/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
OSFileSystem.java | 97 public native long seek(int fd, long offset, int whence) throws IOException;
|
/external/e2fsprogs/lib/blkid/ |
blkidP.h | 157 extern blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence);
|
/external/qemu/hw/ |
hw.h | 231 int64_t qemu_fseek(QEMUFile *f, int64_t pos, int whence);
|
/external/tremolo/Tremolo/ |
ivorbisfile.h | 61 int (*seek_func) (void *datasource, ogg_int64_t offset, int whence);
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 650 off_t yaffs_lseek(int fd, off_t offset, int whence) 666 else if(whence == SEEK_SET) 673 else if(whence == SEEK_CUR) 680 else if(whence == SEEK_END)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
unistd.h | 46 /* Values for whence in fseek and lseek */
|
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 767 z_off_t ZEXPORT gzseek (file, offset, whence) 770 int whence; 774 if (s == NULL || whence == SEEK_END || 783 if (whence == SEEK_SET) { 809 if (whence == SEEK_CUR) {
|
/external/zlib/ |
gzio.c | 767 z_off_t ZEXPORT gzseek (file, offset, whence) 770 int whence; 774 if (s == NULL || whence == SEEK_END || 783 if (whence == SEEK_SET) { 809 if (whence == SEEK_CUR) {
|
/external/qemu/ |
savevm.c | 547 int64_t qemu_fseek(QEMUFile *f, int64_t pos, int whence) 549 if (whence == SEEK_SET) { 551 } else if (whence == SEEK_CUR) { [all...] |
/external/zlib/as400/ |
zlib.inc | 167 D whence 10i 0 value Origin
|
/external/zlib/contrib/asm686/ |
match.S | 322 /* Restore the stack and return from whence we came. */
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 742 int whence, __u64 *ret_pos); 744 int whence, ext2_off_t *ret_pos); [all...] |
/dalvik/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSFileSystem.cpp | 341 /* Convert whence argument */
|
/external/zlib/contrib/ada/ |
zlib-thin.ads | 223 whence : Int)
|
/external/zlib/contrib/asm586/ |
match.S | 357 /* Restore the stack and return from whence we came. */
|
/external/zlib/contrib/masm686/ |
match.asm | 401 ; Restore the stack and return from whence we came.
|
/external/zlib/contrib/masmx64/ |
gvmat64.asm | 488 ;;; Restore the stack and return from whence we came.
|