Searched refs:tmp_entry (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Ddncache.c97 metadncacheentry_t tmp_entry, local
104 tmp_entry.dn = *ndn;
107 ( caddr_t )&tmp_entry, meta_dncache_cmp );
143 tmp_entry; local
159 tmp_entry.dn = *ndn;
163 ( caddr_t )&tmp_entry, meta_dncache_cmp );
206 tmp_entry; local
211 tmp_entry.dn = *ndn;
214 entry = avl_delete( &cache->tree, ( caddr_t )&tmp_entry,
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_context_mem.c80 struct memEntry *tmp_entry; local
89 tmp_entry = tmp->entries;
97 for (; tmp_entry; tmp_entry = tmp_entry->nextEntry) {
98 if (tmp_entry->nextEntry == NULL) {
99 tmp_entry->nextEntry = new;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dindex.c802 INDEX_ELT *tmp_entry = index;
804 for (tmp_entry = index; tmp_entry; tmp_entry = tmp_entry->next)
805 tmp = tmp_entry->output_line > tmp ? tmp_entry->output_line : tmp;
796 INDEX_ELT *tmp_entry = index; local
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_map.c3914 struct vm_map_entry *tmp_entry; local
3916 if (!uvm_map_lookup_entry(map, start, &tmp_entry)) {
3919 entry = tmp_entry;

Completed in 94 milliseconds