Home
last modified time | relevance | path

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

/PHP-8.2/ext/posix/
H A Dposix.c659 char *gr_mem; in php_posix_group_to_array() local
660 memcpy(&gr_mem, &g->gr_mem[count], sizeof(char *)); in php_posix_group_to_array()
661 if (!gr_mem) { in php_posix_group_to_array()
665 add_next_index_string(&array_members, gr_mem); in php_posix_group_to_array()

Completed in 6 milliseconds