Home
last modified time | relevance | path

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

/PHP-7.4/ext/posix/
H A Dposix.c1272 struct passwd _pw; in PHP_FUNCTION() local
1292 ret = getpwuid_r(uid, &_pw, pwbuf, pwbuflen, &retpwptr); in PHP_FUNCTION()
1303 pw = &_pw; in PHP_FUNCTION()
/PHP-7.4/main/
H A Dmain.c1536 struct passwd _pw; in php_get_current_user()
1545 if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { in php_get_current_user()
1553 pwd = &_pw; in php_get_current_user()

Completed in 12 milliseconds