Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bsddialog/lib/
HDlib_util.h53 wchar_t* alloc_mbstows(const char *mbstring);
HDlib_util.c58 wchar_t* alloc_mbstows(const char *mbstring) in alloc_mbstows() function
481 if ((wtext = alloc_mbstows(text)) == NULL) in print_textpad()
571 if ((wtext = alloc_mbstows(text)) == NULL) in text_properties()
HDformbox.c575 if ((winit = alloc_mbstows(apiitems[i].init)) == NULL) in bsddialog_form()