type os/user.bufferKind

5 uses

	os/user (current package)
		cgo_lookup_unix.go#L185: type bufferKind  /*line :198:17*/_Ctype_int /*line :198:22*/
		cgo_lookup_unix.go#L188: 	userBuffer  = bufferKind(( /*line :201:27*/_Ciconst__SC_GETPW_R_SIZE_MAX /*line :201:48*/))
		cgo_lookup_unix.go#L189: 	groupBuffer = bufferKind(( /*line :202:27*/_Ciconst__SC_GETGR_R_SIZE_MAX /*line :202:48*/))
		cgo_lookup_unix.go#L192: func (k bufferKind) initialSize()  /*line :205:35*/_Ctype_size_t /*line :205:43*/ {
		cgo_lookup_unix.go#L212: func alloc(kind bufferKind) *memBuffer {