Home
last modified time | relevance | path

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

/PHP-8.0/ext/posix/
H A Dposix.c714 char *gr_mem; in php_posix_group_to_array() local
715 memcpy(&gr_mem, &g->gr_mem[count], sizeof(char *)); in php_posix_group_to_array()
716 if (!gr_mem) { in php_posix_group_to_array()
720 add_next_index_string(&array_members, gr_mem); in php_posix_group_to_array()

Completed in 5 milliseconds