From 3d210ed280513100f9466a2c171db77ee6952a25 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
+void xexecvep (char const *, char const *const *, char const *const *, char const *)
+void xpathexec_r (char const *const *, char const *const *, size_t, char const *, size_t)
+void xpathexec_r_name (char const *, char const *const *, char const *const *, size_t, char const *, size_t)
+void xpathexec_fromenv (char const *const *, char const *const *, size_t)
+void xpathexec_run (char const *, char const *const *, char const *const *)
+void xpathexec0_run (char const *const *, char const *const *)
+void xpathexec (char const *const *)
+void xpathexec0 (char const *const *)
+
+ Those functions provide the same functionality as the non-x-prefixed versions, +but if the execution fails (i.e. the process cannot exec into a new program), then +the process dies with a 111 exit code and an error message on stderr. +
+The env library interface provides additional functions to manipulate modifier strings and environments. -- cgit v1.2.3