Home
last modified time | relevance | path

Searched refs:EFICHAR_MALLOC (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/efi/include/
H A Defichar.h41 #define EFICHAR_MALLOC(sz) malloc((sz), M_TEMP, M_WAITOK | M_ZERO) macro
44 #define EFICHAR_MALLOC(sz) malloc(sz) macro
/freebsd/stand/efi/libefi/
H A Defichar.c97 cp = *name = EFICHAR_MALLOC(sz); in ucs2_to_utf8()
145 *nmp = EFICHAR_MALLOC(sz); in utf8_to_ucs2()