Searched refs:entries (Results 1 - 25 of 701) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dmtab.c16 struct mntent *entries = NULL; local
31 entries = xrealloc(entries, count * sizeof(entries[0]));
32 entries[i].mnt_fsname = xstrdup(m->mnt_fsname);
33 entries[i].mnt_dir = xstrdup(m->mnt_dir);
34 entries[i].mnt_type = xstrdup(m->mnt_type);
35 entries[i].mnt_opts = xstrdup(m->mnt_opts);
36 entries[i].mnt_freq = m->mnt_freq;
37 entries[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl_entries.c1 /* Return the number of entries in an ACL.
24 /* Return the number of entries in ACL. */
30 int entries = 0; local
35 entries += (*t == '\n');
37 return entries;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dexif-mnote-data-fuji.c43 if (n->entries) {
45 if (n->entries[i].data) {
46 exif_mem_free (d->mem, n->entries[i].data);
47 n->entries[i].data = NULL;
49 exif_mem_free (d->mem, n->entries);
50 n->entries = NULL;
72 mnote_fuji_tag_get_name (n->entries[i].tag));
73 return mnote_fuji_entry_get_value (&n->entries[i], val, maxlen);
88 * Allocate enough memory for all entries and the number
89 * of entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dpstack.c15 void *entries[0]; member in struct:pstack
42 if (self->entries[i] == key) {
44 memmove(self->entries + i,
45 self->entries + i + 1,
60 self->entries[self->top++] = key;
72 ret = self->entries[--self->top];
73 self->entries[self->top] = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dref.c54 * struct tipc_ref_table - table of TIPC object reference entries
55 * @entries: pointer to array of reference entries
65 struct reference *entries; member in struct:ref_table
94 /* allocate table & mark all entries as uninitialized */
101 tipc_ref_table.entries = table;
118 if (!tipc_ref_table.entries)
121 vfree(tipc_ref_table.entries);
122 tipc_ref_table.entries = NULL;
149 if (!tipc_ref_table.entries) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dhash.c31 T_HashTableEl *entries; member in struct:hashtable
65 H->entries = NewArray(size, T_HashTableEl);
66 if (H->entries == NULL)
70 H->entries[i] = &unallocated;
96 if (H->entries[i] != &unallocated &&
97 H->entries[i] != &deleted)
98 entry_free(H->entries[i]);
99 Free(H->entries);
112 while(H->entries[pos] != &unallocated &&
113 H->entries[po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dmainfrm.cpp62 wxAcceleratorEntry entries[4]; local
64 entries[0].Set(wxACCEL_NORMAL, WXK_F1, wxID_HELP);
65 entries[1].Set(wxACCEL_CTRL, 'O', wxID_OPEN);
66 entries[2].Set(wxACCEL_CTRL, 'N', wxID_NEW);
67 entries[3].Set(wxACCEL_CTRL, 'P', wxID_PRINT);
69 wxAcceleratorTable accel(4, entries);
233 wxAcceleratorEntry entries[18]; local
236 entries[0].Set(wxACCEL_NORMAL, WXK_DELETE, wxID_CLEAR);
237 entries[1].Set(wxACCEL_CTRL, 'X', wxID_CUT);
238 entries[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dauxpartition.pl12 ($entries[$bands],$file[$bands])=split(/,/,$arg);
41 print $nums[$i]+$entries[0].", ";
49 print $nums[$i]+$entries[0]+$entries[1].", ";
H A Dvqsplit.c86 long *entryindex,long entries,
103 memset(entryA,0,sizeof(long)*entries);
104 memset(entryB,0,sizeof(long)*entries);
138 /* keep the entries in ascending order (relative to the original
140 for(j=0;j<entries;j++){
159 long *entryindex,long entries,
175 long *entryA=_ogg_calloc(entries,sizeof(long));
176 long *entryB=_ogg_calloc(entries,sizeof(long));
190 for(i=0;i<b->entries;i++)reventry[i]=-1;
191 for(i=0;i<entries;
84 vqsp_count(float *entrylist,float *pointlist,int dim, long *membership,long *reventry, long *entryindex,long entries, long *pointindex,long points,int splitp, long *entryA,long *entryB, long besti,long bestj, long *entriesA,long *entriesB,long *entriesC) argument
157 lp_split(float *pointlist,long totalpoints, codebook *b, long *entryindex,long entries, long *pointindex,long points, long *membership,long *reventry, long depth, long *pointsofar) argument
[all...]
H A Dlatticebuild.c62 int entries=-1,dim=-1,quantvals=-1,addmul=-1,sequencep=0; local
104 entries=pow(quantvals,dim);
106 c.entries=entries;
107 c.lengthlist=_ogg_malloc(entries*sizeof(long));
112 quantlist=_ogg_malloc(sizeof(double)*c.dim*c.entries);
113 hits=_ogg_malloc(c.entries*sizeof(long));
114 for(j=0;j<entries;j++)hits[j]=1;
115 for(j=0;j<entries;j++)c.lengthlist[j]=1;
168 memset(c.lengthlist,0,sizeof(long)*entries);
[all...]
H A Dvqsplit.h27 long *entryindex,long entries,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dbacktracetest.c52 unsigned long entries[8]; local
58 trace.max_entries = ARRAY_SIZE(entries);
59 trace.entries = entries;
H A Dstacktrace.c18 if (WARN_ON(!trace->entries))
23 print_ip_sym(trace->entries[i]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbrel_ma.c44 struct ext2_block_relocate_entry *entries; member in struct:brel_ma
79 retval = ext2fs_get_mem(size, &ma->entries);
82 memset(ma->entries, 0, size);
112 ma->entries[(unsigned)old] = *ent;
124 if (ma->entries[(unsigned)old].new == 0)
126 *ent = ma->entries[old];
143 if (ma->entries[(unsigned)brel->current].new == 0)
146 *ent = ma->entries[(unsigned)brel->current];
160 if (ma->entries[(unsigned)old].new == 0)
162 ma->entries[(unsigne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dexif-mnote-data-canon.c43 if (n->entries) {
45 if (n->entries[i].data) {
46 exif_mem_free (d->mem, n->entries[i].data);
47 n->entries[i].data = NULL;
49 exif_mem_free (d->mem, n->entries);
50 n->entries = NULL;
71 to = from + mnote_canon_entry_count_values (&dc->entries[*m]);
89 return mnote_canon_entry_get_value (&dc->entries[m], s, val, maxlen);
104 n->entries[i].order = o;
105 exif_array_set_byte_order (n->entries[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dexif-mnote-data-pentax.c39 if (n->entries) {
41 if (n->entries[i].data) {
42 exif_mem_free (d->mem, n->entries[i].data);
43 n->entries[i].data = NULL;
45 exif_mem_free (d->mem, n->entries);
46 n->entries = NULL;
66 return mnote_pentax_entry_get_value (&n->entries[i], val, maxlen);
90 * Allocate enough memory for header, the number of entries, entries,
139 * such, just has a fixed number of entries equa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-content.c101 exif_entry_unref (content->entries[i]);
102 exif_mem_free (mem, content->entries);
126 printf ("%sDumping exif content (%u entries)...\n", buf,
129 exif_entry_dump (content->entries[i], indent + 1);
135 ExifEntry **entries; local
147 entries = exif_mem_realloc (c->priv->mem,
148 c->entries, sizeof (ExifEntry*) * (c->count + 1));
149 if (!entries) return;
151 entries[c->count++] = entry;
152 c->entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddqblk_qtree.h48 unsigned long long entries = epb; local
51 for (i = 1; entries < (1ULL << 32); i++)
52 entries *= epb;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-populate171 my $entries="dn: $config{suffix}
191 $entries.="\ndn: $config{idmapdn}
197 $entries.="\ndn: uid=$adminName,$config{usersdn}
213 $entries.="homeDirectory: $userHome\n";
215 $entries.="homeDirectory: /dev/null\n";
217 $entries.="sambaPwdLastSet: 0
226 $entries.="sambaHomePath: $userSmbHome\n";
229 $entries.="sambaHomeDrive: $config{userHomeDrive}\n";
234 $entries.="sambaProfilePath: $userProfile\n";
236 $entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dmodule.c77 _gcry_module_add (gcry_module_t *entries, unsigned int mod_id, argument
84 err = _gcry_module_id_new (*entries, &mod_id);
103 entry->next = *entries;
104 entry->prevp = entries;
105 if (*entries)
106 (*entries)->prevp = &entry->next;
107 *entries = entry;
131 _gcry_module_lookup_id (gcry_module_t entries, unsigned int mod_id) argument
135 for (entry = entries; entry; entry = entry->next)
150 _gcry_module_lookup (gcry_module_t entries, voi argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmodule.c77 _gcry_module_add (gcry_module_t *entries, unsigned int mod_id, argument
84 err = _gcry_module_id_new (*entries, &mod_id);
103 entry->next = *entries;
104 entry->prevp = entries;
105 if (*entries)
106 (*entries)->prevp = &entry->next;
107 *entries = entry;
131 _gcry_module_lookup_id (gcry_module_t entries, unsigned int mod_id) argument
135 for (entry = entries; entry; entry = entry->next)
150 _gcry_module_lookup (gcry_module_t entries, voi argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_name.c118 if ((ret->entries=sk_X509_NAME_ENTRY_new_null()) == NULL)
129 if (ret->entries)
130 sk_X509_NAME_ENTRY_free(ret->entries);
144 sk_X509_NAME_ENTRY_pop_free(a->entries,X509_NAME_ENTRY_free);
166 STACK_OF(X509_NAME_ENTRY) *entries;
185 entries = (STACK_OF(X509_NAME_ENTRY) *)sk_value(intname, i);
186 for(j = 0; j < sk_X509_NAME_ENTRY_num(entries); j++) {
187 entry = sk_X509_NAME_ENTRY_value(entries, j);
189 if(!sk_X509_NAME_ENTRY_push(nm->entries, entry))
192 sk_X509_NAME_ENTRY_free(entries);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-address.c184 * Frees a #NULL-terminated array of address entries.
186 * @param entries the array.
189 dbus_address_entries_free (DBusAddressEntry **entries) argument
193 for (i = 0; entries[i] != NULL; i++)
194 dbus_address_entry_free (entries[i]);
195 dbus_free (entries);
353 * When connecting to an address, the first address entries
357 * @param entry return location to an array of entries.
370 DBusList *entries, *link; local
377 entries
700 DBusAddressEntry **entries; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-cleanup-sockets.c154 free_socket_entries (SocketEntry** entries, argument
159 if (entries)
162 free_socket_entry (entries[i]);
163 free (entries);
174 SocketEntry **entries; local
180 entries = xmalloc (sizeof (SocketEntry*) * allocated);
202 entries = xrealloc (entries, sizeof (SocketEntry*) * allocated);
205 entries[n_entries] = se;
211 *entries_p = entries;
277 handle_sockets(SocketEntry **entries, int n_entries) argument
352 SocketEntry **entries; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dnotify.h19 struct notify_entry *entries; member in struct:notify_depth

Completed in 305 milliseconds

1234567891011>>