Home
last modified time | relevance | path

Searched +refs:new +refs:entry (Results 1 – 25 of 118790) sorted by relevance

12345678910>>...4752

/dports/net/p5-Samba-LDAP/Samba-LDAP-0.05/scripts/
H A Dsmbldap-userinfo200 $entry->replace( 'cn' => $new{'name'} );
211 $entry->get_value('givenName') and $entry->delete('givenName');
214 $entry->replace('roomNumber' => $new{'office'});
216 $entry->get_value('roomNumber') and $entry->delete('roomNumber');
219 $entry->replace('telephoneNumber' => $new{'wphone'});
221 $entry->get_value('telephoneNumber') and $entry->delete('telephoneNumber');
224 $entry->replace('homePhone' => $new{'hphone'});
226 $entry->get_value('homePhone') and $entry->delete('homePhone');
230 $entry->replace('loginShell' => $new{'shell'});
232 $entry->get_value('loginShell') and $entry->delete('loginShell');
[all …]
/dports/textproc/bibtool/BibTool/lib/
H A Dbiblatex.rsc30 new.entry.type{Book}
31 new.entry.type{MVBook}
32 new.entry.type{InBook}
40 new.entry.type{Manual}
41 new.entry.type{Misc}
42 new.entry.type{Online}
52 new.entry.type{Set}
55 new.entry.type{Cdata}
67 new.entry.type{WWW}
70 new.entry.type{Audio}
[all …]
/dports/security/ylva/ylva-1.7/src/
H A Dentry.c30 new->stamp = NULL; in entry_new()
31 new->next = NULL; in entry_new()
33 return new; in entry_new()
40 return new; in entry_new_empty()
59 cur->next = new; in entry_add()
66 Entry_t *new; in entry_dup() local
68 new = entry_new(entry->title, entry->user, entry->url, in entry_dup()
69 entry->password, entry->notes); in entry_dup()
70 return new; in entry_dup()
90 free(entry); in entry_free()
[all …]
/dports/textproc/rxp/rxp-1.4.4/
H A Dhash.c96 HashEntry *entry, new; in hash_lookup() local
120 new = Malloc(sizeof(*new)); in hash_lookup()
121 if(!new) in hash_lookup()
127 new->next = 0; in hash_lookup()
131 *entry = new; in hash_lookup()
133 return new; in hash_lookup()
167 HashTable new; in rehash() local
175 if(!new) in rehash()
184 chain = &new->bucket[h % new->buckets]; in rehash()
194 *table = *new; in rehash()
[all …]
/dports/security/bfbtester/bfbtester-2.0.1/src/bfbt/
H A Dtempfiles.c110 FileEntry *new; in addFile() local
114 new->filename = strdup(entry->d_name); in addFile()
115 new->tm = tm; in addFile()
117 new->fileno = entry->d_ino; in addFile()
119 new->fileno = entry->d_fileno; in addFile()
121 new->next = NULL; in addFile()
122 new->prev = NULL; in addFile()
127 head->prev = new; in addFile()
129 head = new; in addFile()
133 tail = new; in addFile()
[all …]
H A Ddata_stuff.c92 ExecEntry *new; in ExecEntry_add() local
96 new = xmalloc(sizeof(ExecEntry)); in ExecEntry_add()
99 return new; in ExecEntry_add()
190 TestEntry *new; in TestEntry_create() local
192 new = xmalloc(sizeof(TestEntry)); in TestEntry_create()
193 TestEntry_init(new, parent, args, env); in TestEntry_create()
195 return new; in TestEntry_create()
257 CrashReport *new; in CrashReport_add() local
260 new = xmalloc(sizeof(CrashReport)); in CrashReport_add()
261 CrashReport_init(new, test_entry); in CrashReport_add()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dlist.h79 next->prev = (new); in inline_list_add()
80 (new)->next = next; in inline_list_add()
81 (new)->prev = prev; in inline_list_add()
82 prev->next = (new); in inline_list_add()
103 next->prev = (new); in inline_list_add_tail()
104 (new)->next = next; in inline_list_add_tail()
185 #define list_cut_position( new, list, entry ) do { \ argument
190 extern_list_cut_position ( (new), (list), (entry) ); \
199 new->next->prev = new; in inline_list_cut_position()
200 new->prev = entry; in inline_list_cut_position()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dlist.h79 next->prev = (new); in inline_list_add()
80 (new)->next = next; in inline_list_add()
81 (new)->prev = prev; in inline_list_add()
82 prev->next = (new); in inline_list_add()
103 next->prev = (new); in inline_list_add_tail()
104 (new)->next = next; in inline_list_add_tail()
185 #define list_cut_position( new, list, entry ) do { \ argument
190 extern_list_cut_position ( (new), (list), (entry) ); \
199 new->next->prev = new; in inline_list_cut_position()
200 new->prev = entry; in inline_list_cut_position()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dlist.h79 next->prev = (new); in inline_list_add()
80 (new)->next = next; in inline_list_add()
81 (new)->prev = prev; in inline_list_add()
82 prev->next = (new); in inline_list_add()
103 next->prev = (new); in inline_list_add_tail()
104 (new)->next = next; in inline_list_add_tail()
185 #define list_cut_position( new, list, entry ) do { \ argument
190 extern_list_cut_position ( (new), (list), (entry) ); \
199 new->next->prev = new; in inline_list_cut_position()
200 new->prev = entry; in inline_list_cut_position()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Dlist.h79 next->prev = (new); in inline_list_add()
80 (new)->next = next; in inline_list_add()
81 (new)->prev = prev; in inline_list_add()
82 prev->next = (new); in inline_list_add()
103 next->prev = (new); in inline_list_add_tail()
104 (new)->next = next; in inline_list_add_tail()
185 #define list_cut_position( new, list, entry ) do { \ argument
190 extern_list_cut_position ( (new), (list), (entry) ); \
199 new->next->prev = new; in inline_list_cut_position()
200 new->prev = entry; in inline_list_cut_position()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Dlist.h79 next->prev = (new); in inline_list_add()
80 (new)->next = next; in inline_list_add()
81 (new)->prev = prev; in inline_list_add()
82 prev->next = (new); in inline_list_add()
103 next->prev = (new); in inline_list_add_tail()
104 (new)->next = next; in inline_list_add_tail()
185 #define list_cut_position( new, list, entry ) do { \ argument
190 extern_list_cut_position ( (new), (list), (entry) ); \
199 new->next->prev = new; in inline_list_cut_position()
200 new->prev = entry; in inline_list_cut_position()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Dlist.h79 next->prev = (new); in inline_list_add()
80 (new)->next = next; in inline_list_add()
81 (new)->prev = prev; in inline_list_add()
82 prev->next = (new); in inline_list_add()
103 next->prev = (new); in inline_list_add_tail()
104 (new)->next = next; in inline_list_add_tail()
185 #define list_cut_position( new, list, entry ) do { \ argument
190 extern_list_cut_position ( (new), (list), (entry) ); \
199 new->next->prev = new; in inline_list_cut_position()
200 new->prev = entry; in inline_list_cut_position()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dlist.h79 next->prev = (new); in inline_list_add()
80 (new)->next = next; in inline_list_add()
81 (new)->prev = prev; in inline_list_add()
82 prev->next = (new); in inline_list_add()
103 next->prev = (new); in inline_list_add_tail()
104 (new)->next = next; in inline_list_add_tail()
185 #define list_cut_position( new, list, entry ) do { \ argument
190 extern_list_cut_position ( (new), (list), (entry) ); \
199 new->next->prev = new; in inline_list_cut_position()
200 new->prev = entry; in inline_list_cut_position()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dpslist.h126 head->plh_first = new; in pslist_writer_insert_head()
131 struct pslist_entry *new) in pslist_writer_insert_before() argument
140 new->ple_prevp = entry->ple_prevp; in pslist_writer_insert_before()
141 new->ple_next = entry; in pslist_writer_insert_before()
143 *entry->ple_prevp = new; in pslist_writer_insert_before()
144 entry->ple_prevp = &new->ple_next; in pslist_writer_insert_before()
158 new->ple_prevp = &entry->ple_next; in pslist_writer_insert_after()
159 new->ple_next = entry->ple_next; in pslist_writer_insert_after()
160 if (new->ple_next != NULL) in pslist_writer_insert_after()
161 new->ple_next->ple_prevp = &new->ple_next; in pslist_writer_insert_after()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Dlist.h79 next->prev = (new); in inline_list_add()
80 (new)->next = next; in inline_list_add()
81 (new)->prev = prev; in inline_list_add()
82 prev->next = (new); in inline_list_add()
103 next->prev = (new); in inline_list_add_tail()
104 (new)->next = next; in inline_list_add_tail()
185 #define list_cut_position( new, list, entry ) do { \ argument
190 extern_list_cut_position ( (new), (list), (entry) ); \
199 new->next->prev = new; in inline_list_cut_position()
200 new->prev = entry; in inline_list_cut_position()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/ar/src/
H A Dread.rs757 io::Error::new(kind, msg) in annotate()
1184 let mut archive = Archive::new(Cursor::new(input.as_bytes())); in seek_within_entry()
1228 let mut archive = Archive::new(Cursor::new(input.as_bytes())); in seek_entry_to_negative_position()
1241 let mut archive = Archive::new(Cursor::new(input.as_bytes())); in seek_entry_beyond_end()
1254 let mut archive = Archive::new(Cursor::new(input as &[u8])); in count_entries_in_bsd_archive()
1289 let mut archive = Archive::new(Cursor::new(input as &[u8])); in count_entries_in_gnu_archive()
1322 let mut archive = Archive::new(Cursor::new(input as &[u8])); in jump_to_entry_in_bsd_archive()
1396 let mut archive = Archive::new(Cursor::new(input as &[u8])); in jump_to_entry_in_gnu_archive()
1451 let mut archive = Archive::new(Cursor::new(input as &[u8])); in list_symbols_in_bsd_archive()
1475 let mut archive = Archive::new(Cursor::new(input as &[u8])); in list_sorted_symbols_in_bsd_archive()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ar-0.8.0/src/
H A Dlib.rs1161 let mut builder = Builder::new(Vec::new()); in build_common_archive()
1182 let mut builder = Builder::new(Vec::new()); in build_bsd_archive_with_long_filenames()
1208 let mut builder = Builder::new(Vec::new()); in build_bsd_archive_with_space_in_filename()
1222 let mut builder = GnuBuilder::new(Vec::new(), names); in build_gnu_archive()
1247 let mut builder = GnuBuilder::new(Vec::new(), names); in build_gnu_archive_with_long_filenames()
1277 let mut builder = GnuBuilder::new(Vec::new(), names); in build_gnu_archive_with_space_in_filename()
1293 let mut builder = GnuBuilder::new(Vec::new(), names); in build_gnu_archive_with_unexpected_identifier()
1768 let mut archive = Archive::new(Cursor::new(input as &[u8])); in count_entries_in_bsd_archive()
1803 let mut archive = Archive::new(Cursor::new(input as &[u8])); in count_entries_in_gnu_archive()
1836 let mut archive = Archive::new(Cursor::new(input as &[u8])); in jump_to_entry_in_bsd_archive()
[all …]
/dports/audio/umurmur/umurmur-0.2.17/src/
H A Dlist.h16 list->next->prev = new; in list_add_head()
17 new->prev = list; in list_add_head()
18 new->next = list->next; in list_add_head()
19 list->next = new; in list_add_head()
24 list->prev->next = new; in list_add_tail()
25 new->prev = list->prev; in list_add_tail()
26 new->next = list; in list_add_tail()
27 list->prev = new; in list_add_tail()
31 entry->next->prev = entry->prev; in list_del()
32 entry->prev->next = entry->next; in list_del()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Dldfile.c108 search_dirs_type *new; in ldfile_add_library_path() local
114 new->next = NULL; in ldfile_add_library_path()
115 new->cmdline = cmdline; in ldfile_add_library_path()
116 *search_tail_ptr = new; in ldfile_add_library_path()
117 search_tail_ptr = &new->next; in ldfile_add_library_path()
124 new->sysrooted = TRUE; in ldfile_add_library_path()
550 new->next = NULL; in ldfile_add_arch()
552 *search_arch_tail_ptr = new; in ldfile_add_arch()
566 new->name = name; in ldfile_add_arch()
567 new->next = NULL; in ldfile_add_arch()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Dldfile.c108 search_dirs_type *new; in ldfile_add_library_path() local
114 new->next = NULL; in ldfile_add_library_path()
115 new->cmdline = cmdline; in ldfile_add_library_path()
116 *search_tail_ptr = new; in ldfile_add_library_path()
117 search_tail_ptr = &new->next; in ldfile_add_library_path()
124 new->sysrooted = TRUE; in ldfile_add_library_path()
550 new->next = NULL; in ldfile_add_arch()
552 *search_arch_tail_ptr = new; in ldfile_add_arch()
566 new->name = name; in ldfile_add_arch()
567 new->next = NULL; in ldfile_add_arch()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/tokio-1.3.0/src/time/driver/tests/
H A Dmod.rs52 let entry = TimerEntry::new(&handle_, clock.now() + Duration::from_secs(1)); in single_timer() localVariable
53 pin!(entry); in single_timer()
83 let entry = TimerEntry::new(&handle_, clock.now() + Duration::from_secs(1)); in drop_timer() localVariable
84 pin!(entry); in drop_timer()
86 let _ = entry in drop_timer()
89 let _ = entry in drop_timer()
114 let entry = TimerEntry::new(&handle_, clock.now() + Duration::from_secs(1)); in change_waker() localVariable
115 pin!(entry); in change_waker()
152 let entry = TimerEntry::new(&handle_, start + Duration::from_secs(1)); in reset_future() localVariable
199 let mut entry = Box::pin(TimerEntry::new( in poll_process_levels() localVariable
[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()
33 struct insn *new) in jump_label_bug() argument
37 unsigned char *ipn = (unsigned char *)new; in jump_label_bug()
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()
63 jump_label_make_nop(entry, &new); in __jump_label_transform()
67 jump_label_bug(entry, &orignop, &new); in __jump_label_transform()
70 jump_label_bug(entry, &old, &new); in __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()
33 struct insn *new) in jump_label_bug() argument
37 unsigned char *ipn = (unsigned char *)new; in jump_label_bug()
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()
63 jump_label_make_nop(entry, &new); in __jump_label_transform()
67 jump_label_bug(entry, &orignop, &new); in __jump_label_transform()
70 jump_label_bug(entry, &old, &new); in __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()
33 struct insn *new) in jump_label_bug() argument
37 unsigned char *ipn = (unsigned char *)new; in jump_label_bug()
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()
63 jump_label_make_nop(entry, &new); in __jump_label_transform()
67 jump_label_bug(entry, &orignop, &new); in __jump_label_transform()
70 jump_label_bug(entry, &old, &new); in __jump_label_transform()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-1.10.1/src/time/driver/tests/
H A Dmod.rs52 let entry = TimerEntry::new(&handle_, clock.now() + Duration::from_secs(1)); in single_timer() localVariable
53 pin!(entry); in single_timer()
83 let entry = TimerEntry::new(&handle_, clock.now() + Duration::from_secs(1)); in drop_timer() localVariable
84 pin!(entry); in drop_timer()
86 let _ = entry in drop_timer()
89 let _ = entry in drop_timer()
114 let entry = TimerEntry::new(&handle_, clock.now() + Duration::from_secs(1)); in change_waker() localVariable
115 pin!(entry); in change_waker()
152 let entry = TimerEntry::new(&handle_, start + Duration::from_secs(1)); in reset_future() localVariable
199 let mut entry = Box::pin(TimerEntry::new( in poll_process_levels() localVariable
[all …]

12345678910>>...4752