Searched refs:free (Results 276 - 300 of 1929) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmopen.c6 GDBM is free software; you can redistribute it and/or modify
99 free (dbf);
148 free (dbf->name);
149 free (dbf);
163 free (dbf->name);
164 free (dbf);
182 free (dbf->name);
183 free (dbf);
314 free (dbf->bucket);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhash.c50 free(e);
82 free(h->table);
112 free(h);
138 /* failed to duplicate the key, free memory and fail */
139 free(he);
181 free(he->key);
182 free(he);
252 free(h->table);
291 free(h);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dbitmap.c7 * block allocation, deallocation, calculation of free space.
20 u32 free; local
24 free = 0;
28 free += nibblemap[tmp & 0xf];
33 return free;
40 u32 free; local
51 free = 0;
53 free += bm->bm_free;
57 return free;
94 /* mark block free */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c3 * cache.c - allocation/initialization/free routines for cache
92 free(cache->bic_filename);
94 free(cache);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbrel.h74 errcode_t (*free)(ext2_brel brel); member in struct:ext2_block_relocation_table
86 #define ext2fs_brel_free(brel) ((brel)->free((brel)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c202 free(line); /* we don't need line anymore */
247 free(before_buf[idx]);
273 free(before_buf[curpos]);
276 /* avoid free(line) - we took line */
282 free(line);
339 free(cur);
520 free(gl->pattern);
523 free(gl);
524 free(pattern_head_ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstyled-ostream.c8 This program is free software: you can redistribute it and/or modify
58 super.free (first_arg);
119 vtable->free (first_arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfstrcmp.c4 This program is free software: you can redistribute it and/or modify
90 gl_tls_key_init (buffer_key, free);
164 free (buffer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutil.c5 * This program is free software; you can redistribute it and/or modify
109 free(compressed);
141 free(decompressed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Doptions.c3 * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
68 free(ary_options);
152 free(ary_options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Doptions.c2 * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
94 free(ary_options);
178 free(ary_options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Doptions.c3 * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
68 free(ary_options);
152 free(ary_options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutil.c5 * This program is free software; you can redistribute it and/or modify
109 free(compressed);
141 free(decompressed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/read/
H A Dread_1.c66 free(message);
67 free(response);
H A Dread_11.c75 free(message);
76 free(response);
H A Dread_12.c79 free(message);
80 free(response);
H A Dread_13.c83 free(message);
84 free(response);
H A Dread_2.c67 free(message);
68 free(response);
H A Dread_3.c66 free(message);
67 free(response);
H A Dread_4.c68 free(message);
69 free(response);
H A Dread_5.c66 free(message);
67 free(response);
H A Dread_6.c68 free(message);
69 free(response);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/libsmbclient/src/write/
H A Dwrite_11.c75 free(message);
76 free(response);
H A Dwrite_12.c75 free(message);
76 free(response);
H A Dwrite_13.c79 free(message);
80 free(response);

Completed in 214 milliseconds

<<11121314151617181920>>