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

/netbsd-6-1-5-RELEASE/sys/arch/hpc/hpc/platid_gen/
H A Dplatid_gen.h42 } node_t; typedef in typeref:struct:node_s
44 extern node_t* def_tree;
46 node_t *new_node(int, int, const void *, const void *, node_t *);
48 void dump_node(char *, node_t *);
H A Dgram.y53 ((node_t*)(l)->ptr2)->link = (i); \
161 node_t*
166 node_t *link;
168 node_t *res;
170 res = mem_alloc(sizeof(node_t));
182 node_t* n;
185 node_t *np;
205 for (np = (node_t*)n->ptr1; np; np = np->link) {
H A Dplatid_gen.c72 void gen_list(node_t *);
85 node_t* def_tree;
183 gen_list((node_t*)def_tree->ptr1);
279 gen_list(node_t* np)
330 gen_list((node_t*)np->ptr1);
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dtsearch.c7 * The node_t structure is for internal use only, lint doesn't grok it.
31 node_t *q;
32 node_t **rootp = (node_t **)vrootp;
51 q = malloc(sizeof(node_t)); /* T5: key not found */
H A Dtfind.c7 * The node_t structure is for internal use only, lint doesn't grok it.
31 node_t * const *rootp = (node_t * const*)vrootp;
H A Dtdelete.c7 * The node_t structure is for internal use only, lint doesn't grok it.
32 node_t **rootp = (node_t **)vrootp;
33 node_t *p, *q, *r;
H A Dtwalk.c7 * The node_t structure is for internal use only, lint doesn't grok it.
24 static void trecurse(const node_t *,
30 const node_t *root; /* Root of the tree to be walked */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtsearch.c7 * The node_t structure is for internal use only, lint doesn't grok it.
27 } node_t; typedef in typeref:struct:node
45 node_t *q;
46 node_t **rootp = (node_t **)vrootp;
62 q = malloc(sizeof(node_t)); /* T5: key not found */
79 trecurse(const node_t *root, void (*action)(const void *, VISIT, int),
121 node_t **rootp = (node_t **)vrootp;
122 node_t *
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
H A Dlist.c26 list->current = (node_t *) malloc (sizeof(struct _list_t));
41 node_t *current;
55 node_t *current = list->head; // go to first node
56 node_t *next;
/netbsd-6-1-5-RELEASE/include/
H A Dsearch.h48 } node_t; typedef in typeref:struct:node
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_openssl.c157 node_t *current;
H A Dbi_gmp.c236 node_t *current;
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dprime_gen.c55 node_t *current;

Completed in 132 milliseconds