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

  /src/lib/libppath/
Makefile 24 MLINKS+= ppath.3 ppath_component_at.3
  /src/common/include/ppath/
ppath.h 29 ppath_component_t *ppath_component_at(const ppath_t *, unsigned int);
  /src/tests/lib/libppath/
t_ppath.c 222 atf_tc_set_md_var(tc, "descr", "check that ppath_component_at() "
247 pc = ppath_component_at(p, i);
321 pc = ppath_component_at(p, i);
322 cpc = ppath_component_at(cp, i);
382 if ((pc = ppath_component_at(p, PPATH_MAX_COMPONENTS - 1)) == NULL)
388 if ((pc = ppath_component_at(p, i)) == NULL)
395 if ((pc = ppath_component_at(cp, i)) == NULL)
401 if ((pc = ppath_component_at(cp, PPATH_MAX_COMPONENTS - 1)) == NULL)
  /src/common/lib/libppath/
ppath.c 204 ppath_component_at(const ppath_t *p, unsigned int i) function in typeref:typename:ppath_component_t *
233 if ((pc = ppath_component_at(p, i)) == NULL)

Completed in 43 milliseconds