Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 101 for O_SYNC (0.1 sec)

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

    	O_NOCTTY                         = 0x100
    	O_NOFOLLOW                       = 0x8000
    	O_NONBLOCK                       = 0x800
    	O_PATH                           = 0x200000
    	O_RSYNC                          = 0x101000
    	O_SYNC                           = 0x101000
    	O_TMPFILE                        = 0x404000
    	O_TRUNC                          = 0x200
    	PARENB                           = 0x1000
    	PARODD                           = 0x2000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    	O_NOCTTY                         = 0x100
    	O_NOFOLLOW                       = 0x20000
    	O_NONBLOCK                       = 0x800
    	O_PATH                           = 0x200000
    	O_RSYNC                          = 0x101000
    	O_SYNC                           = 0x101000
    	O_TMPFILE                        = 0x410000
    	O_TRUNC                          = 0x200
    	PARENB                           = 0x100
    	PARODD                           = 0x200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  3. src/syscall/zerrors_darwin_arm64.go

    	O_POPUP                           = 0x80000000
    	O_RDONLY                          = 0x0
    	O_RDWR                            = 0x2
    	O_SHLOCK                          = 0x10
    	O_SYMLINK                         = 0x200000
    	O_SYNC                            = 0x80
    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_aix_ppc64.go

    	O_RDWR                        = 0x2
    	O_RSHARE                      = 0x1000
    	O_RSYNC                       = 0x200000
    	O_SEARCH                      = 0x20
    	O_SNAPSHOT                    = 0x40
    	O_SYNC                        = 0x10
    	O_TRUNC                       = 0x200
    	O_TTY_INIT                    = 0x0
    	O_WRONLY                      = 0x1
    	PARENB                        = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	O_LARGEFILE                     = 0x0400
    	O_NDELAY                        = 0x4
    	O_NONBLOCK                      = 0x04
    	O_RDONLY                        = 0x02
    	O_RDWR                          = 0x03
    	O_SYNC                          = 0x0100
    	O_TRUNC                         = 0x10
    	O_WRONLY                        = 0x01
    	O_NOCTTY                        = 0x20
    	OPOST                           = 0x0001
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  6. src/syscall/fs_wasip1.go

    	case O_WRONLY:
    		rights = fileRights & ^readRights
    	case O_RDWR:
    		rights = fileRights
    	}
    
    	var fdflags fdflags
    	if (openmode & O_APPEND) != 0 {
    		fdflags |= FDFLAG_APPEND
    	}
    	if (openmode & O_SYNC) != 0 {
    		fdflags |= FDFLAG_SYNC
    	}
    
    	var fd int32
    	errno := path_open(
    		dirFd,
    		LOOKUP_SYMLINK_FOLLOW,
    		pathPtr,
    		pathLen,
    		oflags,
    		rights,
    		fileRights,
    		fdflags,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  7. src/syscall/zerrors_solaris_amd64.go

    	O_RDWR                        = 0x2
    	O_RSYNC                       = 0x8000
    	O_SEARCH                      = 0x200000
    	O_SIOCGIFCONF                 = -0x3ff796ec
    	O_SIOCGLIFCONF                = -0x3fef9688
    	O_SYNC                        = 0x10
    	O_TRUNC                       = 0x200
    	O_WRONLY                      = 0x1
    	O_XATTR                       = 0x4000
    	PARENB                        = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	O_RDWR                        = 0x2
    	O_RSHARE                      = 0x1000
    	O_RSYNC                       = 0x200000
    	O_SEARCH                      = 0x20
    	O_SNAPSHOT                    = 0x40
    	O_SYNC                        = 0x10
    	O_TRUNC                       = 0x200
    	O_TTY_INIT                    = 0x0
    	O_WRONLY                      = 0x1
    	PARENB                        = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_386.go

    	O_NOFOLLOW                       = 0x20000
    	O_NONBLOCK                       = 0x800
    	O_RDONLY                         = 0x0
    	O_RDWR                           = 0x2
    	O_RSYNC                          = 0x101000
    	O_SYNC                           = 0x101000
    	O_TRUNC                          = 0x200
    	O_WRONLY                         = 0x1
    	PACKET_ADD_MEMBERSHIP            = 0x1
    	PACKET_BROADCAST                 = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_darwin_amd64.go

    	O_POPUP                           = 0x80000000
    	O_RDONLY                          = 0x0
    	O_RDWR                            = 0x2
    	O_SHLOCK                          = 0x10
    	O_SYMLINK                         = 0x200000
    	O_SYNC                            = 0x80
    	O_TRUNC                           = 0x400
    	O_WRONLY                          = 0x1
    	PARENB                            = 0x1000
    	PARMRK                            = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
Back to top