HomeSort by: relevance | last modified time | path
    Searched refs:xfree (Results 1 - 25 of 448) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/readline/readline/
xfree.c 0 /* xfree.c -- safe version of free that ignores attempts to free NUL */
45 xfree (PTR_T string) function
xmalloc.h 43 extern void xfree (void *);
keymaps.c 158 xfree ((char *)map[i].function);
162 xfree ((char *)map[i].function);
173 xfree ((char *)map);
histexpand.c 257 history_offset = history_length; xfree (temp) ; return (char *)NULL; \
266 xfree (temp);
299 xfree (temp);
518 xfree (subst_rhs);
569 xfree (result);
583 xfree (result);
616 xfree (result);
617 xfree (temp);
642 xfree (temp);
667 xfree (temp)
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
xfree.c 0 /* xfree.c -- safe version of free that ignores attempts to free NUL */
45 xfree (PTR_T string) function
xmalloc.h 43 extern void xfree (void *);
keymaps.c 158 xfree ((char *)map[i].function);
162 xfree ((char *)map[i].function);
173 xfree ((char *)map);
histexpand.c 257 history_offset = history_length; xfree (temp) ; return (char *)NULL; \
266 xfree (temp);
299 xfree (temp);
518 xfree (subst_rhs);
569 xfree (result);
583 xfree (result);
616 xfree (result);
617 xfree (temp);
642 xfree (temp);
667 xfree (temp)
    [all...]
  /src/external/bsd/mdocml/dist/
test-ohash.c 8 static void xfree(void *, void *);
23 xfree(void *p, void *arg) function
35 i.free = xfree;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
bitarray.h 24 mem.xfree(ptr);
rmem.h 19 static void xfree(void *p);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb-xfree.h 28 xfree (T *ptr) function
30 static_assert (IsFreeable<T>::value, "Trying to use xfree with a non-POD \
gdb_unique_ptr.h 25 #include "gdbsupport/gdb-xfree.h"
32 /* The deleter for std::unique_xmalloc_ptr. Uses xfree. */
36 void operator() (T *ptr) const { xfree (ptr); }
43 void operator() (T *ptr) const { xfree (ptr); }
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb-xfree.h 28 xfree (T *ptr) function
30 static_assert (IsFreeable<T>::value, "Trying to use xfree with a non-POD \
gdb_unique_ptr.h 25 #include "gdbsupport/gdb-xfree.h"
32 /* The deleter for std::unique_xmalloc_ptr. Uses xfree. */
36 void operator() (T *ptr) const { xfree (ptr); }
43 void operator() (T *ptr) const { xfree (ptr); }
  /src/external/bsd/tre/dist/lib/
tre-mem.c 53 xfree(l->data);
55 xfree(l);
58 xfree(mem);
86 xfree(ptr);
125 xfree(l);
tre-stack.c 44 xfree(s);
58 xfree(s->stack);
59 xfree(s);
xmalloc.h 50 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION) macro
69 #define xfree(ptr) free(ptr) macro
regcomp.c 70 xfree(wregex);
76 xfree(wregex);
94 xfree(wregex);
120 xfree(wregex);
154 xfree(wregex);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
utils-selftests.c 35 xfree (temp);
  /src/usr.bin/ldd/
ldd_elfxx.c 146 xfree(__UNCONST(rpath->sp_path));
147 xfree(__UNCONST(rpath));
152 xfree(__UNCONST(needed));
155 xfree(obj->path);
156 xfree(obj);
  /src/external/gpl3/gdb.old/dist/gdb/
dicos-tdep.c 114 xfree (symbol_table);
  /src/external/gpl3/gdb/lib/libreadline/arch/aarch64/
defs.mk 6 G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o
  /src/external/gpl3/gdb/lib/libreadline/arch/aarch64eb/
defs.mk 6 G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o
  /src/external/gpl3/gdb/lib/libreadline/arch/alpha/
defs.mk 6 G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>