Home
last modified time | relevance | path

Searched refs:pstat (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/
H A Dpageinfo.c60 zend_stat_t *pstat; in php_statpage() local
62 pstat = sapi_get_stat(); in php_statpage()
65 if(pstat) { in php_statpage()
66 BG(page_uid) = pstat->st_uid; in php_statpage()
67 BG(page_gid) = pstat->st_gid; in php_statpage()
68 BG(page_inode) = pstat->st_ino; in php_statpage()
69 BG(page_mtime) = pstat->st_mtime; in php_statpage()
/PHP-7.4/sapi/cli/
H A Dconfig.m49 AC_CHECK_HEADERS([sys/pstat.h])
H A Dps_title.c354 pstat(PSTAT_SETCMD, pst, ps_buffer_cur_len, 0, 0); in set_ps_title()
/PHP-7.4/main/
H A Dmain.c1505 zend_stat_t *pstat; in php_get_current_user() local
1515 pstat = sapi_get_stat(); in php_get_current_user()
1517 if (!pstat) { in php_get_current_user()
1545 if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { in php_get_current_user()
1555 if ((pwd=getpwuid(pstat->st_uid))==NULL) { in php_get_current_user()

Completed in 16 milliseconds