type os/user._Ctype_gid_t
12 uses
os/user (current package)
f944835971175ae02f5a15dd71fd940ec4b08d0430844caacc17edcfd010b48b-d#L32: type _Ctype_gid_t = _Ctype___darwin_gid_t
f944835971175ae02f5a15dd71fd940ec4b08d0430844caacc17edcfd010b48b-d#L47: gr_gid _Ctype_gid_t
f944835971175ae02f5a15dd71fd940ec4b08d0430844caacc17edcfd010b48b-d#L55: pw_gid _Ctype_gid_t
f944835971175ae02f5a15dd71fd940ec4b08d0430844caacc17edcfd010b48b-d#L147: func _Cfunc_mygetgrouplist(p0 *_Ctype_char, p1 _Ctype_gid_t, p2 *_Ctype_gid_t, p3 *_Ctype_int) (r1 _Ctype_int) {
getgrouplist_darwin.go#L36: func getGroupList(name * /*line :33:25*/_Ctype_char /*line :33:31*/, userGID /*line :33:41*/_Ctype_gid_t /*line :33:48*/, gids * /*line :33:56*/_Ctype_gid_t /*line :33:63*/, n * /*line :33:68*/_Ctype_int /*line :33:73*/) /*line :33:75*/_Ctype_int /*line :33:80*/ {
getgrouplist_darwin.go#L42: func groupRetry(username string, name []byte, userGID /*line :39:55*/_Ctype_gid_t /*line :39:62*/, gids *[] /*line :39:72*/_Ctype_gid_t /*line :39:79*/, n * /*line :39:84*/_Ctype_int /*line :39:89*/) error {
getgrouplist_darwin.go#L45: *gids = make([] /*line :42:18*/_Ctype_gid_t /*line :42:25*/, *n)
listgroups_unix.go#L32: userGID := /*line :29:13*/_Ctype_gid_t /*line :29:20*/(ug)
listgroups_unix.go#L37: gidsC := make([] /*line :34:18*/_Ctype_gid_t /*line :34:25*/, n)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |