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

/freebsd-9.3-release/contrib/gcc/
H A Dlists.c50 free_list (rtx *listp, rtx *unused_listp) argument
54 prev_link = *listp;
74 *unused_listp = *listp;
75 *listp = 0;
81 find_list_elem (rtx elem, rtx *listp) argument
83 while (XEXP (*listp, 0) != elem)
84 listp = &XEXP (*listp, 1);
85 return listp;
90 remove_list_node (rtx *listp) argument
102 remove_list_elem(rtx elem, rtx *listp) argument
185 free_EXPR_LIST_list(rtx *listp) argument
194 free_INSN_LIST_list(rtx *listp) argument
203 free_DEPS_LIST_list(rtx *listp) argument
239 remove_free_DEPS_LIST_elem(rtx elem, rtx *listp) argument
247 remove_free_INSN_LIST_elem(rtx elem, rtx *listp) argument
[all...]
H A Dvar-tracking.c653 attrs_list_clear (attrs *listp) argument
657 for (list = *listp; list; list = next)
662 *listp = NULL;
679 attrs_list_insert (attrs *listp, tree decl, HOST_WIDE_INT offset, rtx loc) argument
687 list->next = *listp;
688 *listp = list;
H A Dsched-deps.c588 add_dependence_list_and_free (rtx insn, rtx *listp, int uncond,
592 for (list = *listp, *listp = NULL; list ; list = next)
582 add_dependence_list_and_free(rtx insn, rtx *listp, int uncond, enum reg_note dep_type) argument
H A Drtlanal.c1810 in_expr_list_p (rtx listp, rtx node) argument
1814 for (x = listp; x; x = XEXP (x, 1))
1827 remove_node_from_expr_list (rtx node, rtx *listp)
1829 rtx temp = *listp;
1840 *listp = XEXP (temp, 1);
1793 in_expr_list_p(rtx listp, rtx node) argument
H A Dgcse.c2191 free_insn_expr_list_list (rtx *listp)
2195 for (list = *listp; list ; list = next)
2204 *listp = NULL;
2181 free_insn_expr_list_list(rtx *listp) argument
/freebsd-9.3-release/usr.bin/gprof/
H A Dprintlist.c64 addlist( listp , funcname )
65 struct stringlist *listp;
73 slp -> next = listp -> next;
75 listp -> next = slp;
79 onlist( listp , funcname )
80 struct stringlist *listp;
85 for ( slp = listp -> next ; slp ; slp = slp -> next ) {
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dlwsearch.h61 ns_lwsearchlist_create(isc_mem_t *mctx, ns_lwsearchlist_t **listp);
73 ns_lwsearchlist_detach(ns_lwsearchlist_t **listp);
H A Dlistenlist.h89 ns_listenlist_detach(ns_listenlist_t **listp);
91 * Detach 'listp'.
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwsearch.c41 ns_lwsearchlist_create(isc_mem_t *mctx, ns_lwsearchlist_t **listp) { argument
46 REQUIRE(listp != NULL && *listp == NULL);
63 *listp = list;
82 ns_lwsearchlist_detach(ns_lwsearchlist_t **listp) { argument
86 REQUIRE(listp != NULL);
87 list = *listp;
95 *listp = NULL;
H A Dlistenlist.c93 ns_listenlist_detach(ns_listenlist_t **listp) { argument
94 ns_listenlist_t *list = *listp;
99 *listp = NULL;
/freebsd-9.3-release/sys/ddb/
H A Ddb_output.c326 va_list listp; local
339 va_start(listp, fmt);
340 retval = kvprintf (fmt, db_putchar, &dca, db_radix, listp);
341 va_end(listp);
360 va_list listp; local
377 va_start(listp, fmt);
378 kvprintf (fmt, db_putchar, &dca, db_radix, listp);
379 va_end(listp);
/freebsd-9.3-release/contrib/cvs/src/
H A Dhash.c85 dellist (listp)
86 List **listp;
91 if (*listp == (List *) NULL)
94 p = (*listp)->list;
106 if ((p = (*listp)->hasharray[i]) != (Node *) NULL)
124 (*listp)->next = listcache;
125 listcache = *listp;
127 free ((*listp)->list);
128 free (*listp);
130 *listp
[all...]
H A Drecurse.c25 static void addlist PROTO((List ** listp, char *key));
27 static void addfile PROTO((List **listp, char *dir, char *file));
1199 addlist (listp, key)
1200 List **listp;
1205 if (*listp == NULL)
1206 *listp = getlist ();
1210 if (addnode (*listp, p) != 0)
1215 addfile (listp, dir, file)
1216 List **listp;
1224 addlist (listp, di
[all...]
H A Dhash.h60 void dellist PROTO((List ** listp));
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c1325 addlist(libzfs_handle_t *hdl, char *propname, zprop_list_t **listp, argument
1368 *listp = entry;
1380 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, argument
1383 *listp = NULL;
1442 if (addlist(hdl, spaceprops[i], listp, type))
1444 listp = &(*listp)->pl_next;
1447 if (addlist(hdl, props, listp, type))
1449 listp = &(*listp)
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymmisc.c1230 extend_psymbol_list (struct psymbol_allocation_list *listp,
1234 if (listp->size == 0)
1237 listp->list = (struct partial_symbol **)
1242 new_size = listp->size * 2;
1243 listp->list = (struct partial_symbol **)
1244 xmrealloc (objfile->md, (char *) listp->list,
1249 listp->next = listp->list + listp->size;
1250 listp
1227 extend_psymbol_list(struct psymbol_allocation_list *listp, struct objfile *objfile) argument
[all...]
/freebsd-9.3-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c110 void add_string(strlst_t **listp, char *str);
114 int in_list(strlst_t **listp, char *str);
1166 add_string(strlst_t **listp, char *str) argument
1172 for (p1 = NULL, p2 = *listp; p2 != NULL; p1 = p2, p2 = p2->next)
1185 *listp = p2;
1205 in_list(strlst_t **listp, char *str) argument
1208 for (p1 = *listp; p1 != NULL; p1 = p1->next)
/freebsd-9.3-release/contrib/dialog/
H A Ddialog.pl375 local ( $listp, $command ) = @_;
390 if ($listp) {
/freebsd-9.3-release/sbin/rcorder/
H A Drcorder.c211 strnode_add(strnodelist **listp, char *s, filenode *fnode) argument
218 ent->next = *listp;
219 *listp = ent;
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfiutil.h161 int mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp);
H A Dmfi_drive.c251 mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp) argument
277 *listp = list;
/freebsd-9.3-release/sys/sys/
H A Dbus.h440 int device_get_children(device_t dev, device_t **listp, int *countp);
485 int devclass_get_devices(devclass_t dc, device_t **listp, int *countp);
486 int devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp);
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dcc.c328 list_fromwire(isccc_region_t *source, isccc_sexpr_t **listp);
426 list_fromwire(isccc_region_t *source, isccc_sexpr_t **listp) argument
446 *listp = list;
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c3498 /* listp(I) - pointer to list to flush pointer */
3510 static int frflushlist(set, unit, nfreedp, listp)
3514 frentry_t **listp;
3519 while ((fp = *listp) != NULL) {
3522 listp = &fp->fr_next;
3525 *listp = fp->fr_next;
3639 /* Parameters: listp(IO) - pointer to start of list with skip rule */
3648 void fr_fixskip(listp, rp, addremove)
3649 frentry_t **listp, *rp;
3656 for (fp = *listp; (f
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_bus.c1395 * given devclass is allocated and returned in @p *listp. The number
1400 * @param listp gives location for array pointer return value
1408 devclass_get_drivers(devclass_t dc, driver_t ***listp, int *countp) argument
1426 *listp = list;

Completed in 262 milliseconds