Home
last modified time | relevance | path

Searched +refs:old +refs:entry (Results 1 – 25 of 59531) sorted by relevance

12345678910>>...2382

/dports/net/p5-Samba-LDAP/Samba-LDAP-0.05/scripts/
H A Dsmbldap-userinfo95 my %old;
96 ( $old{'name'},
97 $old{'office'},
98 $old{'wphone'},
99 $old{'hphone'},
100 $old{'other'}
102 $old{'shell'} = $entry->get_value('LoginShell');
106 foreach my $key (keys %old) {
107 !defined($old{$key}) and $old{$key}="";
151 $new{$key} = $old{$key};
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/sctp-mib/
H A DsctpTables_common.c128 sctpAssocRemAddrTable_entry *old; in sctpAssocRemAddrTable_add_or_update() local
136 old = CONTAINER_FIND(remAddrTable, entry); in sctpAssocRemAddrTable_add_or_update()
138 if (old != NULL) { in sctpAssocRemAddrTable_add_or_update()
145 sctpAssocRemAddrTable_entry_copy(entry, old); in sctpAssocRemAddrTable_add_or_update()
178 old = CONTAINER_FIND(localAddrTable, entry); in sctpAssocLocalAddrTable_add_or_update()
180 if (old != NULL) { in sctpAssocLocalAddrTable_add_or_update()
187 sctpAssocLocalAddrTable_entry_copy(entry, old); in sctpAssocLocalAddrTable_add_or_update()
212 sctpAssocTable_entry *old; in sctpAssocTable_add_or_update() local
220 old = CONTAINER_FIND(assocTable, entry); in sctpAssocTable_add_or_update()
222 if (old != NULL) { in sctpAssocTable_add_or_update()
[all …]
/dports/www/osticket/upload/include/
H A Dclass.thread_actions.php190 $old = $this->entry;
195 return $old;
202 'type' => $old->type,
207 'pid' => $old->id,
230 and ($old->editor == $thisstaff->getId() && $old->editor_type == 'S')
236 $entry->pid = $old->pid;
238 $old->delete();
239 $old = $original;
243 $entry->flags = ($old->flags & ~(ThreadEntry::FLAG_HIDDEN | ThreadEntry::FLAG_GUARDED))
257 $entry->created = $old->created;
[all …]
/dports/net-mgmt/statsite/statsite-0.8.0/src/
H A Dhashmap.c71 hashmap_entry *entry, *old; in hashmap_destroy() local
78 old = entry; in hashmap_destroy()
82 free(old->key); in hashmap_destroy()
87 free(old); in hashmap_destroy()
209 hashmap_entry *entry, *old; in hashmap_double_size() local
216 old = entry; in hashmap_double_size()
222 hashmap_insert_table(new_table, new_size, old->key, strlen(old->key), in hashmap_double_size()
228 free(old); in hashmap_double_size()
333 hashmap_entry *entry, *old; in hashmap_clear() local
340 old = entry; in hashmap_clear()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AMDGPU/
H A Dmemory-legalizer-atomic-cmpxchg.ll11 entry:
24 entry:
37 entry:
50 entry:
63 entry:
76 entry:
89 entry:
102 entry:
115 entry:
128 entry:
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AMDGPU/
H A Dmemory-legalizer-atomic-cmpxchg.ll11 entry:
24 entry:
37 entry:
50 entry:
63 entry:
76 entry:
89 entry:
102 entry:
115 entry:
128 entry:
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/discgrp/
H A Dstack.c38 typedef struct entry {char word[MAXDEPTH]; } entry; struct
39 static entry *stack = NULL, *old, *oldtop, *oldbase, *new; variable
48 stack = OOGLNewN(entry, CHUNKSIZE); in init_stack()
50 old = oldbase = new = stack; in init_stack()
59 old = oldtop = new-1; in make_new_old()
65 if (old >= oldbase) return((old--)->word); in pop_old_stack()
73 entry * oldstack;
78 … if ((stack = OOGLRenewN(entry, stack, numchunks * CHUNKSIZE )) == (entry *) NULL) return (0);
79 new = (entry *) stack + (new - oldstack);
80 old = (entry *) stack + (old - oldstack);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Djump_label.c22 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_nop()
29 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_branch()
56 struct insn old, new; in __jump_label_transform() local
59 jump_label_make_nop(entry, &old); in __jump_label_transform()
60 jump_label_make_branch(entry, &new); in __jump_label_transform()
62 jump_label_make_branch(entry, &old); in __jump_label_transform()
63 jump_label_make_nop(entry, &new); in __jump_label_transform()
69 if (memcmp(code, &old, sizeof(old))) in __jump_label_transform()
70 jump_label_bug(entry, &old, &new); in __jump_label_transform()
82 __jump_label_transform(entry, type, 0); in arch_jump_label_transform()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/kernel/
H A Djump_label.c22 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_nop()
29 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_branch()
56 struct insn old, new; in __jump_label_transform() local
59 jump_label_make_nop(entry, &old); in __jump_label_transform()
60 jump_label_make_branch(entry, &new); in __jump_label_transform()
62 jump_label_make_branch(entry, &old); in __jump_label_transform()
63 jump_label_make_nop(entry, &new); in __jump_label_transform()
69 if (memcmp(code, &old, sizeof(old))) in __jump_label_transform()
70 jump_label_bug(entry, &old, &new); in __jump_label_transform()
82 __jump_label_transform(entry, type, 0); in arch_jump_label_transform()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/kernel/
H A Djump_label.c22 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_nop()
29 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_branch()
56 struct insn old, new; in __jump_label_transform() local
59 jump_label_make_nop(entry, &old); in __jump_label_transform()
60 jump_label_make_branch(entry, &new); in __jump_label_transform()
62 jump_label_make_branch(entry, &old); in __jump_label_transform()
63 jump_label_make_nop(entry, &new); in __jump_label_transform()
69 if (memcmp(code, &old, sizeof(old))) in __jump_label_transform()
70 jump_label_bug(entry, &old, &new); in __jump_label_transform()
82 __jump_label_transform(entry, type, 0); in arch_jump_label_transform()
[all …]
/dports/security/ylva/ylva-1.7/src/
H A Dcmd_ui.c65 struct termios old, new; in my_getpass() local
69 if(tcgetattr(fileno(stream), &old) != 0) in my_getpass()
72 new = old; in my_getpass()
93 tcsetattr(fileno(stream), TCSAFLUSH, &old); in my_getpass()
392 Entry_t *old = db_get_entry_by_id(id); in copy_entry() local
394 if(!old) in copy_entry()
397 if(old->id == -1) in copy_entry()
400 entry_free(old); in copy_entry()
404 Entry_t *new = entry_dup(old); in copy_entry()
408 entry_free(old); in copy_entry()
[all …]
/dports/www/squid/squid-4.15/src/
H A DString.cc71 allocAndFill(old.rawBuf(), old.size()); in operator =()
118 allocAndFill(old.rawBuf(), old.size()); in String()
209 append(old.rawBuf(), old.len_); in append()
216 setBuffer(old.buf_, old.size_); in absorb()
238 String::stat(StoreEntry *entry) const in stat()
265 StringRegistry::add(String const *entry) in add() argument
267 entries.insert(entry, ptrcmp); in add()
271 StringRegistry::remove(String const *entry) in remove() argument
273 entries.remove(entry, ptrcmp); in remove()
281 StringRegistry::Stat(StoreEntry *entry) in Stat() argument
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/file_sys/
H A Dvfs_concat.cpp17 const auto old = iter++; in VerifyConcatenationMapContinuity() local
18 if (old->first + old->second->GetSize() != iter->first) { in VerifyConcatenationMapContinuity()
62 const auto old = iter++; in MakeConcatenatedFile() local
63 if (old->first + old->second->GetSize() != iter->first) { in MakeConcatenatedFile()
64 files.emplace(old->first + old->second->GetSize(), in MakeConcatenatedFile()
114 auto entry = --files.end(); in Read() local
117 entry = --iter; in Read()
122 if (entry->first + entry->second->GetSize() <= offset) in Read()
126 std::min<u64>(entry->first + entry->second->GetSize() - offset, entry->second->GetSize()); in Read()
128 return entry->second->Read(data, read_in, offset - entry->first) + in Read()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/mm/
H A Dpgtable.c227 pte_val(entry) |= _PAGE_DIRTY; in pgste_set_pte()
228 pte_val(entry) &= ~_PAGE_PROTECT; in pgste_set_pte()
235 *ptep = entry; in pgste_set_pte()
577 pte_t *ptep, pte_t entry) in ptep_set_pte_at() argument
616 pte_t entry; in ptep_force_prot() local
621 entry = *ptep; in ptep_force_prot()
635 pte_val(entry) |= _PAGE_INVALID; in ptep_force_prot()
639 pte_val(entry) &= ~_PAGE_INVALID; in ptep_force_prot()
640 pte_val(entry) |= _PAGE_PROTECT; in ptep_force_prot()
691 if (!non_swap_entry(entry)) in ptep_zap_swap_entry()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/mm/
H A Dpgtable.c227 pte_val(entry) |= _PAGE_DIRTY; in pgste_set_pte()
228 pte_val(entry) &= ~_PAGE_PROTECT; in pgste_set_pte()
235 *ptep = entry; in pgste_set_pte()
577 pte_t *ptep, pte_t entry) in ptep_set_pte_at() argument
616 pte_t entry; in ptep_force_prot() local
621 entry = *ptep; in ptep_force_prot()
635 pte_val(entry) |= _PAGE_INVALID; in ptep_force_prot()
639 pte_val(entry) &= ~_PAGE_INVALID; in ptep_force_prot()
640 pte_val(entry) |= _PAGE_PROTECT; in ptep_force_prot()
691 if (!non_swap_entry(entry)) in ptep_zap_swap_entry()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/mm/
H A Dpgtable.c227 pte_val(entry) |= _PAGE_DIRTY; in pgste_set_pte()
228 pte_val(entry) &= ~_PAGE_PROTECT; in pgste_set_pte()
235 *ptep = entry; in pgste_set_pte()
577 pte_t *ptep, pte_t entry) in ptep_set_pte_at() argument
616 pte_t entry; in ptep_force_prot() local
621 entry = *ptep; in ptep_force_prot()
635 pte_val(entry) |= _PAGE_INVALID; in ptep_force_prot()
639 pte_val(entry) &= ~_PAGE_INVALID; in ptep_force_prot()
640 pte_val(entry) |= _PAGE_PROTECT; in ptep_force_prot()
691 if (!non_swap_entry(entry)) in ptep_zap_swap_entry()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_decide.c320 entry.list.rib); in prefix_insert()
323 entry.list.rib); in prefix_insert()
377 xp = LIST_NEXT(old, entry.list.rib); in prefix_remove()
378 LIST_REMOVE(old, entry.list.rib); in prefix_remove()
380 prefix_cmp(old, xp, &testall); in prefix_remove()
387 prefix_cmp(old, xp, &testall); in prefix_remove()
448 if (old != NULL) in prefix_evaluate()
449 LIST_REMOVE(old, entry.list.rib); in prefix_evaluate()
465 if (old != NULL) in prefix_evaluate()
466 prefix_remove(old, re); in prefix_evaluate()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DFontList.c168 XmFontListAppendEntry(XmFontList old, XmFontListEntry entry) in XmFontListAppendEntry() argument
187 old, old)); in XmFontListAppendEntry()
189 return old; in XmFontListAppendEntry()
192 if (old == NULL) { in XmFontListAppendEntry()
204 old, entry, old->renditions[i], i, old->renditions[i]->count)); in XmFontListAppendEntry()
209 __XmFontListDealloc(old); in XmFontListAppendEntry()
252 old, entry, newFontList)); in XmFontListAppendEntry()
338 if (!old) in XmFontListAdd()
341 return old; in XmFontListAdd()
348 newFontList = XmFontListAppendEntry(old, entry); in XmFontListAdd()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AMDGPU/
H A Datomic_optimizations_local_pointer.ll21 entry:
37 entry:
54 entry:
71 entry:
85 entry:
97 entry:
114 entry:
130 entry:
147 entry:
164 entry:
[all …]
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/bin/
H A Dbump-version5 our $old;
33 $old = $ARGV[0];
37 $old = read_asdf_version();
39 $old = read_asdf_version();
40 $new = bump_asdf_version($old);
43 print STDERR "Bumping from $old to $new\n";
66 my @entry = @{$entryptr};
67 my $file = $entry[0];
69 print STDERR "Prefix is $entry[1], suffix is $entry[2]\n";
70 …my $regex = "(" . quotemeta($entry[1]) . ")" . "((\\d+\\.)+\\d+)" . "(" . quotemeta($entry[2]) .")…
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dcache.c50 struct cache_entry *entry, *old; in cache_add() local
60 entry = xmalloc(sizeof *entry); in cache_add()
61 entry->hash = h; in cache_add()
62 entry->token = t; in cache_add()
65 free(entry); in cache_add()
66 old = exist; in cache_add()
67 list_remove(&old->node); in cache_add()
68 list_addtail(&unused, &old->node); in cache_add()
76 if (entry == NULL) in cache_add()
81 free(entry); in cache_add()
[all …]
/dports/news/inn/inn-2.6.4/nnrpd/
H A Dcache.c52 struct cache_entry *entry, *old; in cache_add() local
62 entry = xmalloc(sizeof *entry); in cache_add()
63 entry->hash = h; in cache_add()
64 entry->token = t; in cache_add()
67 free(entry); in cache_add()
68 old = exist; in cache_add()
69 list_remove(&old->node); in cache_add()
70 list_addtail(&unused, &old->node); in cache_add()
78 if (entry == NULL) in cache_add()
83 free(entry); in cache_add()
[all …]
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dcache.c52 struct cache_entry *entry, *old; in cache_add() local
62 entry = xmalloc(sizeof *entry); in cache_add()
63 entry->hash = h; in cache_add()
64 entry->token = t; in cache_add()
67 free(entry); in cache_add()
68 old = exist; in cache_add()
69 list_remove(&old->node); in cache_add()
70 list_addtail(&unused, &old->node); in cache_add()
78 if (entry == NULL) in cache_add()
83 free(entry); in cache_add()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/trace/
H A Dftrace.c128 unsigned long entry, ptr, tramp; in __ftrace_make_nop() local
158 if (ptr != entry) { in __ftrace_make_nop()
439 struct ppc_inst old, new; in ftrace_make_nop() local
567 if (ptr != entry) {
638 if (ptr != entry) {
641 if (ptr != entry) {
678 struct ppc_inst old, new; local
746 if (tramp != entry) {
756 if (ptr != entry) {
787 if (ptr != entry) {
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/trace/
H A Dftrace.c128 unsigned long entry, ptr, tramp; in __ftrace_make_nop() local
158 if (ptr != entry) { in __ftrace_make_nop()
439 struct ppc_inst old, new; in ftrace_make_nop() local
567 if (ptr != entry) {
638 if (ptr != entry) {
641 if (ptr != entry) {
678 struct ppc_inst old, new; local
746 if (tramp != entry) {
756 if (ptr != entry) {
787 if (ptr != entry) {
[all …]

12345678910>>...2382