Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dpageinfo.c45 #define getuid() 1 macro
73 BG(page_uid) = getuid(); in php_statpage()
H A Dphp_filestat.h83 #define getuid() 1 macro
H A Dfilestat.c919 if(ssb.sb.st_uid==getuid()) { in php_stat()
950 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c137 pwd = getpwuid(getuid()); in fpm_unix_conf_wp()
/PHP-5.5/ext/session/
H A Dmod_files.c162 …if (fstat(data->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != geteu… in ps_files_open()
/PHP-5.5/ext/opcache/
H A Dconfig.m447 shmbuf.shm_perm.uid = getuid();
/PHP-5.5/win32/
H A Dglob.c398 if ((pwd = getpwuid(getuid())) == NULL)
/PHP-5.5/ext/posix/
H A Dposix.c431 PHP_POSIX_RETURN_LONG_FUNC(getuid); in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c454 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c593 int uid = getuid(); in lsapi_load_lve_lib()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1593 if ( getuid() == 0 )

Completed in 46 milliseconds