tokens_count 1384 lib/vfs/path.c size_t tokens_count = vfs_path_tokens_count (vpath); tokens_count 1390 lib/vfs/path.c length = tokens_count; tokens_count 1393 lib/vfs/path.c length = tokens_count + length; tokens_count 1396 lib/vfs/path.c start_position = (ssize_t) tokens_count + start_position; tokens_count 1401 lib/vfs/path.c if (start_position >= (ssize_t) tokens_count) tokens_count 1404 lib/vfs/path.c if (start_position + (ssize_t) length > (ssize_t) tokens_count) tokens_count 1405 lib/vfs/path.c length = tokens_count - start_position; tokens_count 146 tests/lib/vfs/path_manipulations.c size_t tokens_count; tokens_count 152 tests/lib/vfs/path_manipulations.c tokens_count = vfs_path_tokens_count (vpath); tokens_count 155 tests/lib/vfs/path_manipulations.c ck_assert_int_eq (tokens_count, data->expected_token_count);