| /freebsd-12.1/crypto/openssh/ |
| H A D | uidswap.c | 101 if (initgroups(pw->pw_name, pw->pw_gid) < 0) in temporarily_use_uid() 201 if (initgroups(pw->pw_name, pw->pw_gid) < 0) in permanently_set_uid()
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | initgroups.c | 39 initgroups(const char *name, gid_t basegid) in initgroups() function
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | initgroups.c | 47 initgroups(const char *uname, gid_t agroup) in initgroups() function
|
| H A D | Makefile.inc | 84 initgroups.c \ 253 initgroups.3 \
|
| H A D | Symbol.map | 197 initgroups;
|
| /freebsd-12.1/contrib/openpam/lib/libpam/ |
| H A D | openpam_borrow_cred.c | 99 if (initgroups(pwd->pw_name, pwd->pw_gid) < 0 || in openpam_borrow_cred()
|
| /freebsd-12.1/crypto/heimdal/kdc/ |
| H A D | main.c | 81 if (initgroups(pw->pw_name, pw->pw_gid) < 0) in switch_environment()
|
| /freebsd-12.1/libexec/atrun/ |
| H A D | atrun.c | 323 if (initgroups(pentry->pw_name,pentry->pw_gid)) in run_file() 369 if (initgroups(pentry->pw_name,pentry->pw_gid)) in run_file()
|
| /freebsd-12.1/usr.bin/calendar/ |
| H A D | calendar.c | 222 (void)initgroups(pw->pw_name, pw->pw_gid); in main()
|
| /freebsd-12.1/contrib/openpam/bin/su/ |
| H A D | su.c | 160 if (initgroups(pwd->pw_name, pwd->pw_gid) == -1) { in main()
|
| /freebsd-12.1/usr.sbin/jexec/ |
| H A D | jexec.c | 182 if (initgroups(pwd->pw_name, pwd->pw_gid) < 0) in get_user_info()
|
| /freebsd-12.1/contrib/libpcap/lbl/ |
| H A D | os-sunos4.h | 108 int initgroups(const char *, int);
|
| /freebsd-12.1/contrib/tcpdump/lbl/ |
| H A D | os-sunos4.h | 109 int initgroups(const char *, int);
|
| /freebsd-12.1/usr.sbin/cron/cron/ |
| H A D | popen.c | 182 if (initgroups(usernm, e->gid) != 0)
|
| H A D | do_command.c | 313 if (initgroups(usernm, e->gid) != 0) {
|
| /freebsd-12.1/usr.bin/newgrp/ |
| H A D | newgrp.c | 138 initres = initgroups(pwd->pw_name, pwd->pw_gid); in restoregrps()
|
| /freebsd-12.1/include/ |
| H A D | unistd.h | 518 int initgroups(const char *, gid_t);
|
| /freebsd-12.1/contrib/opie/ |
| H A D | opiesu.c | 462 if (initgroups(user, thisuser.pw_gid)) {
|
| H A D | configure.in | 518 AC_CHECK_FUNC(initgroups, AC_DEFINE(HAVE_INITGROUPS), MISSING="${MISSING}initgroups.o ")
|
| /freebsd-12.1/crypto/heimdal/appl/su/ |
| H A D | su.c | 512 if (initgroups (su_info->pw_name, su_info->pw_gid) < 0) in main()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntpd.c | 754 if (user && initgroups(user, sw_gid)) { in set_group_ids() 773 if (0 != initgroups(pw->pw_name, pw->pw_gid)) { in set_group_ids()
|
| /freebsd-12.1/lib/libutil/ |
| H A D | login_class.c | 482 if (initgroups(pwd->pw_name, pwd->pw_gid) == -1) { in setusercontext()
|
| /freebsd-12.1/crypto/heimdal/appl/login/ |
| H A D | login.c | 374 if(initgroups(pwd->pw_name, pwd->pw_gid)){ in do_login()
|
| /freebsd-12.1/contrib/unbound/daemon/ |
| H A D | unbound.c | 589 if(initgroups(cfg->username, cfg_gid) != 0) in perform_setup()
|
| /freebsd-12.1/usr.sbin/inetd/ |
| H A D | builtins.c | 609 if (initgroups(pw->pw_name, pw->pw_gid) == -1) in ident_stream()
|