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