From 3d210ed280513100f9466a2c171db77ee6952a25 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 May 2017 13:33:40 +0000 Subject: Add xpathexec_* functions, prepare for 2.5.1.0 --- doc/libstddjb/djbunix.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/libstddjb/djbunix.html') diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index 5e9cae1..fe0d1eb 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -412,6 +412,23 @@ modified by the hidden modifier string. If this command line is empty, exit 0 instead.

+

+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