Home
last modified time | relevance | path

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

/PHP-7.3/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.c828 if(ssb.sb.st_uid==getuid()) { in php_stat()
857 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
/PHP-7.3/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.3/ext/opcache/
H A Dconfig.m462 shmbuf.shm_perm.uid = getuid();
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_unix.c317 pwd = getpwuid(getuid()); in fpm_unix_conf_wp()
/PHP-7.3/win32/
H A Dglob.c390 if ((pwd = getpwuid(getuid())) == NULL)
/PHP-7.3/ext/posix/
H A Dposix.c496 PHP_POSIX_RETURN_LONG_FUNC(getuid); in PHP_FUNCTION()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c448 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat()
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c790 int uid = getuid(); in lsapi_load_lve_lib()

Completed in 50 milliseconds