Searched refs:getuid (Results 1 – 10 of 10) sorted by relevance
/php-src/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 | 854 if(stat_sb->st_uid==getuid()) { in php_stat() 883 if (IS_ABLE_CHECK(type) && getuid() == 0) { in php_stat()
|
/php-src/ext/session/ |
H A D | mod_files.c | 202 …a->fd, &sbuf) || (sbuf.st_uid != 0 && sbuf.st_uid != getuid() && sbuf.st_uid != geteuid() && getui… in ps_files_open()
|
/php-src/ext/opcache/ |
H A D | config.m4 | 142 shmbuf.shm_perm.uid = getuid();
|
/php-src/win32/ |
H A D | glob.c | 374 if ((pwd = getpwuid(getuid())) == NULL) in globtilde()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 414 pwd = getpwuid(getuid()); in fpm_unix_conf_wp()
|
/php-src/sapi/litespeed/ |
H A D | lsapilib.c | 274 p += snprintf(p, 100, "[UID:%d][%d] ", getuid(), s_pid); in LSAPI_Log() 808 int uid = getuid(); in lsapi_load_lve_lib() 913 getuid(), getpid(), in LSAPI_perror_r() 3009 "time: %ld\n", getuid(), getppid(), pStatus->m_pid, in dump_debug_info()
|
/php-src/ext/posix/ |
H A D | posix.c | 157 PHP_POSIX_RETURN_LONG_FUNC(getuid); in PHP_FUNCTION()
|
/php-src/ext/phar/ |
H A D | func_interceptors.c | 343 if(stat_sb->st_uid==getuid()) { in phar_fancy_stat()
|
Completed in 40 milliseconds