Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 579 for CFlags (0.1 sec)

  1. src/cmd/asm/internal/flags/flags.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package flags implements top-level flags and the usage message for the assembler.
    package flags
    
    import (
    	"cmd/internal/obj"
    	"cmd/internal/objabi"
    	"flag"
    	"fmt"
    	"os"
    	"path/filepath"
    	"strings"
    )
    
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:18:23 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/kubelet/flags.go

    		nodeName = name
    	}
    	return nodeName, hostname, err
    }
    
    // WriteKubeletDynamicEnvFile writes an environment file with dynamic flags to the kubelet.
    // Used at "kubeadm init" and "kubeadm join" time.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 16 10:27:05 UTC 2023
    - 5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/flags.go

    			enabled[a] = enable
    		}
    
    		a.Flags.VisitAll(func(f *flag.Flag) {
    			if !multi && flag.Lookup(f.Name) != nil {
    				log.Printf("%s flag -%s would conflict with driver; skipping", a.Name, f.Name)
    				return
    			}
    
    			name := prefix + f.Name
    			flag.Var(f.Value, name, f.Usage)
    		})
    	}
    
    	// standard flags: -flags, -V.
    	printflags := flag.Bool("flags", false, "print analyzer flags in JSON")
    	addVersionFlag()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. src/internal/goexperiment/flags.go

    // and "go version <binary>" if it differs from the default experiments.
    //
    // For the set of experiments supported by the current toolchain, see
    // "go doc goexperiment.Flags".
    //
    // Note that this package defines the set of experiments (in Flags)
    // and records the experiments that were enabled when the package
    // was compiled (as boolean and integer constants).
    //
    // Note especially that this package does not itself change behavior
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 16:19:47 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. tools/bug-report/pkg/bugreport/flags.go

    Tony Allen <******@****.***> 1699099670 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 12:07:50 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  6. src/syscall/ztypes_openbsd_ppc64.go

    	SizeofICMPv6Filter     = 0x20
    )
    
    const (
    	PTRACE_TRACEME = 0x0
    	PTRACE_CONT    = 0x7
    	PTRACE_KILL    = 0x8
    )
    
    type Kevent_t struct {
    	Ident  uint64
    	Filter int16
    	Flags  uint16
    	Fflags uint32
    	Data   int64
    	Udata  *byte
    }
    
    type FdSet struct {
    	Bits [32]uint32
    }
    
    const (
    	SizeofIfMsghdr         = 0xa8
    	SizeofIfData           = 0x90
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  7. src/runtime/defs_freebsd_amd64.go

    }
    
    type itimerval struct {
    	it_interval timeval
    	it_value    timeval
    }
    
    type umtx_time struct {
    	_timeout timespec
    	_flags   uint32
    	_clockid uint32
    }
    
    type keventt struct {
    	ident  uint64
    	filter int16
    	flags  uint16
    	fflags uint32
    	data   int64
    	udata  *byte
    	ext    [4]uint64
    }
    
    type bintime struct {
    	sec  int64
    	frac uint64
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.9K bytes
    - Viewed (1)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go

    	SizeofICMPv6Filter     = 0x20
    )
    
    const (
    	PTRACE_TRACEME = 0x0
    	PTRACE_CONT    = 0x7
    	PTRACE_KILL    = 0x8
    )
    
    type Kevent_t struct {
    	Ident  uint64
    	Filter int16
    	Flags  uint16
    	Fflags uint32
    	Data   int64
    	Udata  *byte
    }
    
    type FdSet struct {
    	Bits [32]uint32
    }
    
    const (
    	SizeofIfMsghdr         = 0xa8
    	SizeofIfData           = 0x90
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go

    	SizeofICMPv6Filter     = 0x20
    )
    
    const (
    	PTRACE_TRACEME = 0x0
    	PTRACE_CONT    = 0x7
    	PTRACE_KILL    = 0x8
    )
    
    type Kevent_t struct {
    	Ident  uint32
    	Filter int16
    	Flags  uint16
    	Fflags uint32
    	Data   int64
    	Udata  *byte
    }
    
    type FdSet struct {
    	Bits [32]uint32
    }
    
    const (
    	SizeofIfMsghdr         = 0xa0
    	SizeofIfData           = 0x88
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go

    	SizeofICMPv6Filter     = 0x20
    )
    
    const (
    	PTRACE_TRACEME = 0x0
    	PTRACE_CONT    = 0x7
    	PTRACE_KILL    = 0x8
    )
    
    type Kevent_t struct {
    	Ident  uint64
    	Filter int16
    	Flags  uint16
    	Fflags uint32
    	Data   int64
    	Udata  *byte
    }
    
    type FdSet struct {
    	Bits [32]uint32
    }
    
    const (
    	SizeofIfMsghdr         = 0xa8
    	SizeofIfData           = 0x90
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top