Home
last modified time | relevance | path

Searched refs:getuid (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/standard/
H A Dpageinfo.c37 #define getuid() 1 macro
64 BG(page_uid) = getuid(); in php_statpage()
H A Dphp_filestat.h37 #define getuid() 1 macro
H A Dfilestat.c806 if(ssb.sb.st_uid==getuid()) { in php_stat()
835 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
/PHP-8.0/ext/session/
H A Dmod_files.c204 …a->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != geteuid() && getui… in ps_files_open()
/PHP-8.0/ext/opcache/
H A Dconfig.m4136 shmbuf.shm_perm.uid = getuid();
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_unix.c325 pwd = getpwuid(getuid()); in fpm_unix_conf_wp()
/PHP-8.0/win32/
H A Dglob.c390 if ((pwd = getpwuid(getuid())) == NULL)
/PHP-8.0/ext/posix/
H A Dposix.c226 PHP_POSIX_RETURN_LONG_FUNC(getuid); in PHP_FUNCTION()
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c273 p += snprintf(p, 100, "[UID:%d][%d] ", getuid(), s_pid); in LSAPI_Log()
797 int uid = getuid(); in lsapi_load_lve_lib()
902 getuid(), getpid(), in LSAPI_perror_r()
2995 "time: %ld\n", getuid(), getppid(), pStatus->m_pid, in dump_debug_info()
/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c452 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat()

Completed in 36 milliseconds