actual_length_element_encoding  104 tests/lib/vfs/path_len.c     size_t actual_length_terminal_encoding, actual_length_element_encoding;
actual_length_element_encoding  111 tests/lib/vfs/path_len.c     actual_length_element_encoding = path != NULL ? strlen (path) : 0;
actual_length_element_encoding  115 tests/lib/vfs/path_len.c     ck_assert_int_eq (actual_length_element_encoding, data->expected_length_element_encoding);