Searched refs:ficlFree (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.c31 ficlFree(void *p) function
/illumos-gate/usr/src/common/ficl/
H A Dloader.c103 ficlFree(name);
104 ficlFree(value);
134 ficlFree(name);
135 ficlFree(value);
157 ficlFree(name);
185 ficlFree(name);
H A Dstack.c118 ficlFree(stack);
H A Dsystem.c279 ficlFree(system);
H A Dvm.c110 ficlFree(vm->dataStack);
111 ficlFree(vm->returnStack);
113 ficlFree(vm->floatStack);
115 ficlFree(vm);
H A Ddictionary.c505 ficlFree(dictionary);
H A Dficl.h116 * FICL_ALIGN. If necessary, add new definitions of ficlMalloc, ficlFree,
564 * ficlMalloc(), ficlRealloc() and ficlFree() have the same semantics
570 FICL_PLATFORM_EXTERN void ficlFree(void *p);
H A Dprimitives.c3043 ficlFree(p);

Completed in 87 milliseconds