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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c171 void *newlist = realloc(cpio->ino_list, local
173 if (newlist == NULL)
177 cpio->ino_list = newlist;
/freebsd-9.3-release/contrib/cvs/src/
H A Dedit.c662 char *newlist;
665 newlist = fileattr_modify (edlist, editor, val, '>', ',');
667 if (!((edlist == NULL && newlist == NULL)
669 && newlist != NULL
670 && strcmp (edlist, newlist) == 0)))
671 fileattr_set (filename, "_editors", newlist);
674 if (newlist != NULL)
675 free (newlist);
660 char *newlist; local
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtkey.c146 dns_rdatalist_t *newlist = NULL; local
163 RETERR(dns_message_gettemprdatalist(msg, &newlist));
164 newlist->rdclass = newrdata->rdclass;
165 newlist->type = newrdata->type;
166 newlist->covers = 0;
167 newlist->ttl = ttl;
168 ISC_LIST_INIT(newlist->rdata);
169 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
173 RETERR(dns_rdatalist_tordataset(newlist, newset));
185 INSIST(newlist !
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c932 dmu_objset_sync_dnodes(list_t *list, list_t *newlist, dmu_tx_t *tx) argument
949 if (newlist) {
950 (void) dnode_add_ref(dn, newlist);
951 list_insert_tail(newlist, dn);
1009 list_t *newlist = NULL; local
1062 newlist = &os->os_synced_dnodes;
1067 list_create(newlist, sizeof (dnode_t),
1071 dmu_objset_sync_dnodes(&os->os_free_dnodes[txgoff], newlist, tx);
1072 dmu_objset_sync_dnodes(&os->os_dirty_dnodes[txgoff], newlist, tx);
/freebsd-9.3-release/bin/ps/
H A Dps.c1094 void *newlist; local
1098 newlist = realloc(inf->l.ptr, newmax * inf->elemsize);
1099 if (newlist == NULL) {
1104 inf->l.ptr = newlist;
1106 return (newlist);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c524 newlist:
623 goto newlist;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf_y.y52 static int newlist = 0;
358 lstart: '(' { newlist = 1; fr = frc; added = 0; }
364 lmore: lanother { if (newlist == 1) {
365 newlist = 0;
/freebsd-9.3-release/sys/kern/
H A Dsubr_bus.c1584 device_t *newlist, *oldlist; local
1589 newlist = malloc(sizeof(device_t) * newsize, M_BUS, M_NOWAIT);
1590 if (!newlist)
1593 bcopy(oldlist, newlist, sizeof(device_t) * dc->maxunit);
1594 bzero(newlist + dc->maxunit,
1596 dc->devices = newlist;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c3184 WORK *newlist = (WORK *) sm_realloc((char *) WorkList, local
3187 if (newlist != NULL)
3190 WorkList = newlist;
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1092 newlist:
1156 goto newlist;

Completed in 271 milliseconds