Home
last modified time | relevance | path

Searched refs:getgrnam (Results 1 – 11 of 11) sorted by relevance

/busybox-1.35.0/include/
Dgrp_.h35 #define getgrnam bb_internal_getgrnam macro
49 struct group* FAST_FUNC getgrnam(const char *__name);
/busybox-1.35.0/loginutils/
Ddeluser.c115 gr = getgrnam(name); in deluser_main()
Daddgroup.c55 if (getgrnam(g->gr_name)) { in xgroup_study()
Dadduser.c125 if (getgrnam(p->pw_name)) { in passwd_study()
/busybox-1.35.0/libbb/
Dbb_pwd.c27 struct group *gr = getgrnam(name); in xgetgrnam()
/busybox-1.35.0/libpwdgrp/
Duidgid_get.c69 gr = getgrnam(group); in get_uidgid()
Dpwd_grp.c460 struct group* FAST_FUNC getgrnam(const char *name) in getgrnam() function
/busybox-1.35.0/archival/libarchive/
Ddata_extract_all.c229 struct group *grp = getgrnam(file_header->tar__gname); in data_extract_all()
/busybox-1.35.0/archival/
Drpm.c248 struct group *gr = getgrnam(rpm_getstr(TAG_FILEGROUPNAME, fileref)); in fileaction_setowngrp()
/busybox-1.35.0/miscutils/
Ddevfsd.c1161 if ((grp_ent = getgrnam(string)) != NULL) in get_uid_gid()
/busybox-1.35.0/networking/
Dinetd.c1485 if (sep->se_group && (grp = getgrnam(sep->se_group)) == NULL) { in inetd_main()