HomeSort by relevance Sort by last modified time
    Searched refs:freefunc (Results 1 - 7 of 7) sorted by null

  /system/core/sh/
mknodes.sh 118 echo "void freefunc(union node *);"
nodes.c.pat 161 freefunc(n)
nodes.h 159 void freefunc(union node *);
exec.c 793 freefunc(cmdp->param.func);
898 freefunc(cmdp->param.func);
935 freefunc(cmdp->param.func);
nodes.c 342 freefunc(n) function
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 305 typedef void (*freefunc)(void *); typedef
391 freefunc tp_free; /* Low-level free-memory routine */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 305 typedef void (*freefunc)(void *); typedef
391 freefunc tp_free; /* Low-level free-memory routine */
    [all...]

Completed in 120 milliseconds