Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for solaris (0.55 sec)

  1. src/archive/tar/stat_actime1.go

    // Copyright 2012 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build aix || linux || dragonfly || openbsd || solaris
    
    package tar
    
    import (
    	"syscall"
    	"time"
    )
    
    func statAtime(st *syscall.Stat_t) time.Time {
    	return time.Unix(st.Atim.Unix())
    }
    
    func statCtime(st *syscall.Stat_t) time.Time {
    	return time.Unix(st.Ctim.Unix())
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Oct 28 18:17:57 GMT 2021
    - 431 bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/issue18146.go

    	// Restrict the number of attempts based on RLIMIT_NPROC.
    	// Tediously, RLIMIT_NPROC was left out of the syscall package,
    	// probably because it is not in POSIX.1, so we define it here.
    	// It is not defined on Solaris.
    	var nproc int
    	setNproc := true
    	switch runtime.GOOS {
    	default:
    		setNproc = false
    	case "aix":
    		nproc = 9
    	case "linux":
    		nproc = 6
    	case "darwin", "dragonfly", "freebsd", "netbsd", "openbsd":
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Sep 05 23:35:32 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  3. src/archive/tar/stat_unix.go

    			major := uint32((dev & 0x0000ff00) >> 8)
    			minor := uint32((dev & 0x000000ff) >> 0)
    			minor |= uint32((dev & 0xffff0000) >> 8)
    			h.Devmajor, h.Devminor = int64(major), int64(minor)
    		default:
    			// TODO: Implement solaris (see https://golang.org/issue/8106)
    		}
    	}
    	return nil
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_STP = 33153
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_STP ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARIS = 33067
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARIS ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARISMC = 34091
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_TALARISMC ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/test/cthread_unix.c

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
    
    #include <pthread.h>
    #include "_cgo_export.h"
    
    static void*
    addThread(void *p)
    {
    	int i, max;
    	
    	max = *(int*)p;
    	for(i=0; i<max; i++)
    		Add(i);
    	return 0;
    }
    
    void
    C
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed May 17 21:53:11 GMT 2023
    - 1K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg debug/elf, const ELFOSABI_NONE = 0
    pkg debug/elf, const ELFOSABI_NSK = 14
    pkg debug/elf, const ELFOSABI_OPENBSD = 12
    pkg debug/elf, const ELFOSABI_OPENVMS = 13
    pkg debug/elf, const ELFOSABI_SOLARIS = 6
    pkg debug/elf, const ELFOSABI_STANDALONE = 255
    pkg debug/elf, const ELFOSABI_TRU64 = 10
    pkg debug/elf, const EM_386 = 3
    pkg debug/elf, const EM_486 = 6
    pkg debug/elf, const EM_68HC12 = 53
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (netbsd-386), const ETHERTYPE_SPIDER ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_SPRITE ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_STP ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_TALARIS ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_TCPSM ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  8. api/go1.txt

    pkg debug/elf, const ELFOSABI_NONE OSABI
    pkg debug/elf, const ELFOSABI_NSK OSABI
    pkg debug/elf, const ELFOSABI_OPENBSD OSABI
    pkg debug/elf, const ELFOSABI_OPENVMS OSABI
    pkg debug/elf, const ELFOSABI_SOLARIS OSABI
    pkg debug/elf, const ELFOSABI_STANDALONE OSABI
    pkg debug/elf, const ELFOSABI_TRU64 OSABI
    pkg debug/elf, const EM_386 Machine
    pkg debug/elf, const EM_486 Machine
    pkg debug/elf, const EM_68HC12 Machine
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top