Home
last modified time | relevance | path

Searched refs:pnode (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/sbin/rcorder/
Drcorder.c103 provnode *pnode; member
285 provnode *pnode, *head; in add_provide() local
340 pnode = emalloc(sizeof(*pnode)); in add_provide()
341 pnode->head = RESET; in add_provide()
342 pnode->in_progress = RESET; in add_provide()
343 pnode->fnode = fnode; in add_provide()
344 pnode->next = head->next; in add_provide()
345 pnode->last = head; in add_provide()
346 head->next = pnode; in add_provide()
347 if (pnode->next != NULL) in add_provide()
[all …]
/freebsd-9-stable/usr.sbin/makefs/
Dmtree.c146 fsnode *pnode; in mtree_file_path() local
153 for (pnode = node->parent; pnode && depth < MAKEFS_MAX_TREE_DEPTH; in mtree_file_path()
154 pnode = pnode->parent) { in mtree_file_path()
155 if (strcmp(pnode->name, ".") == 0) in mtree_file_path()
157 rp[++depth] = pnode->name; in mtree_file_path()
/freebsd-9-stable/contrib/gcc/
Dstmt.c2828 case_node_ptr pnode; in node_has_low_bound() local
2853 for (pnode = node->parent; pnode; pnode = pnode->parent) in node_has_low_bound()
2854 if (tree_int_cst_equal (low_minus_one, pnode->high)) in node_has_low_bound()
2874 case_node_ptr pnode; in node_has_high_bound() local
2904 for (pnode = node->parent; pnode; pnode = pnode->parent) in node_has_high_bound()
2905 if (tree_int_cst_equal (high_plus_one, pnode->low)) in node_has_high_bound()
Dc-common.c4370 handle_used_attribute (tree *pnode, tree name, tree ARG_UNUSED (args), in handle_used_attribute() argument
4373 tree node = *pnode; in handle_used_attribute()
4430 handle_externally_visible_attribute (tree *pnode, tree name, in handle_externally_visible_attribute() argument
4435 tree node = *pnode; in handle_externally_visible_attribute()
Ddwarf2out.c6416 limbo_die_node *node, **pnode; in break_out_includes() local
6451 for (node = limbo_die_list, pnode = &limbo_die_list; in break_out_includes()
6462 *pnode = node->next; in break_out_includes()
6465 pnode = &node->next; in break_out_includes()
Dtree.c3710 handle_dll_attribute (tree * pnode, tree name, tree args, int flags, in handle_dll_attribute() argument
3713 tree node = *pnode; in handle_dll_attribute()
/freebsd-9-stable/contrib/gnu-sort/src/
Dsort.c609 struct tempnode *volatile *pnode; in zaptemp() local
612 for (pnode = &temphead; (node = *pnode); pnode = &node->next) in zaptemp()
616 *pnode = node->next; in zaptemp()
/freebsd-9-stable/contrib/texinfo/info/
Dsession.c1050 char *pnode; in backward_move_node_structure() local
1052 pnode = xstrdup (info_parsed_nodename); in backward_move_node_structure()
1056 strcmp (info_parsed_nodename, pnode) == 0) in backward_move_node_structure()
1060 free (pnode); in backward_move_node_structure()
1065 free (pnode); in backward_move_node_structure()