Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpageinfo.c43 #define getuid() 1 macro
71 BG(page_uid) = getuid(); in php_statpage()
H A Dphp_filestat.h76 #define getuid() 1 macro
H A Dfilestat.c836 if(ssb.sb.st_uid==getuid()) { in php_stat()
865 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
/PHP-7.4/ext/session/
H A Dmod_files.c206 …a->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != geteuid() && getui… in ps_files_open()
/PHP-7.4/ext/opcache/
H A Dconfig.m458 shmbuf.shm_perm.uid = getuid();
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c325 pwd = getpwuid(getuid()); in fpm_unix_conf_wp()
/PHP-7.4/win32/
H A Dglob.c390 if ((pwd = getpwuid(getuid())) == NULL)
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c275 p += snprintf(p, 100, "[UID:%d][%d] ", getuid(), s_pid); in LSAPI_Log()
798 int uid = getuid(); in lsapi_load_lve_lib()
903 getuid(), getpid(), in LSAPI_perror_r()
2990 "time: %ld\n", getuid(), getppid(), pStatus->m_pid, in dump_debug_info()
/PHP-7.4/ext/posix/
H A Dposix.c497 PHP_POSIX_RETURN_LONG_FUNC(getuid); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c448 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat()

Completed in 40 milliseconds