repo_id
stringlengths
21
96
file_path
stringlengths
31
155
content
stringlengths
1
92.9M
__index_level_0__
int64
0
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go
// go run mksysnum.go https://gitweb.dragonflybsd.org/dragonfly.git/blob_plain/HEAD:/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && dragonfly // +build amd64,dragonfly package unix const ( SYS_EXIT = 1 // { void exit(int rval); } SYS_FORK = 2 // {...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_linux.go
// Code generated by mkmerge; DO NOT EDIT. //go:build linux // +build linux package unix const ( SizeofShort = 0x2 SizeofInt = 0x4 SizeofLongLong = 0x8 PathMax = 0x1000 ) type ( _C_short int16 _C_int int32 _C_long_long int64 ) type ItimerSpec struct { Interval Timespec Value Timespec ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_linux_arm64.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. //go:build arm64 && linux // +build arm64,linux package unix import "unsafe" //sys EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) = SY...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go
// Copyright 2009 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 amd64 && freebsd // +build amd64,freebsd package unix import ( "syscall" "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespe...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go
// Copyright 2019 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 arm64 && openbsd // +build arm64,openbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func s...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/dev_openbsd.go
// Copyright 2017 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. // Functions to access/create device major and minor numbers matching the // encoding used in OpenBSD's sys/types.h header. package unix // Major returns the ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s
// Copyright 2019 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 gc // +build gc #include "textflag.h" // // System call support for mips64, OpenBSD // // Just jump to package syscall's implementation for all th...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go
// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/syscall.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && darwin // +build amd64,darwin package unix // Deprecated: Use libSystem wrappers ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go
// cgo -godefs types_netbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && netbsd // +build amd64,netbsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_shor...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/asm_linux_s390x.s
// Copyright 2016 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 linux && s390x && gc // +build linux // +build s390x // +build gc #include "textflag.h" // // System calls for s390x, Linux // // Just jump to pac...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char /build/unix/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm64 && linux // +build arm64,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) t...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go
// go run mksyscall_solaris.go -tags solaris,amd64 syscall_solaris.go syscall_solaris_amd64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build solaris && amd64 // +build solaris,amd64 package unix import ( "syscall" "unsafe" ) //go:cgo_import_dynamic libc_pipe pipe "libc.so" //go:cg...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include -m64 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && linux // +build amd64,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 /build/unix/_const.go package uni...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go
// go run mksysctl_openbsd.go // Code generated by the command above; DO NOT EDIT. //go:build 386 && openbsd // +build 386,openbsd package unix type mibentry struct { ctlname string ctloid []_C_int } var sysctlMib = []mibentry{ {"ddb.console", []_C_int{9, 6}}, {"ddb.log", []_C_int{9, 7}}, {"ddb.max_line", []_...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go
// go run mksyscall.go -l32 -openbsd -tags openbsd,386 syscall_bsd.go syscall_openbsd.go syscall_openbsd_386.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build openbsd && 386 // +build openbsd,386 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERA...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go
// Code generated by linux/mkall.go generatePtracePair("mips", "mips64"). DO NOT EDIT. //go:build linux && (mips || mips64) // +build linux // +build mips mips64 package unix import "unsafe" // PtraceRegsMips is the registers used by mips binaries. type PtraceRegsMips struct { Regs [32]uint64 Lo uint64 ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go
// Copyright 2019 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 arm64 && netbsd // +build arm64,netbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func set...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/constants.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. //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos // +build aix darwin dragonfly freebsd linux netbsd openbsd sol...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go
// mkerrors.sh -m32 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build 386 && openbsd // +build 386,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOOTH ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/fdset.go
// Copyright 2019 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 || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos // +build aix darwin dragonfly freebsd linux netbsd openbsd sol...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go
// go run mksyscall.go -tags linux,riscv64 syscall_linux.go syscall_linux_riscv64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && riscv64 // +build linux,riscv64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT T...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go
// cgo -godefs types_openbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build 386 && openbsd // +build 386,openbsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go
// go run mksysnum.go https://svn.freebsd.org/base/stable/11/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm && freebsd // +build arm,freebsd package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ioctl_linux.go
// Copyright 2021 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 unix import ( "unsafe" ) // IoctlRetInt performs an ioctl operation specified by req on a device // associated with opened file descriptor fd, and re...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
// Copyright 2016 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 linux && (mips || mipsle) // +build linux // +build mips mipsle package unix import ( "syscall" "unsafe" ) func Syscall9(trap, a1, a2, a3, a4, a...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm && linux // +build arm,linux package unix const ( SYS_SYSCALL_MASK = 0 SYS_RESTART_SYSCALL = 0 SYS_EXIT ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go
// go run mksyscall.go -tags linux,ppc64 syscall_linux.go syscall_linux_ppc64x.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && ppc64 // +build linux,ppc64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP;...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/asm_bsd_amd64.s
// Copyright 2021 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 (darwin || dragonfly || freebsd || netbsd || openbsd) && gc // +build darwin dragonfly freebsd netbsd openbsd // +build gc #include "textflag.h" //...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/unix/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build riscv64 && linux // +build riscv64,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Timesp...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go
// Copyright 2020 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 zos && s390x // +build zos,s390x package unix import ( "bytes" "runtime" "sort" "sync" "syscall" "unsafe" ) const ( O_CLOEXEC = 0 // ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go
// go run mksyscall.go -openbsd -tags openbsd,mips64 syscall_bsd.go syscall_openbsd.go syscall_openbsd_mips64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build openbsd && mips64 // +build openbsd,mips64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include -fsigned-char // Code generated by the command above; see README.md. DO NOT EDIT. //go:build s390x && linux // +build s390x,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char /build/unix/_con...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go
// Copyright 2018 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 darwin && go1.12 // +build darwin,go1.12 package unix import _ "unsafe" // Implemented in the runtime package (runtime/sys_darwin.go) func syscall...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/aliases.go
// Copyright 2018 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 || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos) && go1.9 // +build aix darwin dragonfly freebsd linux netbsd ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go
// Copyright 2020 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 zos && s390x // +build zos,s390x package unix // TODO: auto-generate. const ( SYS_ACOSD128 = 0xB80 SYS_ACOSD32 ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go
// Copyright 2017 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 unix const ( IFT_1822 = 0x2 IFT_A12MPPSWITCH = 0x82 IFT_AAL2 = 0xbb IFT_AAL5 ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go
// cgo -godefs types_netbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm && netbsd // +build arm,netbsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go
// Copyright 2019 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 darwin // +build darwin package unix import "unsafe" // ReadDirent reads directory entries from fd and writes them into buf. func ReadDirent(fd in...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/unix/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mipsle && linux // +build mipsle,linux package unix const ( SizeofPtr = 0x4 SizeofLong = 0x4 ) type ( _C_long int32 ) type Timespec...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/fstatfs_zos.go
// Copyright 2020 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 zos && s390x // +build zos,s390x package unix import ( "unsafe" ) // This file simulates fstatfs on z/OS using fstatvfs and w_getmntent. func Fs...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go
// Copyright 2018 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 linux && (ppc64le || ppc64) && gc // +build linux // +build ppc64le ppc64 // +build gc package unix import "syscall" func Syscall(trap, a1, a2, a3...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
// cgo -godefs types_darwin.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm64 && darwin // +build arm64,darwin package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_shor...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
// cgo -godefs -- -fsigned-char types_freebsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm64 && freebsd // +build arm64,freebsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/asm_linux_arm.s
// Copyright 2009 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 gc // +build gc #include "textflag.h" // // System calls for arm, Linux // // Just jump to package syscall's implementation for all these function...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go
// go run mksysnum.go http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; DO NOT EDIT. //go:build arm64 && netbsd // +build arm64,netbsd package unix const ( SYS_EXIT = 1 // { void|sys||exit(int rval); } SYS_FORK = 2 ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.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. //go:build gccgo && linux && amd64 // +build gccgo,linux,amd64 package unix import "syscall" //extern gettimeofday func realGettimeofday(*Timeval, *byte) int...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips64le && linux // +build mips64le,linux package unix const ( SYS_READ = 5000 SYS_WRITE = 5001 SYS_OPEN ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
// Copyright 2009 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 amd64 && darwin // +build amd64,darwin package unix import "syscall" func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec:...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go
// go run mksyscall_aix_ppc64.go -aix -tags aix,ppc64 syscall_aix.go syscall_aix_ppc64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build aix && ppc64 // +build aix,ppc64 package unix import ( "unsafe" ) // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func utimes(pa...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips && linux // +build mips,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/unix/_const.go package unix import "s...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips && linux // +build mips,linux package unix const ( SYS_SYSCALL = 4000 SYS_EXIT = 4001 SYS_FORK...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm64 && freebsd // +build arm64,freebsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/dev_aix_ppc.go
// Copyright 2018 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 && ppc // +build aix,ppc // Functions to access/create device major and minor numbers matching the // encoding used by AIX. package unix // Ma...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go
// cgo -godefs -- -fsigned-char types_openbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips64 && openbsd // +build mips64,openbsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_freebsd.go
// Copyright 2009,2010 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. // FreeBSD system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.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. //go:build linux && (mips64 || mips64le) // +build linux // +build mips64 mips64le package unix //sys EpollWait(epfd int, events []EpollEvent, msec int) (n in...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go
// go run mksyscall_aix_ppc64.go -aix -tags aix,ppc64 syscall_aix.go syscall_aix_ppc64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build aix && ppc64 && gccgo // +build aix,ppc64,gccgo package unix /* #include <stdint.h> int utimes(uintptr_t, uintptr_t); int utimensat(int, uintptr_t, ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips64 && linux // +build mips64,linux package unix const ( SYS_READ = 5000 SYS_WRITE = 5001 SYS_OPEN ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/asm_linux_arm64.s
// 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. //go:build linux && arm64 && gc // +build linux // +build arm64 // +build gc #include "textflag.h" // Just jump to package syscall's implementation for all th...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go
// cgo -godefs -- -fsigned-char types_openbsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm && openbsd // +build arm,openbsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mipsle && linux // +build mipsle,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/unix/_const.go package unix impor...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go
// go run mksyscall_solaris.go -illumos -tags illumos,amd64 syscall_illumos.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build illumos && amd64 // +build illumos,amd64 package unix import ( "unsafe" ) //go:cgo_import_dynamic libc_readv readv "libc.so" //go:cgo_import_dynamic libc_pre...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go
// go run mksyscall.go -tags linux,sparc64 syscall_linux.go syscall_linux_sparc64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && sparc64 // +build linux,sparc64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT T...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go
// Copyright 2016 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 amd64 && linux && gc // +build amd64,linux,gc package unix import "syscall" //go:noescape func gettimeofday(tv *Timeval) (err syscall.Errno)
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go
// go run mksyscall.go -l32 -openbsd -arm -tags openbsd,arm syscall_bsd.go syscall_openbsd.go syscall_openbsd_arm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build openbsd && arm // +build openbsd,arm package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS G...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go
// Copyright 2020 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. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( DLT_HHDLC ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include -fsigned-char /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm64 && linux // +build arm64,linux package unix const ( SYS_IO_SETUP = 0 SYS_IO_DESTROY = 1 SYS_IO_S...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_linux_gc.go
// Copyright 2018 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 linux && gc // +build linux,gc package unix // SyscallNoError may be used instead of Syscall for syscalls that don't fail. func SyscallNoError(trap...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/sysvshm_linux.go
// Copyright 2021 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 linux // +build linux package unix import "runtime" // SysvShmCtl performs control operations on the shared memory segment // specified by id. fun...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go
// cgo -godefs -- -fsigned-char types_freebsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm && freebsd // +build arm,freebsd package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go
// Copyright 2018 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 arm64 && freebsd // +build arm64,freebsd package unix import ( "syscall" "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespe...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && solaris // +build amd64,solaris // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_802 = 0x12 AF_APPLETALK ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go
// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && openbsd // +build amd64,openbsd package unix const ( SYS_EXIT = 1 // { void sys_exit(int rval); } SYS_FORK ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/asm_bsd_arm64.s
// Copyright 2021 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 (darwin || freebsd || netbsd || openbsd) && gc // +build darwin freebsd netbsd openbsd // +build gc #include "textflag.h" // System call support fo...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/unix/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips && linux // +build mips,linux package unix const ( SizeofPtr = 0x4 SizeofLong = 0x4 ) type ( _C_long int32 ) type Timespec str...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/gccgo.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. //go:build gccgo && !aix // +build gccgo,!aix package unix import "syscall" // We can't use the gc-syntax .s files for gccgo. On the plus side // much of the...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go
// go run mksyscall.go -l32 -tags linux,386 syscall_linux.go syscall_linux_386.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && 386 // +build linux,386 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go
// Copyright 2013 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 arm && netbsd // +build arm,netbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: int32(nsec)} } func ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go
// Copyright 2019 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 unix // Round the length of a raw sockaddr up to align it properly. func cmsgAlignOf(salen int) int { salign := SizeofPtr if SizeofPtr == 8 && !suppo...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/sysvshm_unix.go
// Copyright 2021 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 (darwin && !ios) || linux // +build darwin,!ios linux package unix import ( "unsafe" "golang.org/x/sys/internal/unsafeheader" ) // SysvShmAttac...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go
// cgo -godefs types_freebsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && freebsd // +build amd64,freebsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_s...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
// mkerrors.sh -Wall -Werror -static -I/tmp/include // Code generated by the command above; see README.md. DO NOT EDIT. //go:build riscv64 && linux // +build riscv64,linux // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/unix/_const.go package unix imp...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build arm64 && openbsd // +build arm64,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUETOO...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/unix/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips64 && linux // +build mips64,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Timespec...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go
// go run mksyscall.go -l32 -arm -tags linux,mipsle syscall_linux.go syscall_linux_mipsx.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && mipsle // +build linux,mipsle package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/gccgo_c.c
// 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. // +build gccgo // +build !aix #include <errno.h> #include <stdint.h> #include <unistd.h> #define _STRINGIFY2_(x) #x #define _STRINGIFY_(x) _STRINGIFY2_(x) #d...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips64 && openbsd // +build mips64,openbsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BLUET...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 /build/unix/linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build amd64 && linux // +build amd64,linux package unix const ( SizeofPtr = 0x8 SizeofLong = 0x8 ) type ( _C_long int64 ) type Times...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/ifreq_linux.go
// Copyright 2021 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 linux // +build linux package unix import ( "bytes" "unsafe" ) // Helpers for dealing with ifreq since it contains a union and thus requires a /...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go
// go run mksyscall.go -l32 -arm -tags freebsd,arm syscall_bsd.go syscall_freebsd.go syscall_freebsd_arm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build freebsd && arm // +build freebsd,arm package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_linux.go
// Copyright 2009 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. // Linux system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates system ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go
// mkerrors.sh -maix64 // Code generated by the command above; see README.md. DO NOT EDIT. //go:build ppc64 && aix // +build ppc64,aix // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -maix64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/fcntl.go
// Copyright 2014 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 dragonfly || freebsd || linux || netbsd || openbsd // +build dragonfly freebsd linux netbsd openbsd package unix import "unsafe" // fcntl64Syscall...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go
// Copyright 2017 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 arm && openbsd // +build arm,openbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: int32(nsec)} } fun...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys
rapidsai_public_repos/roc/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go
// go run mksyscall.go -tags linux,arm64 syscall_linux.go syscall_linux_arm64.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && arm64 // +build linux,arm64 package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; ...
0
rapidsai_public_repos/roc/vendor/golang.org/x/sys/internal
rapidsai_public_repos/roc/vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go
// Copyright 2020 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 unsafeheader contains header declarations for the Go runtime's // slice and string implementations. // // This package allows x/sys to use types equi...
0
rapidsai_public_repos/roc/vendor/golang.org/x
rapidsai_public_repos/roc/vendor/golang.org/x/oauth2/README.md
# OAuth2 for Go [![Go Reference](https://pkg.go.dev/badge/golang.org/x/oauth2.svg)](https://pkg.go.dev/golang.org/x/oauth2) [![Build Status](https://travis-ci.org/golang/oauth2.svg?branch=master)](https://travis-ci.org/golang/oauth2) oauth2 package contains a client implementation for OAuth 2.0 spec. ## Installation...
0
rapidsai_public_repos/roc/vendor/golang.org/x
rapidsai_public_repos/roc/vendor/golang.org/x/oauth2/token.go
// Copyright 2014 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 oauth2 import ( "context" "fmt" "net/http" "net/url" "strconv" "strings" "time" "golang.org/x/oauth2/internal" ) // expiryDelta determines ho...
0
rapidsai_public_repos/roc/vendor/golang.org/x
rapidsai_public_repos/roc/vendor/golang.org/x/oauth2/AUTHORS
# This source code refers to The Go Authors for copyright purposes. # The master list of authors is in the main Go distribution, # visible at http://tip.golang.org/AUTHORS.
0
rapidsai_public_repos/roc/vendor/golang.org/x
rapidsai_public_repos/roc/vendor/golang.org/x/oauth2/transport.go
// Copyright 2014 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 oauth2 import ( "errors" "log" "net/http" "sync" ) // Transport is an http.RoundTripper that makes OAuth 2.0 HTTP requests, // wrapping a base Rou...
0