Searched refs:ppath_component_key (Results 1 – 4 of 4) sorted by relevance
26 MLINKS+= ppath.3 ppath_component_key.3
26 const char *ppath_component_key(const ppath_component_t *);
278 ATF_CHECK_EQ(ppath_component_key(idx), NULL); in ATF_TC_BODY()403 if (ppath_component_key(pc) == NULL || in ATF_TC_BODY()404 strcmp(ppath_component_key(pc), "key") != 0) in ATF_TC_BODY()
99 ppath_component_key(const ppath_component_t *pc) in ppath_component_key() function