Searched refs:getuid (Results 1 – 10 of 10) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | pageinfo.c | 37 #define getuid() 1 macro 64 BG(page_uid) = getuid(); in php_statpage()
|
H A D | php_filestat.h | 37 #define getuid() 1 macro
|
H A D | filestat.c | 859 if(ssb.sb.st_uid==getuid()) { in php_stat() 888 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
|
/PHP-8.1/ext/session/ |
H A D | mod_files.c | 204 …a->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != geteuid() && getui… in ps_files_open()
|
/PHP-8.1/ext/opcache/ |
H A D | config.m4 | 144 shmbuf.shm_perm.uid = getuid();
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 325 pwd = getpwuid(getuid()); in fpm_unix_conf_wp()
|
/PHP-8.1/win32/ |
H A D | glob.c | 390 if ((pwd = getpwuid(getuid())) == NULL)
|
/PHP-8.1/ext/posix/ |
H A D | posix.c | 232 PHP_POSIX_RETURN_LONG_FUNC(getuid); in PHP_FUNCTION()
|
/PHP-8.1/sapi/litespeed/ |
H A D | lsapilib.c | 273 p += snprintf(p, 100, "[UID:%d][%d] ", getuid(), s_pid); in LSAPI_Log() 807 int uid = getuid(); in lsapi_load_lve_lib() 912 getuid(), getpid(), in LSAPI_perror_r() 3043 "time: %ld\n", getuid(), getppid(), pStatus->m_pid, in dump_debug_info()
|
/PHP-8.1/ext/phar/ |
H A D | func_interceptors.c | 452 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat()
|
Completed in 37 milliseconds