14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
19
19
/* Functions definied in this file */
21
21
size_t dirname_length(const char *name)
25
25
CHARSET_INFO *fs= fs_character_set();
28
28
if ((pos=(char*)strrchr(name,FN_DEVCHAR)) == 0)
33
33
for ( ; *pos ; pos++) /* Find last FN_LIBCHAR */
37
37
if (use_mb(fs) && (l= my_ismbchar(fs, pos, pos + 3)))