response          557 daemons/based/based_remote.c                      struct pam_response **response, void *data)
response          563 daemons/based/based_remote.c     CRM_CHECK((num_msg == 1) && (msg != NULL) && (response != NULL)
response          588 daemons/based/based_remote.c     *response = calloc(1, sizeof(struct pam_response));
response          589 daemons/based/based_remote.c     if (*response == NULL) {
response          592 daemons/based/based_remote.c     (*response)->resp_retcode = 0;
response          593 daemons/based/based_remote.c     (*response)->resp = pcmk__str_copy((const char *) data); // Caller will free
response           91 lib/lrmd/proxy_common.c     xmlNode *response = pcmk__xe_create(NULL, PCMK__XE_LRMD_IPC_PROXY);
response           94 lib/lrmd/proxy_common.c     crm_xml_add(response, PCMK__XA_LRMD_IPC_OP, LRMD_IPC_OP_RESPONSE);
response           95 lib/lrmd/proxy_common.c     crm_xml_add(response, PCMK__XA_LRMD_IPC_SESSION, proxy->session_id);
response           96 lib/lrmd/proxy_common.c     crm_xml_add_int(response, PCMK__XA_LRMD_IPC_MSG_ID, msg_id);
response           98 lib/lrmd/proxy_common.c     wrapper = pcmk__xe_create(response, PCMK__XE_LRMD_IPC_MSG);
response          101 lib/lrmd/proxy_common.c     lrmd_internal_proxy_send(proxy->lrm, response);
response          102 lib/lrmd/proxy_common.c     free_xml(response);
response           92 maint/gnulib/lib/rpmatch.c try (const char *response, const char *pattern, char **lastp, regex_t *re)
response          121 maint/gnulib/lib/rpmatch.c   return regexec (re, response, 0, NULL, 0) == 0;
response          127 maint/gnulib/lib/rpmatch.c rpmatch (const char *response)
response          151 maint/gnulib/lib/rpmatch.c   result = try (response, yesexpr, &last_yesexpr, &cached_yesre);
response          164 maint/gnulib/lib/rpmatch.c   result = try (response, noexpr, &last_noexpr, &cached_nore);
response          173 maint/gnulib/lib/rpmatch.c   return (*response == 'y' || *response == 'Y' ? 1
response          174 maint/gnulib/lib/rpmatch.c           : *response == 'n' || *response == 'N' ? 0 : -1);
response         1198 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_SYS (rpmatch, int, (const char *response) _GL_ARG_NONNULL ((1)));
response         1200 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (rpmatch, int, (const char *response));
response           37 maint/gnulib/lib/yesno.c   char *response = NULL;
response           39 maint/gnulib/lib/yesno.c   ssize_t response_len = getline (&response, &response_size, stdin);
response           47 maint/gnulib/lib/yesno.c       if (response[response_len - 1] == '\n')
response           48 maint/gnulib/lib/yesno.c         response[response_len - 1] = '\0';
response           49 maint/gnulib/lib/yesno.c       yes = (0 < rpmatch (response));
response           52 maint/gnulib/lib/yesno.c   free (response);