Home
last modified time | relevance | path

Searched refs:_pw (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/main/
H A Dsafe_mode.c240 struct passwd _pw; in php_get_current_user()
249 if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { in php_get_current_user()
253 pwd = &_pw; in php_get_current_user()
/PHP-5.3/ext/posix/
H A Dposix.c1178 struct passwd _pw; in PHP_FUNCTION() local
1196 ret = getpwuid_r(uid, &_pw, pwbuf, pwbuflen, &retpwptr); in PHP_FUNCTION()
1202 pw = &_pw; in PHP_FUNCTION()

Completed in 9 milliseconds