Home
last modified time | relevance | path

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

/PHP-8.0/ext/posix/
H A Dposix.c968 struct passwd _pw; in PHP_FUNCTION() local
988 ret = getpwuid_r(uid, &_pw, pwbuf, pwbuflen, &retpwptr); in PHP_FUNCTION()
999 pw = &_pw; in PHP_FUNCTION()
/PHP-8.0/main/
H A Dmain.c1433 struct passwd _pw; in php_get_current_user()
1442 if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { in php_get_current_user()
1450 pwd = &_pw; in php_get_current_user()

Completed in 31 milliseconds