HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 1151 - 1175 of 5893) sorted by null

<<41424344454647484950>>

  /external/curl/lib/
hostcheck.c 138 free(hostp);
140 free(matchp);
  /external/dbus/tools/
dbus-launch-x11.c 6 * Licensed under the Academic Free License version 2.1
8 * This program is free software; you can redistribute it and/or modify
10 * the Free Software Foundation; either version 2 of the License, or
19 * along with this program; if not, write to the Free Software
159 free (display);
168 free (display);
211 free (dir);
263 free (user_name);
282 free (atom_name);
283 free (user_name)
    [all...]
  /external/dng_sdk/source/
dng_memory.cpp 116 free (fBuffer);
210 free (fMalloc);
  /external/drm_gralloc/
gralloc_drm_nouveau.c 10 * Permission is hereby granted, free of charge, to any person obtaining a
195 free(nb);
211 free(nb);
219 free(nb);
239 free(nb);
277 free(info);
334 free(info);
351 free(info);
357 info->base.free = nouveau_free;
  /external/e2fsprogs/e2fsck/
logfile.c 314 free(log_dir);
335 free(s.s);
336 free(s1.s);
337 free(s2.s);
338 free(log_fn);
339 free(log_dir);
388 free(s.s);
391 free(s.s);
  /external/eigen/test/eigen2/
gsl_helper.h 4 // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
30 static void free(Matrix& m) { gsl_matrix_free(m); m=0; } function in struct:Eigen::GslTraits
31 static void free(Vector& m) { gsl_vector_free(m); m=0; } function in struct:Eigen::GslTraits
43 free(a);
55 free(a);
65 static void free(Matrix& m) { gsl_matrix_complex_free(m); m=0; } function in struct:Eigen::GslTraits
66 static void free(Vector& m) { gsl_vector_complex_free(m); m=0; } function in struct:Eigen::GslTraits
79 free(a);
91 free(a);
  /external/elfutils/libdwfl/
dwfl_build_id_find_debuginfo.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
84 free (*debuginfo_file_name);
122 free (*debuginfo_file_name);
linux-proc-maps.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
63 free (fname);
99 free (fname);
185 free (*plast_file);
220 free (line);
231 free (line);
268 free (line);
302 free (fname)
    [all...]
  /external/fec/
dotprod_av.c 41 /* Free a dot product descriptor created earlier */
48 free(dp->coeffs[i]);
49 free(dp);
  /external/giflib/
gifalloc.c 57 free(Object);
74 Free a color map object
80 (void)free(Object->Colors);
81 (void)free(Object);
273 (void)free((char *)ep->Bytes);
274 (void)free((char *)*ExtensionBlocks);
306 free((char *)sp->RasterBits);
315 * we want to free the last Image it's convenient to do it here.
403 free((char *)sp->RasterBits);
407 free((char *)GifFile->SavedImages)
    [all...]
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 226 free(fat_archs);
256 free(fat_archs);
260 free(fat_archs);
290 free(load_commands);
302 free(load_commands);
308 free(load_commands);
318 free(load_commands);
328 free(load_commands);
  /external/libcap/libcap/
cap_alloc.c 122 free(data_p);
131 free(data_p);
  /external/libdrm/tests/
drmdevice.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
87 free(devices);
110 free(devices);
  /external/libnl/lib/route/
pktloc_syntax.y 39 %destructor { free($$); } NAME
83 free($2);
  /external/libpcap/
fad-win32.c 179 free(AdaptersName);
237 * We had an error; free the list we've been constructing.
246 free(AdaptersName);
  /external/libvncserver/client_examples/
backchannel.c 58 free(text);
63 free(text);
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filelistinfo.c 5 * This program is free software; you can redistribute it and/or
7 * published by the Free Software Foundation.
72 free(fileListInfoPtr->pEntries);
128 free(fileListInfo.pEntries);
  /external/libxml2/os400/iconv/
iconv.c 118 free((char *) cd);
152 free((char *) cd);
  /external/lzma/xz-embedded/
xz_config.h 43 #define kfree(ptr) free(ptr)
45 #define vfree(ptr) free(ptr)
  /external/mesa3d/src/glx/apple/
apple_glx_log.c 4 * Permission is hereby granted, free of charge, to any person
112 free(_line);
120 free(_thread);
  /external/mesa3d/src/mesa/program/
hash_table.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
272 free(dup_key);
281 free((char *)key);
  /external/proguard/bin/
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
  /external/selinux/libsemanage/src/
handle.c 7 * This library is free software; you can redistribute it and/or
9 * License as published by the Free Software Foundation; either
18 * License along with this library; if not, write to the Free Software
46 free(private_semanage_root);
105 free(conf_name);
110 free(conf_name);
178 free(lower_lang_ext);
180 free(compiler);
279 free(sh->conf->store_path);
291 free(sh->conf->store_root_path)
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_lexer.c 48 free(buffer);
98 free(buffer);

Completed in 518 milliseconds

<<41424344454647484950>>