Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk1.c1292 return (op = wcstombsdup(str)); in mbunconvert()
1318 wcstombsdup(wchar_t *w) in wcstombsdup() function
1487 if ((mbpattern = wcstombsdup((wchar_t *)pattern)) == NULL) in int_regwcomp()
1579 if ((mbs = wcstombsdup((wchar_t *)astring)) == NULL) in int_regwexec()
H A Dawk.h449 extern char *wcstombsdup(wchar_t *);
H A Dawk2.c500 ofs = wcstombsdup((isstring(varOFS->n_flags)) ? in s_print()
H A Dawk3.c892 (const char *) (tmp = wcstombsdup(exprstring(varCONVFMT))), in exprstring()