Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c8806 const char *curlp = getenv("LD_LIBRARY_PATH"); in exec_child() local
8807 if (curlp == NULL) in exec_child()
8812 asprintf(&newlp, "%s:%s", libpath, curlp)); in exec_child()