Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for msgsync (0.1 sec)

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

    	MS_SLAVE                                    = 0x80000
    	MS_STRICTATIME                              = 0x1000000
    	MS_SUBMOUNT                                 = 0x4000000
    	MS_SYNC                                     = 0x4
    	MS_SYNCHRONOUS                              = 0x10
    	MS_UNBINDABLE                               = 0x20000
    	MS_VERBOSE                                  = 0x8000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    		err = errnoErr(e1)
    	}
    	return
    }
    
    func FormatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) {
    	var _p0 *uint16
    	if len(buf) > 0 {
    		_p0 = &buf[0]
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top