Searched refs:new_list (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dglist.c87 GList *new_list; local
90 new_list = _g_list_alloc ();
91 new_list->data = data;
92 new_list->next = NULL;
98 last->next = new_list;
99 new_list->prev = last;
105 new_list->prev = NULL;
106 return new_list;
114 GList *new_list; local
116 new_list
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dglist.c87 GList *new_list; local
90 new_list = _g_list_alloc ();
91 new_list->data = data;
92 new_list->next = NULL;
98 last->next = new_list;
99 new_list->prev = last;
105 new_list->prev = NULL;
106 return new_list;
114 GList *new_list; local
116 new_list
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Ddevno.c137 struct dir_list *list = NULL, *new_list = NULL; local
153 scan_dir(current->name, devno, &new_list, &devname);
163 list = new_list;
164 new_list = NULL;
168 free_dirlist(&new_list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfinddev.c118 struct dir_list *list = 0, *new_list = 0; local
135 scan_dir(current->name, device, &new_list, &ret_path);
145 list = new_list;
146 new_list = 0;
150 free_dirlist(&new_list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_tdbpack.c276 PyObject *new_list = NULL; local
297 new_list = packed_list;
304 return new_list;
333 PyObject *new_list = NULL; local
368 new_list = packed_list;
375 return new_list;
389 PyObject *new_list = NULL; local
406 new_list = packed_list;
410 return new_list;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_netatalk.c117 name_compare_entry *new_list = 0; local
129 if (!(new_list = SMB_CALLOC_ARRAY(name_compare_entry, (count == 0 ? 1 : count + 1))))
133 new_list[i].name = SMB_STRDUP(cur_list[i].name);
134 new_list[i].is_wild = cur_list[i].is_wild;
137 new_list[i].name = SMB_STRDUP(APPLEDOUBLE);
138 new_list[i].is_wild = False;
142 *list = new_list;
143 new_list = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_namelistdb.c326 struct in_addr *new_list; local
332 new_list = SMB_MALLOC_ARRAY( struct in_addr, namerec->data.num_ips + 1);
333 if( NULL == new_list ) {
338 memcpy( (char *)new_list, (char *)namerec->data.ip, namerec->data.num_ips * sizeof(struct in_addr) );
339 new_list[namerec->data.num_ips] = new_ip;
342 namerec->data.ip = new_list;

Completed in 148 milliseconds