OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sys_lseek
(Results
51 - 75
of
163
) sorted by null
1
2
3
4
5
6
7
/prebuilts/go/darwin-x86/src/syscall/
syscall_openbsd.go
175
//sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) =
SYS_LSEEK
zsysnum_darwin_386.go
141
SYS_LSEEK
= 199
zsysnum_darwin_amd64.go
141
SYS_LSEEK
= 199
zsysnum_darwin_arm.go
146
SYS_LSEEK
= 199
zsysnum_darwin_arm64.go
140
SYS_LSEEK
= 199
zsysnum_linux_386.go
28
SYS_LSEEK
= 19
zsysnum_linux_arm.go
27
SYS_LSEEK
= 19
zsysnum_linux_ppc64.go
28
SYS_LSEEK
= 19
zsysnum_linux_ppc64le.go
28
SYS_LSEEK
= 19
syscall_dragonfly.go
176
//sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) =
SYS_LSEEK
syscall_freebsd.go
198
//sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) =
SYS_LSEEK
syscall_netbsd.go
196
//sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) =
SYS_LSEEK
/prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go
16
//sys naclSeek(fd int, off *int64, whence int) (err error) =
sys_lseek
syscall_openbsd.go
175
//sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) =
SYS_LSEEK
zsysnum_darwin_386.go
141
SYS_LSEEK
= 199
zsysnum_darwin_amd64.go
141
SYS_LSEEK
= 199
zsysnum_darwin_arm.go
146
SYS_LSEEK
= 199
zsysnum_darwin_arm64.go
140
SYS_LSEEK
= 199
zsysnum_linux_386.go
28
SYS_LSEEK
= 19
zsysnum_linux_arm.go
27
SYS_LSEEK
= 19
zsysnum_linux_ppc64.go
28
SYS_LSEEK
= 19
zsysnum_linux_ppc64le.go
28
SYS_LSEEK
= 19
syscall_dragonfly.go
176
//sys Seek(fd int, offset int64, whence int) (newoffset int64, err error) =
SYS_LSEEK
/external/valgrind/coregrind/m_syswrap/
priv_syswrap-linux.h
250
DECL_TEMPLATE(linux,
sys_lseek
);
/external/valgrind/include/vki/
vki-scnums-solaris.h
77
#define __NR_lseek
SYS_lseek
Completed in 542 milliseconds
1
2
3
4
5
6
7