Searched refs:mbPath (Results 1 – 1 of 1) sorted by relevance
143 char *mbPath; /* The copy fo the path to be returned */ in simplify() local158 if ((mbPath = strdup(str)) == NULL) { in simplify()167 mbPathlen = strlen(mbPath); in simplify()170 free(mbPath); in simplify()174 if ((wcPathlen = mbstowcs(wcPath, mbPath, mbPathlen)) == (size_t)-1) { in simplify()175 free(mbPath); in simplify()204 if (wcstombs(mbPath, wcPath, mbPathlen) == (size_t)-1) { in simplify()205 free(mbPath); in simplify()211 return (mbPath); in simplify()