Searched refs:mbPath (Results 1 – 1 of 1) sorted by relevance
148 char *mbPath; /* The copy fo the path to be returned */ in simplify() local161 if ((mbPath = strdup(str)) == NULL) { in simplify()170 mbPathlen = strlen(mbPath); in simplify()173 free(mbPath); in simplify()177 if ((wcPathlen = mbstowcs(wcPath, mbPath, mbPathlen)) == (size_t)-1) { in simplify()178 free(mbPath); in simplify()207 if (wcstombs(mbPath, wcPath, mbPathlen) == (size_t)-1) { in simplify()208 free(mbPath); in simplify()214 return (mbPath); in simplify()