OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xfree
(Results
201 - 225
of
308
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/host-tools/nawk-20071023/
awk.h
33
#define
xfree
(a) { if ((a) != NULL) { free((void *) (a)); (a) = NULL; } }
macro
run.c
478
xfree
(x->sval);
542
xfree
(ap->sval);
683
xfree
(a->sval);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp
171
XFree
(frmtList);
/external/dropbear/libtomcrypt/demos/
tv_gen.c
151
XFREE
(buf);
224
XFREE
(key);
277
XFREE
(input);
/external/dropbear/libtomcrypt/src/math/
tfm_desc.c
59
XFREE
(a);
359
XFREE
(*b);
386
XFREE
(a);
/external/openssh/
authfile.c
513
xfree
(*commentp);
835
xfree
(file);
838
xfree
(file);
schnorr.c
105
xfree
(digest);
574
xfree
(grp);
609
xfree
(sig);
sshd.c
960
xfree
(cp);
1122
xfree
(fdset);
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c
253
Xfree
(deviceName);
823
Xfree
(pMap);
852
Xfree
(pMap);
/external/libmtp/
ltmain.sh
[
all
...]
/external/libpng/
ltmain.sh
[
all
...]
/external/libusb/
ltmain.sh
[
all
...]
/external/libusb-compat/
ltmain.sh
[
all
...]
/external/openfst/
ltmain.sh
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c
389
XFree
((char *)pix_format);
425
XFree
(modes);
498
XFree
(modes);
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c
347
XFREE
(l->next);
/external/dropbear/libtomcrypt/src/prngs/
fortuna.c
370
XFREE
(md);
/external/mesa3d/docs/
README.MINGW32
37
Mesa core components are licensed under
XFree
-86 (for more on licensing of Mesa 3-D Graphics Library, check out the Mesa homepage (http://www.mesa3d.org).
relnotes-7.9.1.html
371
<li>st/xorg: Don't use deprecated x*alloc /
xfree
functions</li>
372
<li>xorg/vmwgfx: Don't use deprecated x*alloc /
xfree
functions</li>
/external/srtp/
Changes
63
Changed malloc() and free() to xalloc() and
xfree
; these functions
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp
150
XFree
(visualInfo);
/external/dropbear/libtommath/
tommath.h
112
#define
XFREE
free
120
extern void
XFREE
(void *p);
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c
408
XFree
(hints);
424
XFree
(classhints);
804
XFree
(hints);
[
all
...]
SDL_x11sym.h
55
SDL_X11_SYM(int,
XFree
,(void*a),(a),return)
/external/libpng/contrib/gregbook/
rpng2-x.c
[
all
...]
Completed in 685 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>