Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 185 for Prog (0.08 sec)

  1. src/syscall/zerrors_openbsd_arm.go

    	68: "too many users",
    	69: "disc quota exceeded",
    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC prog. not avail",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    		if a.Sym != nil && c.ctxt.Flag_dynlink && !pfxEnabled {
    			return C_BRAPIC
    		}
    		return C_BRA
    	}
    
    	return C_GOK
    }
    
    func prasm(p *obj.Prog) {
    	fmt.Printf("%v\n", p)
    }
    
    func (c *ctxt9) oplook(p *obj.Prog) *Optab {
    	a1 := int(p.Optab)
    	if a1 != 0 {
    		return &optab[a1-1]
    	}
    	a1 = int(p.From.Class)
    	if a1 == 0 {
    		a1 = c.aclass(&p.From) + 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. src/syscall/zerrors_netbsd_amd64.go

    	68: "too many users",
    	69: "disc quota exceeded",
    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC prog. not avail",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.1K bytes
    - Viewed (0)
  4. src/syscall/zerrors_netbsd_arm.go

    	68: "too many users",
    	69: "disc quota exceeded",
    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC prog. not avail",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 66.5K bytes
    - Viewed (0)
  5. src/syscall/zerrors_netbsd_386.go

    	68: "too many users",
    	69: "disc quota exceeded",
    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC prog. not avail",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_openbsd_386.go

    	68: "too many users",
    	69: "disc quota exceeded",
    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC prog. not avail",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_openbsd_amd64.go

    	68: "too many users",
    	69: "disc quota exceeded",
    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC prog. not avail",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  8. src/syscall/zerrors_dragonfly_amd64.go

    	68: "too many users",
    	69: "disc quota exceeded",
    	70: "stale NFS file handle",
    	71: "too many levels of remote in path",
    	72: "RPC struct is bad",
    	73: "RPC version wrong",
    	74: "RPC prog. not avail",
    	75: "program version wrong",
    	76: "bad procedure for program",
    	77: "no locks available",
    	78: "function not implemented",
    	79: "inappropriate file type or format",
    	80: "authentication error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 59.6K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/buildid.go

    	b.toolIDCache[key+".exe"] = exe
    	b.id.Unlock()
    
    	return id, exe, nil
    }
    
    // Check if assembler used by gccgo is GNU as.
    func assemblerIsGas() bool {
    	cmd := exec.Command(BuildToolchain.compiler(), "-print-prog-name=as")
    	assembler, err := cmd.Output()
    	if err == nil {
    		cmd := exec.Command(strings.TrimSpace(string(assembler)), "--version")
    		out, err := cmd.Output()
    		return err == nil && strings.Contains(string(out), "GNU")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	{70, "ESTALE", "stale NFS file handle"},
    	{71, "EREMOTE", "too many levels of remote in path"},
    	{72, "EBADRPC", "RPC struct is bad"},
    	{73, "ERPCMISMATCH", "RPC version wrong"},
    	{74, "EPROGUNAVAIL", "RPC prog. not avail"},
    	{75, "EPROGMISMATCH", "program version wrong"},
    	{76, "EPROCUNAVAIL", "bad procedure for program"},
    	{77, "ENOLCK", "no locks available"},
    	{78, "ENOSYS", "function not implemented"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
Back to top