Home
last modified time | relevance | path

Searched refs:group_from_gid (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/usr.bin/ipcs/
Dipcs.c331 user_from_uid(uid, 0), group_from_gid(gid, 0)); in show_msginfo()
335 group_from_gid(cgid, 0)); in show_msginfo()
384 user_from_uid(uid, 0), group_from_gid(gid, 0)); in show_shminfo()
388 group_from_gid(cgid, 0)); in show_shminfo()
434 user_from_uid(uid, 0), group_from_gid(gid, 0)); in show_seminfo()
438 group_from_gid(cgid, 0)); in show_seminfo()
/netbsd/src/lib/libc/gen/
Dpwcache.c68 #undef group_from_gid
96 #define group_from_gid __nbcompat_group_from_gid macro
102 __weak_alias(group_from_gid,_group_from_gid)
329 group_from_gid(gid_t gid, int noname) in group_from_gid() function
DMakefile.inc175 MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3
/netbsd/src/include/
Dgrp.h76 const char *group_from_gid(gid_t, int);
/netbsd/src/usr.bin/find/
Dls.c75 group_from_gid(sb->st_gid, 0)); in printlong()
Dfunction.c1462 return (group_from_gid(entry->fts_statp->st_gid, 1) ? 0 : 1); in f_nogroup()
/netbsd/src/tools/compat/
Dcompat_defs.h494 # define group_from_gid __nbcompat_group_from_gid macro
517 const char *group_from_gid(gid_t, int);
637 const char *group_from_gid(gid_t, int);
Dconfigure.ac229 getopt getopt_long group_from_gid gid_from_group \
242 AC_CHECK_DECLS([group_from_gid, gid_from_group, pwcache_groupdb],,,[
Dnbtool_config.h.in165 /* Define to 1 if you have the declaration of `group_from_gid', and to 0 if
501 /* Define to 1 if you have the `group_from_gid' function. */
Dconfigure5381 ac_fn_c_check_decl "$LINENO" "group_from_gid" "ac_cv_have_decl_group_from_gid" "
/netbsd/src/external/bsd/pkg_install/dist/create/
Dutil.c83 if ((s = group_from_gid(file->st.st_gid, 1)) == NULL) in update_ids()
Dbuild.c204 archive_entry_set_gname(entry, group_from_gid(st.st_gid, 1)); in write_normal_file()
/netbsd/src/usr.sbin/mtree/
Dcreate.c252 (name = group_from_gid(p->fts_statp->st_gid, 1)) != NULL) in statf()
417 (name = group_from_gid(savegid, 1)) != NULL) in statd()
Dspec.c357 (name = group_from_gid(cur->st_gid, 1)) != NULL) in dump_nodes()
/netbsd/src/bin/ps/
Dprint.c445 for (p = group_from_gid(ki->p_groups[i], 0); *p; p++) in groupnames()
686 strprintorsetwidth(v, group_from_gid(k->p_gid, 0), mode); in gname()
696 strprintorsetwidth(v, group_from_gid(k->p_rgid, 0), mode); in rgname()
706 strprintorsetwidth(v, group_from_gid(k->p_svgid, 0), mode); in svgname()
/netbsd/src/bin/pax/
Dgen_subs.c140 group = group_from_gid(sbp->st_gid, 0); in ls_list()
Dtar.c1226 group = group_from_gid(arcn->sb.st_gid, 1); in ustar_wr()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dsftp-common.c242 group = group_from_gid(st->st_gid, 0); in ls_file()
/netbsd/src/bin/mv/
Dmv.c204 group_from_gid(sb.st_gid, 0), to); in do_move()
/netbsd/src/bin/rm/
Drm.c546 group_from_gid(sp->st_gid, 0), path); in check()
/netbsd/src/bin/ls/
Dls.c585 (group = group_from_gid(sp->st_gid, 0)) == in display()
/netbsd/src/lib/libc/include/
Dnamespace.h438 #define group_from_gid _group_from_gid macro
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20211213 (group_from_gid): Subtract one from strncpy length.
DChangeLog-20127529 (time_from_time_t, group_from_gid): New functions.
/netbsd/src/doc/
DCHANGES.prev1200 fix "off by one" bug in group_from_gid() -- messed up "ls -l"
2030 user_from_uid() and group_from_gid() prototypes now provided

12