Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dfilestat.c447 PHPAPI uid_t php_get_uid_by_name(const char *name, uid_t *uid) in php_get_uid_by_name() function
540 if (php_get_uid_by_name(ZSTR_VAL(user_str), &uid) != SUCCESS) { in php_do_chown()
/PHP-8.2/main/streams/
H A Dplain_wrapper.c52 extern int php_get_uid_by_name(const char *name, uid_t *uid);
1528 if(php_get_uid_by_name((char *)value, &uid) != SUCCESS) { in php_plain_files_metadata()

Completed in 14 milliseconds