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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Ddirlist.h4 struct hidegroup { struct
6 struct hidegroup *next;
H A Ddirlist.c76 struct hidegroup *hidegroups = NULL;
80 static struct hidegroup *tmp = NULL;
82 tmp = tmp->next = malloc(sizeof(struct hidegroup));
84 hidegroups = tmp = malloc(sizeof(struct hidegroup));
115 struct hidegroup *tmp = hidegroups;
271 struct hidegroup *tmp = hidegroups;

Completed in 146 milliseconds