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

/freebsd-10-stable/contrib/opie/
H A Dopieauto.c52 struct cachedotp { struct
53 struct cachedotp *next;
59 struct cachedotp *head = NULL;
75 struct cachedotp *c = head, *c2;
79 memset(c, 0, sizeof(struct cachedotp));
157 struct cachedotp **c;
169 if (!(*c = malloc(sizeof(struct cachedotp))))
171 memset(*c, 0, sizeof(struct cachedotp));
221 struct cachedotp *c2 = *c;
223 memset(c2, 0, sizeof(struct cachedotp));
[all...]

Completed in 134 milliseconds