Home
last modified time | relevance | path

Searched refs:ficlMalloc (Results 1 – 19 of 19) sorted by relevance

/freebsd/stand/ficl/
H A Dloader.c84 name = (char*) ficlMalloc(names+1); in ficlSetenv()
89 value = (char*) ficlMalloc(values+1); in ficlSetenv()
122 name = (char*) ficlMalloc(names+1); in ficlSetenvq()
127 value = (char*) ficlMalloc(values+1); in ficlSetenvq()
157 name = (char*) ficlMalloc(names+1); in ficlGetenv()
192 name = (char*) ficlMalloc(names+1); in ficlUnsetenv()
268 name = (char*) ficlMalloc(names+1); in ficlFindfile()
273 type = (char*) ficlMalloc(types+1); in ficlFindfile()
362 uuid = (char *)ficlMalloc(uuids + 1); in ficlUuidFromString()
368 u = (uuid_t *)ficlMalloc(sizeof (*u)); in ficlUuidFromString()
H A Dgfx_loader.c92 name = ficlMalloc(names + 1); in ficl_term_putimage()
132 name = ficlMalloc(names + 1); in ficl_fb_putimage()
H A Ddict.c393 pDict = ficlMalloc(sizeof (FICL_DICT)); in dictCreateHashed()
396 pDict->dict = ficlMalloc(nAlloc); in dictCreateHashed()
856 dp->dict = ficlMalloc( dictIncrease.u * sizeof (CELL) ); in dictCheckThreshold()
H A Dstack.c116 FICL_STACK *pStack = ficlMalloc(size); in stackCreate()
H A Dficl.c100 FICL_SYSTEM *pSys = ficlMalloc(sizeof (FICL_SYSTEM)); in ficlInitSystemEx()
H A Dvm.c86 pVM = (FICL_VM *)ficlMalloc(sizeof (FICL_VM)); in vmCreate()
H A Dwords.c3497 char *pDest = (char *)ficlMalloc(count + 1); in type()
4692 p = ficlMalloc(size); in ansAllocate()
/freebsd/stand/ficl/amd64/
H A Dsysdep.c66 void *ficlMalloc (size_t size) in ficlMalloc() function
H A Dsysdep.h388 void *ficlMalloc (size_t size);
/freebsd/stand/ficl/arm/
H A Dsysdep.c64 void *ficlMalloc (size_t size) in ficlMalloc() function
H A Dsysdep.h387 void *ficlMalloc (size_t size);
/freebsd/stand/ficl/i386/
H A Dsysdep.c66 void *ficlMalloc (size_t size) in ficlMalloc() function
H A Dsysdep.h386 void *ficlMalloc (size_t size);
/freebsd/stand/ficl/powerpc/
H A Dsysdep.c64 void *ficlMalloc (size_t size) in ficlMalloc() function
H A Dsysdep.h390 void *ficlMalloc (size_t size);
/freebsd/stand/ficl/aarch64/
H A Dsysdep.c64 void *ficlMalloc (size_t size) in ficlMalloc() function
H A Dsysdep.h376 void *ficlMalloc (size_t size);
/freebsd/stand/ficl/riscv/
H A Dsysdep.c64 void *ficlMalloc (size_t size) in ficlMalloc() function
H A Dsysdep.h376 void *ficlMalloc (size_t size);