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

12

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dzkt.c151 static void list_key (const dki_t **nodep, const VISIT which, int depth) argument
156 if ( nodep == NULL )
162 dkp = *nodep;
199 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth)
203 if ( nodep == NULL )
206 dkp = *nodep;
222 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth) argument
226 if ( nodep == NULL )
229 dkp = *nodep;
274 static void list_dnskey (const dki_t **nodep, cons argument
324 set_keylifetime(const dki_t **nodep, const VISIT which, int depth) argument
371 tag_search(const dki_t **nodep, const VISIT which, int depth) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dscan.l146 if ((i = gcc_keyword(yylval.strp, &yylval.nodep)) > 0) {
161 0[xX]{H}+{IS}? { yylval.nodep = cvtdig(16); return(C_ICON); }
162 0{D}+{IS}? { yylval.nodep = cvtdig(8); return(C_ICON); }
163 {D}+{IS}? { yylval.nodep = cvtdig(10); return(C_ICON); }
164 L'(\\.|[^\\'])+' { yylval.nodep = wcharcon(); return(C_ICON); }
165 '(\\.|[^\\'])+' { yylval.nodep = charcon(); return(C_ICON); }
167 {D}+{E}{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
168 {D}*"."{D}+({E})?{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
169 {D}+"."{D}*({E})?{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
170 0[xX]{H}*"."{H}+{P}{FS}? { yylval.nodep
[all...]
H A Dcgram.y221 NODE *nodep;
232 %type <nodep> e .e term enum_dcl struct_dcl cast_type declarator
249 %type <nodep> C_TYPE C_QUALIFIER C_ICON C_FCON C_CLASS
487 olddecl(block(TYMERGE, ccopy($<nodep>0), $1,
491 olddecl(block(TYMERGE, ccopy($<nodep>0), $3,
527 | init_declarator_list ',' attr_var { $<nodep>$ = $<nodep>0; } init_declarator {
614 | struct_declarator_list ',' { $<nodep>$=$<nodep>0; }
622 p = tymerge($<nodep>
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Ddbiterator.c101 dns_dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep, argument
109 REQUIRE(nodep != NULL && *nodep == NULL);
112 return (iterator->methods->current(iterator, nodep, name));
H A Ddb.c474 isc_boolean_t create, dns_dbnode_t **nodep)
482 REQUIRE(nodep != NULL && *nodep == NULL);
485 return ((db->methods->findnode)(db, name, create, nodep));
488 NULL, NULL, nodep));
494 dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep)
502 REQUIRE(nodep != NULL && *nodep == NULL);
506 methods, clientinfo, nodep));
508 return ((db->methods->findnode)(db, name, create, nodep));
473 dns_db_findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
492 dns_db_findnodeext(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep) argument
512 dns_db_findnsec3node(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
527 dns_db_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
560 dns_db_findext(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
595 dns_db_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
631 dns_db_detachnode(dns_db_t *db, dns_dbnode_t **nodep) argument
949 dns_db_getoriginnode(dns_db_t *db, dns_dbnode_t **nodep) argument
[all...]
H A Dsdlz.c208 dns_dbnode_t **nodep,
472 createnode(dns_sdlz_db_t *sdlz, dns_sdlznode_t **nodep) { argument
501 *nodep = node;
548 dns_dbnode_t **nodep)
561 REQUIRE(nodep != NULL && *nodep == NULL);
657 *nodep = node;
663 dns_dbnode_t **nodep)
665 return (findnodeext(db, name, create, NULL, NULL, nodep));
670 isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_
546 findnodeext(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep) argument
662 findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
669 findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
842 findext(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
999 find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
1215 getoriginnode(dns_db_t *db, dns_dbnode_t **nodep) argument
1355 dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep, dns_name_t *name) argument
[all...]
H A Decdb.c265 detachnode(dns_db_t *db, dns_dbnode_t **nodep) { argument
271 REQUIRE(nodep != NULL);
272 node = (dns_ecdbnode_t *)*nodep;
287 *nodep = NULL;
293 dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset,
305 UNUSED(nodep);
316 dns_dbnode_t **nodep, dns_name_t *foundname,
326 UNUSED(nodep);
336 dns_dbnode_t **nodep)
344 REQUIRE(nodep !
291 find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
314 findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
335 findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
[all...]
H A Dsdb.c158 static isc_result_t createnode(dns_sdb_t *sdb, dns_sdbnode_t **nodep);
177 dns_dbnode_t **nodep,
436 getnode(dns_sdballnodes_t *allnodes, const char *name, dns_sdbnode_t **nodep) { argument
489 *nodep = sdbnode;
667 createnode(dns_sdb_t *sdb, dns_sdbnode_t **nodep) { argument
690 *nodep = node;
735 dns_dbnode_t **nodep)
749 REQUIRE(nodep != NULL && *nodep == NULL);
816 *nodep
733 findnodeext(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep) argument
821 findext(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
999 findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
1534 dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep, dns_name_t *name) argument
[all...]
H A Drbt.c201 create_node(isc_mem_t *mctx, dns_name_t *name, dns_rbtnode_t **nodep);
230 dns_rbtnode_t **nodep);
370 dns_rbt_addnode(dns_rbt_t *rbt, dns_name_t *name, dns_rbtnode_t **nodep) { argument
387 REQUIRE(nodep != NULL && *nodep == NULL);
403 *nodep = new_current;
435 *nodep = current;
603 *nodep = new_current;
640 *nodep = new_current;
1423 create_node(isc_mem_t *mctx, dns_name_t *name, dns_rbtnode_t **nodep) { argument
2062 dns_rbt_deletetreeflat(dns_rbt_t *rbt, unsigned int quantum, dns_rbtnode_t **nodep) argument
[all...]
H A Drbtdb.c515 dns_dbnode_t **nodep,
590 dns_dbnode_t **nodep,
2512 isc_boolean_t create, dns_dbnode_t **nodep)
2584 *nodep = (dns_dbnode_t *)node;
2591 dns_dbnode_t **nodep)
2597 return (findnodeintree(rbtdb, rbtdb->tree, name, create, nodep));
2602 dns_dbnode_t **nodep)
2608 return (findnodeintree(rbtdb, rbtdb->nsec3, name, create, nodep));
2824 setup_delegation(rbtdb_search_t *search, dns_dbnode_t **nodep, argument
2842 * If we were to set foundname after we had set nodep o
2511 findnodeintree(dns_rbtdb_t *rbtdb, dns_rbt_t *tree, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
2590 findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
2601 findnsec3node(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
3113 find_wildcard(rbtdb_search_t *search, dns_rbtnode_t **nodep, dns_name_t *qname) argument
3316 previous_closest_nsec(dns_rdatatype_t type, rbtdb_search_t *search, dns_name_t *name, dns_name_t *origin, dns_rbtnode_t **nodep, dns_rbtnodechain_t *nsecchain, isc_boolean_t *firstp) argument
3427 find_closest_nsec(rbtdb_search_t *search, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_rbt_t *tree, dns_db_secure_t secure) argument
3613 zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4122 zone_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4259 find_deepest_zonecut(rbtdb_search_t *search, dns_rbtnode_t *node, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4433 find_coveringnsec(rbtdb_search_t *search, dns_dbnode_t **nodep, isc_stdtime_t now, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4767 cache_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5113 cache_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
6856 loadnode(dns_rbtdb_t *rbtdb, dns_name_t *name, dns_rbtnode_t **nodep, isc_boolean_t hasnsec) argument
7209 getoriginnode(dns_db_t *db, dns_dbnode_t **nodep) argument
8710 dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep, dns_name_t *name) argument
8813 rdataset_getadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t **zonep, dns_db_t **dbp, dns_dbversion_t **versionp, dns_dbnode_t **nodep, dns_name_t *fname, dns_message_t *msg, isc_stdtime_t now) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dscan.l146 0[xX]{H}+{IS}? { yylval.nodep = cvtdig(16); return(C_ICON); }
147 0{D}+{IS}? { yylval.nodep = cvtdig(8); return(C_ICON); }
148 {D}+{IS}? { yylval.nodep = cvtdig(10); return(C_ICON); }
149 L'(\\.|[^\\'])+' { yylval.nodep = wcharcon(); return(C_ICON); }
150 '(\\.|[^\\'])+' { yylval.nodep = charcon(); return(C_ICON); }
152 {D}+{E}{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
153 {D}*"."{D}+({E})?{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
154 {D}+"."{D}*({E})?{FS}? { yylval.nodep = floatcon(yytext); return(C_FCON); }
155 0[xX]{H}*"."{H}+{P}{FS}? { yylval.nodep = fhexcon(yytext); return(C_FCON); }
156 0[xX]{H}+"."{P}{FS}? { yylval.nodep
[all...]
H A Dcgram.y232 NODE *nodep;
243 %type <nodep> e .e term enum_dcl struct_dcl cast_type declarator
261 %type <nodep> C_TYPE C_QUALIFIER C_ICON C_FCON C_CLASS
340 nsbeg: '{' { dclns($<nodep>0, $<strp>-1); }
349 NODE *p = $<nodep>-1;
591 olddecl(block(TYMERGE, ccopy($<nodep>0), $1,
595 olddecl(block(TYMERGE, ccopy($<nodep>0), $3,
631 | init_declarator_list ',' attr_var { $<nodep>$ = $<nodep>0; } init_declarator {
723 | struct_declarator_list ',' { $<nodep>
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/db/
H A Dt_db.c112 dns_dbnode_t *nodep; local
224 nodep = NULL;
232 &nodep,
246 dns_db_detachnode(db, &nodep);
761 dns_dbnode_t *nodep; local
865 nodep = NULL;
873 &nodep,
901 dns_db_detachnode(db, &nodep);
914 dns_result = dns_db_deleterdataset(db, nodep, nversionp, rdatatype, 0);
919 dns_db_detachnode(db, &nodep);
1034 dns_dbnode_t *nodep; local
1353 dns_dbnode_t *nodep; local
1764 dns_dbnode_t *nodep; local
2235 dns_dbnode_t *nodep; local
2437 dns_dbnode_t *nodep; local
2608 dns_dbnode_t *nodep; local
2815 dns_dbnode_t *nodep; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Ddbiterator.h85 dns_dbnode_t **nodep, dns_name_t *name);
208 dns_dbiterator_current(dns_dbiterator_t *iterator, dns_dbnode_t **nodep,
219 *\li nodep != NULL && *nodep == NULL
H A Ddb.h98 dns_dbnode_t **nodep);
103 dns_dbnode_t **nodep, dns_name_t *foundname,
108 dns_dbnode_t **nodep,
154 isc_result_t (*getoriginnode)(dns_db_t *db, dns_dbnode_t **nodep);
166 dns_dbnode_t **nodep);
189 dns_dbnode_t **nodep);
194 dns_dbnode_t **nodep, dns_name_t *foundname,
679 dns_dbnode_t **nodep);
684 dns_clientinfo_t *clientinfo, dns_dbnode_t **nodep);
708 * \li nodep !
[all...]
H A Dacache.h327 dns_dbnode_t **nodep, dns_name_t *fname,
339 * 'nodep' is a valid pointer, and '*nodep' == NULL
350 * '*nodep' will point to the corresponding DB node.
356 * '*dbp', '*versionp', and '*nodep' will be NULL.
363 * '*nodep' will be kept as NULL.
H A Drdataset.h99 dns_dbnode_t **nodep,
560 dns_dbnode_t **nodep,
H A Dview.h479 dns_db_t **dbp, dns_dbnode_t **nodep, dns_name_t *foundname,
485 dns_db_t **dbp, dns_dbnode_t **nodep, dns_name_t *foundname,
547 *\li nodep == NULL || *nodep == NULL. If nodep != NULL, dbp != NULL.
562 *\li If nodep != NULL, it points to the database node containing the data.
/netbsd-6-1-5-RELEASE/common/lib/libc/gen/
H A Dptree.c216 uintptr_t *nodep = local
218 if (*nodep == branch_node)
219 return nodep;
220 if (PT_LEAF_P(*nodep))
222 parent = PT_NODE(*nodep);
823 uintptr_t *nodep; local
837 nodep = NULL;
856 KASSERT(nodep == NULL);
869 nodep = &PTN_BRANCH_SLOT(parent, parent_slot);
870 KASSERT(*nodep
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dnsecify.c97 dns_name_t *name, dns_dbnode_t **nodep)
104 result = dns_dbiterator_current(dbiter, nodep, name);
106 active = active_node(db, version, *nodep);
108 dns_db_detachnode(db, nodep);
96 next_active(dns_db_t *db, dns_dbversion_t *version, dns_dbiterator_t *dbiter, dns_name_t *name, dns_dbnode_t **nodep) argument
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstabs.c66 resolve_tou_node(tdesc_t *node, tdesc_t **nodep, void *private __unused) argument
79 *nodep = new;
86 resolve_fwd_node(tdesc_t *node, tdesc_t **nodep, void *private __unused) argument
97 *nodep = new;
/netbsd-6-1-5-RELEASE/sys/fs/nilfs/
H A Dnilfs_subr.c803 uint64_t ino, struct nilfs_inode *inode, struct nilfs_node **nodep)
811 *nodep = NULL;
881 *nodep = node;
887 nilfs_get_node(struct nilfs_mount *ump, uint64_t ino, struct nilfs_node **nodep) argument
897 *nodep = nilfs_hash_lookup(ump, ino);
898 if (*nodep)
905 *nodep = nilfs_hash_lookup(ump, ino);
906 if (*nodep) {
938 error = nilfs_get_node_raw(ump->nilfsdev, ump, ino, &inode, nodep);
946 nilfs_dispose_node(struct nilfs_node **nodep) argument
802 nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct nilfs_inode *inode, struct nilfs_node **nodep) argument
[all...]
H A Dnilfs_subr.h59 int nilfs_get_node(struct nilfs_mount *ump, uint64_t ino, struct nilfs_node **nodep);
60 int nilfs_get_node_raw(struct nilfs_device *nilfsdev, struct nilfs_mount *ump, uint64_t ino, struct nilfs_inode *inode, struct nilfs_node **nodep);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drcs.c4883 Node *nodep, *bp; local
4899 nodep = findnode (rcs->versions, branchpoint);
4900 if (nodep == NULL)
4907 branchnode = nodep->data;
5015 Node *nodep; local
5214 nodep = getnode();
5215 nodep->type = RCSVERS;
5216 nodep->delproc = rcsvers_delproc;
5217 nodep->data = delta;
5218 nodep
6262 Node *nodep; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer.c645 lto_record_common_node (tree *nodep, VEC(tree, heap) **common_nodes, argument
648 tree node = *nodep;
654 *nodep = node = gimple_register_type (node);

Completed in 380 milliseconds

12