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

/freebsd-12-stable/usr.bin/sort/
H A Dbwstring.c95 m = sort_malloc(SIZEOF_WCHAR_STRING(len + 1));
161 return ((MB_CUR_MAX == 1) ? bws->len : SIZEOF_WCHAR_STRING(bws->len));
169 (SIZEOF_WCHAR_STRING(bws->len + 1) + sizeof(struct bwstring)));
197 SIZEOF_WCHAR_STRING(sz + 1));
225 SIZEOF_WCHAR_STRING(s->len));
249 memcpy(ret->data.wstr, str, SIZEOF_WCHAR_STRING(len));
342 SIZEOF_WCHAR_STRING(nums + 1));
371 SIZEOF_WCHAR_STRING(nums + 1));
407 SIZEOF_WCHAR_STRING(nums));
543 SIZEOF_WCHAR_STRING(r
[all...]
H A Dbwstring.h46 #define SIZEOF_WCHAR_STRING(LEN) ((LEN)*sizeof(wchar_t)) macro

Completed in 56 milliseconds