HomeSort by: relevance | last modified time | path
    Searched refs:issetugid (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/tools/compat/
issetugid.c 1 /* $NetBSD: issetugid.c,v 1.2 2003/10/27 00:12:43 lukem Exp $ */
12 issetugid(void) function
Makefile 11 issetugid.c lchflags.c lchmod.c lchown.c libyywrap.c \
  /src/external/ibm-public/postfix/dist/src/util/
unsafe.c 76 || issetugid()
  /src/crypto/external/apache2/openssl/dist/crypto/
uid.c 26 return issetugid();
  /src/crypto/external/bsd/openssl/dist/crypto/
uid.c 26 return issetugid();
  /src/crypto/external/bsd/openssl.old/dist/crypto/
uid.c 26 return issetugid();
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
issuid.c 95 * We want to use issetugid(), but issetugid() is not the same on
98 * On Illumos derivatives, OpenBSD, and Solaris issetugid() returns
101 * On NetBSD and FreeBSD issetugid() returns true if the program
114 * Therefore the FreeBSD/NetBSD issetugid() does us no good.
116 * Linux, meanwhile, has no issetugid() (at least glibc doesn't
123 * issetugid() functionality.
126 * if issetugid() is not available.
191 * If we have issetugid(), use it.
196 return issetugid();
    [all...]
  /src/lib/libc/db/db/
dbfile.c 87 if (issetugid())
  /src/tests/lib/libc/sys/
t_issetugid.c 69 if (issetugid() != 1)
86 atf_tc_set_md_var(tc, "descr", "A test of issetugid(2), eff. GID");
94 atf_tc_fail("issetugid(2) failed with effective GID");
100 atf_tc_set_md_var(tc, "descr", "A test of issetugid(2), eff. UID");
108 atf_tc_fail("issetugid(2) failed with effective UID");
114 atf_tc_set_md_var(tc, "descr", "A test of issetugid(2), real GID");
122 atf_tc_fail("issetugid(2) failed with real GID");
128 atf_tc_set_md_var(tc, "descr", "A test of issetugid(2), real UID");
136 atf_tc_fail("issetugid(2) failed with real UID");
  /src/lib/libc/nls/
catopen.c 95 if (issetugid() || (nlspath = getenv("NLSPATH")) == NULL)
  /src/external/cddl/osnet/dist/lib/libuutil/common/
uu_pname.c 124 if (!issetugid()) {
  /src/lib/libc/net/
hesiod.c 121 if (issetugid())
132 if (issetugid())
  /src/include/
unistd.h 372 int issetugid(void);
  /src/lib/libc/citrus/
citrus_module.c 310 if (p == NULL || issetugid()) {
citrus_iconv.c 85 if (!issetugid() && getenv(CI_ENV_MAX_REUSE))
  /src/lib/libc/locale/
setlocale.c 142 if (issetugid() || ((_PathLocale == NULL &&
  /src/lib/libc/sys/
Makefile.inc 196 issetugid.S posix_spawn.S sync.S __posix_fadvise50.S
271 intro.2 ioctl.2 issetugid.2 \
  /src/lib/libc/resolv/
res_query.c 442 if (issetugid())
  /src/lib/libc/gmon/
gmon.c 401 if (issetugid() && (geteuid() != getuid() || getegid() != getgid())) {
  /src/lib/libedit/
el.c 559 if (issetugid())
577 * If issetugid() is missing, always return an error, in order
  /src/usr.bin/login/
login_pam.c 218 if (issetugid()) {
login.c 278 if (issetugid()) {
  /src/external/bsd/libarchive/dist/libarchive/
archive_util.c 451 return (issetugid());
  /src/lib/libc/stdlib/
malloc.c 338 if (malloc_abort || issetugid() || getuid() == 0 || getgid() == 0)
482 } else if (i == 1 && issetugid() == 0) {
  /src/lib/libpthread/
pthread.c 1410 if (issetugid())

Completed in 160 milliseconds

1 2