Searched refs:Xfree (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 353 static void _xxx_init(void *(*Xalloc)(int), void (*Xfree)(void *)) in _xxx_init() 357 printf("_xxx_init got %p %p\n", Xalloc, Xfree); in _xxx_init() 360 Xfree(ptr); in _xxx_init()
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 360 static void _xxx_init(void *(*Xalloc)(int), void (*Xfree)(void *)) in _xxx_init() 364 printf("_xxx_init got %p %p\n", Xalloc, Xfree); in _xxx_init() 367 Xfree(ptr); in _xxx_init()
|
/external/mksh/src/ |
D | misc.c | 1865 Xfree(xs, xp); in do_realpath() 2234 Xfree(xs, xp); in c_cd() 2284 Xfree(xs, xp); in c_cd()
|
D | lex.c | 958 Xfree(ws, wp); in yylex() 967 Xfree(ws, wp); in yylex()
|
D | eval.c | 1590 Xfree(xs, xp); in glob_str() 1780 Xfree(ts, tp); in maybe_expand_tilde()
|
D | funcs.c | 589 Xfree(xs, xp); in c_print() 2021 Xfree(xs, xp); in c_read()
|
D | exec.c | 1379 Xfree(xs, xp); in search_path()
|
D | main.c | 2038 Xfree(xs, xp); in init_environ()
|
D | sh.h | 2036 #define Xfree(xs, xp) afree((xs).beg, (xs).areap) macro
|
D | edit.c | 847 Xfree(xs, xp); in glob_path()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 236 Xfree(info); in xmesa_init_display() 244 Xfree(info); in xmesa_init_display()
|