Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dgrp.h26 char **gr_mem; member
/PHP-7.4/ext/posix/
H A Dposix.c1013 char *gr_mem; in php_posix_group_to_array() local
1014 memcpy(&gr_mem, &g->gr_mem[count], sizeof(char *)); in php_posix_group_to_array()
1015 if (!gr_mem) { in php_posix_group_to_array()
1019 add_next_index_string(&array_members, gr_mem); in php_posix_group_to_array()

Completed in 6 milliseconds