Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 147 for sys_openat (0.25 sec)

  1. src/internal/syscall/unix/at_sysnum_freebsd.go

    	AT_FDCWD            = -0x64
    	AT_REMOVEDIR        = 0x800
    	AT_SYMLINK_NOFOLLOW = 0x200
    
    	UTIME_OMIT = -0x2
    
    	unlinkatTrap       uintptr = syscall.SYS_UNLINKAT
    	openatTrap         uintptr = syscall.SYS_OPENAT
    	posixFallocateTrap uintptr = syscall.SYS_POSIX_FALLOCATE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 28 03:38:07 UTC 2023
    - 497 bytes
    - Viewed (0)
  2. src/internal/syscall/unix/at_sysnum_dragonfly.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package unix
    
    import "syscall"
    
    const unlinkatTrap uintptr = syscall.SYS_UNLINKAT
    const openatTrap uintptr = syscall.SYS_OPENAT
    const fstatatTrap uintptr = syscall.SYS_FSTATAT
    
    const (
    	AT_EACCESS          = 0x4
    	AT_FDCWD            = 0xfffafdcd
    	AT_REMOVEDIR        = 0x2
    	AT_SYMLINK_NOFOLLOW = 0x1
    
    	UTIME_OMIT = -0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 06 20:48:47 UTC 2023
    - 482 bytes
    - Viewed (0)
  3. src/internal/syscall/unix/at_sysnum_netbsd.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package unix
    
    import "syscall"
    
    const unlinkatTrap uintptr = syscall.SYS_UNLINKAT
    const openatTrap uintptr = syscall.SYS_OPENAT
    const fstatatTrap uintptr = syscall.SYS_FSTATAT
    
    const (
    	AT_EACCESS          = 0x100
    	AT_FDCWD            = -0x64
    	AT_REMOVEDIR        = 0x800
    	AT_SYMLINK_NOFOLLOW = 0x200
    
    	UTIME_OMIT = (1 << 30) - 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 03 14:13:33 UTC 2023
    - 492 bytes
    - Viewed (0)
  4. src/internal/syscall/unix/at_sysnum_linux.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package unix
    
    import "syscall"
    
    const unlinkatTrap uintptr = syscall.SYS_UNLINKAT
    const openatTrap uintptr = syscall.SYS_OPENAT
    
    const (
    	AT_EACCESS          = 0x200
    	AT_FDCWD            = -0x64
    	AT_REMOVEDIR        = 0x200
    	AT_SYMLINK_NOFOLLOW = 0x100
    
    	UTIME_OMIT = 0x3ffffffe
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 18:19:17 UTC 2023
    - 441 bytes
    - Viewed (0)
  5. src/internal/syscall/unix/at_sysnum_openbsd.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package unix
    
    import "syscall"
    
    const unlinkatTrap uintptr = syscall.SYS_UNLINKAT
    const openatTrap uintptr = syscall.SYS_OPENAT
    const fstatatTrap uintptr = syscall.SYS_FSTATAT
    
    const (
    	AT_EACCESS          = 0x1
    	AT_FDCWD            = -0x64
    	AT_REMOVEDIR        = 0x08
    	AT_SYMLINK_NOFOLLOW = 0x02
    
    	UTIME_OMIT = -0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:36:52 UTC 2024
    - 479 bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go

    	SYS_FCHDIR                  = 50
    	SYS_CHROOT                  = 51
    	SYS_FCHMOD                  = 52
    	SYS_FCHMODAT                = 53
    	SYS_FCHOWNAT                = 54
    	SYS_FCHOWN                  = 55
    	SYS_OPENAT                  = 56
    	SYS_CLOSE                   = 57
    	SYS_VHANGUP                 = 58
    	SYS_PIPE2                   = 59
    	SYS_QUOTACTL                = 60
    	SYS_GETDENTS64              = 61
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_loong64.go

    	SYS_FCHDIR                  = 50
    	SYS_CHROOT                  = 51
    	SYS_FCHMOD                  = 52
    	SYS_FCHMODAT                = 53
    	SYS_FCHOWNAT                = 54
    	SYS_FCHOWN                  = 55
    	SYS_OPENAT                  = 56
    	SYS_CLOSE                   = 57
    	SYS_VHANGUP                 = 58
    	SYS_PIPE2                   = 59
    	SYS_QUOTACTL                = 60
    	SYS_GETDENTS64              = 61
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.3K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_linux_s390x.go

    	SYS_IOPRIO_SET             = 282
    	SYS_IOPRIO_GET             = 283
    	SYS_INOTIFY_INIT           = 284
    	SYS_INOTIFY_ADD_WATCH      = 285
    	SYS_INOTIFY_RM_WATCH       = 286
    	SYS_MIGRATE_PAGES          = 287
    	SYS_OPENAT                 = 288
    	SYS_MKDIRAT                = 289
    	SYS_MKNODAT                = 290
    	SYS_FCHOWNAT               = 291
    	SYS_FUTIMESAT              = 292
    	SYS_UNLINKAT               = 294
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    	SYS_SET_THREAD_AREA         = 5242
    	SYS_INOTIFY_INIT            = 5243
    	SYS_INOTIFY_ADD_WATCH       = 5244
    	SYS_INOTIFY_RM_WATCH        = 5245
    	SYS_MIGRATE_PAGES           = 5246
    	SYS_OPENAT                  = 5247
    	SYS_MKDIRAT                 = 5248
    	SYS_MKNODAT                 = 5249
    	SYS_FCHOWNAT                = 5250
    	SYS_FUTIMESAT               = 5251
    	SYS_NEWFSTATAT              = 5252
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_mips64.go

    	SYS_KEYCTL                 = 5241
    	SYS_SET_THREAD_AREA        = 5242
    	SYS_INOTIFY_INIT           = 5243
    	SYS_INOTIFY_ADD_WATCH      = 5244
    	SYS_INOTIFY_RM_WATCH       = 5245
    	SYS_MIGRATE_PAGES          = 5246
    	SYS_OPENAT                 = 5247
    	SYS_MKDIRAT                = 5248
    	SYS_MKNODAT                = 5249
    	SYS_FCHOWNAT               = 5250
    	SYS_FUTIMESAT              = 5251
    	SYS_NEWFSTATAT             = 5252
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
Back to top