Home
last modified time | relevance | path

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

/PHP-7.0/ext/posix/
H A Dposix.c1228 struct passwd _pw; in PHP_FUNCTION() local
1246 ret = getpwuid_r(uid, &_pw, pwbuf, pwbuflen, &retpwptr); in PHP_FUNCTION()
1252 pw = &_pw; in PHP_FUNCTION()
/PHP-7.0/main/
H A Dmain.c1269 struct passwd _pw; in php_get_current_user()
1278 if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { in php_get_current_user()
1286 pwd = &_pw; in php_get_current_user()

Completed in 13 milliseconds