Searched refs:issetugid (Results 1 – 14 of 14) sorted by relevance
69 # undef issetugid70 # define issetugid() 1 macro78 if (issetugid()) in secure_getenv()
17 On Linux issetugid is not available. When unable to determine if20 Now instead use secure_getenv or a issetugid based implementation of secure_getenv.
111 …regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy s…
42 /* Define to 1 if you have the `issetugid' function. */
13194 …regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy s…
78 * Defined if issetugid(2) is available.
421 DECL_TEMPLATE(darwin, issetugid); // 327
3954 PRE(issetugid) in PRE() argument10306 MACX_(__NR_issetugid, issetugid),
112 /* Define to 1 if you have the `issetugid' function. */
2078 return issetugid(); in evutil_issetugid()
293 …l inet_aton pipe eventfd sendfile mmap splice arc4random arc4random_buf issetugid geteuid getegid …
392 if (issetugid() != 0 || (h = getenv("HOME")) == NULL) {
1437 dnl Check if the Solaris/BSD issetugid function exists.1438 AC_CHECK_FUNC([issetugid],
799 if (issetugid() != 0) in secure_getenv()