HomeSort by: relevance | last modified time | path
    Searched refs:ppath_component_key (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libppath/
Makefile 26 MLINKS+= ppath.3 ppath_component_key.3
  /src/common/include/ppath/
ppath.h 26 const char *ppath_component_key(const ppath_component_t *);
  /src/tests/lib/libppath/
t_ppath.c 262 "and ppath_component_key() return -1 and NULL, respectively, if "
278 ATF_CHECK_EQ(ppath_component_key(idx), NULL);
403 if (ppath_component_key(pc) == NULL ||
404 strcmp(ppath_component_key(pc), "key") != 0)
  /src/common/lib/libppath/
ppath.c 99 ppath_component_key(const ppath_component_t *pc) function in typeref:typename:const char *

Completed in 14 milliseconds