Searched refs:gmem (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_solaris.c284 struct nss_groupsbymem *gmem = (struct nss_groupsbymem *)args; local
288 _nss_winbind_initgroups_dyn(gmem->username,
289 gmem->gid_array[0], /* Primary Group */
290 &gmem->numgids,
291 &gmem->maxgids,
292 &gmem->gid_array,
293 gmem->maxgids,
303 return (gmem->numgids == gmem->maxgids ? NSS_STATUS_SUCCESS : NSS_STATUS_NOTFOUND);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dglib.in.h63 #include <glib/gmem.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dglib.in.h63 #include <glib/gmem.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dglist.in.h35 #include <glib/gmem.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dglist.in.h35 #include <glib/gmem.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h222 extern int gmem (const gid_t);
H A Dacls.c134 ((flags & ACE_IDENTIFIER_GROUP) && !(flags & ACE_GROUP) && gmem(who))
138 ((flags & ACE_GROUP) && !(uuid == sb->st_uid) && gmem(sb->st_gid))
140 (flags & ACE_EVERYONE && !(uuid == sb->st_uid) && !gmem(sb->st_gid))
443 if (!(sb->st_uid == uuid) && gmem(sb->st_gid)) {
452 if (gmem(*gid)) {
466 if (!(sb->st_uid == uuid) && !gmem(sb->st_gid)) {
581 if (gmem(sb->st_gid) && !(whoami == sb->st_uid))
588 if (gmem(*gid) && !(whoami == sb->st_uid)) {
H A Dunix.c137 else if ( gmem( stat->st_gid )) {
188 int gmem(const gid_t gid) function
H A Dvolume.c977 if ((gr = getgrnam(p + 1)) && gmem(gr->gr_gid))

Completed in 83 milliseconds