Documentation ¶
Index ¶
- Variables
- func AssignAddFloat32(p *float32, v float32) float32
- func AssignAddFloat64(p *float64, v float64) float64
- func AssignAddInt16(p *int16, v int16) int16
- func AssignAddInt32(p *int32, v int32) int32
- func AssignAddInt64(p *int64, v int64) int64
- func AssignAddInt8(p *int8, v int8) int8
- func AssignAddPtrFloat32(p uintptr, v float32) float32
- func AssignAddPtrFloat64(p uintptr, v float64) float64
- func AssignAddPtrInt16(p uintptr, v int16) int16
- func AssignAddPtrInt32(p uintptr, v int32) int32
- func AssignAddPtrInt64(p uintptr, v int64) int64
- func AssignAddPtrInt8(p uintptr, v int8) int8
- func AssignAddPtrUint16(p uintptr, v uint16) uint16
- func AssignAddPtrUint32(p uintptr, v uint32) uint32
- func AssignAddPtrUint64(p uintptr, v uint64) uint64
- func AssignAddPtrUint8(p uintptr, v uint8) uint8
- func AssignAddPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignAddUint16(p *uint16, v uint16) uint16
- func AssignAddUint32(p *uint32, v uint32) uint32
- func AssignAddUint64(p *uint64, v uint64) uint64
- func AssignAddUint8(p *uint8, v uint8) uint8
- func AssignAddUintptr(p *uintptr, v uintptr) uintptr
- func AssignAndInt16(p *int16, v int16) int16
- func AssignAndInt32(p *int32, v int32) int32
- func AssignAndInt64(p *int64, v int64) int64
- func AssignAndInt8(p *int8, v int8) int8
- func AssignAndPtrInt16(p uintptr, v int16) int16
- func AssignAndPtrInt32(p uintptr, v int32) int32
- func AssignAndPtrInt64(p uintptr, v int64) int64
- func AssignAndPtrInt8(p uintptr, v int8) int8
- func AssignAndPtrUint16(p uintptr, v uint16) uint16
- func AssignAndPtrUint32(p uintptr, v uint32) uint32
- func AssignAndPtrUint64(p uintptr, v uint64) uint64
- func AssignAndPtrUint8(p uintptr, v uint8) uint8
- func AssignAndPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignAndUint16(p *uint16, v uint16) uint16
- func AssignAndUint32(p *uint32, v uint32) uint32
- func AssignAndUint64(p *uint64, v uint64) uint64
- func AssignAndUint8(p *uint8, v uint8) uint8
- func AssignAndUintptr(p *uintptr, v uintptr) uintptr
- func AssignBitFieldPtr16Int16(p uintptr, v int16, w, off int, mask uint16) int16
- func AssignBitFieldPtr16Int32(p uintptr, v int32, w, off int, mask uint16) int32
- func AssignBitFieldPtr16Int64(p uintptr, v int64, w, off int, mask uint16) int64
- func AssignBitFieldPtr16Int8(p uintptr, v int8, w, off int, mask uint16) int8
- func AssignBitFieldPtr16Uint16(p uintptr, v uint16, w, off int, mask uint16) uint16
- func AssignBitFieldPtr16Uint32(p uintptr, v uint32, w, off int, mask uint16) uint32
- func AssignBitFieldPtr16Uint64(p uintptr, v uint64, w, off int, mask uint16) uint64
- func AssignBitFieldPtr16Uint8(p uintptr, v uint8, w, off int, mask uint16) uint8
- func AssignBitFieldPtr32Int16(p uintptr, v int16, w, off int, mask uint32) int16
- func AssignBitFieldPtr32Int32(p uintptr, v int32, w, off int, mask uint32) int32
- func AssignBitFieldPtr32Int64(p uintptr, v int64, w, off int, mask uint32) int64
- func AssignBitFieldPtr32Int8(p uintptr, v int8, w, off int, mask uint32) int8
- func AssignBitFieldPtr32Uint16(p uintptr, v uint16, w, off int, mask uint32) uint16
- func AssignBitFieldPtr32Uint32(p uintptr, v uint32, w, off int, mask uint32) uint32
- func AssignBitFieldPtr32Uint64(p uintptr, v uint64, w, off int, mask uint32) uint64
- func AssignBitFieldPtr32Uint8(p uintptr, v uint8, w, off int, mask uint32) uint8
- func AssignBitFieldPtr64Int16(p uintptr, v int16, w, off int, mask uint64) int16
- func AssignBitFieldPtr64Int32(p uintptr, v int32, w, off int, mask uint64) int32
- func AssignBitFieldPtr64Int64(p uintptr, v int64, w, off int, mask uint64) int64
- func AssignBitFieldPtr64Int8(p uintptr, v int8, w, off int, mask uint64) int8
- func AssignBitFieldPtr64Uint16(p uintptr, v uint16, w, off int, mask uint64) uint16
- func AssignBitFieldPtr64Uint32(p uintptr, v uint32, w, off int, mask uint64) uint32
- func AssignBitFieldPtr64Uint64(p uintptr, v uint64, w, off int, mask uint64) uint64
- func AssignBitFieldPtr64Uint8(p uintptr, v uint8, w, off int, mask uint64) uint8
- func AssignBitFieldPtr8Int16(p uintptr, v int16, w, off int, mask uint8) int16
- func AssignBitFieldPtr8Int32(p uintptr, v int32, w, off int, mask uint8) int32
- func AssignBitFieldPtr8Int64(p uintptr, v int64, w, off int, mask uint8) int64
- func AssignBitFieldPtr8Int8(p uintptr, v int8, w, off int, mask uint8) int8
- func AssignBitFieldPtr8Uint16(p uintptr, v uint16, w, off int, mask uint8) uint16
- func AssignBitFieldPtr8Uint32(p uintptr, v uint32, w, off int, mask uint8) uint32
- func AssignBitFieldPtr8Uint64(p uintptr, v uint64, w, off int, mask uint8) uint64
- func AssignBitFieldPtr8Uint8(p uintptr, v uint8, w, off int, mask uint8) uint8
- func AssignDivFloat32(p *float32, v float32) float32
- func AssignDivFloat64(p *float64, v float64) float64
- func AssignDivInt16(p *int16, v int16) int16
- func AssignDivInt32(p *int32, v int32) int32
- func AssignDivInt64(p *int64, v int64) int64
- func AssignDivInt8(p *int8, v int8) int8
- func AssignDivPtrFloat32(p uintptr, v float32) float32
- func AssignDivPtrFloat64(p uintptr, v float64) float64
- func AssignDivPtrInt16(p uintptr, v int16) int16
- func AssignDivPtrInt32(p uintptr, v int32) int32
- func AssignDivPtrInt64(p uintptr, v int64) int64
- func AssignDivPtrInt8(p uintptr, v int8) int8
- func AssignDivPtrUint16(p uintptr, v uint16) uint16
- func AssignDivPtrUint32(p uintptr, v uint32) uint32
- func AssignDivPtrUint64(p uintptr, v uint64) uint64
- func AssignDivPtrUint8(p uintptr, v uint8) uint8
- func AssignDivPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignDivUint16(p *uint16, v uint16) uint16
- func AssignDivUint32(p *uint32, v uint32) uint32
- func AssignDivUint64(p *uint64, v uint64) uint64
- func AssignDivUint8(p *uint8, v uint8) uint8
- func AssignDivUintptr(p *uintptr, v uintptr) uintptr
- func AssignFloat32(p *float32, v float32) float32
- func AssignFloat64(p *float64, v float64) float64
- func AssignInt16(p *int16, v int16) int16
- func AssignInt32(p *int32, v int32) int32
- func AssignInt64(p *int64, v int64) int64
- func AssignInt8(p *int8, v int8) int8
- func AssignMulFloat32(p *float32, v float32) float32
- func AssignMulFloat64(p *float64, v float64) float64
- func AssignMulInt16(p *int16, v int16) int16
- func AssignMulInt32(p *int32, v int32) int32
- func AssignMulInt64(p *int64, v int64) int64
- func AssignMulInt8(p *int8, v int8) int8
- func AssignMulPtrFloat32(p uintptr, v float32) float32
- func AssignMulPtrFloat64(p uintptr, v float64) float64
- func AssignMulPtrInt16(p uintptr, v int16) int16
- func AssignMulPtrInt32(p uintptr, v int32) int32
- func AssignMulPtrInt64(p uintptr, v int64) int64
- func AssignMulPtrInt8(p uintptr, v int8) int8
- func AssignMulPtrUint16(p uintptr, v uint16) uint16
- func AssignMulPtrUint32(p uintptr, v uint32) uint32
- func AssignMulPtrUint64(p uintptr, v uint64) uint64
- func AssignMulPtrUint8(p uintptr, v uint8) uint8
- func AssignMulPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignMulUint16(p *uint16, v uint16) uint16
- func AssignMulUint32(p *uint32, v uint32) uint32
- func AssignMulUint64(p *uint64, v uint64) uint64
- func AssignMulUint8(p *uint8, v uint8) uint8
- func AssignMulUintptr(p *uintptr, v uintptr) uintptr
- func AssignOrInt16(p *int16, v int16) int16
- func AssignOrInt32(p *int32, v int32) int32
- func AssignOrInt64(p *int64, v int64) int64
- func AssignOrInt8(p *int8, v int8) int8
- func AssignOrPtrInt16(p uintptr, v int16) int16
- func AssignOrPtrInt32(p uintptr, v int32) int32
- func AssignOrPtrInt64(p uintptr, v int64) int64
- func AssignOrPtrInt8(p uintptr, v int8) int8
- func AssignOrPtrUint16(p uintptr, v uint16) uint16
- func AssignOrPtrUint32(p uintptr, v uint32) uint32
- func AssignOrPtrUint64(p uintptr, v uint64) uint64
- func AssignOrPtrUint8(p uintptr, v uint8) uint8
- func AssignOrPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignOrUint16(p *uint16, v uint16) uint16
- func AssignOrUint32(p *uint32, v uint32) uint32
- func AssignOrUint64(p *uint64, v uint64) uint64
- func AssignOrUint8(p *uint8, v uint8) uint8
- func AssignOrUintptr(p *uintptr, v uintptr) uintptr
- func AssignPtrFloat32(p uintptr, v float32) float32
- func AssignPtrFloat64(p uintptr, v float64) float64
- func AssignPtrInt16(p uintptr, v int16) int16
- func AssignPtrInt32(p uintptr, v int32) int32
- func AssignPtrInt64(p uintptr, v int64) int64
- func AssignPtrInt8(p uintptr, v int8) int8
- func AssignPtrUint16(p uintptr, v uint16) uint16
- func AssignPtrUint32(p uintptr, v uint32) uint32
- func AssignPtrUint64(p uintptr, v uint64) uint64
- func AssignPtrUint8(p uintptr, v uint8) uint8
- func AssignPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignRemInt16(p *int16, v int16) int16
- func AssignRemInt32(p *int32, v int32) int32
- func AssignRemInt64(p *int64, v int64) int64
- func AssignRemInt8(p *int8, v int8) int8
- func AssignRemPtrInt16(p uintptr, v int16) int16
- func AssignRemPtrInt32(p uintptr, v int32) int32
- func AssignRemPtrInt64(p uintptr, v int64) int64
- func AssignRemPtrInt8(p uintptr, v int8) int8
- func AssignRemPtrUint16(p uintptr, v uint16) uint16
- func AssignRemPtrUint32(p uintptr, v uint32) uint32
- func AssignRemPtrUint64(p uintptr, v uint64) uint64
- func AssignRemPtrUint8(p uintptr, v uint8) uint8
- func AssignRemPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignRemUint16(p *uint16, v uint16) uint16
- func AssignRemUint32(p *uint32, v uint32) uint32
- func AssignRemUint64(p *uint64, v uint64) uint64
- func AssignRemUint8(p *uint8, v uint8) uint8
- func AssignRemUintptr(p *uintptr, v uintptr) uintptr
- func AssignShlInt16(p *int16, v int) int16
- func AssignShlInt32(p *int32, v int) int32
- func AssignShlInt64(p *int64, v int) int64
- func AssignShlInt8(p *int8, v int) int8
- func AssignShlPtrInt16(p uintptr, v int) int16
- func AssignShlPtrInt32(p uintptr, v int) int32
- func AssignShlPtrInt64(p uintptr, v int) int64
- func AssignShlPtrInt8(p uintptr, v int) int8
- func AssignShlPtrUint16(p uintptr, v int) uint16
- func AssignShlPtrUint32(p uintptr, v int) uint32
- func AssignShlPtrUint64(p uintptr, v int) uint64
- func AssignShlPtrUint8(p uintptr, v int) uint8
- func AssignShlPtrUintptr(p uintptr, v int) uintptr
- func AssignShlUint16(p *uint16, v int) uint16
- func AssignShlUint32(p *uint32, v int) uint32
- func AssignShlUint64(p *uint64, v int) uint64
- func AssignShlUint8(p *uint8, v int) uint8
- func AssignShlUintptr(p *uintptr, v int) uintptr
- func AssignShrInt16(p *int16, v int) int16
- func AssignShrInt32(p *int32, v int) int32
- func AssignShrInt64(p *int64, v int) int64
- func AssignShrInt8(p *int8, v int) int8
- func AssignShrPtrInt16(p uintptr, v int) int16
- func AssignShrPtrInt32(p uintptr, v int) int32
- func AssignShrPtrInt64(p uintptr, v int) int64
- func AssignShrPtrInt8(p uintptr, v int) int8
- func AssignShrPtrUint16(p uintptr, v int) uint16
- func AssignShrPtrUint32(p uintptr, v int) uint32
- func AssignShrPtrUint64(p uintptr, v int) uint64
- func AssignShrPtrUint8(p uintptr, v int) uint8
- func AssignShrPtrUintptr(p uintptr, v int) uintptr
- func AssignShrUint16(p *uint16, v int) uint16
- func AssignShrUint32(p *uint32, v int) uint32
- func AssignShrUint64(p *uint64, v int) uint64
- func AssignShrUint8(p *uint8, v int) uint8
- func AssignShrUintptr(p *uintptr, v int) uintptr
- func AssignSubFloat32(p *float32, v float32) float32
- func AssignSubFloat64(p *float64, v float64) float64
- func AssignSubInt16(p *int16, v int16) int16
- func AssignSubInt32(p *int32, v int32) int32
- func AssignSubInt64(p *int64, v int64) int64
- func AssignSubInt8(p *int8, v int8) int8
- func AssignSubPtrFloat32(p uintptr, v float32) float32
- func AssignSubPtrFloat64(p uintptr, v float64) float64
- func AssignSubPtrInt16(p uintptr, v int16) int16
- func AssignSubPtrInt32(p uintptr, v int32) int32
- func AssignSubPtrInt64(p uintptr, v int64) int64
- func AssignSubPtrInt8(p uintptr, v int8) int8
- func AssignSubPtrUint16(p uintptr, v uint16) uint16
- func AssignSubPtrUint32(p uintptr, v uint32) uint32
- func AssignSubPtrUint64(p uintptr, v uint64) uint64
- func AssignSubPtrUint8(p uintptr, v uint8) uint8
- func AssignSubPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignSubUint16(p *uint16, v uint16) uint16
- func AssignSubUint32(p *uint32, v uint32) uint32
- func AssignSubUint64(p *uint64, v uint64) uint64
- func AssignSubUint8(p *uint8, v uint8) uint8
- func AssignSubUintptr(p *uintptr, v uintptr) uintptr
- func AssignUint16(p *uint16, v uint16) uint16
- func AssignUint32(p *uint32, v uint32) uint32
- func AssignUint64(p *uint64, v uint64) uint64
- func AssignUint8(p *uint8, v uint8) uint8
- func AssignUintptr(p *uintptr, v uintptr) uintptr
- func AssignXorInt16(p *int16, v int16) int16
- func AssignXorInt32(p *int32, v int32) int32
- func AssignXorInt64(p *int64, v int64) int64
- func AssignXorInt8(p *int8, v int8) int8
- func AssignXorPtrInt16(p uintptr, v int16) int16
- func AssignXorPtrInt32(p uintptr, v int32) int32
- func AssignXorPtrInt64(p uintptr, v int64) int64
- func AssignXorPtrInt8(p uintptr, v int8) int8
- func AssignXorPtrUint16(p uintptr, v uint16) uint16
- func AssignXorPtrUint32(p uintptr, v uint32) uint32
- func AssignXorPtrUint64(p uintptr, v uint64) uint64
- func AssignXorPtrUint8(p uintptr, v uint8) uint8
- func AssignXorPtrUintptr(p uintptr, v uintptr) uintptr
- func AssignXorUint16(p *uint16, v uint16) uint16
- func AssignXorUint32(p *uint32, v uint32) uint32
- func AssignXorUint64(p *uint64, v uint64) uint64
- func AssignXorUint8(p *uint8, v uint8) uint8
- func AssignXorUintptr(p *uintptr, v uintptr) uintptr
- func Bool32(b bool) int32
- func Bool64(b bool) int64
- func BoolInt16(b bool) int16
- func BoolInt32(b bool) int32
- func BoolInt64(b bool) int64
- func BoolInt8(b bool) int8
- func BoolUint16(b bool) uint16
- func BoolUint32(b bool) uint32
- func BoolUint64(b bool) uint64
- func BoolUint8(b bool) uint8
- func CString(s string) (uintptr, error)
- func CloseTLS(t *TLS)
- func CplInt16(n int16) int16
- func CplInt32(n int32) int32
- func CplInt64(n int64) int64
- func CplInt8(n int8) int8
- func CplUint16(n uint16) uint16
- func CplUint32(n uint32) uint32
- func CplUint64(n uint64) uint64
- func CplUint8(n uint8) uint8
- func CplUintptr(n uintptr) uintptr
- func Float32(n float32) float32
- func Float32FromFloat32(n float32) float32
- func Float32FromFloat64(n float64) float32
- func Float32FromInt16(n int16) float32
- func Float32FromInt32(n int32) float32
- func Float32FromInt64(n int64) float32
- func Float32FromInt8(n int8) float32
- func Float32FromUint16(n uint16) float32
- func Float32FromUint32(n uint32) float32
- func Float32FromUint64(n uint64) float32
- func Float32FromUint8(n uint8) float32
- func Float32FromUintptr(n uintptr) float32
- func Float64(n float64) float64
- func Float64FromFloat32(n float32) float64
- func Float64FromFloat64(n float64) float64
- func Float64FromInt16(n int16) float64
- func Float64FromInt32(n int32) float64
- func Float64FromInt64(n int64) float64
- func Float64FromInt8(n int8) float64
- func Float64FromUint16(n uint16) float64
- func Float64FromUint32(n uint32) float64
- func Float64FromUint64(n uint64) float64
- func Float64FromUint8(n uint8) float64
- func Float64FromUintptr(n uintptr) float64
- func GoString(s uintptr) string
- func Int16(n int16) int16
- func Int16FromFloat32(n float32) int16
- func Int16FromFloat64(n float64) int16
- func Int16FromInt16(n int16) int16
- func Int16FromInt32(n int32) int16
- func Int16FromInt64(n int64) int16
- func Int16FromInt8(n int8) int16
- func Int16FromUint16(n uint16) int16
- func Int16FromUint32(n uint32) int16
- func Int16FromUint64(n uint64) int16
- func Int16FromUint8(n uint8) int16
- func Int16FromUintptr(n uintptr) int16
- func Int32(n int32) int32
- func Int32FromFloat32(n float32) int32
- func Int32FromFloat64(n float64) int32
- func Int32FromInt16(n int16) int32
- func Int32FromInt32(n int32) int32
- func Int32FromInt64(n int64) int32
- func Int32FromInt8(n int8) int32
- func Int32FromUint16(n uint16) int32
- func Int32FromUint32(n uint32) int32
- func Int32FromUint64(n uint64) int32
- func Int32FromUint8(n uint8) int32
- func Int32FromUintptr(n uintptr) int32
- func Int64(n int64) int64
- func Int64FromFloat32(n float32) int64
- func Int64FromFloat64(n float64) int64
- func Int64FromInt16(n int16) int64
- func Int64FromInt32(n int32) int64
- func Int64FromInt64(n int64) int64
- func Int64FromInt8(n int8) int64
- func Int64FromUint16(n uint16) int64
- func Int64FromUint32(n uint32) int64
- func Int64FromUint64(n uint64) int64
- func Int64FromUint8(n uint8) int64
- func Int64FromUintptr(n uintptr) int64
- func Int8(n int8) int8
- func Int8FromFloat32(n float32) int8
- func Int8FromFloat64(n float64) int8
- func Int8FromInt16(n int16) int8
- func Int8FromInt32(n int32) int8
- func Int8FromInt64(n int64) int8
- func Int8FromInt8(n int8) int8
- func Int8FromUint16(n uint16) int8
- func Int8FromUint32(n uint32) int8
- func Int8FromUint64(n uint64) int8
- func Int8FromUint8(n uint8) int8
- func Int8FromUintptr(n uintptr) int8
- func NegInt16(n int16) int16
- func NegInt32(n int32) int32
- func NegInt64(n int64) int64
- func NegInt8(n int8) int8
- func NegUint16(n uint16) uint16
- func NegUint32(n uint32) uint32
- func NegUint64(n uint64) uint64
- func NegUint8(n uint8) uint8
- func NegUintptr(n uintptr) uintptr
- func PostDecBitFieldPtr16Int16(p uintptr, d int16, w, off int, mask uint16) (r int16)
- func PostDecBitFieldPtr16Int32(p uintptr, d int32, w, off int, mask uint16) (r int32)
- func PostDecBitFieldPtr16Int64(p uintptr, d int64, w, off int, mask uint16) (r int64)
- func PostDecBitFieldPtr16Int8(p uintptr, d int8, w, off int, mask uint16) (r int8)
- func PostDecBitFieldPtr16Uint16(p uintptr, d uint16, w, off int, mask uint16) (r uint16)
- func PostDecBitFieldPtr16Uint32(p uintptr, d uint32, w, off int, mask uint16) (r uint32)
- func PostDecBitFieldPtr16Uint64(p uintptr, d uint64, w, off int, mask uint16) (r uint64)
- func PostDecBitFieldPtr16Uint8(p uintptr, d uint8, w, off int, mask uint16) (r uint8)
- func PostDecBitFieldPtr32Int16(p uintptr, d int16, w, off int, mask uint32) (r int16)
- func PostDecBitFieldPtr32Int32(p uintptr, d int32, w, off int, mask uint32) (r int32)
- func PostDecBitFieldPtr32Int64(p uintptr, d int64, w, off int, mask uint32) (r int64)
- func PostDecBitFieldPtr32Int8(p uintptr, d int8, w, off int, mask uint32) (r int8)
- func PostDecBitFieldPtr32Uint16(p uintptr, d uint16, w, off int, mask uint32) (r uint16)
- func PostDecBitFieldPtr32Uint32(p uintptr, d uint32, w, off int, mask uint32) (r uint32)
- func PostDecBitFieldPtr32Uint64(p uintptr, d uint64, w, off int, mask uint32) (r uint64)
- func PostDecBitFieldPtr32Uint8(p uintptr, d uint8, w, off int, mask uint32) (r uint8)
- func PostDecBitFieldPtr64Int16(p uintptr, d int16, w, off int, mask uint64) (r int16)
- func PostDecBitFieldPtr64Int32(p uintptr, d int32, w, off int, mask uint64) (r int32)
- func PostDecBitFieldPtr64Int64(p uintptr, d int64, w, off int, mask uint64) (r int64)
- func PostDecBitFieldPtr64Int8(p uintptr, d int8, w, off int, mask uint64) (r int8)
- func PostDecBitFieldPtr64Uint16(p uintptr, d uint16, w, off int, mask uint64) (r uint16)
- func PostDecBitFieldPtr64Uint32(p uintptr, d uint32, w, off int, mask uint64) (r uint32)
- func PostDecBitFieldPtr64Uint64(p uintptr, d uint64, w, off int, mask uint64) (r uint64)
- func PostDecBitFieldPtr64Uint8(p uintptr, d uint8, w, off int, mask uint64) (r uint8)
- func PostDecBitFieldPtr8Int16(p uintptr, d int16, w, off int, mask uint8) (r int16)
- func PostDecBitFieldPtr8Int32(p uintptr, d int32, w, off int, mask uint8) (r int32)
- func PostDecBitFieldPtr8Int64(p uintptr, d int64, w, off int, mask uint8) (r int64)
- func PostDecBitFieldPtr8Int8(p uintptr, d int8, w, off int, mask uint8) (r int8)
- func PostDecBitFieldPtr8Uint16(p uintptr, d uint16, w, off int, mask uint8) (r uint16)
- func PostDecBitFieldPtr8Uint32(p uintptr, d uint32, w, off int, mask uint8) (r uint32)
- func PostDecBitFieldPtr8Uint64(p uintptr, d uint64, w, off int, mask uint8) (r uint64)
- func PostDecBitFieldPtr8Uint8(p uintptr, d uint8, w, off int, mask uint8) (r uint8)
- func PostDecFloat32(p *float32, d float32) float32
- func PostDecFloat64(p *float64, d float64) float64
- func PostDecInt16(p *int16, d int16) int16
- func PostDecInt32(p *int32, d int32) int32
- func PostDecInt64(p *int64, d int64) int64
- func PostDecInt8(p *int8, d int8) int8
- func PostDecUint16(p *uint16, d uint16) uint16
- func PostDecUint32(p *uint32, d uint32) uint32
- func PostDecUint64(p *uint64, d uint64) uint64
- func PostDecUint8(p *uint8, d uint8) uint8
- func PostDecUintptr(p *uintptr, d uintptr) uintptr
- func PostIncBitFieldPtr16Int16(p uintptr, d int16, w, off int, mask uint16) (r int16)
- func PostIncBitFieldPtr16Int32(p uintptr, d int32, w, off int, mask uint16) (r int32)
- func PostIncBitFieldPtr16Int64(p uintptr, d int64, w, off int, mask uint16) (r int64)
- func PostIncBitFieldPtr16Int8(p uintptr, d int8, w, off int, mask uint16) (r int8)
- func PostIncBitFieldPtr16Uint16(p uintptr, d uint16, w, off int, mask uint16) (r uint16)
- func PostIncBitFieldPtr16Uint32(p uintptr, d uint32, w, off int, mask uint16) (r uint32)
- func PostIncBitFieldPtr16Uint64(p uintptr, d uint64, w, off int, mask uint16) (r uint64)
- func PostIncBitFieldPtr16Uint8(p uintptr, d uint8, w, off int, mask uint16) (r uint8)
- func PostIncBitFieldPtr32Int16(p uintptr, d int16, w, off int, mask uint32) (r int16)
- func PostIncBitFieldPtr32Int32(p uintptr, d int32, w, off int, mask uint32) (r int32)
- func PostIncBitFieldPtr32Int64(p uintptr, d int64, w, off int, mask uint32) (r int64)
- func PostIncBitFieldPtr32Int8(p uintptr, d int8, w, off int, mask uint32) (r int8)
- func PostIncBitFieldPtr32Uint16(p uintptr, d uint16, w, off int, mask uint32) (r uint16)
- func PostIncBitFieldPtr32Uint32(p uintptr, d uint32, w, off int, mask uint32) (r uint32)
- func PostIncBitFieldPtr32Uint64(p uintptr, d uint64, w, off int, mask uint32) (r uint64)
- func PostIncBitFieldPtr32Uint8(p uintptr, d uint8, w, off int, mask uint32) (r uint8)
- func PostIncBitFieldPtr64Int16(p uintptr, d int16, w, off int, mask uint64) (r int16)
- func PostIncBitFieldPtr64Int32(p uintptr, d int32, w, off int, mask uint64) (r int32)
- func PostIncBitFieldPtr64Int64(p uintptr, d int64, w, off int, mask uint64) (r int64)
- func PostIncBitFieldPtr64Int8(p uintptr, d int8, w, off int, mask uint64) (r int8)
- func PostIncBitFieldPtr64Uint16(p uintptr, d uint16, w, off int, mask uint64) (r uint16)
- func PostIncBitFieldPtr64Uint32(p uintptr, d uint32, w, off int, mask uint64) (r uint32)
- func PostIncBitFieldPtr64Uint64(p uintptr, d uint64, w, off int, mask uint64) (r uint64)
- func PostIncBitFieldPtr64Uint8(p uintptr, d uint8, w, off int, mask uint64) (r uint8)
- func PostIncBitFieldPtr8Int16(p uintptr, d int16, w, off int, mask uint8) (r int16)
- func PostIncBitFieldPtr8Int32(p uintptr, d int32, w, off int, mask uint8) (r int32)
- func PostIncBitFieldPtr8Int64(p uintptr, d int64, w, off int, mask uint8) (r int64)
- func PostIncBitFieldPtr8Int8(p uintptr, d int8, w, off int, mask uint8) (r int8)
- func PostIncBitFieldPtr8Uint16(p uintptr, d uint16, w, off int, mask uint8) (r uint16)
- func PostIncBitFieldPtr8Uint32(p uintptr, d uint32, w, off int, mask uint8) (r uint32)
- func PostIncBitFieldPtr8Uint64(p uintptr, d uint64, w, off int, mask uint8) (r uint64)
- func PostIncBitFieldPtr8Uint8(p uintptr, d uint8, w, off int, mask uint8) (r uint8)
- func PostIncFloat32(p *float32, d float32) float32
- func PostIncFloat64(p *float64, d float64) float64
- func PostIncInt16(p *int16, d int16) int16
- func PostIncInt32(p *int32, d int32) int32
- func PostIncInt64(p *int64, d int64) int64
- func PostIncInt8(p *int8, d int8) int8
- func PostIncUint16(p *uint16, d uint16) uint16
- func PostIncUint32(p *uint32, d uint32) uint32
- func PostIncUint64(p *uint64, d uint64) uint64
- func PostIncUint8(p *uint8, d uint8) uint8
- func PostIncUintptr(p *uintptr, d uintptr) uintptr
- func PreDecFloat32(p *float32, d float32) float32
- func PreDecFloat64(p *float64, d float64) float64
- func PreDecInt16(p *int16, d int16) int16
- func PreDecInt32(p *int32, d int32) int32
- func PreDecInt64(p *int64, d int64) int64
- func PreDecInt8(p *int8, d int8) int8
- func PreDecUint16(p *uint16, d uint16) uint16
- func PreDecUint32(p *uint32, d uint32) uint32
- func PreDecUint64(p *uint64, d uint64) uint64
- func PreDecUint8(p *uint8, d uint8) uint8
- func PreDecUintptr(p *uintptr, d uintptr) uintptr
- func PreIncFloat32(p *float32, d float32) float32
- func PreIncFloat64(p *float64, d float64) float64
- func PreIncInt16(p *int16, d int16) int16
- func PreIncInt32(p *int32, d int32) int32
- func PreIncInt64(p *int64, d int64) int64
- func PreIncInt8(p *int8, d int8) int8
- func PreIncUint16(p *uint16, d uint16) uint16
- func PreIncUint32(p *uint32, d uint32) uint32
- func PreIncUint64(p *uint64, d uint64) uint64
- func PreIncUint8(p *uint8, d uint8) uint8
- func PreIncUintptr(p *uintptr, d uintptr) uintptr
- func SetBitFieldPtr16Int16(p uintptr, v int16, off int, mask uint16)
- func SetBitFieldPtr16Int32(p uintptr, v int32, off int, mask uint16)
- func SetBitFieldPtr16Int64(p uintptr, v int64, off int, mask uint16)
- func SetBitFieldPtr16Int8(p uintptr, v int8, off int, mask uint16)
- func SetBitFieldPtr16Uint16(p uintptr, v uint16, off int, mask uint16)
- func SetBitFieldPtr16Uint32(p uintptr, v uint32, off int, mask uint16)
- func SetBitFieldPtr16Uint64(p uintptr, v uint64, off int, mask uint16)
- func SetBitFieldPtr16Uint8(p uintptr, v uint8, off int, mask uint16)
- func SetBitFieldPtr32Int16(p uintptr, v int16, off int, mask uint32)
- func SetBitFieldPtr32Int32(p uintptr, v int32, off int, mask uint32)
- func SetBitFieldPtr32Int64(p uintptr, v int64, off int, mask uint32)
- func SetBitFieldPtr32Int8(p uintptr, v int8, off int, mask uint32)
- func SetBitFieldPtr32Uint16(p uintptr, v uint16, off int, mask uint32)
- func SetBitFieldPtr32Uint32(p uintptr, v uint32, off int, mask uint32)
- func SetBitFieldPtr32Uint64(p uintptr, v uint64, off int, mask uint32)
- func SetBitFieldPtr32Uint8(p uintptr, v uint8, off int, mask uint32)
- func SetBitFieldPtr64Int16(p uintptr, v int16, off int, mask uint64)
- func SetBitFieldPtr64Int32(p uintptr, v int32, off int, mask uint64)
- func SetBitFieldPtr64Int64(p uintptr, v int64, off int, mask uint64)
- func SetBitFieldPtr64Int8(p uintptr, v int8, off int, mask uint64)
- func SetBitFieldPtr64Uint16(p uintptr, v uint16, off int, mask uint64)
- func SetBitFieldPtr64Uint32(p uintptr, v uint32, off int, mask uint64)
- func SetBitFieldPtr64Uint64(p uintptr, v uint64, off int, mask uint64)
- func SetBitFieldPtr64Uint8(p uintptr, v uint8, off int, mask uint64)
- func SetBitFieldPtr8Int16(p uintptr, v int16, off int, mask uint8)
- func SetBitFieldPtr8Int32(p uintptr, v int32, off int, mask uint8)
- func SetBitFieldPtr8Int64(p uintptr, v int64, off int, mask uint8)
- func SetBitFieldPtr8Int8(p uintptr, v int8, off int, mask uint8)
- func SetBitFieldPtr8Uint16(p uintptr, v uint16, off int, mask uint8)
- func SetBitFieldPtr8Uint32(p uintptr, v uint32, off int, mask uint8)
- func SetBitFieldPtr8Uint64(p uintptr, v uint64, off int, mask uint8)
- func SetBitFieldPtr8Uint8(p uintptr, v uint8, off int, mask uint8)
- func SetEnviron(env []string)
- func Start(main func(*TLS, int32, uintptr) int32)
- func Uint16(n uint16) uint16
- func Uint16FromFloat32(n float32) uint16
- func Uint16FromFloat64(n float64) uint16
- func Uint16FromInt16(n int16) uint16
- func Uint16FromInt32(n int32) uint16
- func Uint16FromInt64(n int64) uint16
- func Uint16FromInt8(n int8) uint16
- func Uint16FromUint16(n uint16) uint16
- func Uint16FromUint32(n uint32) uint16
- func Uint16FromUint64(n uint64) uint16
- func Uint16FromUint8(n uint8) uint16
- func Uint16FromUintptr(n uintptr) uint16
- func Uint32(n uint32) uint32
- func Uint32FromFloat32(n float32) uint32
- func Uint32FromFloat64(n float64) uint32
- func Uint32FromInt16(n int16) uint32
- func Uint32FromInt32(n int32) uint32
- func Uint32FromInt64(n int64) uint32
- func Uint32FromInt8(n int8) uint32
- func Uint32FromUint16(n uint16) uint32
- func Uint32FromUint32(n uint32) uint32
- func Uint32FromUint64(n uint64) uint32
- func Uint32FromUint8(n uint8) uint32
- func Uint32FromUintptr(n uintptr) uint32
- func Uint64(n uint64) uint64
- func Uint64FromFloat32(n float32) uint64
- func Uint64FromFloat64(n float64) uint64
- func Uint64FromInt16(n int16) uint64
- func Uint64FromInt32(n int32) uint64
- func Uint64FromInt64(n int64) uint64
- func Uint64FromInt8(n int8) uint64
- func Uint64FromUint16(n uint16) uint64
- func Uint64FromUint32(n uint32) uint64
- func Uint64FromUint64(n uint64) uint64
- func Uint64FromUint8(n uint8) uint64
- func Uint64FromUintptr(n uintptr) uint64
- func Uint8(n uint8) uint8
- func Uint8FromFloat32(n float32) uint8
- func Uint8FromFloat64(n float64) uint8
- func Uint8FromInt16(n int16) uint8
- func Uint8FromInt32(n int32) uint8
- func Uint8FromInt64(n int64) uint8
- func Uint8FromInt8(n int8) uint8
- func Uint8FromUint16(n uint16) uint8
- func Uint8FromUint32(n uint32) uint8
- func Uint8FromUint64(n uint64) uint8
- func Uint8FromUint8(n uint8) uint8
- func Uint8FromUintptr(n uintptr) uint8
- func Uintptr(n uintptr) uintptr
- func UintptrFromFloat32(n float32) uintptr
- func UintptrFromFloat64(n float64) uintptr
- func UintptrFromInt16(n int16) uintptr
- func UintptrFromInt32(n int32) uintptr
- func UintptrFromInt64(n int64) uintptr
- func UintptrFromInt8(n int8) uintptr
- func UintptrFromUint16(n uint16) uintptr
- func UintptrFromUint32(n uint32) uintptr
- func UintptrFromUint64(n uint64) uintptr
- func UintptrFromUint8(n uint8) uintptr
- func UintptrFromUintptr(n uintptr) uintptr
- func VaFloat32(app *uintptr) float32
- func VaFloat64(app *uintptr) float64
- func VaInt32(app *uintptr) int32
- func VaInt64(app *uintptr) int64
- func VaList(p uintptr, args ...interface{}) (r uintptr)
- func VaUint32(app *uintptr) uint32
- func VaUint64(app *uintptr) uint64
- func VaUintptr(app *uintptr) uintptr
- func Watch(x ...interface{})
- func WatchUintptr(p *uintptr, s string)
- func X_IO_putc(t *TLS, c int32, fp uintptr) int32
- func X__assert_fail(t *TLS, assertion, file uintptr, line uint32, function uintptr)
- func X__builtin_abort(t *TLS)
- func X__builtin_abs(t *TLS, j int32) int32
- func X__builtin_copysign(t *TLS, x, y float64) float64
- func X__builtin_copysignf(t *TLS, x, y float32) float32
- func X__builtin_exit(t *TLS, status int32)
- func X__builtin_expect(t *TLS, exp, c long) long
- func X__builtin_fabs(t *TLS, x float64) float64
- func X__builtin_free(t *TLS, ptr uintptr)
- func X__builtin_huge_val(t *TLS) float64
- func X__builtin_huge_valg(t *TLS) float32
- func X__builtin_inf(t *TLS) float64
- func X__builtin_inff(t *TLS) float32
- func X__builtin_malloc(t *TLS, size Size_t) uintptr
- func X__builtin_memcmp(t *TLS, s1, s2 uintptr, n Size_t) int32
- func X__builtin_memcpy(t *TLS, dest, src uintptr, n Size_t) (r uintptr)
- func X__builtin_memset(t *TLS, s uintptr, c int32, n Size_t) uintptr
- func X__builtin_prefetch(t *TLS, addr, args uintptr)
- func X__builtin_printf(t *TLS, s, args uintptr) int32
- func X__builtin_snprintf(t *TLS, str uintptr, size Size_t, format, args uintptr) (r int32)
- func X__builtin_sprintf(t *TLS, str, format, args uintptr) (r int32)
- func X__builtin_strchr(t *TLS, s uintptr, c int32) uintptr
- func X__builtin_strcmp(t *TLS, s1, s2 uintptr) int32
- func X__builtin_strcpy(t *TLS, dest, src uintptr) uintptr
- func X__builtin_trap(t *TLS)
- func X__builtin_unreachable(t *TLS)
- func X__ctype_b_loc(t *TLS) uintptr
- func X__errno_location(t *TLS) uintptr
- func X__isnan(t *TLS, arg float64) int32
- func X__isnanf(t *TLS, arg float32) int32
- func X__isnanl(t *TLS, arg float64) int32
- func X__isoc99_sscanf(t *TLS, str, format, va uintptr) int32
- func X_exit(t *TLS, status int32)
- func Xabort(t *TLS)
- func Xabs(t *TLS, j int32) int32
- func Xaccept(t *TLS, sockfd int32, addr uintptr, addrlen uintptr) int32
- func Xaccess(t *TLS, pathname uintptr, mode int32) int32
- func Xacos(t *TLS, x float64) float64
- func Xalarm(t *TLS, seconds uint32) uint32
- func Xasin(t *TLS, x float64) float64
- func Xatan(t *TLS, x float64) float64
- func Xatan2(t *TLS, x, y float64) float64
- func Xatof(t *TLS, nptr uintptr) float64
- func Xatoi(t *TLS, nptr uintptr) int32
- func Xatol(t *TLS, nptr uintptr) (r long)
- func Xbacktrace(t *TLS, buf uintptr, size int32) int32
- func Xbacktrace_symbols_fd(t *TLS, buffer uintptr, size, fd int32) int32
- func Xbind(t *TLS, sockfd int32, addr uintptr, addrlen uint32) int32
- func Xcalloc(t *TLS, n, size Size_t) uintptr
- func Xceil(t *TLS, x float64) float64
- func Xcfgetospeed(t *TLS, termios_p uintptr) uint32
- func Xcfsetispeed(t *TLS, termios_p uintptr, speed uint32) int32
- func Xcfsetospeed(t *TLS, termios_p uintptr, speed uint32) int32
- func Xchdir(t *TLS, path uintptr) int32
- func Xchmod(t *TLS, pathname uintptr, mode uint32) int32
- func Xchown(t *TLS, pathname uintptr, owner, group uint32) int32
- func Xclose(t *TLS, fd int32) int32
- func Xclosedir(t *TLS, dir uintptr) int32
- func Xconnect(t *TLS, sockfd int32, addr uintptr, addrlen uint32) int32
- func Xcos(t *TLS, x float64) float64
- func Xcosf(t *TLS, x float32) float32
- func Xcosh(t *TLS, x float64) float64
- func Xdlclose(t *TLS, handle uintptr) int32
- func Xdlerror(t *TLS) uintptr
- func Xdlopen(t *TLS, filename uintptr, flags int32) uintptr
- func Xdlsym(t *TLS, handle, symbol uintptr) uintptr
- func Xdup2(t *TLS, oldfd, newfd int32) int32
- func Xexecvp(t *TLS, file, argv uintptr) int32
- func Xexit(t *TLS, status int32)
- func Xexp(t *TLS, x float64) float64
- func Xfabs(t *TLS, x float64) float64
- func Xfabsf(t *TLS, x float32) float32
- func Xfchmod(t *TLS, fd int32, mode uint32) int32
- func Xfchown(t *TLS, fd int32, owner, group uint32) int32
- func Xfclose(t *TLS, stream uintptr) int32
- func Xfcntl(t *TLS, fd, cmd int32, args uintptr) int32
- func Xfcntl64(t *TLS, fd, cmd int32, args uintptr) int32
- func Xfdopen(t *TLS, fd int32, mode uintptr) uintptr
- func Xfflush(t *TLS, stream uintptr) int32
- func Xfgetc(t *TLS, stream uintptr) int32
- func Xfgets(t *TLS, s uintptr, size int32, stream uintptr) uintptr
- func Xfileno(t *TLS, stream uintptr) int32
- func Xfloor(t *TLS, x float64) float64
- func Xfmod(t *TLS, x, y float64) float64
- func Xfopen(t *TLS, pathname, mode uintptr) uintptr
- func Xfopen64(t *TLS, pathname, mode uintptr) uintptr
- func Xfork(t *TLS) int32
- func Xfprintf(t *TLS, stream, format, args uintptr) int32
- func Xfputc(t *TLS, c int32, stream uintptr) int32
- func Xfputs(t *TLS, s, stream uintptr) int32
- func Xfree(t *TLS, ptr uintptr)
- func Xfreeaddrinfo(t *TLS, res uintptr)
- func Xfrexp(t *TLS, x float64, exp uintptr) float64
- func Xfseek(t *TLS, stream uintptr, offset long, whence int32) int32
- func Xfstat64(t *TLS, fd int32, statbuf uintptr) int32
- func Xfsync(t *TLS, fd int32) int32
- func Xftell(t *TLS, stream uintptr) long
- func Xftruncate(t *TLS, fd int32, length Intptr) int32
- func Xftruncate64(t *TLS, fd int32, length int64) int32
- func Xfts_close(t *TLS, ftsp uintptr) int32
- func Xfts_open(t *TLS, path_argv uintptr, options int32, compar uintptr) uintptr
- func Xfts_read(t *TLS, ftsp uintptr) uintptr
- func Xgai_strerror(t *TLS, errcode int32) uintptr
- func Xgetaddrinfo(t *TLS, node, service, hints, addrinfo uintptr) int32
- func Xgetcwd(t *TLS, buf uintptr, size Size_t) uintptr
- func Xgetenv(t *TLS, name uintptr) uintptr
- func Xgeteuid(t *TLS) uint32
- func Xgetgrgid(t *TLS, gid uint32) uintptr
- func Xgetgrnam(t *TLS, name uintptr) uintptr
- func Xgethostbyaddr(t *TLS, addr uintptr, len uint32, type1 int32) uintptr
- func Xgethostbyname(t *TLS, name uintptr) uintptr
- func Xgetnameinfo(t *TLS, addr uintptr, addrlen uint32, host uintptr, hostlen uint32, ...) int32
- func Xgetpeername(t *TLS, sockfd int32, addr uintptr, addrlen uintptr) int32
- func Xgetpid(t *TLS) int32
- func Xgetpwnam(t *TLS, name uintptr) uintptr
- func Xgetpwuid(t *TLS, uid uint32) uintptr
- func Xgetrlimit(t *TLS, resource int32, rlim uintptr) int32
- func Xgetrusage(t *TLS, who int32, usage uintptr) int32
- func Xgetservbyname(t *TLS, name, proto uintptr) uintptr
- func Xgetsockname(t *TLS, sockfd int32, addr, addrlen uintptr) int32
- func Xgetsockopt(t *TLS, sockfd, level, optname int32, optval, optlen uintptr) int32
- func Xgettimeofday(t *TLS, tv, tz uintptr) int32
- func Xgetuid(t *TLS) uint32
- func Xgmtime_r(t *TLS, timep, result uintptr) uintptr
- func Xhtonl(t *TLS, hostlong uint32) uint32
- func Xhtons(t *TLS, hostshort uint16) uint16
- func Xhypot(t *TLS, x, y float64) float64
- func Xinet_ntoa(t *TLS, in struct{ ... }) uintptr
- func Xioctl(t *TLS, fd int32, request ulong, va uintptr) int32
- func Xisatty(t *TLS, fd int32) int32
- func Xldexp(t *TLS, x float64, exp int32) float64
- func Xlink(t *TLS, oldpath, newpath uintptr) int32
- func Xlisten(t *TLS, sockfd, backlog int32) int32
- func Xlocaltime(_ *TLS, timep uintptr) uintptr
- func Xlocaltime_r(_ *TLS, timep, r uintptr) uintptr
- func Xlog(t *TLS, x float64) float64
- func Xlog10(t *TLS, x float64) float64
- func Xlseek64(t *TLS, fd int32, offset int64, whence int32) int64
- func Xlstat(t *TLS, pathname, statbuf uintptr) int32
- func Xlstat64(t *TLS, pathname, stat uintptr) int32
- func Xmalloc(t *TLS, size Size_t) (r uintptr)
- func Xmemchr(t *TLS, s uintptr, c int32, n Size_t) uintptr
- func Xmemcmp(t *TLS, s1, s2 uintptr, n Size_t) int32
- func Xmemcpy(t *TLS, dest, src uintptr, n Size_t) (r uintptr)
- func Xmemmove(t *TLS, dest, src uintptr, n Size_t) uintptr
- func Xmemset(t *TLS, s uintptr, c int32, n Size_t) uintptr
- func Xmkdir(t *TLS, path uintptr, mode uint32) int32
- func Xmkfifo(t *TLS, pathname uintptr, mode uint32) int32
- func Xmknod(t *TLS, pathname uintptr, mode uint32, dev uint64) int32
- func Xmkstemp(t *TLS, template uintptr) int32
- func Xmkstemps(t *TLS, template uintptr, suffixlen int32) int32
- func Xmmap64(t *TLS, addr uintptr, length Size_t, prot, flags, fd int32, offset Ssize_t) uintptr
- func Xmodf(t *TLS, x float64, iptr uintptr) float64
- func Xmunmap(t *TLS, addr uintptr, length Size_t) int32
- func Xnl_langinfo(t *TLS, item int32) uintptr
- func Xntohs(t *TLS, netshort uint16) uint16
- func Xopen(t *TLS, pathname uintptr, flags int32, args uintptr) int32
- func Xopen64(t *TLS, pathname uintptr, flags int32, args uintptr) int32
- func Xopendir(t *TLS, name uintptr) uintptr
- func Xpclose(t *TLS, stream uintptr) int32
- func Xperror(t *TLS, s uintptr)
- func Xpipe(t *TLS, pipefd uintptr) int32
- func Xpopen(t *TLS, command, typ uintptr) uintptr
- func Xpow(t *TLS, x, y float64) float64
- func Xprintf(t *TLS, s, args uintptr) int32
- func Xputc(t *TLS, c int32, fp uintptr) int32
- func Xputchar(t *TLS, c int32) int32
- func Xputs(t *TLS, s uintptr) int32
- func Xqsort(t *TLS, base uintptr, nmemb, size Size_t, compar uintptr)
- func Xraise(t *TLS, sig int32) int32
- func Xrand(t *TLS) int32
- func Xreaddir(t *TLS, dir uintptr) uintptr
- func Xreaddir64(t *TLS, dir uintptr) uintptr
- func Xrealloc(t *TLS, ptr uintptr, size Size_t) uintptr
- func Xrealpath(t *TLS, path, resolved_path uintptr) uintptr
- func Xrename(t *TLS, oldpath, newpath uintptr) int32
- func Xrewind(t *TLS, stream uintptr)
- func Xrmdir(t *TLS, pathname uintptr) int32
- func Xround(t *TLS, x float64) float64
- func Xselect(t *TLS, nfds int32, readfds, writefds, exceptfds, timeout uintptr) int32
- func Xsetlocale(t *TLS, category int32, locale uintptr) uintptr
- func Xsetrlimit(t *TLS, resource int32, rlim uintptr) int32
- func Xsetsockopt(t *TLS, sockfd, level, optname int32, optval uintptr, optlen uint32) int32
- func Xsetvbuf(t *TLS, stream, buf uintptr, mode int32, size Size_t) int32
- func Xshutdown(t *TLS, sockfd, how int32) int32
- func Xsigaction(t *TLS, signum int32, act, oldact uintptr) int32
- func Xsin(t *TLS, x float64) float64
- func Xsinf(t *TLS, x float32) float32
- func Xsinh(t *TLS, x float64) float64
- func Xsleep(t *TLS, seconds uint32) uint32
- func Xsnprintf(t *TLS, str uintptr, size Size_t, format, args uintptr) (r int32)
- func Xsocket(t *TLS, domain, type1, protocol int32) int32
- func Xsprintf(t *TLS, str, format, args uintptr) (r int32)
- func Xsqrt(t *TLS, x float64) float64
- func Xsscanf(t *TLS, str, format, va uintptr) int32
- func Xstat(t *TLS, pathname, stat uintptr) int32
- func Xstat64(t *TLS, pathname, stat uintptr) int32
- func Xstrcasecmp(t *TLS, s1, s2 uintptr) int32
- func Xstrcat(t *TLS, dest, src uintptr) uintptr
- func Xstrchr(t *TLS, s uintptr, c int32) uintptr
- func Xstrcmp(t *TLS, s1, s2 uintptr) int32
- func Xstrcpy(t *TLS, dest, src uintptr) uintptr
- func Xstrdup(t *TLS, s uintptr) uintptr
- func Xstrerror(t *TLS, errnum int32) uintptr
- func Xstrncmp(t *TLS, s1, s2 uintptr, n Size_t) int32
- func Xstrncpy(t *TLS, dest, src uintptr, n Size_t) uintptr
- func Xstrpbrk(t *TLS, s, accept uintptr) uintptr
- func Xstrrchr(t *TLS, s uintptr, c int32) uintptr
- func Xstrstr(t *TLS, haystack, needle uintptr) uintptr
- func Xstrtol(t *TLS, nptr, endptr uintptr, base int32) (r long)
- func Xstrtoul(t *TLS, nptr, endptr uintptr, base int32) (r ulong)
- func Xsymlink(t *TLS, target, linkpath uintptr) int32
- func Xsysconf(t *TLS, name int32) long
- func Xsystem(t *TLS, command uintptr) int32
- func Xtan(t *TLS, x float64) float64
- func Xtanh(t *TLS, x float64) float64
- func Xtcgetattr(t *TLS, fd int32, termios_p uintptr) int32
- func Xtcsetattr(t *TLS, fd, optional_actions int32, termios_p uintptr) int32
- func Xtolower(t *TLS, c int32) int32
- func Xtoupper(t *TLS, c int32) int32
- func Xtzset(t *TLS)
- func Xumask(t *TLS, mask uint32) uint32
- func Xuname(t *TLS, buf uintptr) int32
- func Xunlink(t *TLS, pathname uintptr) int32
- func Xusleep(t *TLS, usec uint32) int32
- func Xutime(t *TLS, file, times uintptr) int32
- func Xutimes(t *TLS, filename, times uintptr) int32
- func Xvfprintf(t *TLS, stream, format, ap uintptr) int32
- func Xvprintf(t *TLS, s, ap uintptr) int32
- func Xwaitpid(t *TLS, pid int32, wstatus uintptr, optname int32) int32
- type Intptr
- type RawMem
- type Size_t
- type Ssize_t
- func Xread(t *TLS, fd int32, buf uintptr, count Size_t) Ssize_t
- func Xreadlink(t *TLS, path, buf uintptr, bufsize Size_t) Ssize_t
- func Xrecv(t *TLS, sockfd int32, buf uintptr, len Size_t, flags int32) Ssize_t
- func Xsend(t *TLS, sockfd int32, buf uintptr, len Size_t, flags int32) Ssize_t
- func Xwrite(t *TLS, fd int32, buf uintptr, count Size_t) Ssize_t
- type TLS
Constants ¶
This section is empty.
Variables ¶
var CAPI = map[string]struct{}{}/* 250 elements not displayed */
var Xenviron uintptr
Keep these outside of the var block otherwise go generate will miss them.
var Xin6addr_any uintptr //TODO
var Xstderr = uintptr(unsafe.Pointer(&stderr))
var Xstdin = uintptr(unsafe.Pointer(&stdin))
var Xstdout = uintptr(unsafe.Pointer(&stdout))
Functions ¶
func AssignAddFloat32 ¶
func AssignAddFloat64 ¶
func AssignAddInt16 ¶
func AssignAddInt32 ¶
func AssignAddInt64 ¶
func AssignAddInt8 ¶
func AssignAddPtrFloat32 ¶
func AssignAddPtrFloat64 ¶
func AssignAddPtrInt16 ¶
func AssignAddPtrInt32 ¶
func AssignAddPtrInt64 ¶
func AssignAddPtrInt8 ¶
func AssignAddPtrUint16 ¶
func AssignAddPtrUint32 ¶
func AssignAddPtrUint64 ¶
func AssignAddPtrUint8 ¶
func AssignAddPtrUintptr ¶
func AssignAddUint16 ¶
func AssignAddUint32 ¶
func AssignAddUint64 ¶
func AssignAddUint8 ¶
func AssignAddUintptr ¶
func AssignAndInt16 ¶
func AssignAndInt32 ¶
func AssignAndInt64 ¶
func AssignAndInt8 ¶
func AssignAndPtrInt16 ¶
func AssignAndPtrInt32 ¶
func AssignAndPtrInt64 ¶
func AssignAndPtrInt8 ¶
func AssignAndPtrUint16 ¶
func AssignAndPtrUint32 ¶
func AssignAndPtrUint64 ¶
func AssignAndPtrUint8 ¶
func AssignAndPtrUintptr ¶
func AssignAndUint16 ¶
func AssignAndUint32 ¶
func AssignAndUint64 ¶
func AssignAndUint8 ¶
func AssignAndUintptr ¶
func AssignBitFieldPtr16Int8 ¶
func AssignBitFieldPtr32Int8 ¶
func AssignBitFieldPtr64Int8 ¶
func AssignBitFieldPtr8Int16 ¶
func AssignBitFieldPtr8Int32 ¶
func AssignBitFieldPtr8Int64 ¶
func AssignBitFieldPtr8Int8 ¶
func AssignBitFieldPtr8Uint8 ¶
func AssignDivFloat32 ¶
func AssignDivFloat64 ¶
func AssignDivInt16 ¶
func AssignDivInt32 ¶
func AssignDivInt64 ¶
func AssignDivInt8 ¶
func AssignDivPtrFloat32 ¶
func AssignDivPtrFloat64 ¶
func AssignDivPtrInt16 ¶
func AssignDivPtrInt32 ¶
func AssignDivPtrInt64 ¶
func AssignDivPtrInt8 ¶
func AssignDivPtrUint16 ¶
func AssignDivPtrUint32 ¶
func AssignDivPtrUint64 ¶
func AssignDivPtrUint8 ¶
func AssignDivPtrUintptr ¶
func AssignDivUint16 ¶
func AssignDivUint32 ¶
func AssignDivUint64 ¶
func AssignDivUint8 ¶
func AssignDivUintptr ¶
func AssignFloat32 ¶
func AssignFloat64 ¶
func AssignInt16 ¶
func AssignInt32 ¶
func AssignInt64 ¶
func AssignInt8 ¶
func AssignMulFloat32 ¶
func AssignMulFloat64 ¶
func AssignMulInt16 ¶
func AssignMulInt32 ¶
func AssignMulInt64 ¶
func AssignMulInt8 ¶
func AssignMulPtrFloat32 ¶
func AssignMulPtrFloat64 ¶
func AssignMulPtrInt16 ¶
func AssignMulPtrInt32 ¶
func AssignMulPtrInt64 ¶
func AssignMulPtrInt8 ¶
func AssignMulPtrUint16 ¶
func AssignMulPtrUint32 ¶
func AssignMulPtrUint64 ¶
func AssignMulPtrUint8 ¶
func AssignMulPtrUintptr ¶
func AssignMulUint16 ¶
func AssignMulUint32 ¶
func AssignMulUint64 ¶
func AssignMulUint8 ¶
func AssignMulUintptr ¶
func AssignOrInt16 ¶
func AssignOrInt32 ¶
func AssignOrInt64 ¶
func AssignOrInt8 ¶
func AssignOrPtrInt16 ¶
func AssignOrPtrInt32 ¶
func AssignOrPtrInt64 ¶
func AssignOrPtrInt8 ¶
func AssignOrPtrUint16 ¶
func AssignOrPtrUint32 ¶
func AssignOrPtrUint64 ¶
func AssignOrPtrUint8 ¶
func AssignOrPtrUintptr ¶
func AssignOrUint16 ¶
func AssignOrUint32 ¶
func AssignOrUint64 ¶
func AssignOrUint8 ¶
func AssignOrUintptr ¶
func AssignPtrFloat32 ¶
func AssignPtrFloat64 ¶
func AssignPtrInt16 ¶
func AssignPtrInt32 ¶
func AssignPtrInt64 ¶
func AssignPtrInt8 ¶
func AssignPtrUint16 ¶
func AssignPtrUint32 ¶
func AssignPtrUint64 ¶
func AssignPtrUint8 ¶
func AssignPtrUintptr ¶
func AssignRemInt16 ¶
func AssignRemInt32 ¶
func AssignRemInt64 ¶
func AssignRemInt8 ¶
func AssignRemPtrInt16 ¶
func AssignRemPtrInt32 ¶
func AssignRemPtrInt64 ¶
func AssignRemPtrInt8 ¶
func AssignRemPtrUint16 ¶
func AssignRemPtrUint32 ¶
func AssignRemPtrUint64 ¶
func AssignRemPtrUint8 ¶
func AssignRemPtrUintptr ¶
func AssignRemUint16 ¶
func AssignRemUint32 ¶
func AssignRemUint64 ¶
func AssignRemUint8 ¶
func AssignRemUintptr ¶
func AssignShlInt16 ¶
func AssignShlInt32 ¶
func AssignShlInt64 ¶
func AssignShlInt8 ¶
func AssignShlPtrInt16 ¶
func AssignShlPtrInt32 ¶
func AssignShlPtrInt64 ¶
func AssignShlPtrInt8 ¶
func AssignShlPtrUint16 ¶
func AssignShlPtrUint32 ¶
func AssignShlPtrUint64 ¶
func AssignShlPtrUint8 ¶
func AssignShlPtrUintptr ¶
func AssignShlUint16 ¶
func AssignShlUint32 ¶
func AssignShlUint64 ¶
func AssignShlUint8 ¶
func AssignShlUintptr ¶
func AssignShrInt16 ¶
func AssignShrInt32 ¶
func AssignShrInt64 ¶
func AssignShrInt8 ¶
func AssignShrPtrInt16 ¶
func AssignShrPtrInt32 ¶
func AssignShrPtrInt64 ¶
func AssignShrPtrInt8 ¶
func AssignShrPtrUint16 ¶
func AssignShrPtrUint32 ¶
func AssignShrPtrUint64 ¶
func AssignShrPtrUint8 ¶
func AssignShrPtrUintptr ¶
func AssignShrUint16 ¶
func AssignShrUint32 ¶
func AssignShrUint64 ¶
func AssignShrUint8 ¶
func AssignShrUintptr ¶
func AssignSubFloat32 ¶
func AssignSubFloat64 ¶
func AssignSubInt16 ¶
func AssignSubInt32 ¶
func AssignSubInt64 ¶
func AssignSubInt8 ¶
func AssignSubPtrFloat32 ¶
func AssignSubPtrFloat64 ¶
func AssignSubPtrInt16 ¶
func AssignSubPtrInt32 ¶
func AssignSubPtrInt64 ¶
func AssignSubPtrInt8 ¶
func AssignSubPtrUint16 ¶
func AssignSubPtrUint32 ¶
func AssignSubPtrUint64 ¶
func AssignSubPtrUint8 ¶
func AssignSubPtrUintptr ¶
func AssignSubUint16 ¶
func AssignSubUint32 ¶
func AssignSubUint64 ¶
func AssignSubUint8 ¶
func AssignSubUintptr ¶
func AssignUint16 ¶
func AssignUint32 ¶
func AssignUint64 ¶
func AssignUint8 ¶
func AssignUintptr ¶
func AssignXorInt16 ¶
func AssignXorInt32 ¶
func AssignXorInt64 ¶
func AssignXorInt8 ¶
func AssignXorPtrInt16 ¶
func AssignXorPtrInt32 ¶
func AssignXorPtrInt64 ¶
func AssignXorPtrInt8 ¶
func AssignXorPtrUint16 ¶
func AssignXorPtrUint32 ¶
func AssignXorPtrUint64 ¶
func AssignXorPtrUint8 ¶
func AssignXorPtrUintptr ¶
func AssignXorUint16 ¶
func AssignXorUint32 ¶
func AssignXorUint64 ¶
func AssignXorUint8 ¶
func AssignXorUintptr ¶
func BoolUint16 ¶
func BoolUint32 ¶
func BoolUint64 ¶
func CplUintptr ¶
func Float32FromFloat32 ¶
func Float32FromFloat64 ¶
func Float32FromInt16 ¶
func Float32FromInt32 ¶
func Float32FromInt64 ¶
func Float32FromInt8 ¶
func Float32FromUint16 ¶
func Float32FromUint32 ¶
func Float32FromUint64 ¶
func Float32FromUint8 ¶
func Float32FromUintptr ¶
func Float64FromFloat32 ¶
func Float64FromFloat64 ¶
func Float64FromInt16 ¶
func Float64FromInt32 ¶
func Float64FromInt64 ¶
func Float64FromInt8 ¶
func Float64FromUint16 ¶
func Float64FromUint32 ¶
func Float64FromUint64 ¶
func Float64FromUint8 ¶
func Float64FromUintptr ¶
func Int16FromFloat32 ¶
func Int16FromFloat64 ¶
func Int16FromInt16 ¶
func Int16FromInt32 ¶
func Int16FromInt64 ¶
func Int16FromInt8 ¶
func Int16FromUint16 ¶
func Int16FromUint32 ¶
func Int16FromUint64 ¶
func Int16FromUint8 ¶
func Int16FromUintptr ¶
func Int32FromFloat32 ¶
func Int32FromFloat64 ¶
func Int32FromInt16 ¶
func Int32FromInt32 ¶
func Int32FromInt64 ¶
func Int32FromInt8 ¶
func Int32FromUint16 ¶
func Int32FromUint32 ¶
func Int32FromUint64 ¶
func Int32FromUint8 ¶
func Int32FromUintptr ¶
func Int64FromFloat32 ¶
func Int64FromFloat64 ¶
func Int64FromInt16 ¶
func Int64FromInt32 ¶
func Int64FromInt64 ¶
func Int64FromInt8 ¶
func Int64FromUint16 ¶
func Int64FromUint32 ¶
func Int64FromUint64 ¶
func Int64FromUint8 ¶
func Int64FromUintptr ¶
func Int8FromFloat32 ¶
func Int8FromFloat64 ¶
func Int8FromInt16 ¶
func Int8FromInt32 ¶
func Int8FromInt64 ¶
func Int8FromInt8 ¶
func Int8FromUint16 ¶
func Int8FromUint32 ¶
func Int8FromUint64 ¶
func Int8FromUint8 ¶
func Int8FromUintptr ¶
func NegUintptr ¶
func PostDecBitFieldPtr8Int8 ¶
func PostDecFloat32 ¶
func PostDecFloat64 ¶
func PostDecInt16 ¶
func PostDecInt32 ¶
func PostDecInt64 ¶
func PostDecInt8 ¶
func PostDecUint16 ¶
func PostDecUint32 ¶
func PostDecUint64 ¶
func PostDecUint8 ¶
func PostDecUintptr ¶
func PostIncBitFieldPtr8Int8 ¶
func PostIncFloat32 ¶
func PostIncFloat64 ¶
func PostIncInt16 ¶
func PostIncInt32 ¶
func PostIncInt64 ¶
func PostIncInt8 ¶
func PostIncUint16 ¶
func PostIncUint32 ¶
func PostIncUint64 ¶
func PostIncUint8 ¶
func PostIncUintptr ¶
func PreDecFloat32 ¶
func PreDecFloat64 ¶
func PreDecInt16 ¶
func PreDecInt32 ¶
func PreDecInt64 ¶
func PreDecInt8 ¶
func PreDecUint16 ¶
func PreDecUint32 ¶
func PreDecUint64 ¶
func PreDecUint8 ¶
func PreDecUintptr ¶
func PreIncFloat32 ¶
func PreIncFloat64 ¶
func PreIncInt16 ¶
func PreIncInt32 ¶
func PreIncInt64 ¶
func PreIncInt8 ¶
func PreIncUint16 ¶
func PreIncUint32 ¶
func PreIncUint64 ¶
func PreIncUint8 ¶
func PreIncUintptr ¶
func SetBitFieldPtr16Uint16 ¶
func SetBitFieldPtr16Uint32 ¶
func SetBitFieldPtr16Uint64 ¶
func SetBitFieldPtr32Uint16 ¶
func SetBitFieldPtr32Uint32 ¶
func SetBitFieldPtr32Uint64 ¶
func SetBitFieldPtr64Uint16 ¶
func SetBitFieldPtr64Uint32 ¶
func SetBitFieldPtr64Uint64 ¶
func SetEnviron ¶
func SetEnviron(env []string)
func Uint16FromFloat32 ¶
func Uint16FromFloat64 ¶
func Uint16FromInt16 ¶
func Uint16FromInt32 ¶
func Uint16FromInt64 ¶
func Uint16FromInt8 ¶
func Uint16FromUint16 ¶
func Uint16FromUint32 ¶
func Uint16FromUint64 ¶
func Uint16FromUint8 ¶
func Uint16FromUintptr ¶
func Uint32FromFloat32 ¶
func Uint32FromFloat64 ¶
func Uint32FromInt16 ¶
func Uint32FromInt32 ¶
func Uint32FromInt64 ¶
func Uint32FromInt8 ¶
func Uint32FromUint16 ¶
func Uint32FromUint32 ¶
func Uint32FromUint64 ¶
func Uint32FromUint8 ¶
func Uint32FromUintptr ¶
func Uint64FromFloat32 ¶
func Uint64FromFloat64 ¶
func Uint64FromInt16 ¶
func Uint64FromInt32 ¶
func Uint64FromInt64 ¶
func Uint64FromInt8 ¶
func Uint64FromUint16 ¶
func Uint64FromUint32 ¶
func Uint64FromUint64 ¶
func Uint64FromUint8 ¶
func Uint64FromUintptr ¶
func Uint8FromFloat32 ¶
func Uint8FromFloat64 ¶
func Uint8FromInt16 ¶
func Uint8FromInt32 ¶
func Uint8FromInt64 ¶
func Uint8FromInt8 ¶
func Uint8FromUint16 ¶
func Uint8FromUint32 ¶
func Uint8FromUint64 ¶
func Uint8FromUint8 ¶
func Uint8FromUintptr ¶
func UintptrFromFloat32 ¶
func UintptrFromFloat64 ¶
func UintptrFromInt16 ¶
func UintptrFromInt32 ¶
func UintptrFromInt64 ¶
func UintptrFromInt8 ¶
func UintptrFromUint16 ¶
func UintptrFromUint32 ¶
func UintptrFromUint64 ¶
func UintptrFromUint8 ¶
func UintptrFromUintptr ¶
func VaList ¶
VaList fills a varargs list at p with args and returns uintptr(p). The list must have been allocated by caller and it must not be in Go managed memory, ie. it must be pinned. Caller is responsible for freeing the list.
Individual arguments must be one of int, uint, int32, uint32, int64, uint64, float64, uintptr or Intptr. Other types will panic.
Note: The C translated to Go varargs ABI alignment for all types is 8 at all architectures.
func WatchUintptr ¶
func X__assert_fail ¶
void __assert_fail(const char * assertion, const char * file, unsigned int line, const char * function);
func X__builtin_abort ¶
func X__builtin_abort(t *TLS)
func X__builtin_abs ¶
func X__builtin_copysign ¶
double __builtin_copysign ( double x, double y );
func X__builtin_copysignf ¶
float __builtin_copysignf ( float x, float y );
func X__builtin_exit ¶
func X__builtin_expect ¶
func X__builtin_expect(t *TLS, exp, c long) long
long __builtin_expect (long exp, long c)
func X__builtin_fabs ¶
func X__builtin_free ¶
func X__builtin_huge_val ¶
double __builtin_huge_val (void);
func X__builtin_huge_valg ¶
float __builtin_huge_valf (void);
func X__builtin_malloc ¶
func X__builtin_prefetch ¶
void __builtin_prefetch (const void *addr, ...)
func X__builtin_printf ¶
func X__builtin_snprintf ¶
func X__builtin_sprintf ¶
func X__builtin_strcmp ¶
func X__builtin_strcpy ¶
func X__ctype_b_loc ¶
func X__isoc99_sscanf ¶
func Xbacktrace ¶
int backtrace(void **buffer, int size);
func Xbacktrace_symbols_fd ¶
void backtrace_symbols_fd(void *const *buffer, int size, int fd);
func Xcfgetospeed ¶
speed_t cfgetospeed(const struct termios *termios_p);
func Xcfsetispeed ¶
int cfsetispeed(struct termios *termios_p, speed_t speed);
func Xcfsetospeed ¶
int cfsetospeed(struct termios *termios_p, speed_t speed);
func Xfreeaddrinfo ¶
void freeaddrinfo(struct addrinfo *res);
func Xftruncate ¶
int ftruncate(int fd, off_t length);
func Xftruncate64 ¶
int ftruncate(int fd, off_t length);
func Xfts_open ¶
FTS *fts_open(char * const *path_argv, int options, int (*compar)(const FTSENT **, const FTSENT **));
func Xgai_strerror ¶
const char *gai_strerror(int errcode);
func Xgetaddrinfo ¶
int getaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res);
func Xgethostbyaddr ¶
struct hostent *gethostbyaddr(const void *addr, socklen_t len, int type);
func Xgethostbyname ¶
struct hostent *gethostbyname(const char *name);
func Xgetnameinfo ¶
func Xgetnameinfo(t *TLS, addr uintptr, addrlen uint32, host uintptr, hostlen uint32, serv uintptr, servlen uint32, flags int32) int32
int getnameinfo(const struct sockaddr *addr, socklen_t addrlen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags);
func Xgetpeername ¶
int getpeername(int sockfd, struct sockaddr *addr, socklen_t *addrlen);
func Xgetrlimit ¶
int getrlimit(int resource, struct rlimit *rlim);
func Xgetrusage ¶
int getrusage(int who, struct rusage *usage);
func Xgetservbyname ¶
struct servent *getservbyname(const char *name, const char *proto);
func Xgetsockname ¶
int getsockname(int sockfd, struct sockaddr *addr, socklen_t *addrlen);
func Xgetsockopt ¶
int getsockopt(int sockfd, int level, int optname, void *optval, socklen_t *optlen);
func Xgettimeofday ¶
int gettimeofday(struct timeval *tv, struct timezone *tz);
func Xinet_ntoa ¶
char *inet_ntoa(struct in_addr in);
func Xlocaltime ¶
struct tm *localtime(const time_t *timep);
func Xlocaltime_r ¶
struct tm *localtime_r(const time_t *timep, struct tm *result);
func Xqsort ¶
void qsort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *));
func Xselect ¶
int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);
func Xsetlocale ¶
char *setlocale(int category, const char *locale);
func Xsetrlimit ¶
int setrlimit(int resource, const struct rlimit *rlim);
func Xsetsockopt ¶
int setsockopt(int sockfd, int level, int optname, const void *optval, socklen_t optlen);
func Xsigaction ¶
int sigaction(int signum, const struct sigaction *act, struct sigaction *oldact);
func Xstrcasecmp ¶
int strcasecmp(const char *s1, const char *s2);
func Xtcgetattr ¶
int tcgetattr(int fd, struct termios *termios_p);
func Xtcsetattr ¶
int tcsetattr(int fd, int optional_actions, const struct termios *termios_p);
Types ¶
type Intptr ¶
type Intptr = int64
type Size_t ¶
type Size_t = uint64
func X__builtin_strlen ¶
type Ssize_t ¶
type Ssize_t = int64