Home
last modified time | relevance | path

Searched refs:sys_lseek (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/editors/fpc-ide/fpc-3.2.2/rtl/beos/i386/
H A Dfunc.as44 /* int sys_lseek (int handle, long long pos, int whence) */
45 .globl sys_lseek
46 .type sys_lseek,@function
47 sys_lseek:
H A Dprt0.as57 /* int sys_lseek (int handle, long long pos, int whence) */
58 .globl sys_lseek
59 .type sys_lseek,@function
60 sys_lseek:
H A Dcprt0.as92 /* int sys_lseek (int handle, long long pos, int whence) */
93 .globl sys_lseek
94 .type sys_lseek,@function
95 sys_lseek:
/dports/lang/fpc-source/fpc-3.2.2/rtl/beos/i386/
H A Dfunc.as44 /* int sys_lseek (int handle, long long pos, int whence) */
45 .globl sys_lseek
46 .type sys_lseek,@function
47 sys_lseek:
H A Dprt0.as57 /* int sys_lseek (int handle, long long pos, int whence) */
58 .globl sys_lseek
59 .type sys_lseek,@function
60 sys_lseek:
H A Dcprt0.as92 /* int sys_lseek (int handle, long long pos, int whence) */
93 .globl sys_lseek
94 .type sys_lseek,@function
95 sys_lseek:
/dports/lang/fpc/fpc-3.2.2/rtl/beos/i386/
H A Dfunc.as44 /* int sys_lseek (int handle, long long pos, int whence) */
45 .globl sys_lseek
46 .type sys_lseek,@function
47 sys_lseek:
H A Dprt0.as57 /* int sys_lseek (int handle, long long pos, int whence) */
58 .globl sys_lseek
59 .type sys_lseek,@function
60 sys_lseek:
H A Dcprt0.as92 /* int sys_lseek (int handle, long long pos, int whence) */
93 .globl sys_lseek
94 .type sys_lseek,@function
95 sys_lseek:
/dports/lang/fpc-utils/fpc-3.2.2/rtl/beos/i386/
H A Dfunc.as44 /* int sys_lseek (int handle, long long pos, int whence) */
45 .globl sys_lseek
46 .type sys_lseek,@function
47 sys_lseek:
H A Dprt0.as57 /* int sys_lseek (int handle, long long pos, int whence) */
58 .globl sys_lseek
59 .type sys_lseek,@function
60 sys_lseek:
H A Dcprt0.as92 /* int sys_lseek (int handle, long long pos, int whence) */
93 .globl sys_lseek
94 .type sys_lseek,@function
95 sys_lseek:
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpvfs/
H A Drumpvfs_syscalls.c40 extern sy_call_t sys_lseek;
144 { 199, sys_lseek },
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_llseek.c77 if ((error = sys_lseek(l, &bla, retval))) in linux_sys_llseek()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
321 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
321 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
321 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
321 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
321 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
321 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/breakpad/src/client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
321 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
373 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
373 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/
H A Dminidump_file_writer.cc63 off_t offset = sys_lseek(file, 0, SEEK_END); in CheckNeedsFTruncateWorkAround()
373 if (sys_lseek(file_, position, SEEK_SET) == static_cast<off_t>(position)) { in Copy()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dzsyscall_nacl_386.go60 _, _, e1 := Syscall(sys_lseek, uintptr(fd), uintptr(unsafe.Pointer(off)), uintptr(whence))

12345678910>>...13