Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for s_ (0.27 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64), const S_IRWXO ideal-int
    pkg syscall (netbsd-arm64), const S_IRWXU = 448
    pkg syscall (netbsd-arm64), const S_IRWXU ideal-int
    pkg syscall (netbsd-arm64), const S_ISTXT = 512
    pkg syscall (netbsd-arm64), const S_ISTXT ideal-int
    pkg syscall (netbsd-arm64), const S_IWGRP = 16
    pkg syscall (netbsd-arm64), const S_IWGRP ideal-int
    pkg syscall (netbsd-arm64), const S_IWOTH = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. src/archive/zip/struct.go

    	// Unix constants. The specification doesn't mention them,
    	// but these seem to be the values agreed on by tools.
    	s_IFMT   = 0xf000
    	s_IFSOCK = 0xc000
    	s_IFLNK  = 0xa000
    	s_IFREG  = 0x8000
    	s_IFBLK  = 0x6000
    	s_IFDIR  = 0x4000
    	s_IFCHR  = 0x2000
    	s_IFIFO  = 0x1000
    	s_ISUID  = 0x800
    	s_ISGID  = 0x400
    	s_ISVTX  = 0x200
    
    	msdosDir      = 0x10
    	msdosReadOnly = 0x01
    )
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 12.1K bytes
    - Viewed (0)
  3. api/go1.12.txt

    pkg syscall (openbsd-386), const S_IRWXG = 56
    pkg syscall (openbsd-386), const S_IRWXG ideal-int
    pkg syscall (openbsd-386), const S_IRWXO = 7
    pkg syscall (openbsd-386), const S_IRWXO ideal-int
    pkg syscall (openbsd-386-cgo), const S_IRWXG = 56
    pkg syscall (openbsd-386-cgo), const S_IRWXG ideal-int
    pkg syscall (openbsd-386-cgo), const S_IRWXO = 7
    pkg syscall (openbsd-386-cgo), const S_IRWXO ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    byte        alias for uint8
    rune        alias for int32
    </pre>
    
    <p>
    The value of an <i>n</i>-bit integer is <i>n</i> bits wide and represented using
    <a href="https://en.wikipedia.org/wiki/Two's_complement">two's complement arithmetic</a>.
    </p>
    
    <p>
    There is also a set of predeclared numeric types with implementation-specific sizes:
    </p>
    
    <pre class="grammar">
    uint     either 32 or 64 bits
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const S_IWGRP = 16
    pkg syscall (darwin-arm64), const S_IWGRP ideal-int
    pkg syscall (darwin-arm64), const S_IWOTH = 2
    pkg syscall (darwin-arm64), const S_IWOTH ideal-int
    pkg syscall (darwin-arm64), const S_IWRITE = 128
    pkg syscall (darwin-arm64), const S_IWRITE ideal-int
    pkg syscall (darwin-arm64), const S_IXGRP = 8
    pkg syscall (darwin-arm64), const S_IXGRP ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall, const S_IFBLK ideal-int
    pkg syscall, const S_IFCHR ideal-int
    pkg syscall, const S_IFDIR ideal-int
    pkg syscall, const S_IFIFO ideal-int
    pkg syscall, const S_IFLNK ideal-int
    pkg syscall, const S_IFMT ideal-int
    pkg syscall, const S_IFREG ideal-int
    pkg syscall, const S_IFSOCK ideal-int
    pkg syscall, const S_IRUSR ideal-int
    pkg syscall, const S_ISGID ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  7. api/go1.1.txt

    pkg syscall (netbsd-amd64), const S_IRWXG = 56
    pkg syscall (netbsd-amd64), const S_IRWXO = 7
    pkg syscall (netbsd-amd64), const S_IRWXU = 448
    pkg syscall (netbsd-amd64), const S_ISTXT = 512
    pkg syscall (netbsd-amd64), const S_IWGRP = 16
    pkg syscall (netbsd-amd64), const S_IWOTH = 2
    pkg syscall (netbsd-amd64), const S_IWRITE = 128
    pkg syscall (netbsd-amd64), const S_IXGRP = 8
    pkg syscall (netbsd-amd64), const S_IXOTH = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const RUSAGE_THREAD ideal-int
    pkg syscall (freebsd-arm64), const S_IFMT = 61440
    pkg syscall (freebsd-arm64), const S_IRWXG = 56
    pkg syscall (freebsd-arm64), const S_IRWXG ideal-int
    pkg syscall (freebsd-arm64), const S_IRWXO = 7
    pkg syscall (freebsd-arm64), const S_IRWXO ideal-int
    pkg syscall (freebsd-arm64), const SCM_BINTIME = 4
    pkg syscall (freebsd-arm64), const SCM_BINTIME ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. src/cmd/cgo/gcc.go

    	if deref == "*" {
    		index.X = &ast.StarExpr{X: index.X}
    	}
    	fmt.Fprintf(sb, "_cgo%d := %s; ", i, gofmtPos(arg, arg.Pos()))
    	index.X = origX
    
    	fmt.Fprintf(sbCheck, "_cgoCheckPointer(_cgo%d, %s_cgoIndex%d); ", i, deref, i)
    
    	return true
    }
    
    // checkAddr checks whether arg has the form &x, possibly inside type
    // conversions. If so, it writes
    //
    //	_cgoBaseNN := &x
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS___SYSCTL ideal-int #53466
    pkg syscall (freebsd-riscv64), const S_IFMT = 61440 #53466
    pkg syscall (freebsd-riscv64), const S_IRWXG = 56 #53466
    pkg syscall (freebsd-riscv64), const S_IRWXG ideal-int #53466
    pkg syscall (freebsd-riscv64), const S_IRWXO = 7 #53466
    pkg syscall (freebsd-riscv64), const S_IRWXO ideal-int #53466
    pkg syscall (freebsd-riscv64), const SizeofBpfHdr = 32 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top