HomeSort by: relevance | last modified time | path
    Searched refs:gid_from_group (Results 1 - 8 of 8) sorted by relevancy

  /src/include/
grp.h 77 int gid_from_group(const char *, gid_t *);
  /src/lib/libc/gen/
pwcache.c 454 * gid_from_group()
460 gid_from_group(const char *name, gid_t *gid) function in typeref:typename:int
  /src/tools/compat/
configure.ac 245 getopt getopt_long group_from_gid gid_from_group \
259 AC_CHECK_DECLS([group_from_gid, gid_from_group, pwcache_groupdb],,,[
compat_defs.h 499 # define gid_from_group __nbcompat_gid_from_group macro
517 int gid_from_group(const char *, gid_t *);
  /src/bin/pax/
tar.c 877 if (gid_from_group(hd->gname, &(arcn->sb.st_gid)) < 0)
  /src/usr.sbin/mtree/
spec.c 590 if (gid_from_group(val, &gid) == -1)
  /src/usr.bin/xinstall/
xinstall.c 357 if (gid_from_group(group, &gid) == -1) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 6790 INTERCEPTOR(int, gid_from_group, const char *group, u32 *gid) {
6793 COMMON_INTERCEPTOR_ENTER(ctx, gid_from_group, group, gid);
6796 res = REAL(gid_from_group)(group, gid);
6801 #define INIT_GID_FROM_GROUP COMMON_INTERCEPT_FUNCTION(gid_from_group)

Completed in 22 milliseconds