Searched defs:listp (Results 1 - 4 of 4) sorted by relevance

/external/dbus/bus/
H A Dservices.c335 char ***listp,
366 *listp = retval;
334 bus_registry_list_services(BusRegistry *registry, char ***listp, int *array_len) argument
H A Dactivation.c2106 char ***listp,
2137 *listp = retval;
2105 bus_activation_list_services(BusActivation *activation, char ***listp, int *array_len) argument
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp.c286 struct subscr_addr **listp = &s->addr_list; local
290 if (*listp == a) {
293 *listp = NULL;
296 *listp = a->next;
305 struct subscr_addr **listp = &s->addr_list; local
307 while ((a = *listp) != NULL) {
317 struct subscr_addr **listp = &s->addr_list; local
319 if (*listp == NULL) {
320 *listp = a->next = a->prev = a;
322 a->next = *listp;
[all...]
/external/elfutils/src/
H A Dldscript.c200 static struct filename_list *mark_as_needed (struct filename_list *listp);
2383 mark_as_needed (struct filename_list *listp)
2385 struct filename_list *runp = listp;
2391 while (runp != listp);
2393 return listp;
2380 mark_as_needed(struct filename_list *listp) argument

Completed in 156 milliseconds