/external/selinux/libsepol/src/ |
constraint.c | 5 * This library is free software; you can redistribute it and/or 7 * License as published by the Free Software Foundation; either 16 * License along with this library; if not, write to the Free Software 44 free(expr->type_names); 45 free(expr);
|
/external/toybox/toys/other/ |
tac.c | 40 free(list->arg); 41 free(list);
|
which.c | 52 llist_traverse(list, free); 56 free(llist_pop(&list));
|
/external/u-boot/board/gdsys/p1022/ |
sdhc_boot.c | 7 * This program is free software; you can redistribute it and/or 9 * published by the Free Software Foundation; either version 2 of 18 * along with this program; if not, write to the Free Software 48 free(tmp_buf); 60 free(tmp_buf);
|
/external/u-boot/fs/ubifs/ |
lprops.c | 33 return lprops->free; 35 return lprops->free + lprops->dirty; 50 * is either the amount of free space or the amount of dirty space, depending 88 * of free space or the amount of dirty space, depending on the category. 407 if (lprops->free == c->leb_size) { 412 if (lprops->free + lprops->dirty == c->leb_size) { 420 if (lprops->dirty + lprops->free >= c->min_idx_node_sz) 424 lprops->dirty > lprops->free) 426 if (lprops->free > 0) 463 * @spc: amount of free and dirty space in the LE 1026 int cat, lnum = lp->lnum, is_idx = 0, used = 0, free, dirty, ret; local [all...] |
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
realpath.c | 86 free(resolved); 98 free(resolved); 115 free(resolved); 127 free(resolved); 160 free(resolved); 166 free(resolved); 172 free(resolved); 179 free(resolved); 203 free(resolved); 214 free(resolved) [all...] |
/external/curl/lib/ |
nwlib.c | 133 * of what we created, but NetWare doesn't ask us to free those. 198 free(app_data->tenbytes); 199 free(app_data); 218 free(app_data->tenbytes); 219 free(app_data); 259 free(thread_data); 266 free(thread_data->twentybytes); 267 free(thread_data); 288 free(tenbytes); 289 free(data) [all...] |
/external/selinux/libsemanage/src/ |
nodes_file.c | 48 free(addr); 49 free(mask); 50 free(con_str); 54 free(addr); 55 free(mask); 56 free(con_str); 92 free(str); 106 free(str); 116 free(str); 133 free(str) [all...] |
seuser_record.c | 54 free(tmp_key); 83 free(key->name); 84 free(key); 132 free(seuser->name); 158 free(seuser->sename); 184 free(seuser->mls_range); 254 free(seuser->name); 255 free(seuser->sename); 256 free(seuser->mls_range); 257 free(seuser) [all...] |
conf-parse.y | 6 * This library is free software; you can redistribute it and/or 8 * License as published by the Free Software Foundation; either 17 * License along with this library; if not, write to the Free Software 51 #define PASSIGN(p1,p2) { free(p1); p1 = p2; } 105 free($3); 115 free($3); 124 free($3); 136 free($3); 142 free($3); 159 free($3) [all...] |
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
test_core.c | 89 free(cg_test_d); 90 free(cg_test_c); 91 free(cg_test_b); 92 free(cg_test_a); 146 free(child); 147 free(parent); 148 free(grandparent); 185 free(child); 186 free(parent); 238 free(child) [all...] |
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/ |
tbio.c | 5 * This program is free software; you can redistribute it and/or 7 * published by the Free Software Foundation; either version 2 of 16 * along with this program; if not, write the Free Software Foundation, 160 free(bif.data); 168 free(bif.data); 169 free(bif.cmd); 174 free(bif.data); 175 free(bif.cmd); 200 free(bif.data); 208 free(bif.data) [all...] |
/external/selinux/libselinux/src/ |
label_db.c | 154 free(type); 163 free(type); 164 free(key); 165 free(context); 166 free(temp); 183 free(spec->key); 184 free(spec->lr.ctx_raw); 185 free(spec->lr.ctx_trans); 187 free(catalog); 281 free(catalog) [all...] |
/external/curl/lib/vauth/ |
krb5_sspi.c | 217 /* Free the decoded challenge as it is not required anymore */ 218 free(chlg); 310 free(chlg); 320 free(chlg); 341 free(chlg); 350 free(chlg); 355 /* Copy the data out and free the challenge as it is not required anymore */ 358 free(chlg); 385 free(trailer); 394 free(trailer) [all...] |
/bionic/tests/ |
bionic_allocator_test.cpp | 68 allocator.free(ptr); 73 allocator.free(nullptr); 149 allocator.free(ptr1); 150 allocator.free(ptr2); 169 allocator.free(ptr2); 170 allocator.free(ptr1); 205 allocator.free(ptr1); 208 allocator.free(objects[i]); 211 allocator.free(ptr2); 212 allocator.free(ptr_to_free) [all...] |
/cts/tests/tests/graphics/jni/ |
NativeTestHelpers.cpp | 35 free(msg);
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
BaseMemAllocation.c | 39 void free (void *ptr)
function 42 // In Standard C, free() handles a null pointer argument transparently. This
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
wcsftime.c | 99 free(sformat);
100 free(dst);
105 free(sformat);
106 free(dst);
|
/external/antlr/runtime/C/include/ |
antlr3parser.h | 82 /** Pointer to a function that knows how to free resources of an ANTLR3 parser. 84 void (*free) (struct ANTLR3_PARSER_struct * parser); member in struct:ANTLR3_PARSER_struct
|
antlr3parsetree.h | 76 void (*free) (struct ANTLR3_PARSE_TREE_struct * tree); member in struct:ANTLR3_PARSE_TREE_struct
|
antlr3treeparser.h | 71 /** Pointer to a function that knows how to free resources of an ANTLR3 tree parser. 73 void (*free) (struct ANTLR3_TREE_PARSER_struct * parser); member in struct:ANTLR3_TREE_PARSER_struct
|
/external/antlr/runtime/C/src/ |
antlr3intstream.c | 54 stream->free = freeStream;
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StringBufferPool.java | 37 * Get the first free instance of a string buffer, or create one 38 * if there are no free instances. 52 public synchronized static void free(FastStringBuffer sb) method in class:StringBufferPool
|
/external/clang/test/Analysis/ |
Malloc+MismatchedDeallocator_intersections.cpp | 6 void free(void *);
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
interception_malloc_test.cc | 19 free(x); 22 // CHECK: heap-use-after-free
|