Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for sys___getcwd (0.41 sec)

  1. src/syscall/syscall_openbsd1.go

    package syscall
    
    //sys	readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ
    //sys	Seek(fd int, offset int64, whence int) (newoffset int64, err error) = SYS_LSEEK
    //sys	getcwd(buf []byte) (n int, err error) = SYS___GETCWD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:12:35 UTC 2023
    - 534 bytes
    - Viewed (0)
  2. src/syscall/syscall_netbsd.go

    //sys	readlen(fd int, buf *byte, nbuf int) (n int, err error) = SYS_READ
    //sys	utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error)
    //sys	getcwd(buf []byte) (n int, err error) = SYS___GETCWD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:12:35 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  3. src/syscall/syscall_dragonfly.go

    //sys	accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error)
    //sys	utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error)
    //sys	getcwd(buf []byte) (n int, err error) = SYS___GETCWD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:12:35 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  4. src/syscall/syscall_freebsd.go

    //sys	accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (nfd int, err error)
    //sys	utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error)
    //sys	getcwd(buf []byte) (n int, err error) = SYS___GETCWD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:12:35 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_linux_riscv64.go

    	SYS_LISTXATTR              = 11
    	SYS_LLISTXATTR             = 12
    	SYS_FLISTXATTR             = 13
    	SYS_REMOVEXATTR            = 14
    	SYS_LREMOVEXATTR           = 15
    	SYS_FREMOVEXATTR           = 16
    	SYS_GETCWD                 = 17
    	SYS_LOOKUP_DCOOKIE         = 18
    	SYS_EVENTFD2               = 19
    	SYS_EPOLL_CREATE1          = 20
    	SYS_EPOLL_CTL              = 21
    	SYS_EPOLL_PWAIT            = 22
    	SYS_DUP                    = 23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 23 11:00:41 UTC 2019
    - 8.9K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_linux_arm64.go

    	SYS_LISTXATTR              = 11
    	SYS_LLISTXATTR             = 12
    	SYS_FLISTXATTR             = 13
    	SYS_REMOVEXATTR            = 14
    	SYS_LREMOVEXATTR           = 15
    	SYS_FREMOVEXATTR           = 16
    	SYS_GETCWD                 = 17
    	SYS_LOOKUP_DCOOKIE         = 18
    	SYS_EVENTFD2               = 19
    	SYS_EPOLL_CREATE1          = 20
    	SYS_EPOLL_CTL              = 21
    	SYS_EPOLL_PWAIT            = 22
    	SYS_DUP                    = 23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 8.9K bytes
    - Viewed (0)
Back to top