error             117 daemons/controld/controld_join_client.c         log error;
error             252 daemons/pacemakerd/pacemakerd.c     GError *error = NULL;
error             273 daemons/pacemakerd/pacemakerd.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             281 daemons/pacemakerd/pacemakerd.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error             286 daemons/pacemakerd/pacemakerd.c     pcmk__force_args(context, &error, "%s --xml-simple-list", g_get_prgname());
error             438 daemons/pacemakerd/pacemakerd.c     pcmk__output_and_clear_error(error, out);
error              69 daemons/schedulerd/pacemaker-schedulerd.c     GError *error = NULL;
error              81 daemons/schedulerd/pacemaker-schedulerd.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error              89 daemons/schedulerd/pacemaker-schedulerd.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error             104 daemons/schedulerd/pacemaker-schedulerd.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             122 daemons/schedulerd/pacemaker-schedulerd.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             129 daemons/schedulerd/pacemaker-schedulerd.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             153 daemons/schedulerd/pacemaker-schedulerd.c     pcmk__output_and_clear_error(error, out);
error             799 include/config.h #if _GL_HAS_ATTRIBUTE (error)
error              61 include/crm/cluster/internal.h pcmk__cs_err_str(int error)
error              64 include/crm/cluster/internal.h     switch (error) {
error             167 include/crm/common/cmdline_internal.h pcmk__force_args(GOptionContext *context, GError **error, const char *format, ...);
error             859 include/crm/common/output_internal.h void pcmk__output_and_clear_error(GError *error, pcmk__output_t *out);
error             376 lib/cluster/cpg.c     if (msg->header.error != CS_OK) {
error             382 lib/cluster/cpg.c                 msg->header.error,
error             963 lib/cluster/cpg.c     msg->header.error = CS_OK;
error              21 lib/common/cmdline.c bump_verbosity(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             278 lib/common/cmdline.c pcmk__force_args(GOptionContext *context, GError **error, const char *format, ...) {
error             290 lib/common/cmdline.c     if (!g_shell_parse_argv(buf, NULL, &extra_args, error)) {
error             296 lib/common/cmdline.c     retval = g_option_context_parse_strv(context, &extra_args, error);
error            1107 lib/common/iso8601.c             goto error;
error            1112 lib/common/iso8601.c             goto error;
error            1128 lib/common/iso8601.c                 goto error;
error            1133 lib/common/iso8601.c                 goto error;
error            1170 lib/common/iso8601.c error:
error             156 lib/common/output.c pcmk__output_and_clear_error(GError *error, pcmk__output_t *out)
error             158 lib/common/output.c     if (error == NULL) {
error             163 lib/common/output.c         out->err(out, "%s: %s", g_get_prgname(), error->message);
error             165 lib/common/output.c         fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message);
error             168 lib/common/output.c     g_clear_error(&error);
error             241 lib/common/remote.c         goto error;
error             246 lib/common/remote.c         goto error;
error             255 lib/common/remote.c         goto error;
error             266 lib/common/remote.c         goto error;
error             271 lib/common/remote.c error:
error             307 lib/common/remote.c         goto error;
error             314 lib/common/remote.c         goto error;
error             322 lib/common/remote.c         goto error;
error             327 lib/common/remote.c error:
error             897 lib/common/remote.c         int error = 0;
error             898 lib/common/remote.c         socklen_t len = sizeof(error);
error             900 lib/common/remote.c         if (getsockopt(cb_data->sock, SOL_SOCKET, SO_ERROR, &error, &len) < 0) {
error             904 lib/common/remote.c         } else if (error != 0) {
error             905 lib/common/remote.c             rc = error;
error              25 lib/common/results.c G_DEFINE_QUARK(pcmk-rc-error-quark, pcmk__rc_error)
error              26 lib/common/results.c G_DEFINE_QUARK(pcmk-exitc-error-quark, pcmk__exitc_error)
error             435 lib/common/schemas.c relaxng_invalid_stderr(void *userData, xmlErrorPtr error)
error             455 lib/common/schemas.c     crm_err("Structured error: line=%d, level=%d %s", error->line, error->level, error->message);
error             333 lib/services/dbus.c     DBusError error;
error             335 lib/services/dbus.c     dbus_error_init(&error);
error             338 lib/services/dbus.c         dbus_set_error_const(&error, ERR_NO_REQUEST, "No request sent");
error             341 lib/services/dbus.c         dbus_set_error_const(&error, ERR_NO_REPLY, "No reply");
error             361 lib/services/dbus.c                 dbus_set_error_const(&error, ERR_INVALID_REPLY,
error             365 lib/services/dbus.c                 dbus_set_error_const(&error, ERR_INVALID_REPLY_METHOD,
error             369 lib/services/dbus.c                 dbus_set_error_const(&error, ERR_INVALID_REPLY_SIGNAL,
error             373 lib/services/dbus.c                 dbus_set_error_from_message(&error, reply);
error             376 lib/services/dbus.c                 dbus_set_error(&error, ERR_INVALID_REPLY_TYPE,
error             381 lib/services/dbus.c     if (dbus_error_is_set(&error)) {
error             383 lib/services/dbus.c                   error.name, error.message);
error             386 lib/services/dbus.c             dbus_move_error(&error, ret);
error             388 lib/services/dbus.c             dbus_error_free(&error);
error             413 lib/services/dbus.c                     DBusError *error, int timeout)
error             423 lib/services/dbus.c     if (error) {
error             424 lib/services/dbus.c         dbus_error_init(error);
error             434 lib/services/dbus.c         if (error) {
error             435 lib/services/dbus.c             dbus_set_error(error, ERR_SEND_FAILED,
error             451 lib/services/dbus.c     (void) pcmk_dbus_find_error(pending, reply, error);
error             591 lib/services/dbus.c     DBusError error;
error             598 lib/services/dbus.c     if (pcmk_dbus_find_error((void*)&error, reply, &error)) {
error             600 lib/services/dbus.c                 data->object, data->name, error.message);
error             601 lib/services/dbus.c         dbus_error_free(&error);
error              30 lib/services/pcmk-dbus.h DBusMessage *pcmk_dbus_send_recv(DBusMessage *msg, DBusConnection *connection, DBusError *error, int timeout);
error              43 lib/services/pcmk-dbus.h                           DBusError *error);
error             859 lib/services/services_linux.c services__handle_exec_error(svc_action_t * op, int error)
error             870 lib/services/services_linux.c     switch (error) {   /* see execve(2), stat(2) and fork(2) */
error             878 lib/services/services_linux.c                                     name, pcmk_rc_str(error));
error             884 lib/services/services_linux.c                                     name, pcmk_rc_str(error));
error             888 lib/services/services_linux.c                                  PCMK_EXEC_ERROR, pcmk_rc_str(error));
error              82 lib/services/services_private.h void services__handle_exec_error(svc_action_t * op, int error);
error              86 lib/services/systemd.c systemd_send_recv(DBusMessage *msg, DBusError *error, int timeout)
error              88 lib/services/systemd.c     return pcmk_dbus_send_recv(msg, systemd_proxy, error, timeout);
error             107 lib/services/systemd.c     DBusError error;
error             117 lib/services/systemd.c     dbus_error_init(&error);
error             118 lib/services/systemd.c     reply = systemd_send_recv(msg, &error, DBUS_TIMEOUT_USE_DEFAULT);
error             121 lib/services/systemd.c     if (dbus_error_is_set(&error)) {
error             123 lib/services/systemd.c                 method, error.message, error.name);
error             124 lib/services/systemd.c         dbus_error_free(&error);
error             253 lib/services/systemd.c     DBusError error;
error             257 lib/services/systemd.c     dbus_error_init(&error);
error             262 lib/services/systemd.c     if (pcmk_dbus_find_error(pending, reply, &error)) {
error             264 lib/services/systemd.c                  reload_count, error.message);
error             265 lib/services/systemd.c         dbus_error_free(&error);
error             302 lib/services/systemd.c set_result_from_method_error(svc_action_t *op, const DBusError *error)
error             307 lib/services/systemd.c     if (strstr(error->name, "org.freedesktop.systemd1.InvalidName")
error             308 lib/services/systemd.c         || strstr(error->name, "org.freedesktop.systemd1.LoadFailed")
error             309 lib/services/systemd.c         || strstr(error->name, "org.freedesktop.systemd1.NoSuchUnit")) {
error             314 lib/services/systemd.c                       error->name, crm_str(op->rsc));
error             325 lib/services/systemd.c              op->action, op->agent, crm_str(op->rsc), error->message);
error             342 lib/services/systemd.c     DBusError error;
error             347 lib/services/systemd.c     if (pcmk_dbus_find_error((void *) &path, reply, &error)) {
error             349 lib/services/systemd.c             set_result_from_method_error(op, &error);
error             351 lib/services/systemd.c         dbus_error_free(&error);
error             716 lib/services/systemd.c     DBusError error;
error             721 lib/services/systemd.c     if (pcmk_dbus_find_error((void *) &error, reply, &error)) {
error             722 lib/services/systemd.c         set_result_from_method_error(op, &error);
error             723 lib/services/systemd.c         dbus_error_free(&error);
error             114 lib/services/upstart.c     DBusError error;
error             131 lib/services/upstart.c     dbus_error_init(&error);
error             134 lib/services/upstart.c     reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, timeout);
error             137 lib/services/upstart.c     if (dbus_error_is_set(&error)) {
error             139 lib/services/upstart.c                 arg_name, error.message);
error             140 lib/services/upstart.c         dbus_error_free(&error);
error             209 lib/services/upstart.c     DBusError error;
error             220 lib/services/upstart.c     dbus_error_init(&error);
error             227 lib/services/upstart.c     reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, DBUS_TIMEOUT_USE_DEFAULT);
error             230 lib/services/upstart.c     if (dbus_error_is_set(&error)) {
error             231 lib/services/upstart.c         crm_err("Call to %s failed: %s", method, error.message);
error             232 lib/services/upstart.c         dbus_error_free(&error);
error             293 lib/services/upstart.c     DBusError error;
error             299 lib/services/upstart.c     dbus_error_init(&error);
error             307 lib/services/upstart.c     reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, timeout);
error             310 lib/services/upstart.c     if (dbus_error_is_set(&error)) {
error             311 lib/services/upstart.c         crm_info("Call to %s failed: %s", method, error.message);
error             312 lib/services/upstart.c         dbus_error_free(&error);
error             408 lib/services/upstart.c set_result_from_method_error(svc_action_t *op, const DBusError *error)
error             413 lib/services/upstart.c     if (strstr(error->name, UPSTART_06_API ".Error.UnknownInstance")) {
error             418 lib/services/upstart.c                       error->name, crm_str(op->rsc));
error             427 lib/services/upstart.c                && strstr(error->name, UPSTART_06_API ".Error.AlreadyStarted")) {
error             430 lib/services/upstart.c                   error->name, crm_str(op->rsc));
error             436 lib/services/upstart.c              op->action, op->agent, crm_str(op->rsc), error->message);
error             449 lib/services/upstart.c     DBusError error;
error             459 lib/services/upstart.c     dbus_error_init(&error);
error             460 lib/services/upstart.c     if (pcmk_dbus_find_error(pending, reply, &error)) {
error             461 lib/services/upstart.c         set_result_from_method_error(op, &error);
error             462 lib/services/upstart.c         dbus_error_free(&error);
error             520 lib/services/upstart.c     DBusError error;
error             657 lib/services/upstart.c     dbus_error_init(&error);
error             658 lib/services/upstart.c     reply = pcmk_dbus_send_recv(msg, upstart_proxy, &error, op->timeout);
error             660 lib/services/upstart.c     if (dbus_error_is_set(&error)) {
error             661 lib/services/upstart.c         set_result_from_method_error(op, &error);
error             662 lib/services/upstart.c         dbus_error_free(&error);
error             448 libltdl/ltdl.c 		char *error;
error             449 libltdl/ltdl.c 		LT__GETERROR(error);
error             452 libltdl/ltdl.c 				error ? error : "(null)");
error             497 libltdl/ltdl.c   int      error	= 0;
error             529 libltdl/ltdl.c       error += tryall_dlopen_module (handle, (const char *) 0,
error             534 libltdl/ltdl.c       ++error;
error             538 libltdl/ltdl.c   return error;
error             650 libltdl/ltdl.c   error_t error;
error             656 libltdl/ltdl.c   if ((error = argz_create_sep (path, LT_PATHSEP_CHAR, pargz, pargz_len)))
error             658 libltdl/ltdl.c       switch (error)
error            1527 libltdl/ltdl.c   const char *error = 0;
error            1529 libltdl/ltdl.c   LT__GETERROR (error);
error            1530 libltdl/ltdl.c   if (error == LT__STRERROR (FILE_NOT_FOUND))
error            1724 libltdl/ltdl.c   error_t error;
error            1729 libltdl/ltdl.c     error = argz_insert (pargz, pargz_len, before, entry);
error            1731 libltdl/ltdl.c     error = argz_append (pargz, pargz_len, entry, 1 + strlen (entry));
error            1733 libltdl/ltdl.c   if (error)
error            1735 libltdl/ltdl.c       switch (error)
error            2110 libltdl/ltdl.c   const char *error;
error            2112 libltdl/ltdl.c   LT__GETERROR (error);
error            2115 libltdl/ltdl.c   return error;
error             135 maint/gnulib/lib/argmatch.c   error (0, 0, format, quotearg_n_style (0, ARGMATCH_QUOTING_STYLE, value),
error             248 maint/gnulib/lib/canonicalize-lgpl.c               goto error;
error             336 maint/gnulib/lib/canonicalize-lgpl.c                   goto error;
error             395 maint/gnulib/lib/canonicalize-lgpl.c             goto error;
error             405 maint/gnulib/lib/canonicalize-lgpl.c error:
error             243 maint/gnulib/lib/canonicalize.c               goto error;
error             368 maint/gnulib/lib/canonicalize.c                     goto error;
error             381 maint/gnulib/lib/canonicalize.c                       goto error;
error             444 maint/gnulib/lib/canonicalize.c             goto error;
error             454 maint/gnulib/lib/canonicalize.c error:
error             231 maint/gnulib/lib/chdir-long.c       error (EXIT_FAILURE, saved_errno,
error             241 maint/gnulib/lib/chdir-long.c     error (EXIT_FAILURE, errno,
error             250 maint/gnulib/lib/chdir-long.c       error (EXIT_FAILURE, errno, "%s", cmd);
error             296 maint/gnulib/lib/clean-temp-simple.c       error (0, errno,
error             234 maint/gnulib/lib/clean-temp.c       error (0, errno,
error             249 maint/gnulib/lib/clean-temp.c       error (0, saved_errno,
error             370 maint/gnulib/lib/clean-temp.c       error (0, errno,
error             102 maint/gnulib/lib/closein.c         error (0, errno, "%s: %s", quotearg_colon (file_name),
error             105 maint/gnulib/lib/closein.c         error (0, errno, "%s", close_error);
error             124 maint/gnulib/lib/closeout.c         error (0, errno, "%s: %s", quotearg_colon (file_name),
error             127 maint/gnulib/lib/closeout.c         error (0, errno, "%s", write_error);
error              50 maint/gnulib/lib/copy-acl.c       error (0, errno, "%s", quote (src_name));
error              54 maint/gnulib/lib/copy-acl.c       error (0, errno, _("preserving permissions for %s"), quote (dst_name));
error             192 maint/gnulib/lib/copy-file.c       error (EXIT_FAILURE, errno, _("error while opening %s for reading"),
error             196 maint/gnulib/lib/copy-file.c       error (EXIT_FAILURE, errno, _("cannot open backup file %s for writing"),
error             200 maint/gnulib/lib/copy-file.c       error (EXIT_FAILURE, errno, _("error reading %s"),
error             204 maint/gnulib/lib/copy-file.c       error (EXIT_FAILURE, errno, _("error writing %s"),
error             208 maint/gnulib/lib/copy-file.c       error (EXIT_FAILURE, errno, _("error after reading %s"),
error             212 maint/gnulib/lib/copy-file.c       error (EXIT_FAILURE, errno, "%s", quote (src_filename));
error             215 maint/gnulib/lib/copy-file.c       error (EXIT_FAILURE, errno, _("preserving permissions for %s"),
error             203 maint/gnulib/lib/csharpcomp.c         error (EXIT_FAILURE, errno, _("fdopen() failed"));
error             444 maint/gnulib/lib/csharpcomp.c   error (0, 0, _("C# compiler not found, try installing mono"));
error             259 maint/gnulib/lib/csharpexec.c     error (0, 0, _("C# virtual machine not found, try installing mono"));
error             409 maint/gnulib/lib/error.c weak_alias (__error, error)
error              33 maint/gnulib/lib/error.h extern void error (int __status, int __errnum, const char *__format, ...)
error             204 maint/gnulib/lib/euidaccess.c # include <error.h>
error             223 maint/gnulib/lib/euidaccess.c     error (0, errno, "%s", file);
error             347 maint/gnulib/lib/execute.c     error (exit_on_error ? EXIT_FAILURE : 0, saved_errno,
error            1731 maint/gnulib/lib/fts.c   error (0, 0, "===== check ===== cwd: %s", dot);
error            1748 maint/gnulib/lib/fts.c               error (0, errno, "ring  : %s", cwd);
error            1750 maint/gnulib/lib/fts.c               error (0, errno, "parent: %s", c2);
error            1061 maint/gnulib/lib/git-merge-changelog.c     error (EXIT_FAILURE, 0, "expected three arguments");
error             150 maint/gnulib/lib/javacomp.c   error (EXIT_FAILURE, 0, _("invalid source_version argument to compile_java_class"));
error             174 maint/gnulib/lib/javacomp.c   error (EXIT_FAILURE, 0, _("invalid source_version argument to compile_java_class"));
error             200 maint/gnulib/lib/javacomp.c   error (EXIT_FAILURE, 0, _("invalid source_version argument to compile_java_class"));
error             221 maint/gnulib/lib/javacomp.c   error (EXIT_FAILURE, 0, _("invalid target_version argument to compile_java_class"));
error             252 maint/gnulib/lib/javacomp.c   error (EXIT_FAILURE, 0, _("invalid target_version argument to compile_java_class"));
error             583 maint/gnulib/lib/javacomp.c       error (0, errno, _("failed to create \"%s\""), file_name);
error             590 maint/gnulib/lib/javacomp.c       error (0, errno, _("error while writing \"%s\" file"), file_name);
error            2442 maint/gnulib/lib/javacomp.c   error (0, 0, _("Java compiler not found, try installing gcj or set $JAVAC"));
error             426 maint/gnulib/lib/javaexec.c     error (0, 0, _("Java virtual machine not found, try installing gij or set $JAVA"));
error              78 maint/gnulib/lib/javaversion.c       error (0, errno, _("fdopen() failed"));
error              86 maint/gnulib/lib/javaversion.c       error (0, 0, _("%s subprocess I/O error"), progname);
error             162 maint/gnulib/lib/mkdir-p.c                       error (0, errno, _("cannot stat %s"), quote (dir));
error             188 maint/gnulib/lib/mkdir-p.c                       error (0, errno,
error             200 maint/gnulib/lib/mkdir-p.c   error (0, mkdir_errno, _("cannot create directory %s"), quote (dir));
error              37 maint/gnulib/lib/openat-die.c   error (exit_failure, errnum,
error              56 maint/gnulib/lib/openat-die.c   error (exit_failure, errnum,
error              46 maint/gnulib/lib/os2-spawn.c     error (EXIT_FAILURE, errno, _("_open_osfhandle failed"));
error              83 maint/gnulib/lib/os2-spawn.c         error (EXIT_FAILURE, errno, _("cannot restore fd %d: dup2 failed"),
error             137 maint/gnulib/lib/pagealign_alloc.c         error (EXIT_FAILURE, errno, _("Failed to open /dev/zero for read"));
error             186 maint/gnulib/lib/pagealign_alloc.c     error (EXIT_FAILURE, errno, "Failed to unmap memory");
error             153 maint/gnulib/lib/pipe-filter-gi.c         error (EXIT_FAILURE, 0, _("creation of reading thread failed"));
error             257 maint/gnulib/lib/pipe-filter-gi.c           error (EXIT_FAILURE, errno,
error             335 maint/gnulib/lib/pipe-filter-gi.c             error (EXIT_FAILURE, errno,
error             365 maint/gnulib/lib/pipe-filter-gi.c                     error (EXIT_FAILURE, errno,
error             405 maint/gnulib/lib/pipe-filter-gi.c                       error (EXIT_FAILURE, errno,
error             458 maint/gnulib/lib/pipe-filter-gi.c         error (EXIT_FAILURE, 0,
error             314 maint/gnulib/lib/pipe-filter-ii.c           error (EXIT_FAILURE, 0, _("creation of threads failed"));
error             345 maint/gnulib/lib/pipe-filter-ii.c                   error (EXIT_FAILURE, l.writer_errno,
error             366 maint/gnulib/lib/pipe-filter-ii.c                   error (EXIT_FAILURE, l.reader_errno,
error             419 maint/gnulib/lib/pipe-filter-ii.c             error (EXIT_FAILURE, errno,
error             457 maint/gnulib/lib/pipe-filter-ii.c               error (EXIT_FAILURE, errno,
error             502 maint/gnulib/lib/pipe-filter-ii.c                               error (EXIT_FAILURE, errno,
error             545 maint/gnulib/lib/pipe-filter-ii.c                       error (EXIT_FAILURE, errno,
error             578 maint/gnulib/lib/pipe-filter-ii.c       error (EXIT_FAILURE, 0, _("%s subprocess terminated with exit code %d"),
error             281 maint/gnulib/lib/poll.c       int r, error;
error             286 maint/gnulib/lib/poll.c       error = WSAGetLastError ();
error             289 maint/gnulib/lib/poll.c       if (r > 0 || error == WSAENOTCONN)
error             293 maint/gnulib/lib/poll.c       else if (r == 0 || error == WSAESHUTDOWN || error == WSAECONNRESET
error             294 maint/gnulib/lib/poll.c                || error == WSAECONNABORTED || error == WSAENETRESET)
error             122 maint/gnulib/lib/printf-parse.c       goto error;                                                       \
error             159 maint/gnulib/lib/printf-parse.c                     goto error;
error             162 maint/gnulib/lib/printf-parse.c                     goto error;
error             236 maint/gnulib/lib/printf-parse.c                         goto error;
error             239 maint/gnulib/lib/printf-parse.c                         goto error;
error             249 maint/gnulib/lib/printf-parse.c                     goto error;
error             293 maint/gnulib/lib/printf-parse.c                             goto error;
error             297 maint/gnulib/lib/printf-parse.c                             goto error;
error             307 maint/gnulib/lib/printf-parse.c                         goto error;
error             484 maint/gnulib/lib/printf-parse.c                     goto error;
error             500 maint/gnulib/lib/printf-parse.c                     goto error;
error             546 maint/gnulib/lib/printf-parse.c                   goto error;
error             558 maint/gnulib/lib/printf-parse.c                       goto error;
error             592 maint/gnulib/lib/printf-parse.c           goto error;
error             602 maint/gnulib/lib/printf-parse.c error:
error              52 maint/gnulib/lib/rename.c   int error;
error             156 maint/gnulib/lib/rename.c           error = dst_temp[src_len];
error             159 maint/gnulib/lib/rename.c           if (error)
error             185 maint/gnulib/lib/rename.c   error = GetLastError ();
error             186 maint/gnulib/lib/rename.c   if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS)
error             191 maint/gnulib/lib/rename.c       error = GetLastError ();
error             194 maint/gnulib/lib/rename.c   switch (error)
error             103 maint/gnulib/lib/same.c           error (1, errno, "%s", source_dirname);
error             134 maint/gnulib/lib/same.c           error (1, destdir_errno, "%s", dest_dirname);
error             140 maint/gnulib/lib/same.c           error (1, errno, "%s", dest_dirname);
error              46 maint/gnulib/lib/set-acl.c     error (0, errno, _("setting permissions for %s"), quote (name));
error              36 maint/gnulib/lib/sigpipe-die.c   error (exit_failure, 0, "%s",
error             217 maint/gnulib/lib/spawn-pipe.c       error (EXIT_FAILURE, errno, _("cannot create pipe"));
error             220 maint/gnulib/lib/spawn-pipe.c       error (EXIT_FAILURE, errno, _("cannot create pipe"));
error             459 maint/gnulib/lib/spawn-pipe.c       error (EXIT_FAILURE, errno, _("cannot create pipe"));
error             462 maint/gnulib/lib/spawn-pipe.c       error (EXIT_FAILURE, errno, _("cannot create pipe"));
error             596 maint/gnulib/lib/spawn-pipe.c     error (exit_on_error ? EXIT_FAILURE : 0, saved_errno,
error             660 maint/gnulib/lib/spawni.c       DWORD error = GetLastError ();
error             670 maint/gnulib/lib/spawni.c       return convert_CreateProcess_error (error);
error             426 maint/gnulib/lib/stat-w32.c     DWORD error = GetLastError ();
error             428 maint/gnulib/lib/stat-w32.c     fprintf (stderr, "_gl_fstat_by_handle error 0x%x\n", (unsigned int) error);
error             430 maint/gnulib/lib/stat-w32.c     switch (error)
error             362 maint/gnulib/lib/stat.c     DWORD error = GetLastError ();
error             364 maint/gnulib/lib/stat.c     fprintf (stderr, "rpl_stat error 0x%x\n", (unsigned int) error);
error             370 maint/gnulib/lib/stat.c     switch (error)
error              35 maint/gnulib/lib/string-buffer.c   buffer->error = false;
error              86 maint/gnulib/lib/string-buffer.c       buffer->error = true;
error             107 maint/gnulib/lib/string-buffer.c           buffer->error = true;
error             120 maint/gnulib/lib/string-buffer.c       buffer->error = true;
error             137 maint/gnulib/lib/string-buffer.c               buffer->error = true;
error             149 maint/gnulib/lib/string-buffer.c                   buffer->error = true;
error             185 maint/gnulib/lib/string-buffer.c           buffer->error = true;
error             198 maint/gnulib/lib/string-buffer.c       buffer->error = true;
error             215 maint/gnulib/lib/string-buffer.c               buffer->error = true;
error             229 maint/gnulib/lib/string-buffer.c                   buffer->error = true;
error             265 maint/gnulib/lib/string-buffer.c   if (buffer->error)
error              34 maint/gnulib/lib/string-buffer.h   bool error;        /* true if there was an error */
error             198 maint/gnulib/lib/unicodeio.c     error (1, 0, _("cannot convert U+%04X to local character set"), code);
error             200 maint/gnulib/lib/unicodeio.c     error (1, 0, _("cannot convert U+%04X to local character set: %s"), code,
error              88 maint/gnulib/lib/utime.c   DWORD error;
error             107 maint/gnulib/lib/utime.c       error = GetLastError ();
error             118 maint/gnulib/lib/utime.c           error = GetLastError ();
error             190 maint/gnulib/lib/utime.c     fprintf (stderr, "utimens CreateFile/GetFileAttributes error 0x%x\n", (unsigned int) error);
error             195 maint/gnulib/lib/utime.c     switch (error)
error              70 maint/gnulib/lib/verror.c         error (status, errnum, "%s", message);
error              76 maint/gnulib/lib/verror.c       error (0, errno, _("unable to display error message"));
error             231 maint/gnulib/lib/wait-process.c             error (exit_on_error ? EXIT_FAILURE : 0, errno,
error             263 maint/gnulib/lib/wait-process.c                 error (exit_on_error ? EXIT_FAILURE : 0, errno,
error             282 maint/gnulib/lib/wait-process.c         error (exit_on_error ? EXIT_FAILURE : 0, 0,
error             290 maint/gnulib/lib/wait-process.c             error (exit_on_error ? EXIT_FAILURE : 0, 0,
error             325 maint/gnulib/lib/wait-process.c             error (exit_on_error ? EXIT_FAILURE : 0, errno,
error             354 maint/gnulib/lib/wait-process.c         error (exit_on_error ? EXIT_FAILURE : 0, 0,
error             364 maint/gnulib/lib/wait-process.c         error (exit_on_error ? EXIT_FAILURE : 0, 0,
error             530 maint/gnulib/lib/windows-spawn.c convert_CreateProcess_error (DWORD error)
error             533 maint/gnulib/lib/windows-spawn.c   switch (error)
error             655 maint/gnulib/lib/windows-spawn.c       DWORD error = GetLastError ();
error             665 maint/gnulib/lib/windows-spawn.c       errno = convert_CreateProcess_error (error);
error             130 maint/gnulib/lib/windows-spawn.h extern int convert_CreateProcess_error (DWORD error);
error              34 maint/gnulib/lib/xalloc-die.c   error (exit_failure, 0, "%s", _("memory exhausted"));
error              36 maint/gnulib/lib/xbinary-io.c   error (exit_failure, errno,
error              38 maint/gnulib/lib/xfreopen.c       error (exit_failure, errno, _("failed to reopen %s with mode %s"),
error              39 maint/gnulib/lib/xmemcoll.c   error (0, collation_errno, _("string comparison failed"));
error              40 maint/gnulib/lib/xmemcoll.c   error (0, 0, _("Set LC_ALL='C' to work around the problem."));
error              41 maint/gnulib/lib/xmemcoll.c   error (exit_failure, 0,
error              50 maint/gnulib/lib/xprintf.c     error (exit_failure, errno, gettext ("cannot perform formatted output"));
error              76 maint/gnulib/lib/xprintf.c     error (exit_failure, errno, gettext ("cannot perform formatted output"));
error              37 maint/gnulib/lib/xsetenv.c     error (EXIT_FAILURE, 0, _("memory exhausted"));
error              34 maint/gnulib/lib/xstdopen.c     error (exit_failure, stdopen_errno, _("standard file descriptors"));
error              86 maint/gnulib/lib/xstrtol-error.c   error (exit_status, 0, gettext (msgid), hyphens, option, arg);
error             159 maint/gnulib/tests/test-ceil2.c   int error = 0;
error             170 maint/gnulib/tests/test-ceil2.c         error |= check (janus.f);
error             172 maint/gnulib/tests/test-ceil2.c   return (error ? 1 : 0);
error             159 maint/gnulib/tests/test-ceilf2.c   int error = 0;
error             170 maint/gnulib/tests/test-ceilf2.c         error |= check (janus.f);
error             172 maint/gnulib/tests/test-ceilf2.c   return (error ? 1 : 0);
error              78 maint/gnulib/tests/test-exclude.c     error (1, 0, "usage: %s file -- words...", argv[0]);
error             116 maint/gnulib/tests/test-exclude.c         error (1, errno, "error loading %s", opt);
error             156 maint/gnulib/tests/test-floor2.c   int error = 0;
error             167 maint/gnulib/tests/test-floor2.c         error |= check (janus.f);
error             169 maint/gnulib/tests/test-floor2.c   return (error ? 1 : 0);
error             155 maint/gnulib/tests/test-floorf2.c   int error = 0;
error             166 maint/gnulib/tests/test-floorf2.c         error |= check (janus.f);
error             168 maint/gnulib/tests/test-floorf2.c   return (error ? 1 : 0);
error              96 maint/gnulib/tests/test-round2.c   int error = 0;
error             110 maint/gnulib/tests/test-round2.c           error = true;
error             112 maint/gnulib/tests/test-round2.c   return (error ? 1 : 0);
error              97 maint/gnulib/tests/test-stdbool.c   int error = 0;
error             105 maint/gnulib/tests/test-stdbool.c       error = 1;
error             118 maint/gnulib/tests/test-stdbool.c       error = 1;
error             121 maint/gnulib/tests/test-stdbool.c   return error;
error             164 maint/gnulib/tests/test-trunc2.c   int error = 0;
error             175 maint/gnulib/tests/test-trunc2.c         error |= check (janus.f);
error             177 maint/gnulib/tests/test-trunc2.c   return (error ? 1 : 0);
error             164 maint/gnulib/tests/test-truncf2.c   int error = 0;
error             175 maint/gnulib/tests/test-truncf2.c         error |= check (janus.f);
error             177 maint/gnulib/tests/test-truncf2.c   return (error ? 1 : 0);
error              75 maint/gnulib/tests/test-tsearch.c static int error = 0;
error             155 maint/gnulib/tests/test-tsearch.c         error = 1;
error             165 maint/gnulib/tests/test-tsearch.c       error = 1;
error             223 maint/gnulib/tests/test-tsearch.c                   error = 1;
error             231 maint/gnulib/tests/test-tsearch.c                   error = 1;
error             246 maint/gnulib/tests/test-tsearch.c               error = 1;
error             254 maint/gnulib/tests/test-tsearch.c               error = 1;
error             286 maint/gnulib/tests/test-tsearch.c       error = 0;
error             330 maint/gnulib/tests/test-tsearch.c       fputs (error ? " failed!\n" : " ok.\n", stdout);
error             331 maint/gnulib/tests/test-tsearch.c       total_error |= error;
error             339 maint/gnulib/tests/test-tsearch.c       error = 0;
error             350 maint/gnulib/tests/test-tsearch.c       fputs (error ? " failed!\n" : " ok.\n", stdout);
error             351 maint/gnulib/tests/test-tsearch.c       total_error |= error;
error             201 maint/gnulib/tests/uniname/test-uninames.c   int error = 0;
error             214 maint/gnulib/tests/uniname/test-uninames.c               error = 1;
error             220 maint/gnulib/tests/uniname/test-uninames.c               error = 1;
error             229 maint/gnulib/tests/uniname/test-uninames.c               error = 1;
error             242 maint/gnulib/tests/uniname/test-uninames.c           error = 1;
error             246 maint/gnulib/tests/uniname/test-uninames.c   return error;
error             253 maint/gnulib/tests/uniname/test-uninames.c   int error = 0;
error             270 maint/gnulib/tests/uniname/test-uninames.c             error = 1;
error             319 maint/gnulib/tests/uniname/test-uninames.c                     error = 1;
error             326 maint/gnulib/tests/uniname/test-uninames.c     error = 1;
error             328 maint/gnulib/tests/uniname/test-uninames.c   return error;
error             335 maint/gnulib/tests/uniname/test-uninames.c   int error = 0;
error             356 maint/gnulib/tests/uniname/test-uninames.c             error = 1;
error             360 maint/gnulib/tests/uniname/test-uninames.c   return error;
error             366 maint/gnulib/tests/uniname/test-uninames.c   int error = 0;
error             383 maint/gnulib/tests/uniname/test-uninames.c   error |= test_name_lookup ();
error             384 maint/gnulib/tests/uniname/test-uninames.c   error |= test_inverse_lookup ();
error             387 maint/gnulib/tests/uniname/test-uninames.c     error |= test_alias_lookup ();
error             389 maint/gnulib/tests/uniname/test-uninames.c   return error;
error              40 tools/attrd_updater.c GError *error = NULL;
error             214 tools/attrd_updater.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             224 tools/attrd_updater.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error             236 tools/attrd_updater.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Command requires --name argument");
error             270 tools/attrd_updater.c     pcmk__output_and_clear_error(error, out);
error             345 tools/attrd_updater.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error             355 tools/attrd_updater.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error             365 tools/attrd_updater.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error             441 tools/attrd_updater.c         g_set_error(&error, PCMK__RC_ERROR, rc, "Could not query value of %s: %s (%d)",
error             457 tools/attrd_updater.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error             476 tools/attrd_updater.c         g_set_error(&error, PCMK__RC_ERROR, rc, "Could not update %s=%s: %s (%d)",
error              43 tools/crm_attribute.c GError *error = NULL;
error             105 tools/crm_attribute.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             117 tools/crm_attribute.c promotion_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             138 tools/crm_attribute.c update_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             145 tools/crm_attribute.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             161 tools/crm_attribute.c value_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             303 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             310 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             317 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             348 tools/crm_attribute.c         g_set_error(&error, PCMK__RC_ERROR, rc, "Could not connect to controller: %s",
error             357 tools/crm_attribute.c         g_set_error(&error, PCMK__RC_ERROR, rc, "Could not connect to controller: %s",
error             366 tools/crm_attribute.c         g_set_error(&error, PCMK__RC_ERROR, rc, "Could not ping controller: %s",
error             448 tools/crm_attribute.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             458 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error             475 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             492 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             556 tools/crm_attribute.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             564 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             574 tools/crm_attribute.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             630 tools/crm_attribute.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             660 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             665 tools/crm_attribute.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             685 tools/crm_attribute.c     pcmk__output_and_clear_error(error, out);
error              42 tools/crm_diff.c gboolean new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              43 tools/crm_diff.c gboolean original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              44 tools/crm_diff.c gboolean patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              86 tools/crm_diff.c new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error              93 tools/crm_diff.c original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             100 tools/crm_diff.c patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             293 tools/crm_diff.c     GError *error = NULL;
error             299 tools/crm_diff.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             370 tools/crm_diff.c     pcmk__output_and_clear_error(error, NULL);
error              78 tools/crm_error.c     GError *error = NULL;
error              85 tools/crm_error.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             153 tools/crm_error.c     pcmk__output_and_clear_error(error, NULL);
error              78 tools/crm_mon.c static GError *error = NULL;
error             217 tools/crm_mon.c apply_exclude(const gchar *excludes, GError **error) {
error             232 tools/crm_mon.c             g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error             247 tools/crm_mon.c apply_include(const gchar *includes, GError **error) {
error             274 tools/crm_mon.c             g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error             289 tools/crm_mon.c apply_include_exclude(GSList *lst, GError **error) {
error             297 tools/crm_mon.c             rc = apply_include(s+10, error);
error             299 tools/crm_mon.c             rc = apply_include(s+3, error);
error             301 tools/crm_mon.c             rc = apply_exclude(s+10, error);
error             303 tools/crm_mon.c             rc = apply_exclude(s+3, error);
error            1238 tools/crm_mon.c             g_propagate_error(&error, err);
error            1243 tools/crm_mon.c             g_propagate_error(&error, err);
error            1248 tools/crm_mon.c             g_propagate_error(&error, err);
error            1254 tools/crm_mon.c             g_propagate_error(&error, err);
error            1302 tools/crm_mon.c         g_propagate_error(&error, err);
error            1311 tools/crm_mon.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "CLUSTER CRIT: Connection to cluster failed: %s",
error            1316 tools/crm_mon.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error: remote-node not connected to cluster");
error            1318 tools/crm_mon.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error: cluster is not available on this node");
error            1321 tools/crm_mon.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Connection to cluster failed: %s", pcmk_rc_str(rc));
error            1350 tools/crm_mon.c     g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Invalid CIB source");
error            1385 tools/crm_mon.c     if (!pcmk__force_args(context, &error, "%s --html-title \"Cluster Status\"",
error            1390 tools/crm_mon.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error            1453 tools/crm_mon.c                 g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1486 tools/crm_mon.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_ERROR, "Error creating output format %s: %s",
error            1495 tools/crm_mon.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1514 tools/crm_mon.c     apply_include_exclude(options.includes_excludes, &error);
error            1520 tools/crm_mon.c     if (!apply_include_exclude(options.user_includes_excludes, &error)) {
error            1550 tools/crm_mon.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode used with CIB file");
error            1553 tools/crm_mon.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode cannot be used with --external-agent");
error            1556 tools/crm_mon.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE, "CGI mode cannot be used with -d");
error            2154 tools/crm_mon.c     if ((error != NULL || exit_code == CRM_EX_USAGE) && output_format == mon_output_console) {
error            2176 tools/crm_mon.c     if (error != NULL) {
error            2178 tools/crm_mon.c             out->err(out, "%s: %s", g_get_prgname(), error->message);
error            2182 tools/crm_mon.c             fprintf(stderr, "%s: %s\n", g_get_prgname(), error->message);
error            2185 tools/crm_mon.c         g_clear_error(&error);
error              41 tools/crm_node.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              42 tools/crm_node.c gboolean name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              43 tools/crm_node.c gboolean remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              95 tools/crm_node.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             107 tools/crm_node.c         g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_INVALID_PARAM, "Unknown param passed to command_cb: %s\n", option_name);
error             115 tools/crm_node.c name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             122 tools/crm_node.c remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             125 tools/crm_node.c         g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_INVALID_PARAM, "-R option requires an argument");
error             534 tools/crm_node.c     GError *error = NULL;
error             541 tools/crm_node.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             596 tools/crm_node.c     pcmk__output_and_clear_error(error, NULL);
error             128 tools/crm_resource.c             g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_USAGE,             \
error             143 tools/crm_resource.c gboolean agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             144 tools/crm_resource.c gboolean attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             145 tools/crm_resource.c gboolean class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             146 tools/crm_resource.c gboolean cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             147 tools/crm_resource.c gboolean delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             148 tools/crm_resource.c gboolean expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             150 tools/crm_resource.c                         gpointer data, GError **error);
error             152 tools/crm_resource.c                            gpointer data, GError **error);
error             154 tools/crm_resource.c                            gpointer data, GError **error);
error             156 tools/crm_resource.c                               gpointer data, GError **error);
error             158 tools/crm_resource.c                      gpointer data, GError **error);
error             160 tools/crm_resource.c                    gpointer data, GError **error);
error             161 tools/crm_resource.c gboolean fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             162 tools/crm_resource.c gboolean flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             163 tools/crm_resource.c gboolean get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             164 tools/crm_resource.c gboolean list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             165 tools/crm_resource.c gboolean set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             166 tools/crm_resource.c gboolean set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             167 tools/crm_resource.c gboolean timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             169 tools/crm_resource.c                               gpointer data, GError **error);
error             171 tools/crm_resource.c                     gpointer data, GError **error);
error             173 tools/crm_resource.c                     gpointer data, GError **error);
error             174 tools/crm_resource.c gboolean wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             175 tools/crm_resource.c gboolean why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             182 tools/crm_resource.c static GError *error = NULL;
error             203 tools/crm_resource.c     pcmk__output_and_clear_error(error, out);
error             249 tools/crm_resource.c     if (error != NULL) {
error             250 tools/crm_resource.c         g_clear_error(&error);
error             253 tools/crm_resource.c     g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_TIMEOUT,
error             647 tools/crm_resource.c agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             661 tools/crm_resource.c attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             672 tools/crm_resource.c class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             680 tools/crm_resource.c cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             696 tools/crm_resource.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             704 tools/crm_resource.c expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             721 tools/crm_resource.c                GError **error)
error             730 tools/crm_resource.c                   GError **error)
error             739 tools/crm_resource.c                   GError **error)
error             750 tools/crm_resource.c                      gpointer data, GError **error)
error             759 tools/crm_resource.c             GError **error)
error             768 tools/crm_resource.c           GError **error)
error             784 tools/crm_resource.c fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             792 tools/crm_resource.c flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             823 tools/crm_resource.c get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             836 tools/crm_resource.c list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             854 tools/crm_resource.c set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             867 tools/crm_resource.c set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             876 tools/crm_resource.c timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             883 tools/crm_resource.c                      gpointer data, GError **error)
error             897 tools/crm_resource.c             g_set_error(error, G_OPTION_ERROR, CRM_EX_INVALID_PARAM,
error             908 tools/crm_resource.c            GError **error)
error             917 tools/crm_resource.c            GError **error)
error             930 tools/crm_resource.c wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             938 tools/crm_resource.c why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             981 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error             992 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1067 tools/crm_resource.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error            1101 tools/crm_resource.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error            1126 tools/crm_resource.c         goto error;
error            1141 tools/crm_resource.c error:
error            1144 tools/crm_resource.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error            1147 tools/crm_resource.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error            1167 tools/crm_resource.c         goto error;
error            1205 tools/crm_resource.c             g_set_error(&error, PCMK__RC_ERROR, pcmk_rc_error, "Bug");
error            1210 tools/crm_resource.c error:
error            1214 tools/crm_resource.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error            1219 tools/crm_resource.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error            1279 tools/crm_resource.c                 g_set_error(&error, PCMK__RC_ERROR, rc,
error            1341 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1347 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1379 tools/crm_resource.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error            1404 tools/crm_resource.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error            1410 tools/crm_resource.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error            1423 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1428 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1437 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1441 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1446 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, CRM_EX_USAGE,
error            1453 tools/crm_resource.c     if (error != NULL) {
error            1551 tools/crm_resource.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error            1561 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error            1588 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "--expired requires --clear or -U");
error            1604 tools/crm_resource.c                 g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1635 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "%s", msg);
error            1659 tools/crm_resource.c                 pcmk__force_args(context, &error, "%s --xml-simple-list --xml-substitute", g_get_prgname());
error            1663 tools/crm_resource.c                 pcmk__force_args(context, &error, "%s --xml-substitute", g_get_prgname());
error            1669 tools/crm_resource.c             pcmk__force_args(context, &error, "%s --text-fancy", g_get_prgname());
error            1683 tools/crm_resource.c         if (error != NULL) {
error            1696 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1702 tools/crm_resource.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1726 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1734 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1755 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1767 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1779 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1790 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1799 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            2037 tools/crm_resource.c                 g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            2092 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            2100 tools/crm_resource.c             g_prefix_error(&error, "To ignore quorum, use the force option.\n");
error            2119 tools/crm_resource.c         if (error != NULL) {
error            2121 tools/crm_resource.c                                           error->message, crm_exit_str(exit_code));
error            2122 tools/crm_resource.c             g_clear_error(&error);
error            2123 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "%s", msg);
error            2126 tools/crm_resource.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error              26 tools/crm_rule.c GError *error = NULL;
error              52 tools/crm_rule.c static gboolean mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              82 tools/crm_rule.c mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             194 tools/crm_rule.c         g_set_error(&error, PCMK__RC_ERROR, rc, "No rule found with ID=%s", rule_id);
error             198 tools/crm_rule.c         g_set_error(&error, PCMK__RC_ERROR, rc, "More than one rule with ID=%s found", rule_id);
error             212 tools/crm_rule.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error             236 tools/crm_rule.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error             293 tools/crm_rule.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             303 tools/crm_rule.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error             322 tools/crm_rule.c                 g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "--check requires use of --rule=");
error             330 tools/crm_rule.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "No mode operation given");
error             339 tools/crm_rule.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             352 tools/crm_rule.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Couldn't parse input from STDIN\n");
error             360 tools/crm_rule.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             369 tools/crm_rule.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             415 tools/crm_rule.c     pcmk__output_and_clear_error(error, out);
error              68 tools/crm_simulate.c all_actions_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error              74 tools/crm_simulate.c attrs_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error              80 tools/crm_simulate.c failcounts_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error              86 tools/crm_simulate.c in_place_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error              93 tools/crm_simulate.c live_check_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             104 tools/crm_simulate.c node_down_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             110 tools/crm_simulate.c node_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             116 tools/crm_simulate.c node_up_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             123 tools/crm_simulate.c op_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             130 tools/crm_simulate.c op_inject_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             136 tools/crm_simulate.c pending_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             142 tools/crm_simulate.c process_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             148 tools/crm_simulate.c quorum_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             154 tools/crm_simulate.c save_dotfile_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             161 tools/crm_simulate.c save_graph_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             168 tools/crm_simulate.c show_scores_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             174 tools/crm_simulate.c simulate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             180 tools/crm_simulate.c ticket_activate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             186 tools/crm_simulate.c ticket_grant_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             192 tools/crm_simulate.c ticket_revoke_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             198 tools/crm_simulate.c ticket_standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             204 tools/crm_simulate.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             210 tools/crm_simulate.c watchdog_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             216 tools/crm_simulate.c xml_file_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             223 tools/crm_simulate.c xml_pipe_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             345 tools/crm_simulate.c setup_input(const char *input, const char *output, GError **error)
error             355 tools/crm_simulate.c             g_set_error(error, PCMK__RC_ERROR, rc,
error             396 tools/crm_simulate.c         g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_CANTCREAT,
error             456 tools/crm_simulate.c     GError *error = NULL;
error             473 tools/crm_simulate.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             491 tools/crm_simulate.c         pcmk__force_args(context, &error, "%s --text-fancy", g_get_prgname());
error             493 tools/crm_simulate.c         pcmk__force_args(context, &error, "%s --xml-simple-list --xml-substitute", g_get_prgname());
error             519 tools/crm_simulate.c         g_set_error(&error, PCMK__RC_ERROR, rc, "Could not allocate working set");
error             538 tools/crm_simulate.c     rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error);
error             548 tools/crm_simulate.c     pcmk__output_and_clear_error(error, NULL);
error              37 tools/crm_ticket.c GError *error = NULL;
error             750 tools/crm_ticket.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             775 tools/crm_ticket.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Could not connect to the CIB manager");
error             784 tools/crm_ticket.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Could not connect to the CIB: %s",
error             798 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Could not get local CIB: %s",
error             806 tools/crm_ticket.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             835 tools/crm_ticket.c                 g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             850 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             859 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             868 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             885 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             896 tools/crm_ticket.c                 g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             912 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             919 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             927 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             935 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             942 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             951 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             963 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Must supply a command");
error             969 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             976 tools/crm_ticket.c             g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error             983 tools/crm_ticket.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code,
error            1004 tools/crm_ticket.c         g_set_error(&error, PCMK__RC_ERROR, rc, "Use --force to ignore quorum");
error            1018 tools/crm_ticket.c     pcmk__output_and_clear_error(error, NULL);
error             114 tools/crm_verify.c     GError *error = NULL;
error             124 tools/crm_verify.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             134 tools/crm_verify.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error             153 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "CIB query failed: %s", pcmk_rc_str(rc));
error             161 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input file: %s", options.xml_file);
error             169 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input string: %s", options.xml_string);
error             176 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input from STDIN.");
error             182 tools/crm_verify.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error             190 tools/crm_verify.c         g_set_error(&error, PCMK__RC_ERROR, rc,
error             246 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error             249 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error             257 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error             260 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc,
error             276 tools/crm_verify.c     pcmk__output_and_clear_error(error, NULL);
error              46 tools/crmadmin.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             100 tools/crmadmin.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error)
error             179 tools/crmadmin.c     GError *error = NULL;
error             189 tools/crmadmin.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             199 tools/crmadmin.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error             208 tools/crmadmin.c     if (!pcmk__force_args(context, &error, "%s --xml-simple-list --xml-substitute", g_get_prgname())) {
error             264 tools/crmadmin.c     pcmk__output_and_clear_error(error, out);
error              77 tools/stonith_admin.c gboolean add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              78 tools/stonith_admin.c gboolean add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              79 tools/stonith_admin.c gboolean add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              80 tools/stonith_admin.c gboolean add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error              81 tools/stonith_admin.c gboolean set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error);
error             243 tools/stonith_admin.c add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             249 tools/stonith_admin.c         g_set_error(error, PCMK__EXITC_ERROR, CRM_EX_INVALID_PARAM, "Invalid option: -e %s", optarg);
error             261 tools/stonith_admin.c add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             267 tools/stonith_admin.c add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             273 tools/stonith_admin.c add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             285 tools/stonith_admin.c         g_set_error(error, PCMK__RC_ERROR, rc, "Invalid option: -o %s: %s", optarg, pcmk_rc_str(rc));
error             298 tools/stonith_admin.c set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) {
error             337 tools/stonith_admin.c                 GError **error)
error             355 tools/stonith_admin.c         g_set_error(error, PCMK__RC_ERROR, rc,
error             378 tools/stonith_admin.c     GError *error = NULL;
error             388 tools/stonith_admin.c     if (!g_option_context_parse_strv(context, &processed_args, &error)) {
error             402 tools/stonith_admin.c         g_set_error(&error, PCMK__EXITC_ERROR, exit_code, "Error creating output format %s: %s",
error             607 tools/stonith_admin.c             rc = request_fencing(st, target, "reboot", &error);
error             611 tools/stonith_admin.c             rc = request_fencing(st, target, "off", &error);
error             615 tools/stonith_admin.c             rc = request_fencing(st, target, "on", &error);
error             641 tools/stonith_admin.c     pcmk__output_and_clear_error(error, out);