/external/curl/lib/ |
hostip.c | 323 /* free the allocated entry_id again */ 324 free(entry_id); 394 free(entry_id); 408 free(dns); 409 free(entry_id); 416 /* free the allocated entry_id */ 417 free(entry_id); 730 * File-internal: release cache dns entry reference, free if inuse drops to 0 740 free(dns); 811 /* free the allocated entry_id again * [all...] |
hostip4.c | 285 free(buf); 302 free(buf);
|
http_digest.c | 157 free(path); 164 free(response);
|
security.c | 299 free(buffer); 314 free(cmd_buffer); 322 free(buffer); 373 free(buf); 381 free(buf); 403 free(buf); 563 free(conn->app_data); 566 free(conn->in_buffer.data);
|
/external/e2fsprogs/e2fsck/ |
mtrace.h | 2 Copyright 1990, 1991, 1992 Free Software Foundation, Inc. 5 This library is free software; you can redistribute it and/or 7 published by the Free Software Foundation; either version 2 of the 17 not, write to the Free Software Foundation, Inc., 675 Mass Ave, 21 or (US mail) as Mike Haertel c/o Free Software Foundation. */ 67 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 68 extern void free __P ((__ptr_t __ptr)); 113 /* Number of contiguous free blocks allowed to build up at the end of 130 size_t nfree; /* Free fragments in a fragmented block. */ 131 size_t first; /* First free fragment of the block. * 144 } free; member in union:__anon10878 [all...] |
/external/e2fsprogs/intl/ |
vasnprintf.c | 2 Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc. 4 This program is free software; you can redistribute it and/or modify it 6 by the Free Software Foundation; either version 2, or (at your option) 15 License along with this program; if not, write to the Free Software 41 #include <stdlib.h> /* abort(), malloc(), realloc(), free() */ 122 free (d.dir); \ 124 free (a.arg); 803 free (result); 804 free (buf_malloced); 838 free (tmp) [all...] |
/external/e2fsprogs/lib/blkid/ |
resolve.c | 100 free(t); 101 free(v);
|
/external/e2fsprogs/lib/ext2fs/ |
irel.h | 95 * Free the inode relocation table. 97 errcode_t (*free)(ext2_irel irel); member in struct:ext2_inode_relocation_table 114 #define ext2fs_irel_free(irel) ((irel)->free((irel)))
|
/external/elfutils/tests/ |
line2addr.c | 4 This file is free software; you can redistribute it and/or modify 6 the Free Software Foundation; either version 3 of the License, or 105 free (lines); 142 free (a.file);
|
/external/expat/tests/benchmark/ |
benchmark.c | 96 free (XMLBuf); 109 free (XMLBuf);
|
/external/f2fs-tools/mkfs/ |
f2fs_format.c | 155 free(config.extension_list); 394 free(zero_buf); 400 free(zero_buf); 428 free(nat_buf); 434 free(nat_buf); 691 free(cp_payload); 693 free(sum_compact); 695 free(sum); 697 free(cp); 715 free(zero_buff) [all...] |
/external/fio/os/ |
os-solaris.h | 117 free(cpus); 129 free(cpus);
|
/external/fio/t/ |
lfsr-test.c | 128 free(v_start); 129 free(fl);
|
/external/gptfdisk/ |
android_popt.cc | 5 * License version 2, as published by the Free Software Foundation, and 71 free(con->long_options); 72 free(con);
|
/external/ipsec-tools/src/racoon/ |
genlist.c | 104 free(p); 106 free(head);
|
/external/iw/ |
wowlan.c | 94 free(pkt); 108 free(mask); 109 free(pat); 154 free(stream); 165 free(stream); 166 free(tok); 297 free(mask); 298 free(pat);
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
lib_test.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 51 free(text); 117 free(text);
|
/external/libdivsufsort/examples/ |
sasearch.c | 5 * Permission is hereby granted, free of charge, to any person 161 free(SA); 162 free(T);
|
suftest.c | 5 * Permission is hereby granted, free of charge, to any person 160 free(SA); 161 free(T);
|
/external/libjpeg-turbo/ |
jdatadst-tj.c | 25 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */ 27 extern void free (void *ptr); 104 free(dest->newbuffer); 142 * The standard library functions malloc/free are used for allocating
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_session_info.c | 5 libmicrohttpd is free software; you can redistribute it and/or modify 7 by the Free Software Foundation; either version 2, or (at your 17 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 155 free (cbc.buf); 161 free (cbc.buf);
|
/external/libpng/contrib/examples/ |
iccfrompng.c | 148 free(output); 154 free(profile);
|
/external/libselinux/src/ |
label_file.c | 155 free(mmap_area); 194 free(str_buf); 200 free(str_buf); 203 free(str_buf); 298 free(str_buf); 408 free(stem_map); 489 free(line_buf); 566 free(spec->lr.ctx_trans); 567 free(spec->lr.ctx_raw); 570 free(spec->regex_str) [all...] |
/external/libunwind/src/mi/ |
map.c | 6 Permission is hereby granted, free of charge, to any person obtaining 124 free (map->path); 127 free (map->ei.mini_debug_info_data);
|
/external/libvncserver/common/ |
vncauth.c | 4 * This is free software; you can redistribute it and/or modify 6 * the Free Software Foundation; either version 2 of the License, or 15 * along with this program; if not, write to the Free Software 125 free(passwd); 133 free(passwd);
|