ppath_component_key
const char *ppath_component_key(const ppath_component_t *);
ATF_CHECK_EQ(ppath_component_key(idx), NULL);
if (ppath_component_key(pc) == NULL ||
strcmp(ppath_component_key(pc), "key") != 0)