Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 404 for lseek (0.72 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); }
    	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, int whence); }
    	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
    	SYS_FTRUNCATE                = 480 // { int ftruncate(int fd, off_t length); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); }
    	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, int whence); }
    	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
    	SYS_FTRUNCATE                = 480 // { int ftruncate(int fd, off_t length); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); }
    	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, int whence); }
    	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
    	SYS_FTRUNCATE                = 480 // { int ftruncate(int fd, off_t length); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); }
    	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, int whence); }
    	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
    	SYS_FTRUNCATE                = 480 // { int ftruncate(int fd, off_t length); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); }
    	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, int whence); }
    	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
    	SYS_FTRUNCATE                = 480 // { int ftruncate(int fd, off_t length); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); }
    	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, int whence); }
    	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
    	SYS_FTRUNCATE                = 480 // { int ftruncate(int fd, off_t length); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  7. src/syscall/zsyscall_solaris_amd64.go

    //go:cgo_import_dynamic libc_read read "libc.so"
    //go:cgo_import_dynamic libc_Readlink readlink "libc.so"
    //go:cgo_import_dynamic libc_Rename rename "libc.so"
    //go:cgo_import_dynamic libc_Rmdir rmdir "libc.so"
    //go:cgo_import_dynamic libc_lseek lseek "libc.so"
    //go:cgo_import_dynamic libc_sendfile sendfile "libsendfile.so"
    //go:cgo_import_dynamic libc_Setegid setegid "libc.so"
    //go:cgo_import_dynamic libc_Seteuid seteuid "libc.so"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 10 21:09:10 UTC 2023
    - 37.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/syscall_solaris.go

    //sys	Rename(from string, to string) (err error)
    //sys	Renameat(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)
    //sys	Rmdir(path string) (err error)
    //sys	Seek(fd int, offset int64, whence int) (newoffset int64, err error) = lseek
    //sys	Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)
    //sysnb	Setegid(egid int) (err error)
    //sysnb	Seteuid(euid int) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 31.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go

    //go:cgo_import_dynamic libc_getsystemcfg getsystemcfg "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_umount umount "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_getrlimit getrlimit "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_lseek lseek "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_mmap64 mmap64 "libc.a/shr_64.o"
    
    //go:linkname libc_utimes libc_utimes
    //go:linkname libc_utimensat libc_utimensat
    //go:linkname libc_getcwd libc_getcwd
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 42.4K bytes
    - Viewed (0)
  10. src/syscall/zsyscall_openbsd_arm.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func libc_lseek_trampoline()
    
    //go:cgo_import_dynamic libc_lseek lseek "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func getcwd(buf []byte) (n int, err error) {
    	var _p0 unsafe.Pointer
    	if len(buf) > 0 {
    		_p0 = unsafe.Pointer(&buf[0])
    	} else {
    		_p0 = unsafe.Pointer(&_zero)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.6K bytes
    - Viewed (0)
Back to top