| /netbsd/src/usr.bin/ipcs/ |
| D | ipcs.c | 331 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/ |
| D | pwcache.c | 68 #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
|
| D | Makefile.inc | 175 MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3
|
| /netbsd/src/include/ |
| D | grp.h | 76 const char *group_from_gid(gid_t, int);
|
| /netbsd/src/usr.bin/find/ |
| D | ls.c | 75 group_from_gid(sb->st_gid, 0)); in printlong()
|
| D | function.c | 1462 return (group_from_gid(entry->fts_statp->st_gid, 1) ? 0 : 1); in f_nogroup()
|
| /netbsd/src/tools/compat/ |
| D | compat_defs.h | 494 # 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);
|
| D | configure.ac | 229 getopt getopt_long group_from_gid gid_from_group \ 242 AC_CHECK_DECLS([group_from_gid, gid_from_group, pwcache_groupdb],,,[
|
| D | nbtool_config.h.in | 165 /* 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. */
|
| D | configure | 5381 ac_fn_c_check_decl "$LINENO" "group_from_gid" "ac_cv_have_decl_group_from_gid" "
|
| /netbsd/src/external/bsd/pkg_install/dist/create/ |
| D | util.c | 83 if ((s = group_from_gid(file->st.st_gid, 1)) == NULL) in update_ids()
|
| D | build.c | 204 archive_entry_set_gname(entry, group_from_gid(st.st_gid, 1)); in write_normal_file()
|
| /netbsd/src/usr.sbin/mtree/ |
| D | create.c | 252 (name = group_from_gid(p->fts_statp->st_gid, 1)) != NULL) in statf() 417 (name = group_from_gid(savegid, 1)) != NULL) in statd()
|
| D | spec.c | 357 (name = group_from_gid(cur->st_gid, 1)) != NULL) in dump_nodes()
|
| /netbsd/src/bin/ps/ |
| D | print.c | 445 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/ |
| D | gen_subs.c | 140 group = group_from_gid(sbp->st_gid, 0); in ls_list()
|
| D | tar.c | 1226 group = group_from_gid(arcn->sb.st_gid, 1); in ustar_wr()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sftp-common.c | 242 group = group_from_gid(st->st_gid, 0); in ls_file()
|
| /netbsd/src/bin/mv/ |
| D | mv.c | 204 group_from_gid(sb.st_gid, 0), to); in do_move()
|
| /netbsd/src/bin/rm/ |
| D | rm.c | 546 group_from_gid(sp->st_gid, 0), path); in check()
|
| /netbsd/src/bin/ls/ |
| D | ls.c | 585 (group = group_from_gid(sp->st_gid, 0)) == in display()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 438 #define group_from_gid _group_from_gid macro
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2021 | 1213 (group_from_gid): Subtract one from strncpy length.
|
| D | ChangeLog-2012 | 7529 (time_from_time_t, group_from_gid): New functions.
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 1200 fix "off by one" bug in group_from_gid() -- messed up "ls -l" 2030 user_from_uid() and group_from_gid() prototypes now provided
|