package user
import
import
import _cgopackage
type _ _cgopackage.Incomplete
var _ syscall.Errno
func ( unsafe.Pointer) unsafe.Pointer { return }
var _Cgo_always_false bool
func (interface{})
func (interface{})
func (bool)
type _Ctype__GoString_ string
type _Ctype___gid_t = _Ctype_uint
type _Ctype___uid_t = _Ctype_uint
type _Ctype_char int8
type _Ctype_gid_t = _Ctype___gid_t
type _Ctype_int int32
type _Ctype_intgo = _Ctype_ptrdiff_t
type _Ctype_long int64
type _Ctype_ptrdiff_t = _Ctype_long
type _Ctype_size_t = _Ctype_ulong
type _Ctype_struct_group struct {
gr_name *_Ctype_char
gr_passwd *_Ctype_char
gr_gid _Ctype___gid_t
gr_mem **_Ctype_char
}
type _Ctype_struct_passwd struct {
pw_name *_Ctype_char
pw_passwd *_Ctype_char
pw_uid _Ctype___uid_t
pw_gid _Ctype___gid_t
pw_gecos *_Ctype_char
pw_dir *_Ctype_char
pw_shell *_Ctype_char
}
type _Ctype_uid_t = _Ctype___uid_t
type _Ctype_uint uint32
type _Ctype_ulong uint64
type _Ctype_void [0]byte
func (unsafe.Pointer, uintptr) int32
func (interface{}, interface{})
func (interface{})
const _Ciconst__SC_GETGR_R_SIZE_MAX = 0x45
const _Ciconst__SC_GETPW_R_SIZE_MAX = 0x46
func (*_Ctype_char) string
func ( *_Ctype_char) string {
return _cgo_runtime_gostring()
}
var __cgofn__cgo_9bef24737d87_Cfunc_mygetgrgid_r byte
var _cgo_9bef24737d87_Cfunc_mygetgrgid_r = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetgrgid_r)
func ( _Ctype_int, *_Ctype_char, _Ctype_size_t, *_Ctype_int, *_Ctype_int) ( _Ctype_struct_group) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetgrgid_r, uintptr(unsafe.Pointer(&)))
if _Cgo_always_false {
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
}
return
}
var __cgofn__cgo_9bef24737d87_Cfunc_mygetgrnam_r byte
var _cgo_9bef24737d87_Cfunc_mygetgrnam_r = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetgrnam_r)
func ( *_Ctype_char, *_Ctype_char, _Ctype_size_t, *_Ctype_int, *_Ctype_int) ( _Ctype_struct_group) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetgrnam_r, uintptr(unsafe.Pointer(&)))
if _Cgo_always_false {
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
}
return
}
var __cgofn__cgo_9bef24737d87_Cfunc_mygetgrouplist byte
var _cgo_9bef24737d87_Cfunc_mygetgrouplist = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetgrouplist)
func ( *_Ctype_char, _Ctype_gid_t, *_Ctype_gid_t, *_Ctype_int) ( _Ctype_int) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetgrouplist, uintptr(unsafe.Pointer(&)))
if _Cgo_always_false {
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
}
return
}
var __cgofn__cgo_9bef24737d87_Cfunc_mygetpwnam_r byte
var _cgo_9bef24737d87_Cfunc_mygetpwnam_r = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetpwnam_r)
func ( *_Ctype_char, *_Ctype_char, _Ctype_size_t, *_Ctype_int, *_Ctype_int) ( _Ctype_struct_passwd) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetpwnam_r, uintptr(unsafe.Pointer(&)))
if _Cgo_always_false {
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
}
return
}
var __cgofn__cgo_9bef24737d87_Cfunc_mygetpwuid_r byte
var _cgo_9bef24737d87_Cfunc_mygetpwuid_r = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_mygetpwuid_r)
func ( _Ctype_int, *_Ctype_char, _Ctype_size_t, *_Ctype_int, *_Ctype_int) ( _Ctype_struct_passwd) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_mygetpwuid_r, uintptr(unsafe.Pointer(&)))
if _Cgo_always_false {
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
_Cgo_use()
}
return
}
var __cgofn__cgo_9bef24737d87_Cfunc_sysconf byte
var _cgo_9bef24737d87_Cfunc_sysconf = unsafe.Pointer(&__cgofn__cgo_9bef24737d87_Cfunc_sysconf)
func ( _Ctype_int) ( _Ctype_long) {
_cgo_runtime_cgocall(_cgo_9bef24737d87_Cfunc_sysconf, uintptr(unsafe.Pointer(&)))
if _Cgo_always_false {
_Cgo_use()
}
return
}