Searched refs:mbPath (Results 1 – 1 of 1) sorted by relevance
134 char *mbPath; /* The copy fo the path to be returned */ in simplify() local149 if ((mbPath = strdup(str)) == NULL) { in simplify()158 mbPathlen = strlen(mbPath); in simplify()161 free(mbPath); in simplify()165 if ((wcPathlen = mbstowcs(wcPath, mbPath, mbPathlen)) == (size_t)-1) { in simplify()166 free(mbPath); in simplify()195 if (wcstombs(mbPath, wcPath, mbPathlen) == (size_t)-1) { in simplify()196 free(mbPath); in simplify()202 return (mbPath); in simplify()