Home
last modified time | relevance | path

Searched refs:issetugid (Results 1 – 13 of 13) 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.in75 * Defined if issetugid(2) is available.
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h396 DECL_TEMPLATE(darwin, issetugid); // 327
Dsyswrap-darwin.c3856 PRE(issetugid) in PRE() argument
9757 MACX_(__NR_issetugid, issetugid),
/external/openssh/openbsd-compat/
Dglob.c391 if (issetugid() != 0 || (h = getenv("HOME")) == NULL) {
/external/mksh/src/
DBuild.sh1908 ac_test issetugid <<-'EOF'
1910 int main(void) { return (issetugid()); }
Dmain.c412 issetugid() || in main_init()
/external/jemalloc/
Dconfigure.ac1155 dnl Check if the Solaris/BSD issetugid function exists.
1156 AC_CHECK_FUNC([issetugid],
/external/jemalloc/src/
Djemalloc.c724 if (issetugid() != 0) in secure_getenv()