Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c8810 char *newlp = NULL; in exec_child() local
8812 asprintf(&newlp, "%s:%s", libpath, curlp)); in exec_child()
8813 VERIFY0(setenv("LD_LIBRARY_PATH", newlp, 1)); in exec_child()
8814 free(newlp); in exec_child()