Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 101 of 101 for flavor (0.16 sec)

  1. src/os/exec/exec.go

    	//  Intentionally ignore errors: environ returns a best-effort environment no matter what.
    	env, _ := c.environ()
    	return env
    }
    
    // dedupEnv returns a copy of env with any duplicates removed, in favor of
    // later values.
    // Items not of the normal environment "key=value" form are preserved unchanged.
    // Except on Plan 9, items containing NUL characters are removed, and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top