Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpageinfo.c53 zend_stat_t *pstat = NULL; in php_statpage() local
55 pstat = sapi_get_stat(); in php_statpage()
58 if(pstat) { in php_statpage()
59 BG(page_uid) = pstat->st_uid; in php_statpage()
60 BG(page_gid) = pstat->st_gid; in php_statpage()
61 BG(page_inode) = pstat->st_ino; in php_statpage()
62 BG(page_mtime) = pstat->st_mtime; in php_statpage()
/php-src/sapi/cli/
H A Dconfig.m49 AC_CHECK_HEADERS([sys/pstat.h])
H A Dps_title.c358 pstat(PSTAT_SETCMD, pst, ps_buffer_cur_len, 0, 0); in set_ps_title()
/php-src/main/
H A Dmain.c1436 zend_stat_t *pstat = NULL; in php_get_current_user() local
1446 pstat = sapi_get_stat(); in php_get_current_user()
1448 if (!pstat) { in php_get_current_user()
1476 if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { in php_get_current_user()
1486 if ((pwd=getpwuid(pstat->st_uid))==NULL) { in php_get_current_user()

Completed in 12 milliseconds