tokens_count 1420 lib/vfs/path.c size_t tokens_count = vfs_path_tokens_count (vpath); tokens_count 1426 lib/vfs/path.c length = tokens_count; tokens_count 1429 lib/vfs/path.c length = tokens_count + length; tokens_count 1432 lib/vfs/path.c start_position = (ssize_t) tokens_count + start_position; tokens_count 1437 lib/vfs/path.c if (start_position >= (ssize_t) tokens_count) tokens_count 1440 lib/vfs/path.c if (start_position + (ssize_t) length > (ssize_t) tokens_count) tokens_count 1441 lib/vfs/path.c length = tokens_count - start_position; tokens_count 156 tests/lib/vfs/path_manipulations.c size_t tokens_count; tokens_count 162 tests/lib/vfs/path_manipulations.c tokens_count = vfs_path_tokens_count (vpath); tokens_count 165 tests/lib/vfs/path_manipulations.c ck_assert_int_eq (tokens_count, data->expected_token_count);