Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for F_TEST (0.09 sec)

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

    	F_SETLK                       = 0xc
    	F_SETLK64                     = 0xc
    	F_SETLKW                      = 0xd
    	F_SETLKW64                    = 0xd
    	F_SETOWN                      = 0x9
    	F_TEST                        = 0x3
    	F_TLOCK                       = 0x2
    	F_TSTLK                       = 0xf
    	F_ULOCK                       = 0x0
    	F_UNLCK                       = 0x3
    	F_WRLCK                       = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	F_SETLK                       = 0x6
    	F_SETLK64                     = 0xc
    	F_SETLKW                      = 0x7
    	F_SETLKW64                    = 0xd
    	F_SETOWN                      = 0x9
    	F_TEST                        = 0x3
    	F_TLOCK                       = 0x2
    	F_TSTLK                       = 0xf
    	F_ULOCK                       = 0x0
    	F_UNLCK                       = 0x3
    	F_WRLCK                       = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	F_SETSIG                                    = 0xa
    	F_SET_FILE_RW_HINT                          = 0x40e
    	F_SET_RW_HINT                               = 0x40c
    	F_SHLCK                                     = 0x8
    	F_TEST                                      = 0x3
    	F_TLOCK                                     = 0x2
    	F_ULOCK                                     = 0x0
    	GENL_ADMIN_PERM                             = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"F_SETPIPE_SZ", Const, 0},
    		{"F_SETPROTECTIONCLASS", Const, 0},
    		{"F_SETSIG", Const, 0},
    		{"F_SETSIZE", Const, 0},
    		{"F_SHLCK", Const, 0},
    		{"F_SINGLE_WRITER", Const, 16},
    		{"F_TEST", Const, 0},
    		{"F_THAW_FS", Const, 0},
    		{"F_TLOCK", Const, 0},
    		{"F_TRANSCODEKEY", Const, 16},
    		{"F_ULOCK", Const, 0},
    		{"F_UNLCK", Const, 0},
    		{"F_UNLCKSYS", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top