Home
last modified time | relevance | path

Searched refs:ppath_set_string (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/common/include/ppath/
H A Dppath.h79 int ppath_set_string(prop_object_t, const ppath_t *, const char *);
/netbsd-src/common/lib/libppath/
H A Dppath.c854 ppath_set_string(prop_object_t o, const ppath_t *p, const char *s) in ppath_set_string() function
/netbsd-src/tests/lib/libppath/
H A Dt_ppath.c531 rc = ppath_set_string(od, p2, "Martha Doe"); in ATF_TC_BODY()