Home
last modified time | relevance | path

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

/src/contrib/bsddialog/lib/
H A Dlib_util.h120 wchar_t* alloc_mbstows(const char *mbstring);
H A Dlib_util.c129 wchar_t* alloc_mbstows(const char *mbstring) in alloc_mbstows() function
511 if ((wtext = alloc_mbstows(text)) == NULL) in text_properties()
1191 if ((wtext = alloc_mbstows(text)) == NULL) in print_textpad()
H A Ddatebox.c584 if ((wformat = alloc_mbstows(CHECK_STR(format))) == NULL) in build_dateitem()
H A Dformbox.c165 if ((winit = alloc_mbstows(CHECK_STR(items[i].init))) == NULL) in build_privateform()