Home
last modified time | relevance | path

Searched refs:gr_name (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/loginutils/
Daddgroup.c55 if (getgrnam(g->gr_name)) { in xgroup_study()
56 bb_error_msg_and_die("%s '%s' in use", "group", g->gr_name); in xgroup_study()
99 gr.gr_name = group; in new_group()
/busybox-1.35.0/libbb/
Dbb_pwd.c60 return gr->gr_name; in xgid2group()
72 return (gr) ? gr->gr_name : NULL; in gid2group()
/busybox-1.35.0/util-linux/
Dipcs.c114 if (gr) printf(" %-10s", gr->gr_name); in print_perms()
121 if (gr) printf(" %-10s\n", gr->gr_name); in print_perms()
Dmount.c913 name gr_name; member
/busybox-1.35.0/coreutils/
Dstat.c363 printfs(pformat, (gw_ent != NULL) ? gw_ent->gr_name : "UNKNOWN");
745 (gw_ent != NULL) ? gw_ent->gr_name : "UNKNOWN"); in do_stat()
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c80 offsetof(struct group, gr_name), /* 0 S */