Home
last modified time | relevance | path

Searched refs:Xfree (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c342 static void _xxx_init(void *(*Xalloc)(int), void (*Xfree)(void *)) in _xxx_init()
346 printf("_xxx_init got %p %p\n", Xalloc, Xfree); in _xxx_init()
349 Xfree(ptr); in _xxx_init()
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c340 static void _xxx_init(void *(*Xalloc)(int), void (*Xfree)(void *)) in _xxx_init()
344 printf("_xxx_init got %p %p\n", Xalloc, Xfree); in _xxx_init()
347 Xfree(ptr); in _xxx_init()
/external/mksh/src/
Dmisc.c1858 Xfree(xs, xp); in do_realpath()
2227 Xfree(xs, xp); in c_cd()
2277 Xfree(xs, xp); in c_cd()
Dlex.c937 Xfree(ws, wp); in yylex()
946 Xfree(ws, wp); in yylex()
Deval.c1590 Xfree(xs, xp); in glob_str()
1780 Xfree(ts, tp); in maybe_expand_tilde()
Dfuncs.c589 Xfree(xs, xp); in c_print()
2021 Xfree(xs, xp); in c_read()
Dmain.c2037 Xfree(xs, xp); in init_environ()
Dexec.c1371 Xfree(xs, xp); in search_path()
Dsh.h2031 #define Xfree(xs, xp) afree((xs).beg, (xs).areap) macro
Dedit.c847 Xfree(xs, xp); in glob_path()