Home
last modified time | relevance | path

Searched refs:issetugid (Results 1 – 14 of 14) sorted by relevance

/external/libedit/src/
Del.c69 # undef issetugid
70 # define issetugid() 1 macro
78 if (issetugid()) in secure_getenv()
/external/libedit/
DChangeLog17 On Linux issetugid is not available. When unable to determine if
20 Now instead use secure_getenv or a issetugid based implementation of secure_getenv.
Dconfigure.ac111 …regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy s…
Dconfig.h.in42 /* Define to 1 if you have the `issetugid' function. */
Dconfigure13194 …regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy s…
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in78 * Defined if issetugid(2) is available.
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h421 DECL_TEMPLATE(darwin, issetugid); // 327
Dsyswrap-darwin.c3954 PRE(issetugid) in PRE() argument
10306 MACX_(__NR_issetugid, issetugid),
/external/libevent/
Dconfig.h.in112 /* Define to 1 if you have the `issetugid' function. */
Devutil.c2078 return issetugid(); in evutil_issetugid()
Dconfigure.ac293 …l inet_aton pipe eventfd sendfile mmap splice arc4random arc4random_buf issetugid geteuid getegid …
/external/openssh/openbsd-compat/
Dglob.c392 if (issetugid() != 0 || (h = getenv("HOME")) == NULL) {
/external/jemalloc/
Dconfigure.ac1437 dnl Check if the Solaris/BSD issetugid function exists.
1438 AC_CHECK_FUNC([issetugid],
/external/jemalloc/src/
Djemalloc.c799 if (issetugid() != 0) in secure_getenv()