Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 973 for vflag (0.21 sec)

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

    const (
    	AT_FDCWD            = -0x2
    	AT_REMOVEDIR        = 0x1
    	AT_SYMLINK_NOFOLLOW = 0x1
    )
    
    type Termios struct {
    	Iflag uint32
    	Oflag uint32
    	Cflag uint32
    	Lflag uint32
    	Cc    [16]uint8
    }
    
    type Termio struct {
    	Iflag uint16
    	Oflag uint16
    	Cflag uint16
    	Lflag uint16
    	Line  uint8
    	Cc    [8]uint8
    	_     [1]byte
    }
    
    type Winsize struct {
    	Row    uint16
    	Col    uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go

    	Caplen  uint32
    	Datalen uint32
    	Hdrlen  uint16
    	_       [2]byte
    }
    
    type Termios struct {
    	Iflag uint32
    	Oflag uint32
    	Cflag uint32
    	Lflag uint32
    	Cc    [19]uint8
    	_     [1]byte
    }
    
    type Termio struct {
    	Iflag uint16
    	Oflag uint16
    	Cflag uint16
    	Lflag uint16
    	Line  int8
    	Cc    [8]uint8
    	_     [1]byte
    }
    
    type Winsize struct {
    	Row    uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  3. src/syscall/ztypes_aix_ppc64.go

    	Version  [32]uint8
    	Machine  [32]uint8
    }
    
    const (
    	_AT_FDCWD            = -0x2
    	_AT_REMOVEDIR        = 0x1
    	_AT_SYMLINK_NOFOLLOW = 0x1
    )
    
    type Termios struct {
    	Iflag uint32
    	Oflag uint32
    	Cflag uint32
    	Lflag uint32
    	Cc    [16]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 14:36:41 UTC 2019
    - 4.2K bytes
    - Viewed (0)
  4. src/syscall/ztypes_netbsd_arm.go

    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    type BpfTimeval struct {
    	Sec  int32
    	Usec int32
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [20]uint8
    	Ispeed int32
    	Ospeed int32
    }
    
    type Sysctlnode struct {
    	Flags           uint32
    	Num             int32
    	Name            [32]int8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.1K bytes
    - Viewed (0)
  5. pkg/flag/flag.go

    // limitations under the License.
    
    package flag
    
    import (
    	"os"
    	"strings"
    	"time"
    
    	"github.com/spf13/pflag"
    )
    
    // Flaggable defines the set of types that can be flags.
    // This is not exhaustive; add more as needed
    type Flaggable interface {
    	string | bool | uint16 | time.Duration
    }
    
    var replacer = strings.NewReplacer("-", "_")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 01 04:37:36 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. src/syscall/ztypes_solaris_amd64.go

    	Caplen    uint32
    	Datalen   uint32
    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    const (
    	_AT_FDCWD = 0xffd19553
    )
    
    type Termios struct {
    	Iflag     uint32
    	Oflag     uint32
    	Cflag     uint32
    	Lflag     uint32
    	Cc        [19]uint8
    	Pad_cgo_0 [1]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go

    const (
    	AT_FDCWD            = -0x2
    	AT_REMOVEDIR        = 0x1
    	AT_SYMLINK_NOFOLLOW = 0x1
    )
    
    type Termios struct {
    	Iflag uint32
    	Oflag uint32
    	Cflag uint32
    	Lflag uint32
    	Cc    [16]uint8
    }
    
    type Termio struct {
    	Iflag uint16
    	Oflag uint16
    	Cflag uint16
    	Lflag uint16
    	Line  uint8
    	Cc    [8]uint8
    	_     [1]byte
    }
    
    type Winsize struct {
    	Row    uint16
    	Col    uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  8. src/syscall/ztypes_openbsd_ppc64.go

    	Flags   uint8
    	Drops   uint8
    }
    
    type BpfTimeval struct {
    	Sec  uint32
    	Usec uint32
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [20]uint8
    	Ispeed int32
    	Ospeed int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  9. src/syscall/ztypes_netbsd_386.go

    	Hdrlen    uint16
    	Pad_cgo_0 [2]byte
    }
    
    type BpfTimeval struct {
    	Sec  int32
    	Usec int32
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [20]uint8
    	Ispeed int32
    	Ospeed int32
    }
    
    type Sysctlnode struct {
    	Flags           uint32
    	Num             int32
    	Name            [32]int8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  10. src/syscall/ztypes_netbsd_amd64.go

    	Hdrlen    uint16
    	Pad_cgo_0 [6]byte
    }
    
    type BpfTimeval struct {
    	Sec  int64
    	Usec int64
    }
    
    const (
    	_AT_FDCWD = -0x64
    )
    
    type Termios struct {
    	Iflag  uint32
    	Oflag  uint32
    	Cflag  uint32
    	Lflag  uint32
    	Cc     [20]uint8
    	Ispeed int32
    	Ospeed int32
    }
    
    type Sysctlnode struct {
    	Flags           uint32
    	Num             int32
    	Name            [32]int8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.2K bytes
    - Viewed (0)
Back to top