Searched refs:newlist (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/net/
H A Dpfil.c187 pfil_list_t *newlist, *oldlist; local
202 newlist = &phlistset->lists[1];
205 newlist = &phlistset->lists[0];
218 memcpy(newlist, oldlist, sizeof(pfil_list_t));
219 psref_target_init(&newlist->psref, pfil_psref_class);
229 pfh = &newlist->hooks[0];
230 memmove(&newlist->hooks[1], pfh, len);
232 pfh = &newlist->hooks[nhooks];
234 newlist->nhooks++;
239 /* switch from oldlist to newlist */
319 pfil_list_t *oldlist, *newlist; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dincluded-by69 newlist = list()
72 newlist.append (x)
74 newlist.append (x)
75 file_list = newlist;
H A Dreduce-headers392 newlist = all_headers (inc_file_norm)
405 newlist = list()
408 for h in newlist:
435 for h in newlist:
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dincluded-by69 newlist = list()
72 newlist.append (x)
74 newlist.append (x)
75 file_list = newlist;
H A Dreduce-headers392 newlist = all_headers (inc_file_norm)
405 newlist = list()
408 for h in newlist:
435 for h in newlist:
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A Dgentemplate.pm91 my @newlist = ();
102 push @newlist, $item, @resolved;
104 print STDERR "DEBUG[collectdepends] $thing < ", join(' ', @newlist), "\n"
106 @newlist;
159 my @newlist = ();
172 push @newlist, $item;
175 @newlist = map { $replace{$_} // $_; } @newlist;
176 print STDERR "DEBUG[reducedepends]< ", join(' ', @newlist), "\n"
178 @newlist;
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfind_names.c402 List *newlist; local
403 if (!(newlist = find_files (dir, RCSPAT)))
405 walklist (newlist, strip_rcsext, NULL);
406 mergelists (list, &newlist);
H A Dedit.c785 char *newlist; local
788 newlist = fileattr_modify (edlist, editor, val, '>', ',');
790 if (!((edlist == NULL && newlist == NULL)
792 && newlist != NULL
793 && strcmp (edlist, newlist) == 0)))
794 fileattr_set (filename, "_editors", newlist);
797 if (newlist != NULL)
798 free (newlist);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dformat-lisp.c235 struct format_arg_list *newlist; local
241 newlist =
244 newlist->initial.count = newlist->initial.allocated = list->initial.count;
247 newlist->initial.element = NULL;
250 newlist->initial.element =
252 xmalloc (newlist->initial.allocated * sizeof (struct format_arg));
255 copy_element (&newlist->initial.element[i],
261 newlist->initial.length = length;
263 newlist
[all...]
H A Dformat-scheme.c238 struct format_arg_list *newlist; local
244 newlist =
247 newlist->initial.count = newlist->initial.allocated = list->initial.count;
250 newlist->initial.element = NULL;
253 newlist->initial.element =
255 xmalloc (newlist->initial.allocated * sizeof (struct format_arg));
258 copy_element (&newlist->initial.element[i],
264 newlist->initial.length = length;
266 newlist
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_cpio_odc.c209 void *newlist = realloc(cpio->ino_list, local
211 if (newlist == NULL)
215 cpio->ino_list = newlist;
H A Darchive_write_set_format_cpio_binary.c312 void *newlist = realloc(cpio->ino_list, local
314 if (newlist == NULL)
318 cpio->ino_list = newlist;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtkey.c167 dns_rdatalist_t *newlist = NULL; local
183 RETERR(dns_message_gettemprdatalist(msg, &newlist));
184 newlist->rdclass = newrdata->rdclass;
185 newlist->type = newrdata->type;
186 newlist->ttl = ttl;
187 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
190 RETERR(dns_rdatalist_tordataset(newlist, newset));
202 INSIST(newlist != NULL);
203 ISC_LIST_UNLINK(newlist->rdata, newrdata, link);
214 if (newlist !
[all...]
H A Dmaster.c2985 dns_rdatalist_t *newlist; local
2990 newlist = isc_mem_get(mctx, new_len * sizeof(*newlist));
2991 if (newlist == NULL) {
3003 newlist[rdlcount] = *this;
3004 ISC_LIST_APPEND(*current, &newlist[rdlcount], link);
3016 newlist[rdlcount] = *this;
3017 ISC_LIST_APPEND(*glue, &newlist[rdlcount], link);
3025 return (newlist);
3035 dns_rdata_t *newlist; local
[all...]
H A Dzone.c6183 same_addrs(isc_sockaddr_t const *oldlist, isc_sockaddr_t const *newlist, argument
6188 if (!isc_sockaddr_equal(&oldlist[i], &newlist[i])) {
6196 same_keynames(dns_name_t *const *oldlist, dns_name_t *const *newlist, argument
6200 if (oldlist == NULL && newlist == NULL) {
6203 if (oldlist == NULL || newlist == NULL) {
6208 if (oldlist[i] == NULL && newlist[i] == NULL) {
6211 if (oldlist[i] == NULL || newlist[i] == NULL ||
6212 !dns_name_equal(oldlist[i], newlist[i]))
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dtkey.c168 dns_rdatalist_t *newlist = NULL; local
184 RETERR(dns_message_gettemprdatalist(msg, &newlist));
185 newlist->rdclass = newrdata->rdclass;
186 newlist->type = newrdata->type;
187 newlist->ttl = ttl;
188 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
191 RETERR(dns_rdatalist_tordataset(newlist, newset));
203 INSIST(newlist != NULL);
204 ISC_LIST_UNLINK(newlist->rdata, newrdata, link);
215 if (newlist !
[all...]
H A Dmaster.c2921 dns_rdatalist_t *newlist; local
2926 newlist = isc_mem_get(mctx, new_len * sizeof(*newlist));
2927 if (newlist == NULL) {
2939 newlist[rdlcount] = *this;
2940 ISC_LIST_APPEND(*current, &newlist[rdlcount], link);
2952 newlist[rdlcount] = *this;
2953 ISC_LIST_APPEND(*glue, &newlist[rdlcount], link);
2961 return (newlist);
2971 dns_rdata_t *newlist; local
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c1023 dmu_objset_sync_dnodes(list_t *list, list_t *newlist, dmu_tx_t *tx) argument
1040 if (newlist) {
1041 (void) dnode_add_ref(dn, newlist);
1042 list_insert_tail(newlist, dn);
1106 list_t *newlist = NULL; local
1160 newlist = &os->os_synced_dnodes;
1165 list_create(newlist, sizeof (dnode_t),
1169 dmu_objset_sync_dnodes(&os->os_free_dnodes[txgoff], newlist, tx);
1170 dmu_objset_sync_dnodes(&os->os_dirty_dnodes[txgoff], newlist, tx);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d2572 curl_slist* newlist = null;
2575 newlist = Curl.curl.slist_append(newlist, cur.data);
2578 copy.p.headersOut = newlist;
3403 curl_slist* newlist = null;
3406 newlist = Curl.curl.slist_append(newlist, cur.data);
3409 copy.p.commands = newlist;
3816 curl_slist* newlist = null;
3819 newlist
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d2543 curl_slist* newlist = null;
2546 newlist = Curl.curl.slist_append(newlist, cur.data);
2549 copy.p.headersOut = newlist;
3381 curl_slist* newlist = null;
3384 newlist = Curl.curl.slist_append(newlist, cur.data);
3387 copy.p.commands = newlist;
3799 curl_slist* newlist = null;
3802 newlist
[all...]
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dif-options.c181 char **newlist, **list = *array; local
240 newlist = reallocarray(list, i + 2, sizeof(char *));
241 if (newlist == NULL) {
246 newlist[i] = n;
247 newlist[i + 1] = NULL;
248 *array = newlist;
249 return newlist[i];
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dconfig.c737 newlist:
806 goto newlist;
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf_y.y65 static int newlist = 0;
434 lstart: '{' { newlist = 1; fr = frc; added = 0; }
440 lmore: lanother { if (newlist == 1) {
441 newlist = 0;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c2673 Modifications *mod, *newlist; local
2767 newlist = mods_dup( op, op->orm_modlist, match );
2782 rx.rx_mods = newlist;
2826 newlist = rx.rx_mods;
2843 mx->mx_free = newlist;
2844 for ( ml = newlist; ml; ml=ml->sml_next ) {
2855 op->orm_modlist = newlist;
/netbsd-current/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c2385 newlist:
2501 goto newlist;

Completed in 418 milliseconds

12