Searched refs:SIZEOF_WCHAR_STRING (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/usr.bin/sort/
H A Dbwstring.c93 m = sort_malloc(SIZEOF_WCHAR_STRING(len + 1));
159 return ((MB_CUR_MAX == 1) ? bws->len : SIZEOF_WCHAR_STRING(bws->len));
167 (SIZEOF_WCHAR_STRING(bws->len + 1) + sizeof(struct bwstring)));
195 SIZEOF_WCHAR_STRING(sz + 1));
223 SIZEOF_WCHAR_STRING(s->len));
247 memcpy(ret->data.wstr, str, SIZEOF_WCHAR_STRING(len));
340 SIZEOF_WCHAR_STRING(nums + 1));
369 SIZEOF_WCHAR_STRING(nums + 1));
405 SIZEOF_WCHAR_STRING(nums));
541 SIZEOF_WCHAR_STRING(r
[all...]
H A Dbwstring.h44 #define SIZEOF_WCHAR_STRING(LEN) ((LEN)*sizeof(wchar_t)) macro

Completed in 52 milliseconds