Searched refs:acc_t (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dnetrc.h41 } acc_t; typedef in typeref:struct:_acc_t
44 void free_netrc (acc_t *l);
H A Dnetrc.c46 acc_t *netrc_list;
48 static acc_t *parse_netrc (const char *);
60 acc_t *l;
211 set to a ready-to-use acc_t, in any event. */
213 maybe_add_to_list (acc_t **newentry, acc_t **list)
215 acc_t *a, *l;
236 /* Allocate a new acc_t structure. */
237 a = xmalloc (sizeof (acc_t));
262 static acc_t *
[all...]
H A Dinit.c1570 extern acc_t *netrc_list;

Completed in 81 milliseconds