HomeSort by: relevance | last modified time | path
    Searched defs:nppath_component (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libppath/
t_ppath.c 27 static uint64_t nppath = 0, nppath_component = 0; variable in typeref:typename:uint64_t
57 ATF_CHECK_EQ(nppath_component, 0);
77 if (++nppath_component == 0)
84 if (nppath_component-- == 0)
t_ppath.c 27 static uint64_t nppath = 0, nppath_component = 0; variable in typeref:typename:uint64_t
57 ATF_CHECK_EQ(nppath_component, 0);
77 if (++nppath_component == 0)
84 if (nppath_component-- == 0)
t_ppath.c 27 static uint64_t nppath = 0, nppath_component = 0; variable in typeref:typename:uint64_t
57 ATF_CHECK_EQ(nppath_component, 0);
77 if (++nppath_component == 0)
84 if (nppath_component-- == 0)

Completed in 35 milliseconds