Searched refs:list_of_struct_group (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Doptions.h29 struct list_of_struct_group { struct
31 struct list_of_struct_group *next;
45 struct list_of_struct_group *groups;
H A Doptions.c87 struct list_of_struct_group *endg = NULL;
104 endg = endg->next = malloc(sizeof(struct list_of_struct_group));
106 grp->groups = endg = malloc(sizeof(struct list_of_struct_group));
232 struct list_of_struct_group *grplist = grp->groups;

Completed in 109 milliseconds