OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xfree
(Results
126 - 150
of
308
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtomcrypt/src/mac/f9/
f9_memory_multi.c
81
XFREE
(f9);
/external/dropbear/libtomcrypt/src/mac/hmac/
hmac_memory.c
79
XFREE
(hmac);
hmac_memory_multi.c
82
XFREE
(hmac);
/external/dropbear/libtomcrypt/src/mac/omac/
omac_memory.c
77
XFREE
(omac);
omac_memory_multi.c
81
XFREE
(omac);
/external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory_multi.c
80
XFREE
(pmac);
/external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_init.c
77
XFREE
(skey);
xcbc_memory_multi.c
81
XFREE
(xcbc);
/external/dropbear/libtomcrypt/src/math/
ltm_desc.c
56
XFREE
(*a);
65
XFREE
(a);
348
XFREE
(*b);
373
XFREE
(a);
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_multi.c
130
XFREE
(list);
der_encode_sequence_multi.c
129
XFREE
(list);
/external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_set.c
93
XFREE
(copy);
/external/openssh/
auth1.c
139
xfree
(password);
213
xfree
(challenge);
232
xfree
(response);
368
xfree
(client_user);
cipher.c
170
xfree
(cipher_list);
177
xfree
(cipher_list);
273
xfree
(junk);
274
xfree
(discard);
clientloop.c
377
xfree
(xauthdir);
379
xfree
(xauthfile);
535
xfree
(gc);
794
xfree
(cr);
800
xfree
(ctx);
956
xfree
(cmd);
958
xfree
(fwd.listen_host);
960
xfree
(fwd.connect_host);
1162
xfree
(s);
[
all
...]
/external/openssh/openbsd-compat/
bsd-cygwin_util.c
104
xfree
(p);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h
39
#ifndef
xfree
40
#define
xfree
free
macro
288
#define xcondition_free(c)
xfree
((char *)c)
294
#define xmutex_free(m)
xfree
((char *)m)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXext.so.6
libXext.so.6.4
libXext.so.6.4.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h
39
#ifndef
xfree
40
#define
xfree
free
macro
288
#define xcondition_free(c)
xfree
((char *)c)
294
#define xmutex_free(m)
xfree
((char *)m)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXext.so.6
libXext.so.6.4
libXext.so.6.4.0
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h
39
#ifndef
xfree
40
#define
xfree
free
macro
288
#define xcondition_free(c)
xfree
((char *)c)
294
#define xmutex_free(m)
xfree
((char *)m)
Completed in 595 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>