Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.h53 wchar_t* alloc_mbstows(const char *mbstring);
H A Dlib_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()
H A Dformbox.c575 if ((winit = alloc_mbstows(apiitems[i].init)) == NULL) in bsddialog_form()