Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dup2 (0.21 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DnsRecordListFree", Func, 0},
    		{"DnsSectionAdditional", Const, 4},
    		{"DnsSectionAnswer", Const, 4},
    		{"DnsSectionAuthority", Const, 4},
    		{"DnsSectionQuestion", Const, 4},
    		{"Dup", Func, 0},
    		{"Dup2", Func, 0},
    		{"Dup3", Func, 2},
    		{"DuplicateHandle", Func, 0},
    		{"E2BIG", Const, 0},
    		{"EACCES", Const, 0},
    		{"EADDRINUSE", Const, 0},
    		{"EADDRNOTAVAIL", Const, 0},
    		{"EADV", 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)
  2. pkg/apis/core/validation/validation_test.go

    				field:  "name",
    				detail: dnsLabelErrMsg,
    			}},
    		},
    		// More than one source field specified.
    		{
    			name: "more than one source",
    			vol: core.Volume{
    				Name: "dups",
    				VolumeSource: core.VolumeSource{
    					EmptyDir: &core.EmptyDirVolumeSource{},
    					HostPath: &core.HostPathVolumeSource{
    						Path: "/mnt/path",
    						Type: newHostPathType(string(core.HostPathDirectory)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top