Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libppath/
H A Dt_ppath.c429 char *oext, *next; in ATF_TC_BODY() local
445 oext = prop_dictionary_externalize(od); in ATF_TC_BODY()
448 "original\n%s\nnew\n%s", oext, next); in ATF_TC_BODY()
449 free(oext); in ATF_TC_BODY()
511 oext = prop_dictionary_externalize(od); in ATF_TC_BODY()
514 "original\n%s\nnew\n%s", oext, next); in ATF_TC_BODY()
515 free(oext); in ATF_TC_BODY()
520 oext = prop_dictionary_externalize(od); in ATF_TC_BODY()
523 "dictionary, original\n%s\nnew\n%s", oext, next); in ATF_TC_BODY()
524 free(oext); in ATF_TC_BODY()
[all …]