Home
last modified time | relevance | path

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

/external/openssl/crypto/
Duid.c65 return issetugid(); in OPENSSL_issetugid()
/external/libedit/src/
Del.c69 # undef issetugid
70 # define issetugid() 1 macro
78 if (issetugid()) in secure_getenv()
/external/chromium_org/third_party/libevent/
Devutil.c255 return issetugid(); in evutil_issetugid()
Dconfig.h.in57 /* Define to 1 if you have the `issetugid' function. */
Dconfigure.in139 …trsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid)
Dconfigure21112 …strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid
/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/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h388 DECL_TEMPLATE(darwin, issetugid); // 327
Dsyswrap-darwin.c3319 PRE(issetugid) in PRE() argument
8335 MACX_(__NR_issetugid, issetugid),
/external/mksh/src/
DBuild.sh1907 ac_test issetugid <<-'EOF'
1909 int main(void) { return (issetugid()); }
Dmain.c412 issetugid() || in main_init()