Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 27 for IsAIX (0.11 sec)

  1. src/internal/goos/zgoos_linux.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build !android && linux
    
    package goos
    
    const GOOS = `linux`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 1
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 465 bytes
    - Viewed (0)
  2. src/internal/goos/zgoos_netbsd.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build netbsd
    
    package goos
    
    const GOOS = `netbsd`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 1
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 455 bytes
    - Viewed (0)
  3. src/internal/goos/zgoos_plan9.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build plan9
    
    package goos
    
    const GOOS = `plan9`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 1
    const IsSolaris = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 453 bytes
    - Viewed (0)
  4. src/internal/goos/zgoos_hurd.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build hurd
    
    package goos
    
    const GOOS = `hurd`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 1
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 451 bytes
    - Viewed (0)
  5. src/internal/goos/zgoos_illumos.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build illumos
    
    package goos
    
    const GOOS = `illumos`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 1
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 457 bytes
    - Viewed (0)
  6. src/internal/goos/zgoos_js.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build js
    
    package goos
    
    const GOOS = `js`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 1
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    const IsWasip1 = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 447 bytes
    - Viewed (0)
  7. src/internal/goos/zgoos_wasip1.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build wasip1
    
    package goos
    
    const GOOS = `wasip1`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 455 bytes
    - Viewed (0)
  8. src/internal/goos/zgoos_zos.go

    // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
    
    //go:build zos
    
    package goos
    
    const GOOS = `zos`
    
    const IsAix = 0
    const IsAndroid = 0
    const IsDarwin = 0
    const IsDragonfly = 0
    const IsFreebsd = 0
    const IsHurd = 0
    const IsIllumos = 0
    const IsIos = 0
    const IsJs = 0
    const IsLinux = 0
    const IsNacl = 0
    const IsNetbsd = 0
    const IsOpenbsd = 0
    const IsPlan9 = 0
    const IsSolaris = 0
    const IsWasip1 = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 30 18:50:57 UTC 2023
    - 449 bytes
    - Viewed (0)
  9. src/runtime/internal/sys/consts.go

    // AIX requires a larger stack for syscalls.
    // The race build also needs more stack. See issue 54291.
    // This arithmetic must match that in cmd/internal/objabi/stack.go:stackGuardMultiplier.
    const StackGuardMultiplier = 1 + goos.IsAix + isRace
    
    // DefaultPhysPageSize is the default physical page size.
    const DefaultPhysPageSize = goarch.DefaultPhysPageSize
    
    // PCQuantum is the minimal unit for a program counter (1 on x86, 4 on most other systems).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 16:26:25 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/target.go

    	t.mustSetHeadType()
    	return t.HeadType == objabi.Hwindows
    }
    
    func (t *Target) IsPlan9() bool {
    	t.mustSetHeadType()
    	return t.HeadType == objabi.Hplan9
    }
    
    func (t *Target) IsAIX() bool {
    	t.mustSetHeadType()
    	return t.HeadType == objabi.Haix
    }
    
    func (t *Target) IsSolaris() bool {
    	t.mustSetHeadType()
    	return t.HeadType == objabi.Hsolaris
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 13 21:14:48 UTC 2022
    - 3.9K bytes
    - Viewed (0)
Back to top