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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c129 struct BB_suid_config *sct_head; local
158 sct_head = NULL;
169 suid_config = sct_head; /* Success, so set the pointer. */
251 sct->m_next = sct_head;
252 sct_head = sct;
325 while (sct_head) {
326 sct = sct_head->m_next;
327 free(sct_head);
328 sct_head = sct;

Completed in 50 milliseconds