Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for envs (0.04 sec)

  1. src/cmd/link/internal/ld/lib.go

    	if line != wantHdr {
    		Errorf(nil, "%s: linked object header mismatch:\nhave %q\nwant %q\n", pn, line, wantHdr)
    	}
    
    	// Skip over exports and other info -- ends with \n!\n.
    	//
    	// Note: It's possible for "\n!\n" to appear within the binary
    	// package export data format. To avoid truncating the package
    	// definition prematurely (issue 21703), we keep track of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/cgo/gcc.go

    		// and also because -godefs mode still prints the AST.
    		old := *r.Expr
    		*r.Expr = expr
    
    		// Record source-level edit for cgo output.
    		if !r.Done {
    			// Prepend a space in case the earlier code ends
    			// with '/', which would give us a "//" comment.
    			repl := " " + gofmtPos(expr, old.Pos())
    			end := fset.Position(old.End())
    			// Subtract 1 from the column if we are going to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top