type os/user._Ctype_struct_group

10 uses

	os/user (current package)
		f944835971175ae02f5a15dd71fd940ec4b08d0430844caacc17edcfd010b48b-d#L44: type _Ctype_struct_group struct {
		f944835971175ae02f5a15dd71fd940ec4b08d0430844caacc17edcfd010b48b-d#L113: func _Cfunc_mygetgrgid_r(p0 _Ctype_int, p1 *_Ctype_struct_group, p2 *_Ctype_char, p3 _Ctype_size_t, p4 **_Ctype_struct_group) (r1 _Ctype_int) {
		f944835971175ae02f5a15dd71fd940ec4b08d0430844caacc17edcfd010b48b-d#L130: func _Cfunc_mygetgrnam_r(p0 *_Ctype_char, p1 *_Ctype_struct_group, p2 *_Ctype_char, p3 _Ctype_size_t, p4 **_Ctype_struct_group) (r1 _Ctype_int) {
		cgo_lookup_unix.go#L128: 	var grp  /*line :133:10*/_Ctype_struct_group /*line :133:24*/
		cgo_lookup_unix.go#L129: 	var result * /*line :134:14*/_Ctype_struct_group /*line :134:28*/
		cgo_lookup_unix.go#L157: 	var grp  /*line :166:10*/_Ctype_struct_group /*line :166:24*/
		cgo_lookup_unix.go#L158: 	var result * /*line :167:14*/_Ctype_struct_group /*line :167:28*/
		cgo_lookup_unix.go#L177: func buildGroup(grp * /*line :190:22*/_Ctype_struct_group /*line :190:36*/) *Group {