ms                139 lib/vfs/vfs.c          int ms;
ms                142 lib/vfs/vfs.c          ms = semi - path;
ms                144 lib/vfs/vfs.c          state = _vfs_translate_path (path, ms, defcnv, buffer);
ms                156 lib/vfs/vfs.c          ms = (slash != NULL) ? slash - semi : (int) strlen (semi);
ms                157 lib/vfs/vfs.c          ms = MIN ((unsigned int) ms, sizeof (encoding) - 1);
ms                159 lib/vfs/vfs.c          if (semi + ms > path + size)
ms                160 lib/vfs/vfs.c              ms = path + size - semi;
ms                161 lib/vfs/vfs.c          memcpy (encoding, semi, ms);
ms                162 lib/vfs/vfs.c          encoding[ms] = '\0';