Home
last modified time | relevance | path

Searched refs:sh_getgrgid (Results 1 – 12 of 12) sorted by relevance

/dports/security/samhain-client/samhain-4.4.3/include/
H A Dsh_static.h24 struct group * sh_getgrgid(gid_t gid);
44 #define sh_getgrgid getgrgid macro
/dports/security/samhain-server/samhain-4.4.3/include/
H A Dsh_static.h24 struct group * sh_getgrgid(gid_t gid);
44 #define sh_getgrgid getgrgid macro
/dports/security/samhain/samhain-4.4.3/include/
H A Dsh_static.h24 struct group * sh_getgrgid(gid_t gid);
44 #define sh_getgrgid getgrgid macro
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dtrustfile.c113 #define sh_getgrgid getgrgid macro
442 g = sh_getgrgid(grp); in isingrp()
555 g = sh_getgrgid(grp); in onlytrustedingrp()
H A Dsh_static.c298 struct group * sh_getgrgid(gid_t gid) in sh_getgrgid() function
310 return sh_getgrgid(gid); in getgrgid()
H A Dsh_unix.c2948 tempres = sh_getgrgid(gid); in sh_unix_getGIDname()
/dports/security/samhain/samhain-4.4.3/src/
H A Dtrustfile.c113 #define sh_getgrgid getgrgid macro
442 g = sh_getgrgid(grp); in isingrp()
555 g = sh_getgrgid(grp); in onlytrustedingrp()
H A Dsh_static.c298 struct group * sh_getgrgid(gid_t gid) in sh_getgrgid() function
310 return sh_getgrgid(gid); in getgrgid()
H A Dsh_unix.c2948 tempres = sh_getgrgid(gid); in sh_unix_getGIDname()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dtrustfile.c113 #define sh_getgrgid getgrgid macro
442 g = sh_getgrgid(grp); in isingrp()
555 g = sh_getgrgid(grp); in onlytrustedingrp()
H A Dsh_static.c298 struct group * sh_getgrgid(gid_t gid) in sh_getgrgid() function
310 return sh_getgrgid(gid); in getgrgid()
H A Dsh_unix.c2948 tempres = sh_getgrgid(gid); in sh_unix_getGIDname()