Home
last modified time | relevance | path

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

/trueos/usr.bin/sort/
HDbwstring.c93 m = sort_malloc(SIZEOF_WCHAR_STRING(len + 1)); in initialise_months()
159 return ((MB_CUR_MAX == 1) ? bws->len : SIZEOF_WCHAR_STRING(bws->len)); in bwsrawlen()
167 (SIZEOF_WCHAR_STRING(bws->len + 1) + sizeof(struct bwstring))); in bws_memsize()
195 SIZEOF_WCHAR_STRING(sz + 1)); in bwsalloc()
223 SIZEOF_WCHAR_STRING(s->len)); in bwsdup()
247 memcpy(ret->data.wstr, str, SIZEOF_WCHAR_STRING(len)); in bwssbdup()
340 SIZEOF_WCHAR_STRING(nums + 1)); in bwscpy()
369 SIZEOF_WCHAR_STRING(nums + 1)); in bwsncpy()
405 SIZEOF_WCHAR_STRING(nums)); in bwsnocpy()
541 SIZEOF_WCHAR_STRING(rb->fgetwln_z_buffer_size)); in bwsfgetln()
[all …]
HDbwstring.h44 #define SIZEOF_WCHAR_STRING(LEN) ((LEN)*sizeof(wchar_t)) macro