Home
last modified time | relevance | path

Searched refs:SIZEOFWCHAR_T (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h154 #define ALLOC_WC(x) ((wchar_t *)getmem((x) * SIZEOFWCHAR_T))
164 #define SIZEOFWCHAR_T (sizeof (wchar_t)) macro
226 + (sizeof (buf)/SIZEOFWCHAR_T); \
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc1316 (void) swprintf(new_value, length * SIZEOFWCHAR_T, in setvar_daemon()
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc2032 bp->string.buffer.end = buffer + (size/SIZEOFWCHAR_T); in push_macro_value()