Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/cmd/
HDztest.c8812 char *newlp = NULL; in exec_child() local
8814 asprintf(&newlp, "%s:%s", libpath, curlp)); in exec_child()
8815 VERIFY0(setenv("LD_LIBRARY_PATH", newlp, 1)); in exec_child()
8816 free(newlp); in exec_child()