Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfilestat.c413 PHPAPI zend_result php_get_uid_by_name(const char *name, uid_t *uid) in php_get_uid_by_name() function
506 if (php_get_uid_by_name(ZSTR_VAL(user_str), &uid) != SUCCESS) { in php_do_chown()
/php-src/main/streams/
H A Dplain_wrapper.c52 extern int php_get_uid_by_name(const char *name, uid_t *uid);
1543 if(php_get_uid_by_name((char *)value, &uid) != SUCCESS) { in php_plain_files_metadata()

Completed in 15 milliseconds