Searched refs:Free (Results 1 - 25 of 146) sorted by relevance

123456

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_asn1.c49 Free(r);
71 Free(rbs.data);
89 Free(rbs.data);
90 Free(sbs.data);
H A Ddsa_lib.c149 Free(ret);
188 Free(r);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DMarkedSpace.cpp7 * License as published by the Free Software Foundation; either
16 * License along with this library; if not, write to the Free Software
35 class Free { class in namespace:JSC
41 Free(FreeMode, MarkedSpace*);
51 inline Free::Free(FreeMode freeMode, MarkedSpace* newSpace) function in class:JSC::Free
57 inline void Free::operator()(MarkedBlock* block)
65 inline Free::ReturnType Free::returnValue()
106 Free fre
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/buffer/
H A Dbuffer.c105 Free(a->data);
107 Free(a);
/macosx-10.10/vim-55/src/
H A Dif_cscope.h80 Free, enumerator in enum:__anon14237
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_saos.c117 Free(s);
159 Free(s);
H A Drsa_sign.c153 Free(s);
236 Free(s);
H A Drsa_eay.c185 Free(buf);
261 Free(buf);
356 Free(buf);
428 Free(buf);
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs144 hData.Free();
195 hData.Free();
H A DCodecBase.cs149 _hInput.Free();
151 _hOutput.Free();
H A DGZipStream.cs172 h.Free();
216 h.Free();
/macosx-10.10/emacs-93/emacs/nt/
H A Denvadd.bat4 rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10 rem the Free Software Foundation; either version 2, or (at your option)
20 rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
H A Dmulti-install-info.bat6 rem Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
12 rem the Free Software Foundation; either version 2, or (at your option)
22 rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dh/
H A Ddh_lib.c144 Free(ret);
175 if (r->seed) Free(r->seed);
179 Free(r);
/macosx-10.10/Chess-310.6/sjeng/books/
H A DMakefile5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
36 pkgdatadir = $(datadir)/Sjeng-Free
37 pkglibdir = $(libdir)/Sjeng-Free
38 pkgincludedir = $(includedir)/Sjeng-Free
72 PACKAGE = Sjeng-Free
/macosx-10.10/Chess-310.6/sjeng/tests/
H A DMakefile5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
36 pkgdatadir = $(datadir)/Sjeng-Free
37 pkglibdir = $(libdir)/Sjeng-Free
38 pkgincludedir = $(includedir)/Sjeng-Free
72 PACKAGE = Sjeng-Free
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A Dgobject-generate-headers.pl9 # License as published by the Free Software Foundation; either
19 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34 License as published by the Free Software Foundation; either
44 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPaintHooks.asm6 ; License as published by the Free Software Foundation; either
16 ; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/lhash/
H A Dlhash.c170 Free(ret);
189 Free(n);
193 Free(lh->b);
194 Free(lh);
254 Free(nn);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_ctx.c123 Free(ctx);
H A Dbn_blind.c112 Free(r);
H A Dbn_rand.c152 Free(buf);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/stack/
H A Dstack.c147 Free(ret);
297 if (st->data != NULL) Free(st->data);
298 Free(st);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dopenssl-compat.h40 /* OPENSSL_free() is Free() in versions before OpenSSL 0.9.6 */
42 # define OPENSSL_free(x) Free(x)
/macosx-10.10/emacs-93/emacs/etc/
H A Dru-refcard.tex2 % 2006, 2007 Free Software Foundation, Inc.
27 \centerline{\footnotesize \copyright\ \nyear\ Free Software Foundation, Inc.
32 \centerline{Copyright \copyright\ \nyear\ Free Software Foundation, Inc.}
41 For copies of the GNU Emacs manual, write to the Free Software

Completed in 253 milliseconds

123456