Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 408 for Ftruncate (0.23 sec)

  1. src/syscall/zsyscall_openbsd_riscv64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Ftruncate(fd int, length int64) (err error) {
    	_, _, e1 := syscall(abi.FuncPCABI0(libc_ftruncate_trampoline), uintptr(fd), uintptr(length), 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func libc_ftruncate_trampoline()
    
    //go:cgo_import_dynamic libc_ftruncate ftruncate "libc.so"
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 04 07:51:20 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_darwin.go

    //sys	Fclonefileat(srcDirfd int, dstDirfd int, dst string, flags int) (err error)
    //sys	Flock(fd int, how int) (err error)
    //sys	Fpathconf(fd int, name int) (val int, err error)
    //sys	Fsync(fd int) (err error)
    //sys	Ftruncate(fd int, length int64) (err error)
    //sys	Getcwd(buf []byte) (n int, err error)
    //sys	Getdtablesize() (size int)
    //sysnb	Getegid() (egid int)
    //sysnb	Geteuid() (uid int)
    //sysnb	Getgid() (gid int)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 10 16:32:44 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	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); }
    	SYS_THR_KILL2                = 481 // { int thr_kill2(pid_t pid, long id, int sig); }
    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_arm.go

    	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); }
    	SYS_THR_KILL2                = 481 // { int thr_kill2(pid_t pid, long id, int sig); }
    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/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	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); }
    	SYS_THR_KILL2                = 481 // { int thr_kill2(pid_t pid, long id, int sig); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_riscv64.go

    	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); }
    	SYS_THR_KILL2                = 481 // { int thr_kill2(pid_t pid, long id, int sig); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	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); }
    	SYS_THR_KILL2                = 481 // { int thr_kill2(pid_t pid, long id, int sig); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	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); }
    	SYS_THR_KILL2                = 481 // { int thr_kill2(pid_t pid, long id, int sig); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_arm64.go

    	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); }
    	SYS_THR_KILL2                = 481 // { int thr_kill2(pid_t pid, long id, int sig); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  10. src/syscall/zsyscall_freebsd_riscv64.go

    	_, _, e1 := Syscall(SYS_FSYNC, uintptr(fd), 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Ftruncate(fd int, length int64) (err error) {
    	_, _, e1 := Syscall(SYS_FTRUNCATE, uintptr(fd), uintptr(length), 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 10:34:48 UTC 2023
    - 31.1K bytes
    - Viewed (0)
Back to top