ms                135 lib/vfs/vfs.c          int ms;
ms                138 lib/vfs/vfs.c          ms = semi - path;
ms                140 lib/vfs/vfs.c          state = _vfs_translate_path (path, ms, defcnv, buffer);
ms                152 lib/vfs/vfs.c          ms = (slash != NULL) ? slash - semi : (int) strlen (semi);
ms                153 lib/vfs/vfs.c          ms = MIN ((unsigned int) ms, sizeof (encoding) - 1);
ms                155 lib/vfs/vfs.c          if (semi + ms > path + size)
ms                156 lib/vfs/vfs.c              ms = path + size - semi;
ms                157 lib/vfs/vfs.c          memcpy (encoding, semi, ms);
ms                158 lib/vfs/vfs.c          encoding[ms] = '\0';