execl             624 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (execl, int, (const char *program, const char *arg, ...)
execl             626 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (execl, int, (const char *program, const char *arg, ...));
execl             628 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (execl, int, (const char *program, const char *arg, ...));
execl             630 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (execl);
execl             634 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (execl, "execl behaves very differently on mingw - "
execl             646 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (execl, intptr_t, (const char *program, const char *arg, ...));
execl             648 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (execl, int, (const char *program, const char *arg, ...));
execl             650 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (execl);
execl              25 maint/gnulib/tests/test-execl-main.c SIGNATURE_CHECK (execl, int, (const char *, const char *, ...));
execl              33 maint/gnulib/tests/test-execl-main.c   execl (progname,
execl             433 maint/gnulib/tests/test-fcntl.c   return execl ("./test-fcntl", "./test-fcntl", "child", NULL);
execl              56 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::execl, int,
execl            1805 tools/crm_mon.c         execl(options.external_agent, options.external_agent, NULL);
execl              61 tools/crm_shadow.c             execl(shell, shell, "--norc", "--noprofile", NULL);
execl              63 tools/crm_shadow.c             execl(shell, shell, NULL);