- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 267 for Chflags (0.09 sec)
-
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type Kevent_t struct, Data int32 pkg syscall (freebsd-386-cgo), type Kevent_t struct, Fflags uint32 pkg syscall (freebsd-386-cgo), type Kevent_t struct, Filter int16 pkg syscall (freebsd-386-cgo), type Kevent_t struct, Flags uint16 pkg syscall (freebsd-386-cgo), type Kevent_t struct, Ident uint32 pkg syscall (freebsd-386-cgo), type Kevent_t struct, Udata *uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvFlags.java
* Constructs an AV flags pair from integer flags * @param flags the flag values as integer */ public AvFlags(final int flags) { this(encode(flags)); } /** * Gets the flags as an integer value * @return flags */ public int getFlags() { return SMBUtil.readInt4(this.getRaw(), 0); } private static byte[] encode(final int flags) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
src/cmd/cgo/doc.go
(see https://golang.org/pkg/go/build/#hdr-Build_Constraints for details about the constraint syntax). For example: // #cgo CFLAGS: -DPNG_DEBUG=1 // #cgo amd64 386 CFLAGS: -DX86=1 // #cgo LDFLAGS: -lpng // #include <png.h> import "C" Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool using a '#cgo pkg-config:' directive followed by the package names. For example:
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 11 23:57:34 UTC 2024 - 44K bytes - Viewed (0) -
src/cmd/asm/internal/flags/flags.go
// Copyright 2015 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. // Package flags implements top-level flags and the usage message for the assembler. package flags import ( "cmd/internal/obj" "cmd/internal/objabi" "flag" "fmt" "os" "path/filepath" "strings" ) var (
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 22 19:18:23 UTC 2023 - 2.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/DfsReferralResponseBufferTest.java
byte[] testBuffer = new byte[8]; ByteBuffer bb = ByteBuffer.wrap(testBuffer).order(ByteOrder.LITTLE_ENDIAN); bb.putShort((short) 0); // pathConsumed (will be divided by 2) bb.putShort((short) 0); // numReferrals bb.putShort((short) 0); // tflags bb.putShort((short) 0); // tflags high bytes (skipped in decode)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.4K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Kevent_t struct pkg syscall (darwin-arm64), type Kevent_t struct, Data int64 pkg syscall (darwin-arm64), type Kevent_t struct, Fflags uint32 pkg syscall (darwin-arm64), type Kevent_t struct, Filter int16 pkg syscall (darwin-arm64), type Kevent_t struct, Flags uint16 pkg syscall (darwin-arm64), type Kevent_t struct, Ident uint64 pkg syscall (darwin-arm64), type Kevent_t struct, Udata *uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Kevent_t struct pkg syscall (freebsd-arm64), type Kevent_t struct, Data int64 pkg syscall (freebsd-arm64), type Kevent_t struct, Fflags uint32 pkg syscall (freebsd-arm64), type Kevent_t struct, Filter int16 pkg syscall (freebsd-arm64), type Kevent_t struct, Flags uint16 pkg syscall (freebsd-arm64), type Kevent_t struct, Ident uint64 pkg syscall (freebsd-arm64), type Kevent_t struct, Udata *uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
Makefile
@echo "Building minio binary to './minio'" @CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build -tags kqueue -trimpath --ldflags "$(LDFLAGS)" -o $(PWD)/minio 1>/dev/null hotfix-vars: $(eval LDFLAGS := $(shell MINIO_RELEASE="RELEASE" MINIO_HOTFIX="hotfix.$(shell git rev-parse --short HEAD)" go run buildscripts/gen-ldflags.go $(shell git describe --tags --abbrev=0 | \
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Apr 27 00:44:22 UTC 2025 - 11.2K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Data int64 pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Fflags uint32 pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Filter uint32 pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Flags uint32 pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Ident uint64 pkg syscall (netbsd-arm64-cgo), type Kevent_t struct, Pad_cgo_0 [4]uint8
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
buildscripts/gen-ldflags.go
Harshavardhana <******@****.***> 1655421048 -0700
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jun 16 23:10:48 UTC 2022 - 3.3K bytes - Viewed (0)