path2 1588 lib/vfs/path.c const char *path1, *path2; path2 1595 lib/vfs/path.c path2 = vfs_path_as_str (vpath2); path2 1597 lib/vfs/path.c ret_val = strcmp (path1, path2) == 0; path2 1616 lib/vfs/path.c const char *path1, *path2; path2 1623 lib/vfs/path.c path2 = vfs_path_as_str (vpath2); path2 1625 lib/vfs/path.c ret_val = strncmp (path1, path2, len) == 0;