c                 137 daemons/attrd/attrd_utils.c attrd_ipc_accept(qb_ipcs_connection_t *c, uid_t uid, gid_t gid)
c                 139 daemons/attrd/attrd_utils.c     crm_trace("New client connection %p", c);
c                 142 daemons/attrd/attrd_utils.c                  pcmk__client_pid(c));
c                 146 daemons/attrd/attrd_utils.c     if (pcmk__new_client(c, uid, gid) == NULL) {
c                 161 daemons/attrd/attrd_utils.c attrd_ipc_closed(qb_ipcs_connection_t *c)
c                 163 daemons/attrd/attrd_utils.c     pcmk__client_t *client = pcmk__find_client(c);
c                 166 daemons/attrd/attrd_utils.c         crm_trace("Ignoring request to clean up unknown connection %p", c);
c                 168 daemons/attrd/attrd_utils.c         crm_trace("Cleaning up closed client connection %p", c);
c                 184 daemons/attrd/attrd_utils.c attrd_ipc_destroy(qb_ipcs_connection_t *c)
c                 186 daemons/attrd/attrd_utils.c     crm_trace("Destroying client connection %p", c);
c                 187 daemons/attrd/attrd_utils.c     attrd_ipc_closed(c);
c                 221 daemons/attrd/pacemaker-attrd.c attrd_ipc_dispatch(qb_ipcs_connection_t * c, void *data, size_t size)
c                 225 daemons/attrd/pacemaker-attrd.c     pcmk__client_t *client = pcmk__find_client(c);
c                 230 daemons/attrd/pacemaker-attrd.c     CRM_CHECK((c != NULL) && (client != NULL), return 0);
c                 232 daemons/attrd/pacemaker-attrd.c         crm_debug("No IPC data from PID %d", pcmk__client_pid(c));
c                 237 daemons/attrd/pacemaker-attrd.c         crm_debug("Unrecognizable IPC data from PID %d", pcmk__client_pid(c));
c                  60 daemons/based/based_callbacks.c gboolean cib_common_callback(qb_ipcs_connection_t * c, void *data, size_t size,
c                  70 daemons/based/based_callbacks.c cib_ipc_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                  74 daemons/based/based_callbacks.c                  pcmk__client_pid(c));
c                  78 daemons/based/based_callbacks.c     if (pcmk__new_client(c, uid, gid) == NULL) {
c                  85 daemons/based/based_callbacks.c cib_ipc_dispatch_rw(qb_ipcs_connection_t * c, void *data, size_t size)
c                  87 daemons/based/based_callbacks.c     pcmk__client_t *client = pcmk__find_client(c);
c                  89 daemons/based/based_callbacks.c     crm_trace("%p message from %s", c, client->id);
c                  90 daemons/based/based_callbacks.c     return cib_common_callback(c, data, size, TRUE);
c                  94 daemons/based/based_callbacks.c cib_ipc_dispatch_ro(qb_ipcs_connection_t * c, void *data, size_t size)
c                  96 daemons/based/based_callbacks.c     pcmk__client_t *client = pcmk__find_client(c);
c                  98 daemons/based/based_callbacks.c     crm_trace("%p message from %s", c, client->id);
c                  99 daemons/based/based_callbacks.c     return cib_common_callback(c, data, size, FALSE);
c                 104 daemons/based/based_callbacks.c cib_ipc_closed(qb_ipcs_connection_t * c)
c                 106 daemons/based/based_callbacks.c     pcmk__client_t *client = pcmk__find_client(c);
c                 111 daemons/based/based_callbacks.c     crm_trace("Connection %p", c);
c                 117 daemons/based/based_callbacks.c cib_ipc_destroy(qb_ipcs_connection_t * c)
c                 119 daemons/based/based_callbacks.c     crm_trace("Connection %p", c);
c                 120 daemons/based/based_callbacks.c     cib_ipc_closed(c);
c                 207 daemons/based/based_callbacks.c cib_common_callback(qb_ipcs_connection_t * c, void *data, size_t size, gboolean privileged)
c                 212 daemons/based/based_callbacks.c     pcmk__client_t *cib_client = pcmk__find_client(c);
c                 220 daemons/based/based_callbacks.c         crm_trace("Invalid message from %p", c);
c                 225 daemons/based/based_callbacks.c         crm_trace("Invalid client %p", c);
c                1496 daemons/based/based_callbacks.c         qb_ipcs_connection_t *c = NULL;
c                1500 daemons/based/based_callbacks.c         c = qb_ipcs_connection_first_get(ipcs_rw);
c                1501 daemons/based/based_callbacks.c         while (c != NULL) {
c                1502 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
c                1504 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_rw, last);
c                1512 daemons/based/based_callbacks.c         c = qb_ipcs_connection_first_get(ipcs_ro);
c                1513 daemons/based/based_callbacks.c         while (c != NULL) {
c                1514 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
c                1516 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_ro, last);
c                1524 daemons/based/based_callbacks.c         c = qb_ipcs_connection_first_get(ipcs_shm);
c                1525 daemons/based/based_callbacks.c         while (c != NULL) {
c                1526 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
c                1528 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_shm, last);
c                 368 daemons/controld/controld_control.c accept_controller_client(qb_ipcs_connection_t *c, uid_t uid, gid_t gid)
c                 371 daemons/controld/controld_control.c     if (pcmk__new_client(c, uid, gid) == NULL) {
c                 379 daemons/controld/controld_control.c dispatch_controller_ipc(qb_ipcs_connection_t * c, void *data, size_t size)
c                 383 daemons/controld/controld_control.c     pcmk__client_t *client = pcmk__find_client(c);
c                 409 daemons/controld/controld_control.c crmd_ipc_closed(qb_ipcs_connection_t * c)
c                 411 daemons/controld/controld_control.c     pcmk__client_t *client = pcmk__find_client(c);
c                 416 daemons/controld/controld_control.c                   c, client);
c                 425 daemons/controld/controld_control.c crmd_ipc_destroy(qb_ipcs_connection_t * c)
c                 427 daemons/controld/controld_control.c     crm_trace("Connection %p", c);
c                 428 daemons/controld/controld_control.c     crmd_ipc_closed(c);
c                  82 daemons/execd/pacemaker-execd.c lrmd_ipc_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                  84 daemons/execd/pacemaker-execd.c     crm_trace("Connection %p", c);
c                  85 daemons/execd/pacemaker-execd.c     if (pcmk__new_client(c, uid, gid) == NULL) {
c                  92 daemons/execd/pacemaker-execd.c lrmd_ipc_created(qb_ipcs_connection_t * c)
c                  94 daemons/execd/pacemaker-execd.c     pcmk__client_t *new_client = pcmk__find_client(c);
c                  96 daemons/execd/pacemaker-execd.c     crm_trace("Connection %p", c);
c                 105 daemons/execd/pacemaker-execd.c lrmd_ipc_dispatch(qb_ipcs_connection_t * c, void *data, size_t size)
c                 109 daemons/execd/pacemaker-execd.c     pcmk__client_t *client = pcmk__find_client(c);
c                 128 daemons/execd/pacemaker-execd.c             client->name = pcmk__itoa(pcmk__client_pid(c));
c                 171 daemons/execd/pacemaker-execd.c lrmd_ipc_closed(qb_ipcs_connection_t * c)
c                 173 daemons/execd/pacemaker-execd.c     pcmk__client_t *client = pcmk__find_client(c);
c                 179 daemons/execd/pacemaker-execd.c     crm_trace("Connection %p", c);
c                 189 daemons/execd/pacemaker-execd.c lrmd_ipc_destroy(qb_ipcs_connection_t * c)
c                 191 daemons/execd/pacemaker-execd.c     lrmd_ipc_closed(c);
c                 192 daemons/execd/pacemaker-execd.c     crm_trace("Connection %p", c);
c                  67 daemons/execd/remoted_proxy.c ipc_proxy_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid, const char *ipc_channel)
c                  82 daemons/execd/remoted_proxy.c     client = pcmk__new_client(c, uid, gid);
c                 112 daemons/execd/remoted_proxy.c crmd_proxy_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                 114 daemons/execd/remoted_proxy.c     return ipc_proxy_accept(c, uid, gid, CRM_SYSTEM_CRMD);
c                 118 daemons/execd/remoted_proxy.c attrd_proxy_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                 120 daemons/execd/remoted_proxy.c     return ipc_proxy_accept(c, uid, gid, T_ATTRD);
c                 124 daemons/execd/remoted_proxy.c stonith_proxy_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                 126 daemons/execd/remoted_proxy.c     return ipc_proxy_accept(c, uid, gid, "stonith-ng");
c                 130 daemons/execd/remoted_proxy.c pacemakerd_proxy_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                 136 daemons/execd/remoted_proxy.c cib_proxy_accept_rw(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                 138 daemons/execd/remoted_proxy.c     return ipc_proxy_accept(c, uid, gid, PCMK__SERVER_BASED_RW);
c                 142 daemons/execd/remoted_proxy.c cib_proxy_accept_ro(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                 144 daemons/execd/remoted_proxy.c     return ipc_proxy_accept(c, uid, gid, PCMK__SERVER_BASED_RO);
c                 222 daemons/execd/remoted_proxy.c ipc_proxy_dispatch(qb_ipcs_connection_t * c, void *data, size_t size)
c                 226 daemons/execd/remoted_proxy.c     pcmk__client_t *client = pcmk__find_client(c);
c                 306 daemons/execd/remoted_proxy.c ipc_proxy_closed(qb_ipcs_connection_t * c)
c                 308 daemons/execd/remoted_proxy.c     pcmk__client_t *client = pcmk__find_client(c);
c                 317 daemons/execd/remoted_proxy.c     crm_trace("Connection %p", c);
c                 336 daemons/execd/remoted_proxy.c ipc_proxy_destroy(qb_ipcs_connection_t * c)
c                 338 daemons/execd/remoted_proxy.c     crm_trace("Connection %p", c);
c                 339 daemons/execd/remoted_proxy.c     ipc_proxy_closed(c);
c                2983 daemons/fenced/fenced_commands.c is_privileged(pcmk__client_t *c, const char *op)
c                2985 daemons/fenced/fenced_commands.c     if ((c == NULL) || pcmk_is_set(c->flags, pcmk__client_privileged)) {
c                2989 daemons/fenced/fenced_commands.c                  crm_str(op), pcmk__client_name(c));
c                  75 daemons/fenced/pacemaker-fenced.c st_ipc_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                  79 daemons/fenced/pacemaker-fenced.c                  pcmk__client_pid(c));
c                  83 daemons/fenced/pacemaker-fenced.c     if (pcmk__new_client(c, uid, gid) == NULL) {
c                  97 daemons/fenced/pacemaker-fenced.c     pcmk__client_t *c = pcmk__find_client(qbc);
c                 100 daemons/fenced/pacemaker-fenced.c     if (c == NULL) {
c                 105 daemons/fenced/pacemaker-fenced.c     request = pcmk__client_data2xml(c, data, &id, &flags);
c                 107 daemons/fenced/pacemaker-fenced.c         pcmk__ipc_send_ack(c, id, flags, "nack", CRM_EX_PROTOCOL);
c                 116 daemons/fenced/pacemaker-fenced.c         crm_xml_add(request, F_STONITH_CLIENTID, c->id);
c                 117 daemons/fenced/pacemaker-fenced.c         crm_xml_add(request, F_STONITH_CLIENTNAME, pcmk__client_name(c));
c                 125 daemons/fenced/pacemaker-fenced.c     if (c->name == NULL) {
c                 131 daemons/fenced/pacemaker-fenced.c         c->name = crm_strdup_printf("%s.%u", value, c->pid);
c                 136 daemons/fenced/pacemaker-fenced.c               " from client %s", flags, call_options, id, pcmk__client_name(c));
c                 140 daemons/fenced/pacemaker-fenced.c         CRM_LOG_ASSERT(c->request_id == 0);     /* This means the client has two synchronous events in-flight */
c                 141 daemons/fenced/pacemaker-fenced.c         c->request_id = id;     /* Reply only to the last one */
c                 144 daemons/fenced/pacemaker-fenced.c     crm_xml_add(request, F_STONITH_CLIENTID, c->id);
c                 145 daemons/fenced/pacemaker-fenced.c     crm_xml_add(request, F_STONITH_CLIENTNAME, pcmk__client_name(c));
c                 148 daemons/fenced/pacemaker-fenced.c     stonith_command(c, id, flags, request, NULL);
c                 156 daemons/fenced/pacemaker-fenced.c st_ipc_closed(qb_ipcs_connection_t * c)
c                 158 daemons/fenced/pacemaker-fenced.c     pcmk__client_t *client = pcmk__find_client(c);
c                 164 daemons/fenced/pacemaker-fenced.c     crm_trace("Connection %p closed", c);
c                 172 daemons/fenced/pacemaker-fenced.c st_ipc_destroy(qb_ipcs_connection_t * c)
c                 174 daemons/fenced/pacemaker-fenced.c     crm_trace("Connection %p destroyed", c);
c                 175 daemons/fenced/pacemaker-fenced.c     st_ipc_closed(c);
c                  34 daemons/pacemakerd/pacemakerd.h void pcmk_handle_ping_request(pcmk__client_t *c, xmlNode *msg, uint32_t id);
c                  35 daemons/pacemakerd/pacemakerd.h void pcmk_handle_shutdown_request(pcmk__client_t *c, xmlNode *msg, uint32_t id, uint32_t flags);
c                  23 daemons/pacemakerd/pcmkd_messages.c pcmk_handle_ping_request(pcmk__client_t *c, xmlNode *msg, uint32_t id)
c                  44 daemons/pacemakerd/pcmkd_messages.c         if (pcmk__ipc_send_xml(c, id, reply, crm_ipc_server_event) !=
c                  47 daemons/pacemakerd/pcmkd_messages.c                     pcmk__client_name(c));
c                  52 daemons/pacemakerd/pcmkd_messages.c                 pcmk__client_name(c));
c                  60 daemons/pacemakerd/pcmkd_messages.c             shutdown_complete_state_reported_to = c->pid;
c                  70 daemons/pacemakerd/pcmkd_messages.c pcmk_handle_shutdown_request(pcmk__client_t *c, xmlNode *msg, uint32_t id, uint32_t flags)
c                  79 daemons/pacemakerd/pcmkd_messages.c     bool allowed = pcmk_is_set(c->flags, pcmk__client_privileged);
c                  90 daemons/pacemakerd/pcmkd_messages.c                  pcmk__client_name(c));
c                  97 daemons/pacemakerd/pcmkd_messages.c         if (pcmk__ipc_send_xml(c, id, reply, crm_ipc_server_event) != pcmk_rc_ok) {
c                  99 daemons/pacemakerd/pcmkd_messages.c                     pcmk__client_name(c));
c                 104 daemons/pacemakerd/pcmkd_messages.c                 pcmk__client_name(c));
c                 113 daemons/pacemakerd/pcmkd_messages.c pcmk_ipc_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                 115 daemons/pacemakerd/pcmkd_messages.c     crm_trace("Connection %p", c);
c                 116 daemons/pacemakerd/pcmkd_messages.c     if (pcmk__new_client(c, uid, gid) == NULL) {
c                 124 daemons/pacemakerd/pcmkd_messages.c pcmk_ipc_closed(qb_ipcs_connection_t * c)
c                 126 daemons/pacemakerd/pcmkd_messages.c     pcmk__client_t *client = pcmk__find_client(c);
c                 131 daemons/pacemakerd/pcmkd_messages.c     crm_trace("Connection %p", c);
c                 143 daemons/pacemakerd/pcmkd_messages.c pcmk_ipc_destroy(qb_ipcs_connection_t * c)
c                 145 daemons/pacemakerd/pcmkd_messages.c     crm_trace("Connection %p", c);
c                 146 daemons/pacemakerd/pcmkd_messages.c     pcmk_ipc_closed(c);
c                 157 daemons/pacemakerd/pcmkd_messages.c     pcmk__client_t *c = pcmk__find_client(qbc);
c                 159 daemons/pacemakerd/pcmkd_messages.c     CRM_CHECK(c != NULL, return 0);
c                 161 daemons/pacemakerd/pcmkd_messages.c     msg = pcmk__client_data2xml(c, data, &id, &flags);
c                 163 daemons/pacemakerd/pcmkd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_PROTOCOL);
c                 169 daemons/pacemakerd/pcmkd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_INDETERMINATE);
c                 170 daemons/pacemakerd/pcmkd_messages.c         pcmk_handle_shutdown_request(c, msg, id, flags);
c                 174 daemons/pacemakerd/pcmkd_messages.c                   "because peer cache is not used", pcmk__client_name(c));
c                 175 daemons/pacemakerd/pcmkd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_OK);
c                 178 daemons/pacemakerd/pcmkd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_INDETERMINATE);
c                 179 daemons/pacemakerd/pcmkd_messages.c         pcmk_handle_ping_request(c, msg, id);
c                 183 daemons/pacemakerd/pcmkd_messages.c                   crm_str(task), pcmk__client_name(c));
c                 184 daemons/pacemakerd/pcmkd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_INVALID_PARAM);
c                 209 daemons/schedulerd/schedulerd_messages.c pe_ipc_accept(qb_ipcs_connection_t * c, uid_t uid, gid_t gid)
c                 211 daemons/schedulerd/schedulerd_messages.c     crm_trace("Connection %p", c);
c                 212 daemons/schedulerd/schedulerd_messages.c     if (pcmk__new_client(c, uid, gid) == NULL) {
c                 223 daemons/schedulerd/schedulerd_messages.c     pcmk__client_t *c = pcmk__find_client(qbc);
c                 224 daemons/schedulerd/schedulerd_messages.c     xmlNode *msg = pcmk__client_data2xml(c, data, &id, &flags);
c                 226 daemons/schedulerd/schedulerd_messages.c     pcmk__ipc_send_ack(c, id, flags, "ack", CRM_EX_INDETERMINATE);
c                 230 daemons/schedulerd/schedulerd_messages.c         process_pe_message(msg, data_xml, c);
c                 238 daemons/schedulerd/schedulerd_messages.c pe_ipc_closed(qb_ipcs_connection_t * c)
c                 240 daemons/schedulerd/schedulerd_messages.c     pcmk__client_t *client = pcmk__find_client(c);
c                 245 daemons/schedulerd/schedulerd_messages.c     crm_trace("Connection %p", c);
c                 251 daemons/schedulerd/schedulerd_messages.c pe_ipc_destroy(qb_ipcs_connection_t * c)
c                 253 daemons/schedulerd/schedulerd_messages.c     crm_trace("Connection %p", c);
c                 254 daemons/schedulerd/schedulerd_messages.c     pe_ipc_closed(c);
c                  27 devel/coccinelle/test/ref-passed-variables-inited.input.c 	int a = 1, b, c = 3;
c                  32 devel/coccinelle/test/ref-passed-variables-inited.input.c 	foo(&c);
c                  33 devel/coccinelle/test/ref-passed-variables-inited.input.c 	baz(c);
c                 195 include/crm/common/ipc_internal.h pcmk__client_t *pcmk__find_client(qb_ipcs_connection_t *c);
c                 197 include/crm/common/ipc_internal.h const char *pcmk__client_name(pcmk__client_t *c);
c                 201 include/crm/common/ipc_internal.h pcmk__client_t *pcmk__new_client(qb_ipcs_connection_t *c, uid_t uid, gid_t gid);
c                 202 include/crm/common/ipc_internal.h void pcmk__free_client(pcmk__client_t *c);
c                 211 include/crm/common/ipc_internal.h int pcmk__ipc_send_ack_as(const char *function, int line, pcmk__client_t *c,
c                 214 include/crm/common/ipc_internal.h #define pcmk__ipc_send_ack(c, req, flags, tag, st) \
c                 215 include/crm/common/ipc_internal.h     pcmk__ipc_send_ack_as(__func__, __LINE__, (c), (req), (flags), (tag), (st))
c                 220 include/crm/common/ipc_internal.h int pcmk__ipc_send_xml(pcmk__client_t *c, uint32_t request, xmlNode *message,
c                 222 include/crm/common/ipc_internal.h int pcmk__ipc_send_iov(pcmk__client_t *c, struct iovec *iov, uint32_t flags);
c                 223 include/crm/common/ipc_internal.h xmlNode *pcmk__client_data2xml(pcmk__client_t *c, void *data,
c                 226 include/crm/common/ipc_internal.h int pcmk__client_pid(qb_ipcs_connection_t *c);
c                 343 lib/cib/cib_utils.c         xmlNode * c = copy_xml(current_cib);
c                 346 lib/cib/cib_utils.c         test_rc = xml_apply_patchset(c, local_diff, manage_counters);
c                 349 lib/cib/cib_utils.c             save_xml_to_file(c,           "PatchApply:calculated", NULL);
c                 355 lib/cib/cib_utils.c         free_xml(c);
c                 792 lib/cluster/membership.c     for (const char *c = uname; *c; ++c) {
c                 793 lib/cluster/membership.c         if ((*c >= 'A') && (*c <= 'Z')) {
c                  60 lib/common/crmcommon_private.h void pcmk__buffer_add_char(char **buffer, int *offset, int *max, char c);
c                1467 lib/common/ipc_client.c     qb_ipcc_connection_t *c;
c                1472 lib/common/ipc_client.c     c = qb_ipcc_connect_async(name, 0,
c                1475 lib/common/ipc_client.c     c = qb_ipcc_connect(name, 0);
c                1477 lib/common/ipc_client.c     if (c == NULL) {
c                1487 lib/common/ipc_client.c     if ((poll_rc <= 0) || (qb_ipcc_connect_continue(c) != 0)) {
c                1492 lib/common/ipc_client.c             c = NULL; // qb_ipcc_connect_continue cleaned up for us
c                1498 lib/common/ipc_client.c     qb_rc = qb_ipcc_fd_get(c, &fd);
c                1506 lib/common/ipc_client.c     auth_rc = pcmk__crm_ipc_is_authentic_process(c, fd, refuid, refgid, &found_pid,
c                1547 lib/common/ipc_client.c     if (c != NULL) {
c                1548 lib/common/ipc_client.c         qb_ipcc_disconnect(c);
c                  59 lib/common/ipc_server.c pcmk__find_client(qb_ipcs_connection_t *c)
c                  62 lib/common/ipc_server.c         return g_hash_table_lookup(client_connections, c);
c                  65 lib/common/ipc_server.c     crm_trace("No client found for %p", c);
c                  99 lib/common/ipc_server.c pcmk__client_name(pcmk__client_t *c)
c                 101 lib/common/ipc_server.c     if (c == NULL) {
c                 104 lib/common/ipc_server.c     } else if (c->name != NULL) {
c                 105 lib/common/ipc_server.c         return c->name;
c                 107 lib/common/ipc_server.c     } else if (c->id != NULL) {
c                 108 lib/common/ipc_server.c         return c->id;
c                 132 lib/common/ipc_server.c     qb_ipcs_connection_t *c = NULL;
c                 138 lib/common/ipc_server.c     c = qb_ipcs_connection_first_get(service);
c                 140 lib/common/ipc_server.c     while (c != NULL) {
c                 141 lib/common/ipc_server.c         qb_ipcs_connection_t *last = c;
c                 143 lib/common/ipc_server.c         c = qb_ipcs_connection_next_get(service, last);
c                 164 lib/common/ipc_server.c client_from_connection(qb_ipcs_connection_t *c, void *key, uid_t uid_client)
c                 173 lib/common/ipc_server.c     if (c) {
c                 181 lib/common/ipc_server.c         client->ipcs = c;
c                 183 lib/common/ipc_server.c         client->pid = pcmk__client_pid(c);
c                 185 lib/common/ipc_server.c             key = c;
c                 224 lib/common/ipc_server.c pcmk__new_client(qb_ipcs_connection_t *c, uid_t uid_client, gid_t gid_client)
c                 231 lib/common/ipc_server.c     CRM_CHECK(c != NULL, return NULL);
c                 246 lib/common/ipc_server.c         qb_ipcs_connection_auth_set(c, -1, gid_cluster, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
c                 250 lib/common/ipc_server.c     client = client_from_connection(c, NULL, uid_client);
c                 296 lib/common/ipc_server.c add_event(pcmk__client_t *c, struct iovec *iov)
c                 298 lib/common/ipc_server.c     if (c->event_queue == NULL) {
c                 299 lib/common/ipc_server.c         c->event_queue = g_queue_new();
c                 301 lib/common/ipc_server.c     g_queue_push_tail(c->event_queue, iov);
c                 305 lib/common/ipc_server.c pcmk__free_client(pcmk__client_t *c)
c                 307 lib/common/ipc_server.c     if (c == NULL) {
c                 312 lib/common/ipc_server.c         if (c->ipcs) {
c                 314 lib/common/ipc_server.c                       c, c->ipcs, g_hash_table_size(client_connections) - 1);
c                 315 lib/common/ipc_server.c             g_hash_table_remove(client_connections, c->ipcs);
c                 319 lib/common/ipc_server.c                       c, g_hash_table_size(client_connections) - 1);
c                 320 lib/common/ipc_server.c             g_hash_table_remove(client_connections, c->id);
c                 324 lib/common/ipc_server.c     if (c->event_timer) {
c                 325 lib/common/ipc_server.c         g_source_remove(c->event_timer);
c                 328 lib/common/ipc_server.c     if (c->event_queue) {
c                 329 lib/common/ipc_server.c         crm_debug("Destroying %d events", g_queue_get_length(c->event_queue));
c                 330 lib/common/ipc_server.c         g_queue_free_full(c->event_queue, free_event);
c                 333 lib/common/ipc_server.c     free(c->id);
c                 334 lib/common/ipc_server.c     free(c->name);
c                 335 lib/common/ipc_server.c     free(c->user);
c                 336 lib/common/ipc_server.c     if (c->remote) {
c                 337 lib/common/ipc_server.c         if (c->remote->auth_timeout) {
c                 338 lib/common/ipc_server.c             g_source_remove(c->remote->auth_timeout);
c                 340 lib/common/ipc_server.c         free(c->remote->buffer);
c                 341 lib/common/ipc_server.c         free(c->remote);
c                 343 lib/common/ipc_server.c     free(c);
c                 371 lib/common/ipc_server.c pcmk__client_pid(qb_ipcs_connection_t *c)
c                 376 lib/common/ipc_server.c     qb_ipcs_connection_stats_get(c, &stats, 0);
c                 392 lib/common/ipc_server.c pcmk__client_data2xml(pcmk__client_t *c, void *data, uint32_t *id,
c                 416 lib/common/ipc_server.c         pcmk__set_client_flags(c, pcmk__client_proxied);
c                 447 lib/common/ipc_server.c static int crm_ipcs_flush_events(pcmk__client_t *c);
c                 452 lib/common/ipc_server.c     pcmk__client_t *c = data;
c                 454 lib/common/ipc_server.c     c->event_timer = 0;
c                 455 lib/common/ipc_server.c     crm_ipcs_flush_events(c);
c                 467 lib/common/ipc_server.c delay_next_flush(pcmk__client_t *c, unsigned int queue_len)
c                 472 lib/common/ipc_server.c     c->event_timer = g_timeout_add(delay, crm_ipcs_flush_events_cb, c);
c                 484 lib/common/ipc_server.c crm_ipcs_flush_events(pcmk__client_t *c)
c                 491 lib/common/ipc_server.c     if (c == NULL) {
c                 494 lib/common/ipc_server.c     } else if (c->event_timer) {
c                 496 lib/common/ipc_server.c         crm_trace("Timer active for %p - %d", c->ipcs, c->event_timer);
c                 500 lib/common/ipc_server.c     if (c->event_queue) {
c                 501 lib/common/ipc_server.c         queue_len = g_queue_get_length(c->event_queue);
c                 507 lib/common/ipc_server.c         if (c->event_queue) {
c                 509 lib/common/ipc_server.c             event = g_queue_peek_head(c->event_queue);
c                 515 lib/common/ipc_server.c         qb_rc = qb_ipcs_event_sendv(c->ipcs, event, 2);
c                 520 lib/common/ipc_server.c         event = g_queue_pop_head(c->event_queue);
c                 526 lib/common/ipc_server.c                       header->qb.id, c->ipcs, c->pid, (long long) qb_rc);
c                 529 lib/common/ipc_server.c                       header->qb.id, c->ipcs, c->pid, (long long) qb_rc,
c                 538 lib/common/ipc_server.c                   sent, queue_len, c->ipcs, c->pid,
c                 548 lib/common/ipc_server.c         if (queue_len > QB_MAX(c->queue_max, PCMK_IPC_DEFAULT_QUEUE_MAX)) {
c                 549 lib/common/ipc_server.c             if ((c->queue_backlog <= 1) || (queue_len < c->queue_backlog)) {
c                 552 lib/common/ipc_server.c                          CRM_XS " %p", c->pid, queue_len, c->ipcs);
c                 555 lib/common/ipc_server.c                          CRM_XS " %p", c->pid, queue_len, c->ipcs);
c                 556 lib/common/ipc_server.c                 c->queue_backlog = 0;
c                 557 lib/common/ipc_server.c                 qb_ipcs_disconnect(c->ipcs);
c                 562 lib/common/ipc_server.c         c->queue_backlog = queue_len;
c                 563 lib/common/ipc_server.c         delay_next_flush(c, queue_len);
c                 567 lib/common/ipc_server.c         c->queue_backlog = 0;
c                 671 lib/common/ipc_server.c pcmk__ipc_send_iov(pcmk__client_t *c, struct iovec *iov, uint32_t flags)
c                 677 lib/common/ipc_server.c     if (c->flags & pcmk__client_proxied) {
c                 694 lib/common/ipc_server.c             crm_trace("Sending the original to %p[%d]", c->ipcs, c->pid);
c                 695 lib/common/ipc_server.c             add_event(c, iov);
c                 700 lib/common/ipc_server.c             crm_trace("Sending a copy to %p[%d]", c->ipcs, c->pid);
c                 709 lib/common/ipc_server.c             add_event(c, iov_copy);
c                 717 lib/common/ipc_server.c         qb_rc = qb_ipcs_response_sendv(c->ipcs, iov, 2);
c                 724 lib/common/ipc_server.c                        header->qb.id, c->pid, pcmk_rc_str(rc),
c                 725 lib/common/ipc_server.c                        header->qb.size, (long long) qb_rc, c->ipcs);
c                 729 lib/common/ipc_server.c                       header->qb.id, (long long) qb_rc, c->ipcs, c->pid);
c                 738 lib/common/ipc_server.c         rc = crm_ipcs_flush_events(c);
c                 740 lib/common/ipc_server.c         crm_ipcs_flush_events(c);
c                 744 lib/common/ipc_server.c         crm_trace("Client %p disconnected", c->ipcs);
c                 750 lib/common/ipc_server.c pcmk__ipc_send_xml(pcmk__client_t *c, uint32_t request, xmlNode *message,
c                 756 lib/common/ipc_server.c     if (c == NULL) {
c                 763 lib/common/ipc_server.c         rc = pcmk__ipc_send_iov(c, iov, flags);
c                 767 lib/common/ipc_server.c                    c->pid, pcmk_rc_str(rc), rc);
c                 815 lib/common/ipc_server.c pcmk__ipc_send_ack_as(const char *function, int line, pcmk__client_t *c,
c                 824 lib/common/ipc_server.c                   pcmk__client_name(c), tag, status);
c                 825 lib/common/ipc_server.c         c->request_id = 0;
c                 826 lib/common/ipc_server.c         rc = pcmk__ipc_send_xml(c, request, ack, flags);
c                 839 lib/common/mainloop.c mainloop_gio_destroy(gpointer c)
c                 841 lib/common/mainloop.c     mainloop_io_t *client = c;
c                 847 lib/common/mainloop.c     crm_trace("Destroying client %s[%p]", c_name, c);
c                 867 lib/common/mainloop.c     crm_trace("Destroyed client %s[%p]", c_name, c);
c                 319 lib/common/md5.c #define FF(b, c, d) (d ^ (b & (c ^ d)))
c                 320 lib/common/md5.c #define FG(b, c, d) FF (d, b, c)
c                 321 lib/common/md5.c #define FH(b, c, d) (b ^ c ^ d)
c                 322 lib/common/md5.c #define FI(b, c, d) (c ^ (b | ~d))
c                 363 lib/common/md5.c #define OP(a, b, c, d, s, T)                                            \
c                 366 lib/common/md5.c           a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T;             \
c                 409 lib/common/md5.c #define OP(f, a, b, c, d, k, s, T)                                      \
c                 412 lib/common/md5.c           a += f (b, c, d) + correct_words[k] + T;                      \
c                 478 lib/common/xml.c #define attr_matches(c, n, v) pcmk__str_eq(crm_element_value((c), (n)), \
c                1131 lib/common/xml.c     char *c;
c                1133 lib/common/xml.c     for (c = id; *c; ++c) {
c                1135 lib/common/xml.c         switch (*c) {
c                1138 lib/common/xml.c                 *c = '.';
c                1989 lib/common/xml.c pcmk__buffer_add_char(char **buffer, int *offset, int *max, char c)
c                1991 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%c", c);
c                 319 lib/gnu/md5.c  #define FF(b, c, d) (d ^ (b & (c ^ d)))
c                 320 lib/gnu/md5.c  #define FG(b, c, d) FF (d, b, c)
c                 321 lib/gnu/md5.c  #define FH(b, c, d) (b ^ c ^ d)
c                 322 lib/gnu/md5.c  #define FI(b, c, d) (c ^ (b | ~d))
c                 363 lib/gnu/md5.c  #define OP(a, b, c, d, s, T)                                            \
c                 366 lib/gnu/md5.c            a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T;             \
c                 409 lib/gnu/md5.c  #define OP(f, a, b, c, d, k, s, T)                                      \
c                 412 lib/gnu/md5.c            a += f (b, c, d) + correct_words[k] + T;                      \
c                 162 libltdl/libltdl/lt_system.h #  define LT__CONC3(a, b, c)	a##b##c
c                 163 libltdl/libltdl/lt_system.h #  define LT_CONC3(a, b, c)	LT__CONC3(a, b, c)
c                  74 maint/gnulib/lib/backupfile.c #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
c                 276 maint/gnulib/lib/base32.c # define uchar_in_range(c) true
c                 278 maint/gnulib/lib/base32.c # define uchar_in_range(c) ((c) <= 255)
c                 329 maint/gnulib/lib/base32.c         char c = *p++;
c                 330 maint/gnulib/lib/base32.c         if (c != '\n')
c                 332 maint/gnulib/lib/base32.c             ctx->buf[ctx->i++] = c;
c                 313 maint/gnulib/lib/base64.c # define uchar_in_range(c) true
c                 315 maint/gnulib/lib/base64.c # define uchar_in_range(c) ((c) <= 255)
c                 366 maint/gnulib/lib/base64.c         char c = *p++;
c                 367 maint/gnulib/lib/base64.c         if (c != '\n')
c                 369 maint/gnulib/lib/base64.c             ctx->buf[ctx->i++] = c;
c                  28 maint/gnulib/lib/btoc32.c btoc32 (int c)
c                  33 maint/gnulib/lib/btoc32.c   if (c != EOF)
c                  40 maint/gnulib/lib/btoc32.c       s[0] = (unsigned char) c;
c                  48 maint/gnulib/lib/btoc32.c   return btowc (c);
c                  27 maint/gnulib/lib/btowc.c btowc (int c)
c                  29 maint/gnulib/lib/btowc.c   if (c != EOF)
c                  34 maint/gnulib/lib/btowc.c       buf[0] = c;
c                 169 maint/gnulib/lib/c-ctype.h c_isalnum (int c)
c                 171 maint/gnulib/lib/c-ctype.h   switch (c)
c                 183 maint/gnulib/lib/c-ctype.h c_isalpha (int c)
c                 185 maint/gnulib/lib/c-ctype.h   switch (c)
c                 198 maint/gnulib/lib/c-ctype.h c_isascii (int c)
c                 200 maint/gnulib/lib/c-ctype.h   switch (c)
c                 215 maint/gnulib/lib/c-ctype.h c_isblank (int c)
c                 217 maint/gnulib/lib/c-ctype.h   return c == ' ' || c == '\t';
c                 221 maint/gnulib/lib/c-ctype.h c_iscntrl (int c)
c                 223 maint/gnulib/lib/c-ctype.h   switch (c)
c                 233 maint/gnulib/lib/c-ctype.h c_isdigit (int c)
c                 235 maint/gnulib/lib/c-ctype.h   switch (c)
c                 245 maint/gnulib/lib/c-ctype.h c_isgraph (int c)
c                 247 maint/gnulib/lib/c-ctype.h   switch (c)
c                 260 maint/gnulib/lib/c-ctype.h c_islower (int c)
c                 262 maint/gnulib/lib/c-ctype.h   switch (c)
c                 272 maint/gnulib/lib/c-ctype.h c_isprint (int c)
c                 274 maint/gnulib/lib/c-ctype.h   switch (c)
c                 288 maint/gnulib/lib/c-ctype.h c_ispunct (int c)
c                 290 maint/gnulib/lib/c-ctype.h   switch (c)
c                 300 maint/gnulib/lib/c-ctype.h c_isspace (int c)
c                 302 maint/gnulib/lib/c-ctype.h   switch (c)
c                 312 maint/gnulib/lib/c-ctype.h c_isupper (int c)
c                 314 maint/gnulib/lib/c-ctype.h   switch (c)
c                 324 maint/gnulib/lib/c-ctype.h c_isxdigit (int c)
c                 326 maint/gnulib/lib/c-ctype.h   switch (c)
c                 337 maint/gnulib/lib/c-ctype.h c_tolower (int c)
c                 339 maint/gnulib/lib/c-ctype.h   switch (c)
c                 342 maint/gnulib/lib/c-ctype.h       return c - 'A' + 'a';
c                 344 maint/gnulib/lib/c-ctype.h       return c;
c                 349 maint/gnulib/lib/c-ctype.h c_toupper (int c)
c                 351 maint/gnulib/lib/c-ctype.h   switch (c)
c                 354 maint/gnulib/lib/c-ctype.h       return c - 'a' + 'A';
c                 356 maint/gnulib/lib/c-ctype.h       return c;
c                  94 maint/gnulib/lib/csharpcomp.c           char c[4];
c                  97 maint/gnulib/lib/csharpcomp.c           while (safe_read (fd[0], &c[count], 1) > 0)
c                 102 maint/gnulib/lib/csharpcomp.c                   if (memcmp (c, "Mono", 4) == 0)
c                 104 maint/gnulib/lib/csharpcomp.c                   c[0] = c[1]; c[1] = c[2]; c[2] = c[3];
c                 281 maint/gnulib/lib/csharpcomp.c           char c[7];
c                 285 maint/gnulib/lib/csharpcomp.c           while (safe_read (fd[0], &c[count], 1) > 0)
c                 287 maint/gnulib/lib/csharpcomp.c               if (c[count] >= 'A' && c[count] <= 'Z')
c                 288 maint/gnulib/lib/csharpcomp.c                 c[count] += 'a' - 'A';
c                 292 maint/gnulib/lib/csharpcomp.c                   if (memcmp (c, "chicken", 7) == 0)
c                 294 maint/gnulib/lib/csharpcomp.c                   c[0] = c[1]; c[1] = c[2]; c[2] = c[3];
c                 295 maint/gnulib/lib/csharpcomp.c                   c[3] = c[4]; c[4] = c[5]; c[5] = c[6];
c                  46 maint/gnulib/lib/ctype.in.h _GL_EXTERN_C int isblank (int c);
c                  53 maint/gnulib/lib/dfa.c isasciidigit (char c)
c                  55 maint/gnulib/lib/dfa.c   return '0' <= c && c <= '9';
c                  92 maint/gnulib/lib/dfa.c isblank (int c)
c                  94 maint/gnulib/lib/dfa.c   return c == ' ' || c == '\t';
c                 123 maint/gnulib/lib/dfa.c #define CHARCLASS_INIT(a, b, c, d, e, f, g, h)		\
c                 125 maint/gnulib/lib/dfa.c       CHARCLASS_PAIR (a, b), CHARCLASS_PAIR (c, d),	\
c                 739 maint/gnulib/lib/dfa.c tstbit (unsigned int b, charclass const *c)
c                 741 maint/gnulib/lib/dfa.c   return c->w[b / CHARCLASS_WORD_BITS] >> b % CHARCLASS_WORD_BITS & 1;
c                 745 maint/gnulib/lib/dfa.c setbit (unsigned int b, charclass *c)
c                 748 maint/gnulib/lib/dfa.c   c->w[b / CHARCLASS_WORD_BITS] |= one << b % CHARCLASS_WORD_BITS;
c                 752 maint/gnulib/lib/dfa.c clrbit (unsigned int b, charclass *c)
c                 755 maint/gnulib/lib/dfa.c   c->w[b / CHARCLASS_WORD_BITS] &= ~(one << b % CHARCLASS_WORD_BITS);
c                 831 maint/gnulib/lib/dfa.c unibyte_word_constituent (struct dfa const *dfa, unsigned char c)
c                 833 maint/gnulib/lib/dfa.c   return dfa->localeinfo.sbctowc[c] != WEOF && (isalnum (c) || (c) == '_');
c                 837 maint/gnulib/lib/dfa.c char_context (struct dfa const *dfa, unsigned char c)
c                 839 maint/gnulib/lib/dfa.c   if (c == dfa->syntax.eolbyte && !dfa->syntax.anchor)
c                 841 maint/gnulib/lib/dfa.c   if (unibyte_word_constituent (dfa, c))
c                 852 maint/gnulib/lib/dfa.c setbit_wc (wint_t wc, charclass *c)
c                 858 maint/gnulib/lib/dfa.c   setbit (b, c);
c                 865 maint/gnulib/lib/dfa.c setbit_case_fold_c (int b, charclass *c)
c                 870 maint/gnulib/lib/dfa.c       setbit (i, c);
c                 884 maint/gnulib/lib/dfa.c   int c = nbytes == 1 ? to_uchar (dfa->lex.ptr[0]) : EOF;
c                 887 maint/gnulib/lib/dfa.c   return c;
c                 957 maint/gnulib/lib/dfa.c   int c = bracket_fetch_wc (dfa);
c                 958 maint/gnulib/lib/dfa.c   bool invert = c == '^';
c                 961 maint/gnulib/lib/dfa.c       c = bracket_fetch_wc (dfa);
c                 967 maint/gnulib/lib/dfa.c   colon_warning_state = (c == ':');
c                 977 maint/gnulib/lib/dfa.c       if (c == '[')
c                 990 maint/gnulib/lib/dfa.c                   c = bracket_fetch_wc (dfa);
c                 992 maint/gnulib/lib/dfa.c                       || (c == c1 && dfa->lex.ptr[0] == ']'))
c                 995 maint/gnulib/lib/dfa.c                     str[len++] = c;
c                1003 maint/gnulib/lib/dfa.c               c = bracket_fetch_wc (dfa);
c                1041 maint/gnulib/lib/dfa.c       if (c == '\\'
c                1044 maint/gnulib/lib/dfa.c           c = bracket_fetch_wc (dfa);
c                1093 maint/gnulib/lib/dfa.c                       || (isasciidigit (c) & isasciidigit (c2)))
c                1095 maint/gnulib/lib/dfa.c                       for (int ci = c; ci <= c2; ci++)
c                1109 maint/gnulib/lib/dfa.c       colon_warning_state |= (c == ':') ? 2 : 4;
c                1113 maint/gnulib/lib/dfa.c           if (dfa->syntax.case_fold && isalpha (c))
c                1114 maint/gnulib/lib/dfa.c             setbit_case_fold_c (c, &ccl);
c                1116 maint/gnulib/lib/dfa.c             setbit (c, &ccl);
c                1140 maint/gnulib/lib/dfa.c   while ((wc = wc1, (c = c1) != ']'));
c                1202 maint/gnulib/lib/dfa.c       int c = fetch_wc (dfa);
c                1204 maint/gnulib/lib/dfa.c       switch (c)
c                1446 maint/gnulib/lib/dfa.c               if (c == 'S')
c                1460 maint/gnulib/lib/dfa.c             push_lex_state (dfa, &ls, &"^[:space:]]"[c == 's']);
c                1480 maint/gnulib/lib/dfa.c               if (c == 'W')
c                1494 maint/gnulib/lib/dfa.c             push_lex_state (dfa, &ls, &"^_[:alnum:]]"[c == 'w']);
c                1516 maint/gnulib/lib/dfa.c           if (dfa->syntax.case_fold && isalpha (c))
c                1520 maint/gnulib/lib/dfa.c               setbit_case_fold_c (c, &ccl);
c                1524 maint/gnulib/lib/dfa.c           return dfa->lex.lasttok = c;
c                1726 maint/gnulib/lib/dfa.c       charclass c = utf8_classes[0];
c                1728 maint/gnulib/lib/dfa.c         clrbit ('\n', &c);
c                1730 maint/gnulib/lib/dfa.c         clrbit ('\0', &c);
c                1731 maint/gnulib/lib/dfa.c       dfa->utf8_anychar_classes[0] = CSET + charclass_index (dfa, &c);
c                2080 maint/gnulib/lib/dfa.c         unsigned int c = ((i < s1->nelem && j < s2->nelem
c                2085 maint/gnulib/lib/dfa.c         m->elems[m->nelem++].constraint = s1->elems[i++].constraint | c;
c                2137 maint/gnulib/lib/dfa.c           unsigned int c = s->elems[mid].constraint;
c                2142 maint/gnulib/lib/dfa.c           return c;
c                2155 maint/gnulib/lib/dfa.c   unsigned int c = delete (del, dst) & constraint;
c                2157 maint/gnulib/lib/dfa.c   if (c)
c                2160 maint/gnulib/lib/dfa.c       merge_constrained (tmp, add, c, dst);
c                2219 maint/gnulib/lib/dfa.c       int c = d->constraints[s->elems[j].index];
c                2221 maint/gnulib/lib/dfa.c       if (c != 0)
c                2223 maint/gnulib/lib/dfa.c           if (succeeds_in_context (c, context, CTX_ANY))
c                2224 maint/gnulib/lib/dfa.c             constraint |= c;
c                2307 maint/gnulib/lib/dfa.c charclass_context (struct dfa const *dfa, charclass const *c)
c                2313 maint/gnulib/lib/dfa.c       if (c->w[j] & dfa->syntax.newline.w[j])
c                2315 maint/gnulib/lib/dfa.c       if (c->w[j] & dfa->syntax.letters.w[j])
c                2317 maint/gnulib/lib/dfa.c       if (c->w[j] & ~(dfa->syntax.letters.w[j] | dfa->syntax.newline.w[j]))
c                 200 maint/gnulib/lib/diffseq.h   OFFSET c;                     /* Cost. */
c                 207 maint/gnulib/lib/diffseq.h   for (c = 1;; ++c)
c                 295 maint/gnulib/lib/diffseq.h       if (200 < c && big_snake && heuristic)
c                 307 maint/gnulib/lib/diffseq.h                 if (v > 12 * (c + (dd < 0 ? -dd : dd)))
c                 346 maint/gnulib/lib/diffseq.h                 if (v > 12 * (c + (dd < 0 ? -dd : dd)))
c                 378 maint/gnulib/lib/diffseq.h       if (c >= ctxt->too_expensive)
c                  87 maint/gnulib/lib/error.c # define putc(c, fp) _IO_putc (c, fp)
c                 619 maint/gnulib/lib/exclude.c   int c;
c                 622 maint/gnulib/lib/exclude.c   while ((c = getc (fp)) != EOF)
c                 626 maint/gnulib/lib/exclude.c       buf[buf_count++] = c;
c                  61 maint/gnulib/lib/filevercmp.c order (unsigned char c)
c                  63 maint/gnulib/lib/filevercmp.c   if (c_isdigit (c))
c                  65 maint/gnulib/lib/filevercmp.c   else if (c_isalpha (c))
c                  66 maint/gnulib/lib/filevercmp.c     return c;
c                  67 maint/gnulib/lib/filevercmp.c   else if (c == '~')
c                  70 maint/gnulib/lib/filevercmp.c     return (int) c + UCHAR_MAX + 1;
c                 124 maint/gnulib/lib/fnmatch.c #define FOLD(c) ((flags & FNM_CASEFOLD) ? tolower (c) : (c))
c                 146 maint/gnulib/lib/fnmatch.c #define FOLD(c) ((flags & FNM_CASEFOLD) ? towlower (c) : (c))
c                  44 maint/gnulib/lib/fnmatch_loop.c   UCHAR c;
c                  55 maint/gnulib/lib/fnmatch_loop.c   while ((c = *p++) != L_('\0'))
c                  58 maint/gnulib/lib/fnmatch_loop.c       c = FOLD (c);
c                  60 maint/gnulib/lib/fnmatch_loop.c       switch (c)
c                  65 maint/gnulib/lib/fnmatch_loop.c               int res = EXT (c, p, n, string_end, no_leading_period,
c                  82 maint/gnulib/lib/fnmatch_loop.c               c = *p++;
c                  83 maint/gnulib/lib/fnmatch_loop.c               if (c == L_('\0'))
c                  86 maint/gnulib/lib/fnmatch_loop.c               c = FOLD (c);
c                  88 maint/gnulib/lib/fnmatch_loop.c           if (n == string_end || FOLD ((UCHAR) *n) != c)
c                  95 maint/gnulib/lib/fnmatch_loop.c               int res = EXT (c, p, n, string_end, no_leading_period,
c                 111 maint/gnulib/lib/fnmatch_loop.c           for (c = *p++; c == L_('?') || c == L_('*'); c = *p++)
c                 124 maint/gnulib/lib/fnmatch_loop.c               if (c == L_('?'))
c                 143 maint/gnulib/lib/fnmatch_loop.c           if (c == L_('\0'))
c                 175 maint/gnulib/lib/fnmatch_loop.c               if (c == L_('[')
c                 177 maint/gnulib/lib/fnmatch_loop.c                       && (c == L_('@') || c == L_('+') || c == L_('!'))
c                 188 maint/gnulib/lib/fnmatch_loop.c               else if (c == L_('/') && (flags & FNM_FILE_NAME))
c                 202 maint/gnulib/lib/fnmatch_loop.c                   if (c == L_('\\') && !(flags & FNM_NOESCAPE))
c                 203 maint/gnulib/lib/fnmatch_loop.c                     c = *p;
c                 204 maint/gnulib/lib/fnmatch_loop.c                   c = FOLD (c);
c                 206 maint/gnulib/lib/fnmatch_loop.c                     if (FOLD ((UCHAR) *n) == c
c                 256 maint/gnulib/lib/fnmatch_loop.c             c = *p++;
c                 259 maint/gnulib/lib/fnmatch_loop.c                 if (!(flags & FNM_NOESCAPE) && c == L_('\\'))
c                 263 maint/gnulib/lib/fnmatch_loop.c                     c = FOLD ((UCHAR) *p);
c                 268 maint/gnulib/lib/fnmatch_loop.c                 else if (c == L_('[') && *p == L_(':'))
c                 283 maint/gnulib/lib/fnmatch_loop.c                         c = *++p;
c                 284 maint/gnulib/lib/fnmatch_loop.c                         if (c == L_(':') && p[1] == L_(']'))
c                 289 maint/gnulib/lib/fnmatch_loop.c                         if (c < L_('a') || c >= L_('z'))
c                 294 maint/gnulib/lib/fnmatch_loop.c                             c = L_('[');
c                 297 maint/gnulib/lib/fnmatch_loop.c                         str[c1++] = c;
c                 316 maint/gnulib/lib/fnmatch_loop.c                     c = *p++;
c                 319 maint/gnulib/lib/fnmatch_loop.c                 else if (c == L_('[') && *p == L_('='))
c                 331 maint/gnulib/lib/fnmatch_loop.c                     c = *++p;
c                 332 maint/gnulib/lib/fnmatch_loop.c                     if (c == L_('\0'))
c                 335 maint/gnulib/lib/fnmatch_loop.c                         c = L_('[');
c                 338 maint/gnulib/lib/fnmatch_loop.c                     str = c;
c                 340 maint/gnulib/lib/fnmatch_loop.c                     c = *++p;
c                 341 maint/gnulib/lib/fnmatch_loop.c                     if (c != L_('=') || p[1] != L_(']'))
c                 344 maint/gnulib/lib/fnmatch_loop.c                         c = L_('[');
c                 420 maint/gnulib/lib/fnmatch_loop.c                     c = *p++;
c                 423 maint/gnulib/lib/fnmatch_loop.c                 else if (c == L_('\0'))
c                 428 maint/gnulib/lib/fnmatch_loop.c                     c = L_('[');
c                 438 maint/gnulib/lib/fnmatch_loop.c                     if (c == L_('[') && *p == L_('.'))
c                 447 maint/gnulib/lib/fnmatch_loop.c                             c = *++p;
c                 448 maint/gnulib/lib/fnmatch_loop.c                             if (c == L_('.') && p[1] == L_(']'))
c                 453 maint/gnulib/lib/fnmatch_loop.c                             if (c == '\0')
c                 475 maint/gnulib/lib/fnmatch_loop.c                             c = *p++;
c                 560 maint/gnulib/lib/fnmatch_loop.c                                 c = *p++;
c                 570 maint/gnulib/lib/fnmatch_loop.c                                 c = *p++;
c                 579 maint/gnulib/lib/fnmatch_loop.c                         c = FOLD (c);
c                 588 maint/gnulib/lib/fnmatch_loop.c                         if (!is_range && c == fn)
c                 596 maint/gnulib/lib/fnmatch_loop.c                         cold = c;
c                 597 maint/gnulib/lib/fnmatch_loop.c                         c = *p++;
c                 600 maint/gnulib/lib/fnmatch_loop.c                     if (c == L_('-') && *p != L_(']'))
c                 644 maint/gnulib/lib/fnmatch_loop.c                                 c = *++p;
c                 645 maint/gnulib/lib/fnmatch_loop.c                                 if (c == L_('.') && p[1] == L_(']'))
c                 650 maint/gnulib/lib/fnmatch_loop.c                                 if (c == '\0')
c                 740 maint/gnulib/lib/fnmatch_loop.c                                     c = *p++;
c                 812 maint/gnulib/lib/fnmatch_loop.c                         c = *p++;
c                 816 maint/gnulib/lib/fnmatch_loop.c                 if (c == L_(']'))
c                 826 maint/gnulib/lib/fnmatch_loop.c             while ((c = *p++) != L_(']'))
c                 828 maint/gnulib/lib/fnmatch_loop.c                 if (c == L_('\0'))
c                 832 maint/gnulib/lib/fnmatch_loop.c                 if (!(flags & FNM_NOESCAPE) && c == L_('\\'))
c                 839 maint/gnulib/lib/fnmatch_loop.c                 else if (c == L_('[') && *p == L_(':'))
c                 846 maint/gnulib/lib/fnmatch_loop.c                         c = *++p;
c                 853 maint/gnulib/lib/fnmatch_loop.c                         if (c < L_('a') || c >= L_('z'))
c                 861 maint/gnulib/lib/fnmatch_loop.c                 else if (c == L_('[') && *p == L_('='))
c                 863 maint/gnulib/lib/fnmatch_loop.c                     c = *++p;
c                 864 maint/gnulib/lib/fnmatch_loop.c                     if (c == L_('\0'))
c                 866 maint/gnulib/lib/fnmatch_loop.c                     c = *++p;
c                 867 maint/gnulib/lib/fnmatch_loop.c                     if (c != L_('=') || p[1] != L_(']'))
c                 871 maint/gnulib/lib/fnmatch_loop.c                 else if (c == L_('[') && *p == L_('.'))
c                 875 maint/gnulib/lib/fnmatch_loop.c                         c = *++p;
c                 876 maint/gnulib/lib/fnmatch_loop.c                         if (c == L_('\0'))
c                 879 maint/gnulib/lib/fnmatch_loop.c                         if (c == L_('.') && p[1] == L_(']'))
c                 895 maint/gnulib/lib/fnmatch_loop.c               int res = EXT (c, p, n, string_end, no_leading_period, flags,
c                 905 maint/gnulib/lib/fnmatch_loop.c               if (n == string_end || c != (UCHAR) *n)
c                 914 maint/gnulib/lib/fnmatch_loop.c           if (n == string_end || c != FOLD ((UCHAR) *n))
c                 264 maint/gnulib/lib/fts.c # define fd_ring_print(a, b, c)
c                  29 maint/gnulib/lib/gc-pbkdf2-sha1.c                 unsigned int c,
c                  32 maint/gnulib/lib/gc-pbkdf2-sha1.c   return gc_pbkdf2_hmac (GC_SHA1, P, Plen, S, Slen, c, DK, dkLen);
c                  33 maint/gnulib/lib/gc-pbkdf2.c                unsigned int c,
c                  47 maint/gnulib/lib/gc-pbkdf2.c   if (c == 0)
c                  69 maint/gnulib/lib/gc-pbkdf2.c       for (u = 1; u <= c; u++)
c                 105 maint/gnulib/lib/gc-pbkdf2.c                 unsigned int c, char *DK, size_t dkLen)
c                 137 maint/gnulib/lib/gc-pbkdf2.c   return gc_pbkdf2_prf (prf, hLen, P, Plen, S, Slen, c, DK, dkLen);
c                 188 maint/gnulib/lib/gc.h                 unsigned int c, char *restrict DK, size_t dkLen);
c                 193 maint/gnulib/lib/gc.h                 unsigned int c, char *restrict DK, size_t dkLen);
c                  43 maint/gnulib/lib/gcd.c   WORD_T c = a | b;
c                  44 maint/gnulib/lib/gcd.c   c = c ^ (c - 1);
c                  47 maint/gnulib/lib/gcd.c   if (a & c)
c                  49 maint/gnulib/lib/gcd.c       if (b & c)
c                  56 maint/gnulib/lib/gcd.c       if (b & c)
c                  73 maint/gnulib/lib/gcd.c           while ((a & c) == 0);
c                  81 maint/gnulib/lib/gcd.c           while ((b & c) == 0);
c                 128 maint/gnulib/lib/gen-uni-tables.c   int c;
c                 130 maint/gnulib/lib/gen-uni-tables.c   for (; (c = getc (stream)), (c != EOF && c != delim); )
c                 134 maint/gnulib/lib/gen-uni-tables.c       if (c == '\r')
c                 143 maint/gnulib/lib/gen-uni-tables.c       *buffer++ = c;
c                 146 maint/gnulib/lib/gen-uni-tables.c   if (c == EOF)
c                6200 maint/gnulib/lib/gen-uni-tables.c       int c;
c                6203 maint/gnulib/lib/gen-uni-tables.c       c = getc (stream);
c                6204 maint/gnulib/lib/gen-uni-tables.c       if (c == EOF)
c                6206 maint/gnulib/lib/gen-uni-tables.c       if (c == '#')
c                6208 maint/gnulib/lib/gen-uni-tables.c           do c = getc (stream); while (c != EOF && c != '\n');
c                6211 maint/gnulib/lib/gen-uni-tables.c       ungetc (c, stream);
c                7613 maint/gnulib/lib/gen-uni-tables.c       int c;
c                7617 maint/gnulib/lib/gen-uni-tables.c       c = getc (stream);
c                7618 maint/gnulib/lib/gen-uni-tables.c       if (c == EOF)
c                7620 maint/gnulib/lib/gen-uni-tables.c       if (c == '#')
c                7622 maint/gnulib/lib/gen-uni-tables.c           do c = getc (stream); while (c != EOF && c != '\n');
c                7625 maint/gnulib/lib/gen-uni-tables.c       ungetc (c, stream);
c                 254 maint/gnulib/lib/getaddrinfo.c           char *c;
c                 257 maint/gnulib/lib/getaddrinfo.c           port = strtoul (servname, &c, 10);
c                 258 maint/gnulib/lib/getaddrinfo.c           if (*c || port > 0xffff)
c                 651 maint/gnulib/lib/getloadavg.c       register unsigned int c, i;
c                 664 maint/gnulib/lib/getloadavg.c       c = 0;
c                 678 maint/gnulib/lib/getloadavg.c           c += stats.class_numcpus;
c                 680 maint/gnulib/lib/getloadavg.c       cpus = c;
c                 112 maint/gnulib/lib/getndelim2.c       int c IF_LINT (= 0);
c                 131 maint/gnulib/lib/getndelim2.c           c = getc (stream);
c                 132 maint/gnulib/lib/getndelim2.c           if (c == EOF)
c                 140 maint/gnulib/lib/getndelim2.c           if (c == delim1 || c == delim2)
c                 192 maint/gnulib/lib/getndelim2.c             *read_pos = c;
c                 611 maint/gnulib/lib/getopt.c     char c = *d->__nextchar++;
c                 612 maint/gnulib/lib/getopt.c     const char *temp = strchr (optstring, c);
c                 618 maint/gnulib/lib/getopt.c     if (temp == NULL || c == ':' || c == ';')
c                 621 maint/gnulib/lib/getopt.c 	  fprintf (stderr, _("%s: invalid option -- '%c'\n"), argv[0], c);
c                 622 maint/gnulib/lib/getopt.c 	d->optopt = c;
c                 637 maint/gnulib/lib/getopt.c 		       argv[0], c);
c                 639 maint/gnulib/lib/getopt.c 	    d->optopt = c;
c                 641 maint/gnulib/lib/getopt.c 	      c = ':';
c                 643 maint/gnulib/lib/getopt.c 	      c = '?';
c                 644 maint/gnulib/lib/getopt.c 	    return c;
c                 683 maint/gnulib/lib/getopt.c 			   argv[0], c);
c                 685 maint/gnulib/lib/getopt.c 		d->optopt = c;
c                 687 maint/gnulib/lib/getopt.c 		  c = ':';
c                 689 maint/gnulib/lib/getopt.c 		  c = '?';
c                 698 maint/gnulib/lib/getopt.c     return c;
c                 751 maint/gnulib/lib/getopt.c   int c;
c                 758 maint/gnulib/lib/getopt.c       c = getopt (argc, argv, "abc:d:0123456789");
c                 759 maint/gnulib/lib/getopt.c       if (c == -1)
c                 762 maint/gnulib/lib/getopt.c       switch (c)
c                 777 maint/gnulib/lib/getopt.c 	  printf ("option %c\n", c);
c                 796 maint/gnulib/lib/getopt.c 	  printf ("?? getopt returned character code 0%o ??\n", c);
c                  76 maint/gnulib/lib/getopt1.c   int c;
c                  94 maint/gnulib/lib/getopt1.c       c = getopt_long (argc, argv, "abc:d:0123456789",
c                  96 maint/gnulib/lib/getopt1.c       if (c == -1)
c                  99 maint/gnulib/lib/getopt1.c       switch (c)
c                 121 maint/gnulib/lib/getopt1.c 	  printf ("option %c\n", c);
c                 144 maint/gnulib/lib/getopt1.c 	  printf ("?? getopt returned character code 0%o ??\n", c);
c                  66 maint/gnulib/lib/getpass.c #   define putc_unlocked(c,stream) putc (c, stream)
c                 201 maint/gnulib/lib/getpass.c   int c;
c                 211 maint/gnulib/lib/getpass.c       c = _getch ();
c                 212 maint/gnulib/lib/getpass.c       if (c == '\r')
c                 219 maint/gnulib/lib/getpass.c           getpassbuf[i++] = c;
c                 143 maint/gnulib/lib/getusershell.c   int c;
c                 147 maint/gnulib/lib/getusershell.c   while ((c = getc (stream)) != EOF && isspace (c))
c                 154 maint/gnulib/lib/getusershell.c       if (c == EOF || isspace (c))
c                 156 maint/gnulib/lib/getusershell.c       (*name)[name_index++] = c;
c                 157 maint/gnulib/lib/getusershell.c       c = getc (stream);
c                 944 maint/gnulib/lib/git-merge-changelog.c conflict_write (FILE *fp, struct conflict *c)
c                 952 maint/gnulib/lib/git-merge-changelog.c   for (i = 0; i < c->num_old_entries; i++)
c                 953 maint/gnulib/lib/git-merge-changelog.c     entry_write (fp, c->old_entries[i]);
c                 955 maint/gnulib/lib/git-merge-changelog.c   for (i = 0; i < c->num_modified_entries; i++)
c                 956 maint/gnulib/lib/git-merge-changelog.c     entry_write (fp, c->modified_entries[i]);
c                1283 maint/gnulib/lib/git-merge-changelog.c                       struct conflict *c = XMALLOC (struct conflict);
c                1285 maint/gnulib/lib/git-merge-changelog.c                       c->num_old_entries = 0;
c                1286 maint/gnulib/lib/git-merge-changelog.c                       c->old_entries = NULL;
c                1287 maint/gnulib/lib/git-merge-changelog.c                       c->num_modified_entries = edit->j2 - edit->j1 + 1;
c                1288 maint/gnulib/lib/git-merge-changelog.c                       c->modified_entries =
c                1289 maint/gnulib/lib/git-merge-changelog.c                         XNMALLOC (c->num_modified_entries, struct entry *);
c                1291 maint/gnulib/lib/git-merge-changelog.c                         c->modified_entries[j - edit->j1] = modified_file.entries[j];
c                1292 maint/gnulib/lib/git-merge-changelog.c                       gl_list_add_last (result_conflicts, c);
c                1318 maint/gnulib/lib/git-merge-changelog.c                         struct conflict *c = XMALLOC (struct conflict);
c                1319 maint/gnulib/lib/git-merge-changelog.c                         c->num_old_entries = 1;
c                1320 maint/gnulib/lib/git-merge-changelog.c                         c->old_entries =
c                1321 maint/gnulib/lib/git-merge-changelog.c                           XNMALLOC (c->num_old_entries, struct entry *);
c                1322 maint/gnulib/lib/git-merge-changelog.c                         c->old_entries[0] = removed_entry;
c                1323 maint/gnulib/lib/git-merge-changelog.c                         c->num_modified_entries = 0;
c                1324 maint/gnulib/lib/git-merge-changelog.c                         c->modified_entries = NULL;
c                1325 maint/gnulib/lib/git-merge-changelog.c                         gl_list_add_last (result_conflicts, c);
c                1409 maint/gnulib/lib/git-merge-changelog.c                                     struct conflict *c = XMALLOC (struct conflict);
c                1410 maint/gnulib/lib/git-merge-changelog.c                                     c->num_old_entries = 1;
c                1411 maint/gnulib/lib/git-merge-changelog.c                                     c->old_entries =
c                1412 maint/gnulib/lib/git-merge-changelog.c                                       XNMALLOC (c->num_old_entries, struct entry *);
c                1413 maint/gnulib/lib/git-merge-changelog.c                                     c->old_entries[0] = ancestor_file.entries[i];
c                1414 maint/gnulib/lib/git-merge-changelog.c                                     c->num_modified_entries = 1;
c                1415 maint/gnulib/lib/git-merge-changelog.c                                     c->modified_entries =
c                1416 maint/gnulib/lib/git-merge-changelog.c                                       XNMALLOC (c->num_modified_entries, struct entry *);
c                1417 maint/gnulib/lib/git-merge-changelog.c                                     c->modified_entries[0] = changed_entry;
c                1418 maint/gnulib/lib/git-merge-changelog.c                                     gl_list_add_last (result_conflicts, c);
c                1488 maint/gnulib/lib/git-merge-changelog.c                                     struct conflict *c;
c                1491 maint/gnulib/lib/git-merge-changelog.c                                     c = XMALLOC (struct conflict);
c                1492 maint/gnulib/lib/git-merge-changelog.c                                     c->num_old_entries = 1;
c                1493 maint/gnulib/lib/git-merge-changelog.c                                     c->old_entries =
c                1494 maint/gnulib/lib/git-merge-changelog.c                                       XNMALLOC (c->num_old_entries, struct entry *);
c                1495 maint/gnulib/lib/git-merge-changelog.c                                     c->old_entries[0] = ancestor_file.entries[i];
c                1496 maint/gnulib/lib/git-merge-changelog.c                                     c->num_modified_entries = 1;
c                1497 maint/gnulib/lib/git-merge-changelog.c                                     c->modified_entries =
c                1498 maint/gnulib/lib/git-merge-changelog.c                                       XNMALLOC (c->num_modified_entries, struct entry *);
c                1499 maint/gnulib/lib/git-merge-changelog.c                                     c->modified_entries[0] = changed_entry;
c                1500 maint/gnulib/lib/git-merge-changelog.c                                     gl_list_add_last (result_conflicts, c);
c                1553 maint/gnulib/lib/git-merge-changelog.c                                         struct conflict *c;
c                1556 maint/gnulib/lib/git-merge-changelog.c                                         c = XMALLOC (struct conflict);
c                1557 maint/gnulib/lib/git-merge-changelog.c                                         c->num_old_entries = 1;
c                1558 maint/gnulib/lib/git-merge-changelog.c                                         c->old_entries =
c                1559 maint/gnulib/lib/git-merge-changelog.c                                           XNMALLOC (c->num_old_entries, struct entry *);
c                1560 maint/gnulib/lib/git-merge-changelog.c                                         c->old_entries[0] = ancestor_file.entries[i];
c                1561 maint/gnulib/lib/git-merge-changelog.c                                         c->num_modified_entries = 1;
c                1562 maint/gnulib/lib/git-merge-changelog.c                                         c->modified_entries =
c                1563 maint/gnulib/lib/git-merge-changelog.c                                           XNMALLOC (c->num_modified_entries, struct entry *);
c                1564 maint/gnulib/lib/git-merge-changelog.c                                         c->modified_entries[0] = changed_entry;
c                1565 maint/gnulib/lib/git-merge-changelog.c                                         gl_list_add_last (result_conflicts, c);
c                1626 maint/gnulib/lib/git-merge-changelog.c                     struct conflict *c = XMALLOC (struct conflict);
c                1628 maint/gnulib/lib/git-merge-changelog.c                     c->num_old_entries = edit->i2 - edit->i1 + 1;
c                1629 maint/gnulib/lib/git-merge-changelog.c                     c->old_entries =
c                1630 maint/gnulib/lib/git-merge-changelog.c                       XNMALLOC (c->num_old_entries, struct entry *);
c                1632 maint/gnulib/lib/git-merge-changelog.c                       c->old_entries[i - edit->i1] = ancestor_file.entries[i];
c                1633 maint/gnulib/lib/git-merge-changelog.c                     c->num_modified_entries = edit->j2 - edit->j1 + 1;
c                1634 maint/gnulib/lib/git-merge-changelog.c                     c->modified_entries =
c                1635 maint/gnulib/lib/git-merge-changelog.c                       XNMALLOC (c->num_modified_entries, struct entry *);
c                1637 maint/gnulib/lib/git-merge-changelog.c                       c->modified_entries[j - edit->j1] = modified_file.entries[j];
c                1638 maint/gnulib/lib/git-merge-changelog.c                     gl_list_add_last (result_conflicts, c);
c                  24 maint/gnulib/lib/isblank.c isblank (int c)
c                  32 maint/gnulib/lib/isblank.c   return (c == ' ' || c == '\t');
c                1426 maint/gnulib/lib/javacomp.c           char c[3];
c                1429 maint/gnulib/lib/javacomp.c           while (safe_read (fd[0], &c[count], 1) > 0)
c                1431 maint/gnulib/lib/javacomp.c               if (c[count] == '\n')
c                1435 maint/gnulib/lib/javacomp.c                   if (!(c[0] >= '0' && c[0] <= '9'))
c                1437 maint/gnulib/lib/javacomp.c                   gcj_present = (c[0] >= '3');
c                1442 maint/gnulib/lib/javacomp.c                   if (c[0] == '3' && c[1] == '.'
c                1443 maint/gnulib/lib/javacomp.c                       && (c[2] == '0' || c[2] == '1'))
c                1448 maint/gnulib/lib/javacomp.c           while (safe_read (fd[0], &c[0], 1) > 0)
c                1542 maint/gnulib/lib/javacomp.c           char c[3];
c                1545 maint/gnulib/lib/javacomp.c           while (safe_read (fd[0], &c[count], 1) > 0)
c                1547 maint/gnulib/lib/javacomp.c               if (c[count] == '\n')
c                1551 maint/gnulib/lib/javacomp.c                   if (!(c[0] >= '0' && c[0] <= '9'))
c                1553 maint/gnulib/lib/javacomp.c                   gcj_43 = (c[0] >= '4');
c                1558 maint/gnulib/lib/javacomp.c                   if (c[0] == '4' && c[1] == '.' && c[2] >= '0' && c[2] <= '2')
c                1563 maint/gnulib/lib/javacomp.c           while (safe_read (fd[0], &c[0], 1) > 0)
c                  62 maint/gnulib/lib/linebuffer.c   int c;
c                  72 maint/gnulib/lib/linebuffer.c       c = getc (stream);
c                  73 maint/gnulib/lib/linebuffer.c       if (c == EOF)
c                  79 maint/gnulib/lib/linebuffer.c           c = delimiter;
c                  89 maint/gnulib/lib/linebuffer.c       *p++ = c;
c                  91 maint/gnulib/lib/linebuffer.c   while (c != delimiter);
c                  97 maint/gnulib/lib/localeinfo.c       char c = i;
c                 101 maint/gnulib/lib/localeinfo.c       size_t len = mbrtowc (&wc, &c, 1, &s);
c                 134 maint/gnulib/lib/localeinfo.c case_folded_counterparts (wint_t c, wchar_t folded[CASE_FOLDED_BUFSIZE])
c                 138 maint/gnulib/lib/localeinfo.c   wint_t uc = towupper (c);
c                 140 maint/gnulib/lib/localeinfo.c   if (uc != c)
c                 142 maint/gnulib/lib/localeinfo.c   if (lc != uc && lc != c && towupper (lc) == uc)
c                 147 maint/gnulib/lib/localeinfo.c       if (li != lc && li != uc && li != c && towupper (li) == uc)
c                  53 maint/gnulib/lib/long-options.c   int c;
c                  62 maint/gnulib/lib/long-options.c       && (c = getopt_long (argc, argv, "+", long_options, NULL)) != -1)
c                  64 maint/gnulib/lib/long-options.c       switch (c)
c                 107 maint/gnulib/lib/long-options.c   int c;
c                 115 maint/gnulib/lib/long-options.c   if ((c = getopt_long (argc, argv, optstring, long_options, NULL)) != -1)
c                 117 maint/gnulib/lib/long-options.c       switch (c)
c                 309 maint/gnulib/lib/mbchar.h is_basic (char c)
c                 311 maint/gnulib/lib/mbchar.h   return (is_basic_table [(unsigned char) c >> 5] >> ((unsigned char) c & 31))
c                 318 maint/gnulib/lib/mbchar.h is_basic (char c)
c                 320 maint/gnulib/lib/mbchar.h   switch (c)
c                  97 maint/gnulib/lib/mbfile.h       int c = getc (mbf->fp);
c                  98 maint/gnulib/lib/mbfile.h       if (c == EOF)
c                 103 maint/gnulib/lib/mbfile.h       mbf->buf[0] = (unsigned char) c;
c                 163 maint/gnulib/lib/mbfile.h               int c = getc (mbf->fp);
c                 164 maint/gnulib/lib/mbfile.h               if (c == EOF)
c                 172 maint/gnulib/lib/mbfile.h               mbf->buf[mbf->bufcount] = (unsigned char) c;
c                  23 maint/gnulib/lib/mbrtowc-impl-utf8.h         unsigned char c = (unsigned char) p[0];
c                  25 maint/gnulib/lib/mbrtowc-impl-utf8.h         if (c < 0x80)
c                  28 maint/gnulib/lib/mbrtowc-impl-utf8.h               *pwc = c;
c                  29 maint/gnulib/lib/mbrtowc-impl-utf8.h             res = (c == 0 ? 0 : 1);
c                  32 maint/gnulib/lib/mbrtowc-impl-utf8.h         if (c >= 0xc2)
c                  34 maint/gnulib/lib/mbrtowc-impl-utf8.h             if (c < 0xe0)
c                  45 maint/gnulib/lib/mbrtowc-impl-utf8.h                           *pwc = ((unsigned int) (c & 0x1f) << 6)
c                  52 maint/gnulib/lib/mbrtowc-impl-utf8.h             else if (c < 0xf0)
c                  61 maint/gnulib/lib/mbrtowc-impl-utf8.h                         && (c >= 0xe1 || c2 >= 0xa0)
c                  62 maint/gnulib/lib/mbrtowc-impl-utf8.h                         && (c != 0xed || c2 < 0xa0))
c                  73 maint/gnulib/lib/mbrtowc-impl-utf8.h                                   (((unsigned int) (c & 0x0f) << 12)
c                  89 maint/gnulib/lib/mbrtowc-impl-utf8.h             else if (c <= 0xf4)
c                  98 maint/gnulib/lib/mbrtowc-impl-utf8.h                         && (c >= 0xf1 || c2 >= 0x90)
c                  99 maint/gnulib/lib/mbrtowc-impl-utf8.h                         && (c < 0xf4 || (/* c == 0xf4 && */ c2 < 0x90)))
c                 118 maint/gnulib/lib/mbrtowc-impl-utf8.h                                           (((unsigned int) (c & 0x07) << 18)
c                 128 maint/gnulib/lib/mbrtowc-impl.h                   unsigned char c = (unsigned char) p[0];
c                 130 maint/gnulib/lib/mbrtowc-impl.h                   if ((c >= 0xa1 && c < 0xff) || c == 0x8e || c == 0x8f)
c                 135 maint/gnulib/lib/mbrtowc-impl.h                   unsigned char c = (unsigned char) p[0];
c                 137 maint/gnulib/lib/mbrtowc-impl.h                   if (c == 0x8f)
c                 152 maint/gnulib/lib/mbrtowc-impl.h                   unsigned char c = (unsigned char) p[0];
c                 154 maint/gnulib/lib/mbrtowc-impl.h                   if (c >= 0xa1 && c < 0xff)
c                 164 maint/gnulib/lib/mbrtowc-impl.h                   unsigned char c = (unsigned char) p[0];
c                 166 maint/gnulib/lib/mbrtowc-impl.h                   if ((c >= 0xa1 && c < 0xff) || c == 0x8e)
c                 171 maint/gnulib/lib/mbrtowc-impl.h                   unsigned char c = (unsigned char) p[0];
c                 173 maint/gnulib/lib/mbrtowc-impl.h                   if (c == 0x8e)
c                 183 maint/gnulib/lib/mbrtowc-impl.h                   unsigned char c = (unsigned char) p[0];
c                 185 maint/gnulib/lib/mbrtowc-impl.h                   if ((c >= 0x90 && c <= 0xe3) || (c >= 0xf8 && c <= 0xfe))
c                 190 maint/gnulib/lib/mbrtowc-impl.h                   unsigned char c = (unsigned char) p[0];
c                 192 maint/gnulib/lib/mbrtowc-impl.h                   if (c >= 0x90 && c <= 0xe3)
c                 217 maint/gnulib/lib/mbrtowc-impl.h                   unsigned char c = (unsigned char) p[0];
c                 219 maint/gnulib/lib/mbrtowc-impl.h                   if ((c >= 0x81 && c <= 0x9f) || (c >= 0xe0 && c <= 0xea)
c                 220 maint/gnulib/lib/mbrtowc-impl.h                       || (c >= 0xf0 && c <= 0xf9))
c                  35 maint/gnulib/lib/mbscasestr.c #define CANON_ELEMENT(c) TOLOWER (c)
c                 152 maint/gnulib/lib/mbscasestr.c         mbchar_t c;
c                 154 maint/gnulib/lib/mbscasestr.c         mb_copy (&c, &mbui_cur (phaystack));
c                 155 maint/gnulib/lib/mbscasestr.c         if (c.wc_valid)
c                 156 maint/gnulib/lib/mbscasestr.c           c.wc = towlower (c.wc);
c                 157 maint/gnulib/lib/mbscasestr.c         if (mb_equal (needle_mbchars[j], c))
c                 246 maint/gnulib/lib/mbscasestr.c               mbchar_t c;
c                 281 maint/gnulib/lib/mbscasestr.c               mb_copy (&c, &mbui_cur (iter_haystack));
c                 282 maint/gnulib/lib/mbscasestr.c               if (c.wc_valid)
c                 283 maint/gnulib/lib/mbscasestr.c                 c.wc = towlower (c.wc);
c                 284 maint/gnulib/lib/mbscasestr.c               if (mb_equal (c, b))
c                  28 maint/gnulib/lib/mbschr.c mbschr (const char *string, int c)
c                  34 maint/gnulib/lib/mbschr.c       && (unsigned char) c >= 0x30)
c                  43 maint/gnulib/lib/mbschr.c               && (unsigned char) * mbui_cur_ptr (iter) == (unsigned char) c)
c                  51 maint/gnulib/lib/mbschr.c     return strchr (string, c);
c                  28 maint/gnulib/lib/mbsrchr.c mbsrchr (const char *string, int c)
c                  34 maint/gnulib/lib/mbsrchr.c       && (unsigned char) c >= 0x30)
c                  42 maint/gnulib/lib/mbsrchr.c               && (unsigned char) * mbui_cur_ptr (iter) == (unsigned char) c)
c                  48 maint/gnulib/lib/mbsrchr.c     return strrchr (string, c);
c                  32 maint/gnulib/lib/mbsstr.c #define CANON_ELEMENT(c) c
c                 169 maint/gnulib/lib/mbswidth.c       unsigned char c = (unsigned char) *p++;
c                 171 maint/gnulib/lib/mbswidth.c       if (isprint (c))
c                 179 maint/gnulib/lib/mbswidth.c           if (!iscntrl (c))
c                 204 maint/gnulib/lib/md4.c #define R1(a,b,c,d,k,s) a=rol(a+F(b,c,d)+x[k],s);
c                 205 maint/gnulib/lib/md4.c #define R2(a,b,c,d,k,s) a=rol(a+G(b,c,d)+x[k]+K1,s);
c                 206 maint/gnulib/lib/md4.c #define R3(a,b,c,d,k,s) a=rol(a+H(b,c,d)+x[k]+K2,s);
c                 221 maint/gnulib/lib/md5.c #define FF(b, c, d) (d ^ (b & (c ^ d)))
c                 222 maint/gnulib/lib/md5.c #define FG(b, c, d) FF (d, b, c)
c                 223 maint/gnulib/lib/md5.c #define FH(b, c, d) (b ^ c ^ d)
c                 224 maint/gnulib/lib/md5.c #define FI(b, c, d) (c ^ (b | ~d))
c                 265 maint/gnulib/lib/md5.c #define OP(a, b, c, d, s, T)                                            \
c                 268 maint/gnulib/lib/md5.c           a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T;             \
c                 311 maint/gnulib/lib/md5.c #define OP(f, a, b, c, d, k, s, T)                                      \
c                 314 maint/gnulib/lib/md5.c           a += f (b, c, d) + correct_words[k] + T;                      \
c                  72 maint/gnulib/lib/memchr.c   unsigned reg_char c;
c                  74 maint/gnulib/lib/memchr.c   c = (unsigned char) c_in;
c                  81 maint/gnulib/lib/memchr.c     if (*char_ptr == c)
c                  93 maint/gnulib/lib/memchr.c   repeated_c = c | (c << 8);
c                 164 maint/gnulib/lib/memchr.c       if (*char_ptr == c)
c                  59 maint/gnulib/lib/memrchr.c   unsigned reg_char c;
c                  61 maint/gnulib/lib/memrchr.c   c = (unsigned char) c_in;
c                  68 maint/gnulib/lib/memrchr.c     if (*--char_ptr == c)
c                  80 maint/gnulib/lib/memrchr.c   repeated_c = c | (c << 8);
c                 153 maint/gnulib/lib/memrchr.c       if (*--char_ptr == c)
c                  22 maint/gnulib/lib/memset.c memset (void *str, int c, size_t len)
c                  27 maint/gnulib/lib/memset.c     *st++ = c;
c                1607 maint/gnulib/lib/mini-gmp.c   unsigned long c = -LONG_MAX - LONG_MIN;
c                1611 maint/gnulib/lib/mini-gmp.c     return -(long) c - (long) ((r - c) & LONG_MAX);
c                2768 maint/gnulib/lib/mini-gmp.c 	int c;
c                2771 maint/gnulib/lib/mini-gmp.c 	c = mpz_cmp (tu, tv);
c                2772 maint/gnulib/lib/mini-gmp.c 	if (c == 0)
c                2777 maint/gnulib/lib/mini-gmp.c 	if (c < 0)
c                2892 maint/gnulib/lib/mini-gmp.c 	  int c;
c                2893 maint/gnulib/lib/mini-gmp.c 	  c = mpz_cmp (tu, tv);
c                2894 maint/gnulib/lib/mini-gmp.c 	  if (c == 0)
c                2897 maint/gnulib/lib/mini-gmp.c 	  if (c < 0)
c                3381 maint/gnulib/lib/mini-gmp.c   int c, bit = 0;
c                3391 maint/gnulib/lib/mini-gmp.c   gmp_ctz(c, a);
c                3396 maint/gnulib/lib/mini-gmp.c       a >>= c;
c                3398 maint/gnulib/lib/mini-gmp.c       bit ^= c & (b ^ (b >> 1));
c                3413 maint/gnulib/lib/mini-gmp.c       gmp_ctz(c, a);
c                3414 maint/gnulib/lib/mini-gmp.c       ++c;
c                4018 maint/gnulib/lib/mini-gmp.c   unsigned c;
c                4022 maint/gnulib/lib/mini-gmp.c   for (c = 0; x > 0;)
c                4028 maint/gnulib/lib/mini-gmp.c       c += w;
c                4034 maint/gnulib/lib/mini-gmp.c   return c;
c                4041 maint/gnulib/lib/mini-gmp.c   mp_bitcnt_t c;
c                4043 maint/gnulib/lib/mini-gmp.c   for (c = 0, i = 0; i < n; i++)
c                4044 maint/gnulib/lib/mini-gmp.c     c += gmp_popcount_limb (p[i]);
c                4046 maint/gnulib/lib/mini-gmp.c   return c;
c                4068 maint/gnulib/lib/mini-gmp.c   mp_bitcnt_t c;
c                4090 maint/gnulib/lib/mini-gmp.c   for (i = 0, c = 0; i < vn; i++)
c                4098 maint/gnulib/lib/mini-gmp.c       c += gmp_popcount_limb (ul ^ vl);
c                4107 maint/gnulib/lib/mini-gmp.c       c += gmp_popcount_limb (ul ^ comp);
c                4110 maint/gnulib/lib/mini-gmp.c   return c;
c                  79 maint/gnulib/lib/mkancesdirs.c   char c;
c                  88 maint/gnulib/lib/mkancesdirs.c   while ((c = *p++))
c                  91 maint/gnulib/lib/mkancesdirs.c         if (! ISSLASH (c))
c                  94 maint/gnulib/lib/mkancesdirs.c     else if (ISSLASH (c) && *p && sep)
c                 185 maint/gnulib/lib/nstrftime.c #define add1(c) width_add1 (width, c)
c                 187 maint/gnulib/lib/nstrftime.c # define width_add1(width, c) width_add (width, 1, fputc (c, p))
c                 189 maint/gnulib/lib/nstrftime.c # define width_add1(width, c) width_add (width, 1, *p = c)
c                  94 maint/gnulib/lib/pagealign_alloc.c   memnode_t *c;
c                  97 maint/gnulib/lib/pagealign_alloc.c   for (c = *p_next; c != NULL; p_next = &c->next, c = c->next)
c                  98 maint/gnulib/lib/pagealign_alloc.c     if (c->aligned_ptr == aligned_ptr)
c                 101 maint/gnulib/lib/pagealign_alloc.c   if (c == NULL)
c                 107 maint/gnulib/lib/pagealign_alloc.c   *p_next = c->next;
c                 108 maint/gnulib/lib/pagealign_alloc.c   ret = c->info;
c                 109 maint/gnulib/lib/pagealign_alloc.c   free (c);
c                1416 maint/gnulib/lib/parse-datetime.y   unsigned char c;
c                1420 maint/gnulib/lib/parse-datetime.y       while (c = *pc->input, c_isspace (c))
c                1423 maint/gnulib/lib/parse-datetime.y       if (c_isdigit (c) || c == '-' || c == '+')
c                1427 maint/gnulib/lib/parse-datetime.y           if (c == '-' || c == '+')
c                1429 maint/gnulib/lib/parse-datetime.y               sign = c == '-' ? -1 : 1;
c                1430 maint/gnulib/lib/parse-datetime.y               while (c = *(pc->input = ++p), c_isspace (c))
c                1432 maint/gnulib/lib/parse-datetime.y               if (! c_isdigit (c))
c                1444 maint/gnulib/lib/parse-datetime.y               if (INT_ADD_WRAPV (value, sign < 0 ? '0' - c : c - '0', &value))
c                1446 maint/gnulib/lib/parse-datetime.y               c = *++p;
c                1448 maint/gnulib/lib/parse-datetime.y           while (c_isdigit (c));
c                1450 maint/gnulib/lib/parse-datetime.y           if ((c == '.' || c == ',') && c_isdigit (p[1]))
c                1501 maint/gnulib/lib/parse-datetime.y       if (c_isalpha (c))
c                1510 maint/gnulib/lib/parse-datetime.y                 *p++ = c;
c                1511 maint/gnulib/lib/parse-datetime.y               c = *++pc->input;
c                1513 maint/gnulib/lib/parse-datetime.y           while (c_isalpha (c) || c == '.');
c                1527 maint/gnulib/lib/parse-datetime.y       if (c != '(')
c                1533 maint/gnulib/lib/parse-datetime.y           c = *pc->input++;
c                1534 maint/gnulib/lib/parse-datetime.y           if (c == '\0')
c                1535 maint/gnulib/lib/parse-datetime.y             return c;
c                1536 maint/gnulib/lib/parse-datetime.y           if (c == '(')
c                1538 maint/gnulib/lib/parse-datetime.y           else if (c == ')')
c                1738 maint/gnulib/lib/parse-datetime.y   unsigned char c;
c                1739 maint/gnulib/lib/parse-datetime.y   while (c = *p, c_isspace (c))
c                1785 maint/gnulib/lib/parse-datetime.y             while (c = *p, c_isspace (c))
c                 127 maint/gnulib/lib/printf-parse.c       CHAR_T c = *cp++;
c                 128 maint/gnulib/lib/printf-parse.c       if (c == '%')
c                 437 maint/gnulib/lib/printf-parse.c               c = *cp++;
c                 438 maint/gnulib/lib/printf-parse.c               switch (c)
c                 492 maint/gnulib/lib/printf-parse.c                   c = 'c';
c                 508 maint/gnulib/lib/printf-parse.c                   c = 's';
c                 562 maint/gnulib/lib/printf-parse.c             dp->conversion = c;
c                 589 maint/gnulib/lib/printf-parse.c       else if (!c_isascii (c))
c                 248 maint/gnulib/lib/qsort.c                 char c = *trav;
c                 253 maint/gnulib/lib/qsort.c                 *hi = c;
c                 145 maint/gnulib/lib/quotearg.c set_char_quoting (struct quoting_options *o, char c, int i)
c                 147 maint/gnulib/lib/quotearg.c   unsigned char uc = c;
c                 268 maint/gnulib/lib/quotearg.c #define STORE(c) \
c                 272 maint/gnulib/lib/quotearg.c           buffer[len] = (c); \
c                 395 maint/gnulib/lib/quotearg.c       unsigned char c;
c                 417 maint/gnulib/lib/quotearg.c       c = arg[i];
c                 418 maint/gnulib/lib/quotearg.c       switch (c)
c                 436 maint/gnulib/lib/quotearg.c               c = '0';
c                 466 maint/gnulib/lib/quotearg.c                     c = arg[i + 2];
c                 491 maint/gnulib/lib/quotearg.c         case '\\': esc = c;
c                 513 maint/gnulib/lib/quotearg.c               c = esc;
c                 610 maint/gnulib/lib/quotearg.c                 printable = isprint (c) != 0;
c                 684 maint/gnulib/lib/quotearg.c                         STORE ('0' + (c >> 6));
c                 685 maint/gnulib/lib/quotearg.c                         STORE ('0' + ((c >> 3) & 7));
c                 686 maint/gnulib/lib/quotearg.c                         c = '0' + (c & 7);
c                 696 maint/gnulib/lib/quotearg.c                     STORE (c);
c                 697 maint/gnulib/lib/quotearg.c                     c = arg[++i];
c                 708 maint/gnulib/lib/quotearg.c              && quote_these_too[c / INT_BITS] >> (c % INT_BITS) & 1)
c                 717 maint/gnulib/lib/quotearg.c       STORE (c);
c                 296 maint/gnulib/lib/quotearg.h int set_char_quoting (struct quoting_options *o, char c, int i);
c                  42 maint/gnulib/lib/rawmemchr.c   unsigned char c = c_in;
c                  49 maint/gnulib/lib/rawmemchr.c     if (*char_ptr == c)
c                  58 maint/gnulib/lib/rawmemchr.c   longword repeated_c = repeated_one * c;
c                 120 maint/gnulib/lib/rawmemchr.c   while (*char_ptr != c)
c                  85 maint/gnulib/lib/readtokens.c   int c;
c                  97 maint/gnulib/lib/readtokens.c   for (c = getc (stream); c >= 0 && get_nth_bit (c, isdelim); c = getc (stream))
c                 107 maint/gnulib/lib/readtokens.c       if (c < 0 && i == 0)
c                 113 maint/gnulib/lib/readtokens.c       if (c < 0)
c                 118 maint/gnulib/lib/readtokens.c       if (get_nth_bit (c, isdelim))
c                 123 maint/gnulib/lib/readtokens.c       p[i++] = c;
c                 124 maint/gnulib/lib/readtokens.c       c = getc (stream);
c                  71 maint/gnulib/lib/readtokens0.c       int c = fgetc (in);
c                  72 maint/gnulib/lib/readtokens0.c       if (c == EOF)
c                  87 maint/gnulib/lib/readtokens0.c       obstack_1grow (&t->o_data, c);
c                  88 maint/gnulib/lib/readtokens0.c       if (c == '\0')
c                 294 maint/gnulib/lib/regcomp.c 	  re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
c                 303 maint/gnulib/lib/regcomp.c 	      *p++ = dfa->nodes[node].opr.c;
c                 307 maint/gnulib/lib/regcomp.c 		*p++ = dfa->nodes[node].opr.c;
c                 362 maint/gnulib/lib/regcomp.c 	      unsigned char c = 0;
c                 367 maint/gnulib/lib/regcomp.c 		  if (__mbrtowc (NULL, (char *) &c, 1, &mbs) == (size_t) -2)
c                 368 maint/gnulib/lib/regcomp.c 		    re_set_fastmap (fastmap, false, (int) c);
c                 370 maint/gnulib/lib/regcomp.c 	      while (++c != 0);
c                1057 maint/gnulib/lib/regcomp.c 	if (dfa->nodes[node].opr.c >= ASCII_CHARS)
c                1109 maint/gnulib/lib/regcomp.c 	    && dfa->nodes[node].opr.c >= ASCII_CHARS)
c                1745 maint/gnulib/lib/regcomp.c   unsigned char c;
c                1753 maint/gnulib/lib/regcomp.c   c = re_string_peek_byte (input, 0);
c                1754 maint/gnulib/lib/regcomp.c   token->opr.c = c;
c                1765 maint/gnulib/lib/regcomp.c   if (c == '\\')
c                1775 maint/gnulib/lib/regcomp.c       token->opr.c = c2;
c                1895 maint/gnulib/lib/regcomp.c     token->word_char = IS_WORD_CHAR (token->opr.c);
c                1897 maint/gnulib/lib/regcomp.c   switch (c)
c                1977 maint/gnulib/lib/regcomp.c   unsigned char c;
c                1983 maint/gnulib/lib/regcomp.c   c = re_string_peek_byte (input, 0);
c                1984 maint/gnulib/lib/regcomp.c   token->opr.c = c;
c                1993 maint/gnulib/lib/regcomp.c   if (c == '\\' && (syntax & RE_BACKSLASH_ESCAPE_IN_LISTS)
c                2000 maint/gnulib/lib/regcomp.c       token->opr.c = c2;
c                2004 maint/gnulib/lib/regcomp.c   if (c == '[') /* '[' is a special char in a bracket exps.  */
c                2012 maint/gnulib/lib/regcomp.c       token->opr.c = c2;
c                2033 maint/gnulib/lib/regcomp.c 	  token->opr.c = c;
c                2039 maint/gnulib/lib/regcomp.c   switch (c)
c                2487 maint/gnulib/lib/regcomp.c 	  if (token->type == CHARACTER && token->opr.c == ',')
c                2499 maint/gnulib/lib/regcomp.c 		 : ((token->type == CHARACTER && token->opr.c == ',')
c                3317 maint/gnulib/lib/regcomp.c   elem->opr.ch = token->opr.c;
c                3329 maint/gnulib/lib/regcomp.c   unsigned char ch, delim = token->opr.c;
c                3622 maint/gnulib/lib/regcomp.c   unsigned char c;
c                3626 maint/gnulib/lib/regcomp.c       c = token->opr.c;
c                3629 maint/gnulib/lib/regcomp.c       if (token->type == OP_CLOSE_DUP_NUM || c == ',')
c                3631 maint/gnulib/lib/regcomp.c       num = ((token->type != CHARACTER || c < '0' || '9' < c || num == -2)
c                3634 maint/gnulib/lib/regcomp.c 	     ? c - '0'
c                3635 maint/gnulib/lib/regcomp.c 	     : MIN (RE_DUP_MAX + 1, num * 10 + c - '0'));
c                 772 maint/gnulib/lib/regex_internal.c 	      int c = pstr->raw_mbs[pstr->raw_mbs_idx + offset - 1];
c                 775 maint/gnulib/lib/regex_internal.c 		c = pstr->trans[c];
c                 776 maint/gnulib/lib/regex_internal.c 	      pstr->tip_context = (bitset_contain (pstr->word_char, c)
c                 778 maint/gnulib/lib/regex_internal.c 				   : ((IS_NEWLINE (c) && pstr->newline_anchor)
c                 896 maint/gnulib/lib/regex_internal.c   int c;
c                 924 maint/gnulib/lib/regex_internal.c       c = re_string_byte_at (input, idx);
c                 925 maint/gnulib/lib/regex_internal.c       if (bitset_contain (input->word_char, c))
c                 927 maint/gnulib/lib/regex_internal.c       return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0;
c                  89 maint/gnulib/lib/regex_internal.h # define isascii(c) (((c) & ~0x7f) == 0)
c                 339 maint/gnulib/lib/regex_internal.h     unsigned char c;		/* for CHARACTER */
c                 490 maint/gnulib/lib/regex_internal.h #define IS_WORD_CONTEXT(c) ((c) & CONTEXT_WORD)
c                 491 maint/gnulib/lib/regex_internal.h #define IS_NEWLINE_CONTEXT(c) ((c) & CONTEXT_NEWLINE)
c                 492 maint/gnulib/lib/regex_internal.h #define IS_BEGBUF_CONTEXT(c) ((c) & CONTEXT_BEGBUF)
c                 493 maint/gnulib/lib/regex_internal.h #define IS_ENDBUF_CONTEXT(c) ((c) & CONTEXT_ENDBUF)
c                 494 maint/gnulib/lib/regex_internal.h #define IS_ORDINARY_CONTEXT(c) ((c) == 0)
c                3444 maint/gnulib/lib/regexec.c 	bitset_set (accepts, node->opr.c);
c                3539 maint/gnulib/lib/regexec.c 	  if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c))
c                3620 maint/gnulib/lib/regexec.c       unsigned char c = re_string_byte_at (input, str_idx), d;
c                3621 maint/gnulib/lib/regexec.c       if (__glibc_likely (c < 0xc2))
c                3628 maint/gnulib/lib/regexec.c       if (c < 0xe0)
c                3630 maint/gnulib/lib/regexec.c       else if (c < 0xf0)
c                3633 maint/gnulib/lib/regexec.c 	  if (c == 0xe0 && d < 0xa0)
c                3636 maint/gnulib/lib/regexec.c       else if (c < 0xf8)
c                3639 maint/gnulib/lib/regexec.c 	  if (c == 0xf0 && d < 0x90)
c                3642 maint/gnulib/lib/regexec.c       else if (c < 0xfc)
c                3645 maint/gnulib/lib/regexec.c 	  if (c == 0xf8 && d < 0x88)
c                3648 maint/gnulib/lib/regexec.c       else if (c < 0xfe)
c                3651 maint/gnulib/lib/regexec.c 	  if (c == 0xfc && d < 0x84)
c                3907 maint/gnulib/lib/regexec.c       if (node->opr.c != ch)
c                 421 maint/gnulib/lib/relocatable.c           int c;
c                 428 maint/gnulib/lib/relocatable.c               while (c = getc (fp), c != EOF && c != '\n' && c != '/')
c                 430 maint/gnulib/lib/relocatable.c               if (c == '/')
c                 435 maint/gnulib/lib/relocatable.c                   ungetc (c, fp);
c                 447 maint/gnulib/lib/relocatable.c           while (c = getc (fp), c != EOF && c != '\n')
c                 113 maint/gnulib/lib/scandir.c   struct scandir_cancel_struct c;
c                 123 maint/gnulib/lib/scandir.c   c.dp = dp;
c                 124 maint/gnulib/lib/scandir.c   c.v = NULL;
c                 125 maint/gnulib/lib/scandir.c   c.cnt = 0;
c                 127 maint/gnulib/lib/scandir.c   __libc_cleanup_push (cancel_handler, &c);
c                 151 maint/gnulib/lib/scandir.c           if (__builtin_expect (c.cnt == vsize, 0))
c                 162 maint/gnulib/lib/scandir.c               c.v = (void *) v;
c                 170 maint/gnulib/lib/scandir.c           v[c.cnt++] = (DIRENT_TYPE *) memcpy (vnew, d, dsize);
c                 178 maint/gnulib/lib/scandir.c       while (c.cnt > 0)
c                 179 maint/gnulib/lib/scandir.c         free (v[--c.cnt]);
c                 181 maint/gnulib/lib/scandir.c       c.cnt = -1;
c                 187 maint/gnulib/lib/scandir.c         qsort (v, c.cnt, sizeof (*v), (int (*) (const void *, const void *)) cmp);
c                 199 maint/gnulib/lib/scandir.c   return c.cnt;
c                  52 maint/gnulib/lib/se-context.in.h SE_CONTEXT_INLINE void context_free (_GL_ATTRIBUTE_MAYBE_UNUSED context_t c) {}
c                 231 maint/gnulib/lib/sha1.c   uint32_t c = ctx->C;
c                 265 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F1, K1, x[ 0] );
c                 266 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F1, K1, x[ 1] );
c                 267 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F1, K1, x[ 2] );
c                 268 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F1, K1, x[ 3] );
c                 269 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F1, K1, x[ 4] );
c                 270 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F1, K1, x[ 5] );
c                 271 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F1, K1, x[ 6] );
c                 272 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F1, K1, x[ 7] );
c                 273 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F1, K1, x[ 8] );
c                 274 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F1, K1, x[ 9] );
c                 275 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F1, K1, x[10] );
c                 276 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F1, K1, x[11] );
c                 277 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F1, K1, x[12] );
c                 278 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F1, K1, x[13] );
c                 279 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F1, K1, x[14] );
c                 280 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F1, K1, x[15] );
c                 281 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F1, K1, M(16) );
c                 282 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F1, K1, M(17) );
c                 283 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F1, K1, M(18) );
c                 284 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F1, K1, M(19) );
c                 285 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F2, K2, M(20) );
c                 286 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F2, K2, M(21) );
c                 287 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F2, K2, M(22) );
c                 288 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F2, K2, M(23) );
c                 289 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F2, K2, M(24) );
c                 290 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F2, K2, M(25) );
c                 291 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F2, K2, M(26) );
c                 292 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F2, K2, M(27) );
c                 293 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F2, K2, M(28) );
c                 294 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F2, K2, M(29) );
c                 295 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F2, K2, M(30) );
c                 296 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F2, K2, M(31) );
c                 297 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F2, K2, M(32) );
c                 298 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F2, K2, M(33) );
c                 299 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F2, K2, M(34) );
c                 300 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F2, K2, M(35) );
c                 301 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F2, K2, M(36) );
c                 302 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F2, K2, M(37) );
c                 303 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F2, K2, M(38) );
c                 304 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F2, K2, M(39) );
c                 305 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F3, K3, M(40) );
c                 306 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F3, K3, M(41) );
c                 307 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F3, K3, M(42) );
c                 308 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F3, K3, M(43) );
c                 309 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F3, K3, M(44) );
c                 310 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F3, K3, M(45) );
c                 311 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F3, K3, M(46) );
c                 312 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F3, K3, M(47) );
c                 313 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F3, K3, M(48) );
c                 314 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F3, K3, M(49) );
c                 315 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F3, K3, M(50) );
c                 316 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F3, K3, M(51) );
c                 317 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F3, K3, M(52) );
c                 318 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F3, K3, M(53) );
c                 319 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F3, K3, M(54) );
c                 320 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F3, K3, M(55) );
c                 321 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F3, K3, M(56) );
c                 322 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F3, K3, M(57) );
c                 323 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F3, K3, M(58) );
c                 324 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F3, K3, M(59) );
c                 325 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F4, K4, M(60) );
c                 326 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F4, K4, M(61) );
c                 327 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F4, K4, M(62) );
c                 328 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F4, K4, M(63) );
c                 329 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F4, K4, M(64) );
c                 330 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F4, K4, M(65) );
c                 331 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F4, K4, M(66) );
c                 332 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F4, K4, M(67) );
c                 333 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F4, K4, M(68) );
c                 334 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F4, K4, M(69) );
c                 335 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F4, K4, M(70) );
c                 336 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F4, K4, M(71) );
c                 337 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F4, K4, M(72) );
c                 338 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F4, K4, M(73) );
c                 339 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F4, K4, M(74) );
c                 340 maint/gnulib/lib/sha1.c       R( a, b, c, d, e, F4, K4, M(75) );
c                 341 maint/gnulib/lib/sha1.c       R( e, a, b, c, d, F4, K4, M(76) );
c                 342 maint/gnulib/lib/sha1.c       R( d, e, a, b, c, F4, K4, M(77) );
c                 343 maint/gnulib/lib/sha1.c       R( c, d, e, a, b, F4, K4, M(78) );
c                 344 maint/gnulib/lib/sha1.c       R( b, c, d, e, a, F4, K4, M(79) );
c                 348 maint/gnulib/lib/sha1.c       c = ctx->C += c;
c                 306 maint/gnulib/lib/sha256.c   uint32_t c = ctx->state[2];
c                 350 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K( 0), x[ 0] );
c                 351 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K( 1), x[ 1] );
c                 352 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K( 2), x[ 2] );
c                 353 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K( 3), x[ 3] );
c                 354 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K( 4), x[ 4] );
c                 355 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K( 5), x[ 5] );
c                 356 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K( 6), x[ 6] );
c                 357 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K( 7), x[ 7] );
c                 358 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K( 8), x[ 8] );
c                 359 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K( 9), x[ 9] );
c                 360 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(10), x[10] );
c                 361 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(11), x[11] );
c                 362 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(12), x[12] );
c                 363 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(13), x[13] );
c                 364 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(14), x[14] );
c                 365 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(15), x[15] );
c                 366 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(16), M(16) );
c                 367 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(17), M(17) );
c                 368 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(18), M(18) );
c                 369 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(19), M(19) );
c                 370 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(20), M(20) );
c                 371 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(21), M(21) );
c                 372 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(22), M(22) );
c                 373 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(23), M(23) );
c                 374 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(24), M(24) );
c                 375 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(25), M(25) );
c                 376 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(26), M(26) );
c                 377 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(27), M(27) );
c                 378 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(28), M(28) );
c                 379 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(29), M(29) );
c                 380 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(30), M(30) );
c                 381 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(31), M(31) );
c                 382 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(32), M(32) );
c                 383 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(33), M(33) );
c                 384 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(34), M(34) );
c                 385 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(35), M(35) );
c                 386 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(36), M(36) );
c                 387 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(37), M(37) );
c                 388 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(38), M(38) );
c                 389 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(39), M(39) );
c                 390 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(40), M(40) );
c                 391 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(41), M(41) );
c                 392 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(42), M(42) );
c                 393 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(43), M(43) );
c                 394 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(44), M(44) );
c                 395 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(45), M(45) );
c                 396 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(46), M(46) );
c                 397 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(47), M(47) );
c                 398 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(48), M(48) );
c                 399 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(49), M(49) );
c                 400 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(50), M(50) );
c                 401 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(51), M(51) );
c                 402 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(52), M(52) );
c                 403 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(53), M(53) );
c                 404 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(54), M(54) );
c                 405 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(55), M(55) );
c                 406 maint/gnulib/lib/sha256.c       R( a, b, c, d, e, f, g, h, K(56), M(56) );
c                 407 maint/gnulib/lib/sha256.c       R( h, a, b, c, d, e, f, g, K(57), M(57) );
c                 408 maint/gnulib/lib/sha256.c       R( g, h, a, b, c, d, e, f, K(58), M(58) );
c                 409 maint/gnulib/lib/sha256.c       R( f, g, h, a, b, c, d, e, K(59), M(59) );
c                 410 maint/gnulib/lib/sha256.c       R( e, f, g, h, a, b, c, d, K(60), M(60) );
c                 411 maint/gnulib/lib/sha256.c       R( d, e, f, g, h, a, b, c, K(61), M(61) );
c                 412 maint/gnulib/lib/sha256.c       R( c, d, e, f, g, h, a, b, K(62), M(62) );
c                 413 maint/gnulib/lib/sha256.c       R( b, c, d, e, f, g, h, a, K(63), M(63) );
c                 417 maint/gnulib/lib/sha256.c       c = ctx->state[2] += c;
c                 330 maint/gnulib/lib/sha512.c   u64 c = ctx->state[2];
c                 379 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K( 0), x[ 0] );
c                 380 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K( 1), x[ 1] );
c                 381 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K( 2), x[ 2] );
c                 382 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K( 3), x[ 3] );
c                 383 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K( 4), x[ 4] );
c                 384 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K( 5), x[ 5] );
c                 385 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K( 6), x[ 6] );
c                 386 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K( 7), x[ 7] );
c                 387 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K( 8), x[ 8] );
c                 388 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K( 9), x[ 9] );
c                 389 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(10), x[10] );
c                 390 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(11), x[11] );
c                 391 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(12), x[12] );
c                 392 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(13), x[13] );
c                 393 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(14), x[14] );
c                 394 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(15), x[15] );
c                 395 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(16), M(16) );
c                 396 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(17), M(17) );
c                 397 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(18), M(18) );
c                 398 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(19), M(19) );
c                 399 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(20), M(20) );
c                 400 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(21), M(21) );
c                 401 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(22), M(22) );
c                 402 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(23), M(23) );
c                 403 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(24), M(24) );
c                 404 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(25), M(25) );
c                 405 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(26), M(26) );
c                 406 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(27), M(27) );
c                 407 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(28), M(28) );
c                 408 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(29), M(29) );
c                 409 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(30), M(30) );
c                 410 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(31), M(31) );
c                 411 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(32), M(32) );
c                 412 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(33), M(33) );
c                 413 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(34), M(34) );
c                 414 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(35), M(35) );
c                 415 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(36), M(36) );
c                 416 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(37), M(37) );
c                 417 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(38), M(38) );
c                 418 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(39), M(39) );
c                 419 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(40), M(40) );
c                 420 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(41), M(41) );
c                 421 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(42), M(42) );
c                 422 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(43), M(43) );
c                 423 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(44), M(44) );
c                 424 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(45), M(45) );
c                 425 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(46), M(46) );
c                 426 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(47), M(47) );
c                 427 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(48), M(48) );
c                 428 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(49), M(49) );
c                 429 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(50), M(50) );
c                 430 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(51), M(51) );
c                 431 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(52), M(52) );
c                 432 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(53), M(53) );
c                 433 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(54), M(54) );
c                 434 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(55), M(55) );
c                 435 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(56), M(56) );
c                 436 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(57), M(57) );
c                 437 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(58), M(58) );
c                 438 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(59), M(59) );
c                 439 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(60), M(60) );
c                 440 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(61), M(61) );
c                 441 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(62), M(62) );
c                 442 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(63), M(63) );
c                 443 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(64), M(64) );
c                 444 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(65), M(65) );
c                 445 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(66), M(66) );
c                 446 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(67), M(67) );
c                 447 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(68), M(68) );
c                 448 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(69), M(69) );
c                 449 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(70), M(70) );
c                 450 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(71), M(71) );
c                 451 maint/gnulib/lib/sha512.c       R( a, b, c, d, e, f, g, h, K(72), M(72) );
c                 452 maint/gnulib/lib/sha512.c       R( h, a, b, c, d, e, f, g, K(73), M(73) );
c                 453 maint/gnulib/lib/sha512.c       R( g, h, a, b, c, d, e, f, K(74), M(74) );
c                 454 maint/gnulib/lib/sha512.c       R( f, g, h, a, b, c, d, e, K(75), M(75) );
c                 455 maint/gnulib/lib/sha512.c       R( e, f, g, h, a, b, c, d, K(76), M(76) );
c                 456 maint/gnulib/lib/sha512.c       R( d, e, f, g, h, a, b, c, K(77), M(77) );
c                 457 maint/gnulib/lib/sha512.c       R( c, d, e, f, g, h, a, b, K(78), M(78) );
c                 458 maint/gnulib/lib/sha512.c       R( b, c, d, e, f, g, h, a, K(79), M(79) );
c                 462 maint/gnulib/lib/sha512.c       c = ctx->state[2] = u64plus (ctx->state[2], c);
c                 270 maint/gnulib/lib/sig2str.c #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
c                 271 maint/gnulib/lib/sm3.c   uint32_t c = ctx->state[2];
c                 328 maint/gnulib/lib/sm3.c                   a, b, c, d, e, f, g, h);
c                 330 maint/gnulib/lib/sm3.c       R1( a, b, c, d, e, f, g, h, T( 0), W1( 0), W1( 4) );
c                 331 maint/gnulib/lib/sm3.c       R1( d, a, b, c, h, e, f, g, T( 1), W1( 1), W1( 5) );
c                 332 maint/gnulib/lib/sm3.c       R1( c, d, a, b, g, h, e, f, T( 2), W1( 2), W1( 6) );
c                 333 maint/gnulib/lib/sm3.c       R1( b, c, d, a, f, g, h, e, T( 3), W1( 3), W1( 7) );
c                 334 maint/gnulib/lib/sm3.c       R1( a, b, c, d, e, f, g, h, T( 4), W1( 4), W1( 8) );
c                 335 maint/gnulib/lib/sm3.c       R1( d, a, b, c, h, e, f, g, T( 5), W1( 5), W1( 9) );
c                 336 maint/gnulib/lib/sm3.c       R1( c, d, a, b, g, h, e, f, T( 6), W1( 6), W1(10) );
c                 337 maint/gnulib/lib/sm3.c       R1( b, c, d, a, f, g, h, e, T( 7), W1( 7), W1(11) );
c                 338 maint/gnulib/lib/sm3.c       R1( a, b, c, d, e, f, g, h, T( 8), W1( 8), W1(12) );
c                 339 maint/gnulib/lib/sm3.c       R1( d, a, b, c, h, e, f, g, T( 9), W1( 9), W1(13) );
c                 340 maint/gnulib/lib/sm3.c       R1( c, d, a, b, g, h, e, f, T(10), W1(10), W1(14) );
c                 341 maint/gnulib/lib/sm3.c       R1( b, c, d, a, f, g, h, e, T(11), W1(11), W1(15) );
c                 342 maint/gnulib/lib/sm3.c       R1( a, b, c, d, e, f, g, h, T(12), W1(12), W2(16) );
c                 343 maint/gnulib/lib/sm3.c       R1( d, a, b, c, h, e, f, g, T(13), W1(13), W2(17) );
c                 344 maint/gnulib/lib/sm3.c       R1( c, d, a, b, g, h, e, f, T(14), W1(14), W2(18) );
c                 345 maint/gnulib/lib/sm3.c       R1( b, c, d, a, f, g, h, e, T(15), W1(15), W2(19) );
c                 346 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(16), W1(16), W2(20) );
c                 347 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(17), W1(17), W2(21) );
c                 348 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(18), W1(18), W2(22) );
c                 349 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(19), W1(19), W2(23) );
c                 350 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(20), W1(20), W2(24) );
c                 351 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(21), W1(21), W2(25) );
c                 352 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(22), W1(22), W2(26) );
c                 353 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(23), W1(23), W2(27) );
c                 354 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(24), W1(24), W2(28) );
c                 355 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(25), W1(25), W2(29) );
c                 356 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(26), W1(26), W2(30) );
c                 357 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(27), W1(27), W2(31) );
c                 358 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(28), W1(28), W2(32) );
c                 359 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(29), W1(29), W2(33) );
c                 360 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(30), W1(30), W2(34) );
c                 361 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(31), W1(31), W2(35) );
c                 362 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(32), W1(32), W2(36) );
c                 363 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(33), W1(33), W2(37) );
c                 364 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(34), W1(34), W2(38) );
c                 365 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(35), W1(35), W2(39) );
c                 366 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(36), W1(36), W2(40) );
c                 367 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(37), W1(37), W2(41) );
c                 368 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(38), W1(38), W2(42) );
c                 369 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(39), W1(39), W2(43) );
c                 370 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(40), W1(40), W2(44) );
c                 371 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(41), W1(41), W2(45) );
c                 372 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(42), W1(42), W2(46) );
c                 373 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(43), W1(43), W2(47) );
c                 374 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(44), W1(44), W2(48) );
c                 375 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(45), W1(45), W2(49) );
c                 376 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(46), W1(46), W2(50) );
c                 377 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(47), W1(47), W2(51) );
c                 378 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(48), W1(48), W2(52) );
c                 379 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(49), W1(49), W2(53) );
c                 380 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(50), W1(50), W2(54) );
c                 381 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(51), W1(51), W2(55) );
c                 382 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(52), W1(52), W2(56) );
c                 383 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(53), W1(53), W2(57) );
c                 384 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(54), W1(54), W2(58) );
c                 385 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(55), W1(55), W2(59) );
c                 386 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(56), W1(56), W2(60) );
c                 387 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(57), W1(57), W2(61) );
c                 388 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(58), W1(58), W2(62) );
c                 389 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(59), W1(59), W2(63) );
c                 390 maint/gnulib/lib/sm3.c       R2( a, b, c, d, e, f, g, h, T(60), W1(60), W2(64) );
c                 391 maint/gnulib/lib/sm3.c       R2( d, a, b, c, h, e, f, g, T(61), W1(61), W2(65) );
c                 392 maint/gnulib/lib/sm3.c       R2( c, d, a, b, g, h, e, f, T(62), W1(62), W2(66) );
c                 393 maint/gnulib/lib/sm3.c       R2( b, c, d, a, f, g, h, e, T(63), W1(63), W2(67) );
c                 396 maint/gnulib/lib/sm3.c                  j, a, b, c, d, e, f, g, h);
c                 400 maint/gnulib/lib/sm3.c       c = ctx->state[2] ^= c;
c                  76 maint/gnulib/lib/ssfmalloc-bitmap.h find_first_packet_set (size_t num_words, const uint32_t *words, size_t c)
c                  80 maint/gnulib/lib/ssfmalloc-bitmap.h   switch (c)
c                 413 maint/gnulib/lib/ssfmalloc.h   size_t c = (size + ALIGNMENT - 1) / ALIGNMENT;
c                 416 maint/gnulib/lib/ssfmalloc.h   if (!(c > 0 && c <= 32))
c                 422 maint/gnulib/lib/ssfmalloc.h                                     c);
c                 430 maint/gnulib/lib/ssfmalloc.h   if (i + c <= 32)
c                 432 maint/gnulib/lib/ssfmalloc.h       available_bitmap[j] &= ~(((2U << (c - 1)) - 1) << i);
c                 433 maint/gnulib/lib/ssfmalloc.h       blockend_bitmap[j] |= (1U << (i + c - 1));
c                 438 maint/gnulib/lib/ssfmalloc.h       available_bitmap[j + 1] &= ~((1U << (i + c - 32)) - 1);
c                 439 maint/gnulib/lib/ssfmalloc.h       blockend_bitmap[j + 1] |= (1U << (i + c - 1 - 32));
c                 442 maint/gnulib/lib/ssfmalloc.h   pageptr->common.free_space -= c * ALIGNMENT;
c                 471 maint/gnulib/lib/ssfmalloc.h   size_t c = ke - k + 1;
c                 475 maint/gnulib/lib/ssfmalloc.h   if (i + c <= 32)
c                 477 maint/gnulib/lib/ssfmalloc.h       available_bitmap[j] |= (((2U << (c - 1)) - 1) << i);
c                 478 maint/gnulib/lib/ssfmalloc.h       blockend_bitmap[j] &= ~(1U << (i + c - 1));
c                 483 maint/gnulib/lib/ssfmalloc.h       available_bitmap[j + 1] |= ((1U << (i + c - 32)) - 1);
c                 484 maint/gnulib/lib/ssfmalloc.h       blockend_bitmap[j + 1] &= ~(1U << (i + c - 1 - 32));
c                 487 maint/gnulib/lib/ssfmalloc.h   pageptr->common.free_space += c * ALIGNMENT;
c                 280 maint/gnulib/lib/stackvma.c   int c = rof_peekchar (rof);
c                 281 maint/gnulib/lib/stackvma.c   if (c >= 0)
c                 283 maint/gnulib/lib/stackvma.c   return c;
c                 294 maint/gnulib/lib/stackvma.c       int c = rof_peekchar (rof);
c                 295 maint/gnulib/lib/stackvma.c       if (c >= '0' && c <= '9')
c                 296 maint/gnulib/lib/stackvma.c         value = (value << 4) + (c - '0');
c                 297 maint/gnulib/lib/stackvma.c       else if (c >= 'A' && c <= 'F')
c                 298 maint/gnulib/lib/stackvma.c         value = (value << 4) + (c - 'A' + 10);
c                 299 maint/gnulib/lib/stackvma.c       else if (c >= 'a' && c <= 'f')
c                 300 maint/gnulib/lib/stackvma.c         value = (value << 4) + (c - 'a' + 10);
c                 356 maint/gnulib/lib/stackvma.c           int c;
c                 363 maint/gnulib/lib/stackvma.c           while (c = rof_getchar (&rof), c != -1 && c != '\n')
c                 412 maint/gnulib/lib/stackvma.c           int c;
c                 419 maint/gnulib/lib/stackvma.c           while (c = rof_peekchar (&rof), c == ' ' || c == '\t')
c                 426 maint/gnulib/lib/stackvma.c           while (c = rof_getchar (&rof), c != -1 && c != '\n')
c                 171 maint/gnulib/lib/stdio-write.c putchar (int c)
c                 173 maint/gnulib/lib/stdio-write.c   return fputc (c, stdout);
c                 177 maint/gnulib/lib/stdio-write.c fputc (int c, FILE *stream)
c                 180 maint/gnulib/lib/stdio-write.c   CALL_WITH_SIGPIPE_EMULATION (int, fputc (c, stream), ret == EOF)
c                 512 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
c                 513 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
c                 515 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
c                1139 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
c                1140 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream));
c                1142 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream));
c                1155 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (putchar, int, (int c));
c                1156 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL (putchar, int, (int c));
c                1158 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (putchar, int, (int c));
c                  36 maint/gnulib/lib/stpncpy.c   char c;
c                  45 maint/gnulib/lib/stpncpy.c           c = *src++;
c                  46 maint/gnulib/lib/stpncpy.c           *dest++ = c;
c                  47 maint/gnulib/lib/stpncpy.c           if (c == '\0')
c                  49 maint/gnulib/lib/stpncpy.c           c = *src++;
c                  50 maint/gnulib/lib/stpncpy.c           *dest++ = c;
c                  51 maint/gnulib/lib/stpncpy.c           if (c == '\0')
c                  53 maint/gnulib/lib/stpncpy.c           c = *src++;
c                  54 maint/gnulib/lib/stpncpy.c           *dest++ = c;
c                  55 maint/gnulib/lib/stpncpy.c           if (c == '\0')
c                  57 maint/gnulib/lib/stpncpy.c           c = *src++;
c                  58 maint/gnulib/lib/stpncpy.c           *dest++ = c;
c                  59 maint/gnulib/lib/stpncpy.c           if (c == '\0')
c                  75 maint/gnulib/lib/stpncpy.c       c = *src++;
c                  77 maint/gnulib/lib/stpncpy.c       *dest++ = c;
c                  78 maint/gnulib/lib/stpncpy.c       if (c == '\0')
c                  75 maint/gnulib/lib/str-two-way.h # define CANON_ELEMENT(c) c
c                  34 maint/gnulib/lib/strcasestr.c #define CANON_ELEMENT(c) TOLOWER (c)
c                  37 maint/gnulib/lib/strchrnul.c   unsigned char c;
c                  39 maint/gnulib/lib/strchrnul.c   c = (unsigned char) c_in;
c                  40 maint/gnulib/lib/strchrnul.c   if (!c)
c                  48 maint/gnulib/lib/strchrnul.c     if (!*char_ptr || *char_ptr == c)
c                  60 maint/gnulib/lib/strchrnul.c   repeated_c = c | (c << 8);
c                 139 maint/gnulib/lib/strchrnul.c   while (*char_ptr && (*char_ptr != c))
c                 190 maint/gnulib/lib/string.in.h                   (void *dest, const void *src, int c, size_t n));
c                 193 maint/gnulib/lib/string.in.h                   (void *dest, const void *src, int c, size_t n));
c                 912 maint/gnulib/lib/string.in.h _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c)
c                 915 maint/gnulib/lib/string.in.h _GL_CXXALIAS_RPL (mbschr, char *, (const char *string, int c));
c                 917 maint/gnulib/lib/string.in.h _GL_FUNCDECL_SYS (mbschr, char *, (const char *string, int c)
c                 920 maint/gnulib/lib/string.in.h _GL_CXXALIAS_SYS (mbschr, char *, (const char *string, int c));
c                 934 maint/gnulib/lib/string.in.h _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c)
c                 937 maint/gnulib/lib/string.in.h _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c));
c                 939 maint/gnulib/lib/string.in.h _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c)
c                 942 maint/gnulib/lib/string.in.h _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c));
c                  77 maint/gnulib/lib/strtod.c locale_isspace (char c)
c                  79 maint/gnulib/lib/strtod.c   unsigned char uc = c;
c                 220 maint/gnulib/lib/strtol.c   register UCHAR_TYPE c;
c                 305 maint/gnulib/lib/strtol.c       for (c = *end; c != L_('\0'); c = *++end)
c                 306 maint/gnulib/lib/strtol.c         if ((wchar_t) c != thousands
c                 307 maint/gnulib/lib/strtol.c             && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9'))
c                 308 maint/gnulib/lib/strtol.c             && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base))
c                 324 maint/gnulib/lib/strtol.c   for (c = *s; c != L_('\0'); c = *++s)
c                 328 maint/gnulib/lib/strtol.c       if (c >= L_('0') && c <= L_('9'))
c                 329 maint/gnulib/lib/strtol.c         c -= L_('0');
c                 330 maint/gnulib/lib/strtol.c       else if (ISALPHA (c))
c                 331 maint/gnulib/lib/strtol.c         c = TOUPPER (c) - L_('A') + 10;
c                 334 maint/gnulib/lib/strtol.c       if ((int) c >= base)
c                 337 maint/gnulib/lib/strtol.c       if (i > cutoff || (i == cutoff && c > cutlim))
c                 342 maint/gnulib/lib/strtol.c           i += c;
c                  67 maint/gnulib/lib/system-quote.c # define STORE(c) \
c                  71 maint/gnulib/lib/system-quote.c         p[i] = (c);  \
c                  80 maint/gnulib/lib/system-quote.c       char c = *string;
c                  82 maint/gnulib/lib/system-quote.c       if (c == '"')
c                  89 maint/gnulib/lib/system-quote.c       STORE (c);
c                  90 maint/gnulib/lib/system-quote.c       if (c == '\\')
c                 134 maint/gnulib/lib/system-quote.c # define STORE(c) \
c                 138 maint/gnulib/lib/system-quote.c         p[i] = (c);  \
c                 147 maint/gnulib/lib/system-quote.c       char c = *string;
c                 149 maint/gnulib/lib/system-quote.c       if (c == '"')
c                 156 maint/gnulib/lib/system-quote.c       if (c == '%')
c                 164 maint/gnulib/lib/system-quote.c       STORE (c);
c                 165 maint/gnulib/lib/system-quote.c       if (c == '%')
c                 167 maint/gnulib/lib/system-quote.c       if (c == '\\')
c                 191 maint/gnulib/lib/trigl.c static const long double c[] = {
c                 193 maint/gnulib/lib/trigl.c #define PI_2_1 c[0]
c                 197 maint/gnulib/lib/trigl.c #define PI_2_1t c[1]
c                  89 maint/gnulib/lib/uchar.in.h _GL_FUNCDECL_SYS (btoc32, wint_t, (int c) _GL_ATTRIBUTE_PURE);
c                  90 maint/gnulib/lib/uchar.in.h _GL_CXXALIAS_SYS (btoc32, wint_t, (int c));
c                  53 maint/gnulib/lib/unictype/bidi_byname.c             char c = *p;
c                  55 maint/gnulib/lib/unictype/bidi_byname.c             if (c == '_' || c == '-')
c                  56 maint/gnulib/lib/unictype/bidi_byname.c               c = ' ';
c                  57 maint/gnulib/lib/unictype/bidi_byname.c             *q = c;
c                  58 maint/gnulib/lib/unictype/bidi_byname.c             if (c == '\0')
c                  99 maint/gnulib/lib/unictype/categ_byname.c             char c = *p;
c                 101 maint/gnulib/lib/unictype/categ_byname.c             if (c == '_' || c == '-')
c                 102 maint/gnulib/lib/unictype/categ_byname.c               c = ' ';
c                 103 maint/gnulib/lib/unictype/categ_byname.c             *q = c;
c                 104 maint/gnulib/lib/unictype/categ_byname.c             if (c == '\0')
c                  53 maint/gnulib/lib/unictype/combiningclass_byname.c             char c = *p;
c                  55 maint/gnulib/lib/unictype/combiningclass_byname.c             if (c == '_' || c == '-')
c                  56 maint/gnulib/lib/unictype/combiningclass_byname.c               c = ' ';
c                  57 maint/gnulib/lib/unictype/combiningclass_byname.c             *q = c;
c                  58 maint/gnulib/lib/unictype/combiningclass_byname.c             if (c == '\0')
c                  53 maint/gnulib/lib/unictype/joininggroup_byname.c             char c = *p;
c                  55 maint/gnulib/lib/unictype/joininggroup_byname.c             if (c == '_' || c == '-')
c                  56 maint/gnulib/lib/unictype/joininggroup_byname.c               c = ' ';
c                  57 maint/gnulib/lib/unictype/joininggroup_byname.c             *q = c;
c                  58 maint/gnulib/lib/unictype/joininggroup_byname.c             if (c == '\0')
c                  53 maint/gnulib/lib/unictype/joiningtype_byname.c             char c = *p;
c                  55 maint/gnulib/lib/unictype/joiningtype_byname.c             if (c == '_' || c == '-')
c                  56 maint/gnulib/lib/unictype/joiningtype_byname.c               c = ' ';
c                  57 maint/gnulib/lib/unictype/joiningtype_byname.c             *q = c;
c                  58 maint/gnulib/lib/unictype/joiningtype_byname.c             if (c == '\0')
c                 151 maint/gnulib/lib/unictype/pr_byname.c       unsigned char c = (unsigned char) *cp;
c                 152 maint/gnulib/lib/unictype/pr_byname.c       if (c >= 0x80)
c                 154 maint/gnulib/lib/unictype/pr_byname.c       if (c >= 'A' && c <= 'Z')
c                 155 maint/gnulib/lib/unictype/pr_byname.c         c += 'a' - 'A';
c                 156 maint/gnulib/lib/unictype/pr_byname.c       else if (c == ' ' || c == '-')
c                 157 maint/gnulib/lib/unictype/pr_byname.c         c = '_';
c                 158 maint/gnulib/lib/unictype/pr_byname.c       *bp = c;
c                 159 maint/gnulib/lib/unictype/pr_byname.c       if (c == '\0')
c                  51 maint/gnulib/lib/unilbrk/ulc-common.c       unsigned char c = (unsigned char) *s;
c                  53 maint/gnulib/lib/unilbrk/ulc-common.c       if (!(c_isprint (c) || c_isspace (c)))
c                 144 maint/gnulib/lib/uniname/uniname.c unicode_code_to_index (ucs4_t c)
c                 158 maint/gnulib/lib/uniname/uniname.c       if (start_code <= c && c <= end_code)
c                 159 maint/gnulib/lib/uniname/uniname.c         return c - unicode_ranges[i].gap;
c                 161 maint/gnulib/lib/uniname/uniname.c       if (end_code < c)
c                 168 maint/gnulib/lib/uniname/uniname.c       else if (c < start_code)
c                 237 maint/gnulib/lib/uniname/uniname.c unicode_character_name (ucs4_t c, char *buf)
c                 239 maint/gnulib/lib/uniname/uniname.c   if (c >= 0xAC00 && c <= 0xD7A3)
c                 253 maint/gnulib/lib/uniname/uniname.c       tmp = c - 0xAC00;
c                 270 maint/gnulib/lib/uniname/uniname.c   else if ((c >= 0xF900 && c <= 0xFA2D) || (c >= 0xFA30 && c <= 0xFA6A)
c                 271 maint/gnulib/lib/uniname/uniname.c            || (c >= 0xFA70 && c <= 0xFAD9) || (c >= 0x2F800 && c <= 0x2FA1D))
c                 282 maint/gnulib/lib/uniname/uniname.c       for (i = (c < 0x10000 ? 12 : 16); i >= 0; i -= 4)
c                 284 maint/gnulib/lib/uniname/uniname.c           unsigned int x = (c >> i) & 0xf;
c                 290 maint/gnulib/lib/uniname/uniname.c   else if ((c >= 0xFE00 && c <= 0xFE0F) || (c >= 0xE0100 && c <= 0xE01EF))
c                 297 maint/gnulib/lib/uniname/uniname.c                c <= 0xFE0F ? c - 0xFE00 + 1 : c - 0xE0100 + 17);
c                 302 maint/gnulib/lib/uniname/uniname.c       uint16_t index = unicode_code_to_index (c);
c                 377 maint/gnulib/lib/uniname/uniname.c           char c = *name++;
c                 378 maint/gnulib/lib/uniname/uniname.c           if (!(c >= ' ' && c <= '~'))
c                 380 maint/gnulib/lib/uniname/uniname.c           *ptr++ = (c >= 'a' && c <= 'z' ? c - 'a' + 'A' : c);
c                 397 maint/gnulib/lib/uniname/uniname.c                         unsigned int c = 0;
c                 401 maint/gnulib/lib/uniname/uniname.c                               c += (*p1 - '0');
c                 405 maint/gnulib/lib/uniname/uniname.c                                 if (c >= 1 && c <= 16)
c                 406 maint/gnulib/lib/uniname/uniname.c                                   return c - 1 + 0xFE00;
c                 407 maint/gnulib/lib/uniname/uniname.c                                 else if (c >= 17 && c <= 256)
c                 408 maint/gnulib/lib/uniname/uniname.c                                   return c - 17 + 0xE0100;
c                 412 maint/gnulib/lib/uniname/uniname.c                             c = c * 10;
c                 525 maint/gnulib/lib/uniname/uniname.c                           unsigned int c = 0;
c                 530 maint/gnulib/lib/uniname/uniname.c                                 c += (*p2 - '0');
c                 532 maint/gnulib/lib/uniname/uniname.c                                 c += (*p2 - 'A' + 10);
c                 538 maint/gnulib/lib/uniname/uniname.c                                   if ((c >= 0xF900 && c <= 0xFA2D)
c                 539 maint/gnulib/lib/uniname/uniname.c                                       || (c >= 0xFA30 && c <= 0xFA6A)
c                 540 maint/gnulib/lib/uniname/uniname.c                                       || (c >= 0xFA70 && c <= 0xFAD9)
c                 541 maint/gnulib/lib/uniname/uniname.c                                       || (c >= 0x2F800 && c <= 0x2FA1D))
c                 542 maint/gnulib/lib/uniname/uniname.c                                     return c;
c                 546 maint/gnulib/lib/uniname/uniname.c                               c = c << 4;
c                 562 maint/gnulib/lib/uniname/uniname.c                           unsigned int c = 0;
c                 567 maint/gnulib/lib/uniname/uniname.c                                 c += (*p2 - '0');
c                 571 maint/gnulib/lib/uniname/uniname.c                                   if (c >= 1 && c <= 16)
c                 572 maint/gnulib/lib/uniname/uniname.c                                     return c - 1 + 0xFE00;
c                 573 maint/gnulib/lib/uniname/uniname.c                                   else if (c >= 17 && c <= 256)
c                 574 maint/gnulib/lib/uniname/uniname.c                                     return c - 17 + 0xE0100;
c                 578 maint/gnulib/lib/uniname/uniname.c                               c = c * 10;
c                 153 maint/gnulib/lib/unistr.in.h   uint8_t c = *s;
c                 155 maint/gnulib/lib/unistr.in.h   if (c < 0x80)
c                 157 maint/gnulib/lib/unistr.in.h       *puc = c;
c                 176 maint/gnulib/lib/unistr.in.h   uint16_t c = *s;
c                 178 maint/gnulib/lib/unistr.in.h   if (c < 0xd800 || c >= 0xe000)
c                 180 maint/gnulib/lib/unistr.in.h       *puc = c;
c                 198 maint/gnulib/lib/unistr.in.h   uint32_t c = *s;
c                 200 maint/gnulib/lib/unistr.in.h   if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                 201 maint/gnulib/lib/unistr.in.h     *puc = c;
c                 220 maint/gnulib/lib/unistr.in.h   uint8_t c = *s;
c                 222 maint/gnulib/lib/unistr.in.h   if (c < 0x80)
c                 224 maint/gnulib/lib/unistr.in.h       *puc = c;
c                 243 maint/gnulib/lib/unistr.in.h   uint16_t c = *s;
c                 245 maint/gnulib/lib/unistr.in.h   if (c < 0xd800 || c >= 0xe000)
c                 247 maint/gnulib/lib/unistr.in.h       *puc = c;
c                 265 maint/gnulib/lib/unistr.in.h   uint32_t c = *s;
c                 267 maint/gnulib/lib/unistr.in.h   if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                 268 maint/gnulib/lib/unistr.in.h     *puc = c;
c                  39 maint/gnulib/lib/unistr/u16-check.c       uint16_t c = *s;
c                  41 maint/gnulib/lib/unistr/u16-check.c       if (c < 0xd800 || c >= 0xe000)
c                  46 maint/gnulib/lib/unistr/u16-check.c       if (c < 0xdc00)
c                  35 maint/gnulib/lib/unistr/u16-chr.c   uint16_t c[2];
c                  48 maint/gnulib/lib/unistr/u16-chr.c     switch (u16_uctomb_aux (c, uc, 2))
c                  53 maint/gnulib/lib/unistr/u16-chr.c             uint16_t c0 = c[0];
c                  54 maint/gnulib/lib/unistr/u16-chr.c             uint16_t c1 = c[1];
c                  38 maint/gnulib/lib/unistr/u16-mblen.c       uint16_t c = *s;
c                  40 maint/gnulib/lib/unistr/u16-mblen.c       if (c < 0xd800 || c >= 0xe000)
c                  41 maint/gnulib/lib/unistr/u16-mblen.c         return (c != 0 ? 1 : 0);
c                  42 maint/gnulib/lib/unistr/u16-mblen.c       if (c < 0xdc00)
c                  36 maint/gnulib/lib/unistr/u16-mbtouc-aux.c   uint16_t c = *s;
c                  38 maint/gnulib/lib/unistr/u16-mbtouc-aux.c   if (c < 0xdc00)
c                  44 maint/gnulib/lib/unistr/u16-mbtouc-aux.c               *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
c                  36 maint/gnulib/lib/unistr/u16-mbtouc-unsafe-aux.c   uint16_t c = *s;
c                  38 maint/gnulib/lib/unistr/u16-mbtouc-unsafe-aux.c   if (c < 0xdc00)
c                  44 maint/gnulib/lib/unistr/u16-mbtouc-unsafe-aux.c               *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
c                  42 maint/gnulib/lib/unistr/u16-mbtouc-unsafe.c   uint16_t c = *s;
c                  44 maint/gnulib/lib/unistr/u16-mbtouc-unsafe.c   if (c < 0xd800 || c >= 0xe000)
c                  46 maint/gnulib/lib/unistr/u16-mbtouc-unsafe.c       *puc = c;
c                  49 maint/gnulib/lib/unistr/u16-mbtouc-unsafe.c   if (c < 0xdc00)
c                  55 maint/gnulib/lib/unistr/u16-mbtouc-unsafe.c               *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
c                  41 maint/gnulib/lib/unistr/u16-mbtouc.c   uint16_t c = *s;
c                  43 maint/gnulib/lib/unistr/u16-mbtouc.c   if (c < 0xd800 || c >= 0xe000)
c                  45 maint/gnulib/lib/unistr/u16-mbtouc.c       *puc = c;
c                  48 maint/gnulib/lib/unistr/u16-mbtouc.c   if (c < 0xdc00)
c                  54 maint/gnulib/lib/unistr/u16-mbtouc.c               *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
c                  34 maint/gnulib/lib/unistr/u16-mbtoucr.c   uint16_t c = *s;
c                  36 maint/gnulib/lib/unistr/u16-mbtoucr.c   if (c < 0xd800 || c >= 0xe000)
c                  38 maint/gnulib/lib/unistr/u16-mbtoucr.c       *puc = c;
c                  41 maint/gnulib/lib/unistr/u16-mbtoucr.c   if (c < 0xdc00)
c                  47 maint/gnulib/lib/unistr/u16-mbtoucr.c               *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
c                  35 maint/gnulib/lib/unistr/u16-strchr.c   uint16_t c[2];
c                  51 maint/gnulib/lib/unistr/u16-strchr.c     switch (u16_uctomb_aux (c, uc, 2))
c                  57 maint/gnulib/lib/unistr/u16-strchr.c           uint16_t c0 = c[0];
c                  58 maint/gnulib/lib/unistr/u16-strchr.c           uint16_t c1 = c[1];
c                  36 maint/gnulib/lib/unistr/u16-strmblen.c   uint16_t c = *s;
c                  38 maint/gnulib/lib/unistr/u16-strmblen.c   if (c < 0xd800 || c >= 0xe000)
c                  39 maint/gnulib/lib/unistr/u16-strmblen.c     return (c != 0 ? 1 : 0);
c                  40 maint/gnulib/lib/unistr/u16-strmblen.c   if (c < 0xdc00)
c                  36 maint/gnulib/lib/unistr/u16-strmbtouc.c   uint16_t c = *s;
c                  38 maint/gnulib/lib/unistr/u16-strmbtouc.c   if (c < 0xd800 || c >= 0xe000)
c                  40 maint/gnulib/lib/unistr/u16-strmbtouc.c       *puc = c;
c                  41 maint/gnulib/lib/unistr/u16-strmbtouc.c       return (c != 0 ? 1 : 0);
c                  43 maint/gnulib/lib/unistr/u16-strmbtouc.c   if (c < 0xdc00)
c                  47 maint/gnulib/lib/unistr/u16-strmbtouc.c           *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00);
c                  38 maint/gnulib/lib/unistr/u16-strrchr.c   uint16_t c[2];
c                  53 maint/gnulib/lib/unistr/u16-strrchr.c     switch (u16_uctomb_aux (c, uc, 2))
c                  58 maint/gnulib/lib/unistr/u16-strrchr.c             uint16_t c0 = c[0];
c                  59 maint/gnulib/lib/unistr/u16-strrchr.c             uint16_t c1 = c[1];
c                  37 maint/gnulib/lib/unistr/u16-strstr.c #define CANON_ELEMENT(c) c
c                  38 maint/gnulib/lib/unistr/u32-check.c       uint32_t c = *s;
c                  40 maint/gnulib/lib/unistr/u32-check.c       if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                  36 maint/gnulib/lib/unistr/u32-mblen.c       uint32_t c = *s;
c                  38 maint/gnulib/lib/unistr/u32-mblen.c       if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                  39 maint/gnulib/lib/unistr/u32-mblen.c         return (c != 0 ? 1 : 0);
c                  34 maint/gnulib/lib/unistr/u32-mbtouc-unsafe.c   uint32_t c = *s;
c                  36 maint/gnulib/lib/unistr/u32-mbtouc-unsafe.c   if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                  37 maint/gnulib/lib/unistr/u32-mbtouc-unsafe.c     *puc = c;
c                  41 maint/gnulib/lib/unistr/u32-mbtouc.c   uint32_t c = *s;
c                  43 maint/gnulib/lib/unistr/u32-mbtouc.c   if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                  44 maint/gnulib/lib/unistr/u32-mbtouc.c     *puc = c;
c                  34 maint/gnulib/lib/unistr/u32-mbtoucr.c   uint32_t c = *s;
c                  36 maint/gnulib/lib/unistr/u32-mbtoucr.c   if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                  38 maint/gnulib/lib/unistr/u32-mbtoucr.c       *puc = c;
c                  34 maint/gnulib/lib/unistr/u32-strmblen.c   uint32_t c = *s;
c                  36 maint/gnulib/lib/unistr/u32-strmblen.c   if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                  37 maint/gnulib/lib/unistr/u32-strmblen.c     return (c != 0 ? 1 : 0);
c                  34 maint/gnulib/lib/unistr/u32-strmbtouc.c   uint32_t c = *s;
c                  36 maint/gnulib/lib/unistr/u32-strmbtouc.c   if (c < 0xd800 || (c >= 0xe000 && c < 0x110000))
c                  38 maint/gnulib/lib/unistr/u32-strmbtouc.c       *puc = c;
c                  39 maint/gnulib/lib/unistr/u32-strmbtouc.c       return (c != 0 ? 1 : 0);
c                  35 maint/gnulib/lib/unistr/u32-strstr.c #define CANON_ELEMENT(c) c
c                  31 maint/gnulib/lib/unistr/u8-check.c       uint8_t c = *s;
c                  33 maint/gnulib/lib/unistr/u8-check.c       if (c < 0x80)
c                  38 maint/gnulib/lib/unistr/u8-check.c       if (c >= 0xc2)
c                  40 maint/gnulib/lib/unistr/u8-check.c           if (c < 0xe0)
c                  49 maint/gnulib/lib/unistr/u8-check.c           else if (c < 0xf0)
c                  53 maint/gnulib/lib/unistr/u8-check.c                   && (c >= 0xe1 || s[1] >= 0xa0)
c                  54 maint/gnulib/lib/unistr/u8-check.c                   && (c != 0xed || s[1] < 0xa0))
c                  60 maint/gnulib/lib/unistr/u8-check.c           else if (c < 0xf8)
c                  65 maint/gnulib/lib/unistr/u8-check.c                   && (c >= 0xf1 || s[1] >= 0x90)
c                  66 maint/gnulib/lib/unistr/u8-check.c                   && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)))
c                  45 maint/gnulib/lib/unistr/u8-chr.c     uint8_t c[6];
c                  47 maint/gnulib/lib/unistr/u8-chr.c     uc_size = u8_uctomb_aux (c, uc, 6);
c                  77 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c0 = c[0];
c                  78 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c1 = c[1];
c                 109 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c0 = c[0];
c                 110 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c1 = c[1];
c                 111 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c2 = c[2];
c                 154 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c0 = c[0];
c                 155 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c1 = c[1];
c                 156 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c2 = c[2];
c                 157 maint/gnulib/lib/unistr/u8-chr.c           uint8_t c3 = c[3];
c                  30 maint/gnulib/lib/unistr/u8-mblen.c       uint8_t c = *s;
c                  32 maint/gnulib/lib/unistr/u8-mblen.c       if (c < 0x80)
c                  33 maint/gnulib/lib/unistr/u8-mblen.c         return (c != 0 ? 1 : 0);
c                  34 maint/gnulib/lib/unistr/u8-mblen.c       if (c >= 0xc2)
c                  36 maint/gnulib/lib/unistr/u8-mblen.c           if (c < 0xe0)
c                  42 maint/gnulib/lib/unistr/u8-mblen.c           else if (c < 0xf0)
c                  46 maint/gnulib/lib/unistr/u8-mblen.c                   && (c >= 0xe1 || s[1] >= 0xa0)
c                  47 maint/gnulib/lib/unistr/u8-mblen.c                   && (c != 0xed || s[1] < 0xa0))
c                  50 maint/gnulib/lib/unistr/u8-mblen.c           else if (c < 0xf8)
c                  55 maint/gnulib/lib/unistr/u8-mblen.c                   && (c >= 0xf1 || s[1] >= 0x90)
c                  56 maint/gnulib/lib/unistr/u8-mblen.c                   && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)))
c                  28 maint/gnulib/lib/unistr/u8-mbtouc-aux.c   uint8_t c = *s;
c                  30 maint/gnulib/lib/unistr/u8-mbtouc-aux.c   if (c >= 0xc2)
c                  32 maint/gnulib/lib/unistr/u8-mbtouc-aux.c       if (c < 0xe0)
c                  38 maint/gnulib/lib/unistr/u8-mbtouc-aux.c                   *puc = ((unsigned int) (c & 0x1f) << 6)
c                  51 maint/gnulib/lib/unistr/u8-mbtouc-aux.c       else if (c < 0xf0)
c                  59 maint/gnulib/lib/unistr/u8-mbtouc-aux.c                       if ((c >= 0xe1 || s[1] >= 0xa0)
c                  60 maint/gnulib/lib/unistr/u8-mbtouc-aux.c                           && (c != 0xed || s[1] < 0xa0))
c                  62 maint/gnulib/lib/unistr/u8-mbtouc-aux.c                           *puc = ((unsigned int) (c & 0x0f) << 12)
c                  87 maint/gnulib/lib/unistr/u8-mbtouc-aux.c       else if (c < 0xf8)
c                  97 maint/gnulib/lib/unistr/u8-mbtouc-aux.c                           if ((c >= 0xf1 || s[1] >= 0x90)
c                  98 maint/gnulib/lib/unistr/u8-mbtouc-aux.c                               && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)))
c                 100 maint/gnulib/lib/unistr/u8-mbtouc-aux.c                               *puc = ((unsigned int) (c & 0x07) << 18)
c                  28 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c   uint8_t c = *s;
c                  30 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c   if (c >= 0xc2)
c                  32 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c       if (c < 0xe0)
c                  38 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c                   *puc = ((unsigned int) (c & 0x1f) << 6)
c                  51 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c       else if (c < 0xf0)
c                  59 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c                       if ((c >= 0xe1 || s[1] >= 0xa0)
c                  60 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c                           && (c != 0xed || s[1] < 0xa0))
c                  62 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c                           *puc = ((unsigned int) (c & 0x0f) << 12)
c                  87 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c       else if (c < 0xf8)
c                  97 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c                           if ((c >= 0xf1 || s[1] >= 0x90)
c                  98 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c                               && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90))
c                 101 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c                               *puc = ((unsigned int) (c & 0x07) << 18)
c                  34 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c   uint8_t c = *s;
c                  36 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c   if (c < 0x80)
c                  38 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c       *puc = c;
c                  41 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c   else if (c >= 0xc2)
c                  43 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c       if (c < 0xe0)
c                  49 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c                   *puc = ((unsigned int) (c & 0x1f) << 6)
c                  62 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c       else if (c < 0xf0)
c                  70 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c                       if ((c >= 0xe1 || s[1] >= 0xa0)
c                  71 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c                           && (c != 0xed || s[1] < 0xa0))
c                  73 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c                           *puc = ((unsigned int) (c & 0x0f) << 12)
c                  98 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c       else if (c < 0xf8)
c                 108 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c                           if ((c >= 0xf1 || s[1] >= 0x90)
c                 109 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c                               && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90))
c                 112 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c                               *puc = ((unsigned int) (c & 0x07) << 18)
c                  33 maint/gnulib/lib/unistr/u8-mbtouc.c   uint8_t c = *s;
c                  35 maint/gnulib/lib/unistr/u8-mbtouc.c   if (c < 0x80)
c                  37 maint/gnulib/lib/unistr/u8-mbtouc.c       *puc = c;
c                  40 maint/gnulib/lib/unistr/u8-mbtouc.c   else if (c >= 0xc2)
c                  42 maint/gnulib/lib/unistr/u8-mbtouc.c       if (c < 0xe0)
c                  48 maint/gnulib/lib/unistr/u8-mbtouc.c                   *puc = ((unsigned int) (c & 0x1f) << 6)
c                  61 maint/gnulib/lib/unistr/u8-mbtouc.c       else if (c < 0xf0)
c                  69 maint/gnulib/lib/unistr/u8-mbtouc.c                       if ((c >= 0xe1 || s[1] >= 0xa0)
c                  70 maint/gnulib/lib/unistr/u8-mbtouc.c                           && (c != 0xed || s[1] < 0xa0))
c                  72 maint/gnulib/lib/unistr/u8-mbtouc.c                           *puc = ((unsigned int) (c & 0x0f) << 12)
c                  97 maint/gnulib/lib/unistr/u8-mbtouc.c       else if (c < 0xf8)
c                 107 maint/gnulib/lib/unistr/u8-mbtouc.c                           if ((c >= 0xf1 || s[1] >= 0x90)
c                 108 maint/gnulib/lib/unistr/u8-mbtouc.c                               && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)))
c                 110 maint/gnulib/lib/unistr/u8-mbtouc.c                               *puc = ((unsigned int) (c & 0x07) << 18)
c                  26 maint/gnulib/lib/unistr/u8-mbtoucr.c   uint8_t c = *s;
c                  28 maint/gnulib/lib/unistr/u8-mbtoucr.c   if (c < 0x80)
c                  30 maint/gnulib/lib/unistr/u8-mbtoucr.c       *puc = c;
c                  33 maint/gnulib/lib/unistr/u8-mbtoucr.c   else if (c >= 0xc2)
c                  35 maint/gnulib/lib/unistr/u8-mbtoucr.c       if (c < 0xe0)
c                  41 maint/gnulib/lib/unistr/u8-mbtoucr.c                   *puc = ((unsigned int) (c & 0x1f) << 6)
c                  54 maint/gnulib/lib/unistr/u8-mbtoucr.c       else if (c < 0xf0)
c                  59 maint/gnulib/lib/unistr/u8-mbtoucr.c                   && (c >= 0xe1 || s[1] >= 0xa0)
c                  60 maint/gnulib/lib/unistr/u8-mbtoucr.c                   && (c != 0xed || s[1] < 0xa0))
c                  66 maint/gnulib/lib/unistr/u8-mbtoucr.c                           *puc = ((unsigned int) (c & 0x0f) << 12)
c                  89 maint/gnulib/lib/unistr/u8-mbtoucr.c       else if (c < 0xf8)
c                  94 maint/gnulib/lib/unistr/u8-mbtoucr.c                   && (c >= 0xf1 || s[1] >= 0x90)
c                  95 maint/gnulib/lib/unistr/u8-mbtoucr.c                   && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)))
c                 105 maint/gnulib/lib/unistr/u8-mbtoucr.c                                   *puc = ((unsigned int) (c & 0x07) << 18)
c                  37 maint/gnulib/lib/unistr/u8-strchr.c   uint8_t c[6];
c                  70 maint/gnulib/lib/unistr/u8-strchr.c     switch (u8_uctomb_aux (c, uc, 6))
c                  76 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c0 = c[0];
c                  77 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c1 = c[1];
c                 119 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c0 = c[0];
c                 120 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c1 = c[1];
c                 121 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c2 = c[2];
c                 177 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c0 = c[0];
c                 178 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c1 = c[1];
c                 179 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c2 = c[2];
c                 180 maint/gnulib/lib/unistr/u8-strchr.c           uint8_t c3 = c[3];
c                  36 maint/gnulib/lib/unistr/u8-strmblen.c   uint8_t c = *s;
c                  38 maint/gnulib/lib/unistr/u8-strmblen.c   if (c < 0x80)
c                  39 maint/gnulib/lib/unistr/u8-strmblen.c     return (c != 0 ? 1 : 0);
c                  40 maint/gnulib/lib/unistr/u8-strmblen.c   if (c >= 0xc2)
c                  42 maint/gnulib/lib/unistr/u8-strmblen.c       if (c < 0xe0)
c                  47 maint/gnulib/lib/unistr/u8-strmblen.c       else if (c < 0xf0)
c                  50 maint/gnulib/lib/unistr/u8-strmblen.c               && (c >= 0xe1 || s[1] >= 0xa0)
c                  51 maint/gnulib/lib/unistr/u8-strmblen.c               && (c != 0xed || s[1] < 0xa0))
c                  54 maint/gnulib/lib/unistr/u8-strmblen.c       else if (c < 0xf8)
c                  58 maint/gnulib/lib/unistr/u8-strmblen.c               && (c >= 0xf1 || s[1] >= 0x90)
c                  59 maint/gnulib/lib/unistr/u8-strmblen.c               && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)))
c                  36 maint/gnulib/lib/unistr/u8-strmbtouc.c   uint8_t c = *s;
c                  38 maint/gnulib/lib/unistr/u8-strmbtouc.c   if (c < 0x80)
c                  40 maint/gnulib/lib/unistr/u8-strmbtouc.c       *puc = c;
c                  41 maint/gnulib/lib/unistr/u8-strmbtouc.c       return (c != 0 ? 1 : 0);
c                  43 maint/gnulib/lib/unistr/u8-strmbtouc.c   if (c >= 0xc2)
c                  45 maint/gnulib/lib/unistr/u8-strmbtouc.c       if (c < 0xe0)
c                  49 maint/gnulib/lib/unistr/u8-strmbtouc.c               *puc = ((unsigned int) (c & 0x1f) << 6)
c                  54 maint/gnulib/lib/unistr/u8-strmbtouc.c       else if (c < 0xf0)
c                  57 maint/gnulib/lib/unistr/u8-strmbtouc.c               && (c >= 0xe1 || s[1] >= 0xa0)
c                  58 maint/gnulib/lib/unistr/u8-strmbtouc.c               && (c != 0xed || s[1] < 0xa0))
c                  60 maint/gnulib/lib/unistr/u8-strmbtouc.c               *puc = ((unsigned int) (c & 0x0f) << 12)
c                  66 maint/gnulib/lib/unistr/u8-strmbtouc.c       else if (c < 0xf8)
c                  70 maint/gnulib/lib/unistr/u8-strmbtouc.c               && (c >= 0xf1 || s[1] >= 0x90)
c                  71 maint/gnulib/lib/unistr/u8-strmbtouc.c               && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)))
c                  73 maint/gnulib/lib/unistr/u8-strmbtouc.c               *puc = ((unsigned int) (c & 0x07) << 18)
c                  38 maint/gnulib/lib/unistr/u8-strrchr.c   uint8_t c[6];
c                  53 maint/gnulib/lib/unistr/u8-strrchr.c     switch (u8_uctomb_aux (c, uc, 6))
c                  58 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c0 = c[0];
c                  59 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c1 = c[1];
c                  75 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c0 = c[0];
c                  76 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c1 = c[1];
c                  77 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c2 = c[2];
c                  93 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c0 = c[0];
c                  94 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c1 = c[1];
c                  95 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c2 = c[2];
c                  96 maint/gnulib/lib/unistr/u8-strrchr.c             uint8_t c3 = c[3];
c                  83 maint/gnulib/lib/userspec.c # define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
c                 297 maint/gnulib/lib/utimecmp.c                 int c = dst_c_ns;
c                 304 maint/gnulib/lib/utimecmp.c                 if ((a % SR10 | c % SR10 | m % SR10) != 0)
c                 307 maint/gnulib/lib/utimecmp.c                   for (res = SR10, a /= SR10, c /= SR10, m /= SR10;
c                 309 maint/gnulib/lib/utimecmp.c                         && (a % 10 | c % 10 | m % 10) == 0);
c                 310 maint/gnulib/lib/utimecmp.c                        res *= 10, a /= 10, c /= 10, m /= 10)
c                 300 maint/gnulib/lib/vma-iter.c   int c = rof_peekchar (rof);
c                 301 maint/gnulib/lib/vma-iter.c   if (c >= 0)
c                 303 maint/gnulib/lib/vma-iter.c   return c;
c                 314 maint/gnulib/lib/vma-iter.c       int c = rof_peekchar (rof);
c                 315 maint/gnulib/lib/vma-iter.c       if (c >= '0' && c <= '9')
c                 316 maint/gnulib/lib/vma-iter.c         value = (value << 4) + (c - '0');
c                 317 maint/gnulib/lib/vma-iter.c       else if (c >= 'A' && c <= 'F')
c                 318 maint/gnulib/lib/vma-iter.c         value = (value << 4) + (c - 'A' + 10);
c                 319 maint/gnulib/lib/vma-iter.c       else if (c >= 'a' && c <= 'f')
c                 320 maint/gnulib/lib/vma-iter.c         value = (value << 4) + (c - 'a' + 10);
c                 364 maint/gnulib/lib/vma-iter.c           int c;
c                 373 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 374 maint/gnulib/lib/vma-iter.c           while (c == ' ');
c                 376 maint/gnulib/lib/vma-iter.c           if (c == 'r')
c                 378 maint/gnulib/lib/vma-iter.c           c = rof_getchar (&rof);
c                 379 maint/gnulib/lib/vma-iter.c           if (c == 'w')
c                 381 maint/gnulib/lib/vma-iter.c           c = rof_getchar (&rof);
c                 382 maint/gnulib/lib/vma-iter.c           if (c == 'x')
c                 384 maint/gnulib/lib/vma-iter.c           while (c = rof_getchar (&rof), c != -1 && c != '\n')
c                 428 maint/gnulib/lib/vma-iter.c           int c;
c                 435 maint/gnulib/lib/vma-iter.c           while (c = rof_peekchar (&rof), c == ' ' || c == '\t')
c                 445 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 446 maint/gnulib/lib/vma-iter.c           while (c == ' ');
c                 448 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 449 maint/gnulib/lib/vma-iter.c           while (c != -1 && c != '\n' && c != ' ');
c                 452 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 453 maint/gnulib/lib/vma-iter.c           while (c == ' ');
c                 455 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 456 maint/gnulib/lib/vma-iter.c           while (c != -1 && c != '\n' && c != ' ');
c                 459 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 460 maint/gnulib/lib/vma-iter.c           while (c == ' ');
c                 462 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 463 maint/gnulib/lib/vma-iter.c           while (c != -1 && c != '\n' && c != ' ');
c                 467 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 468 maint/gnulib/lib/vma-iter.c           while (c == ' ');
c                 470 maint/gnulib/lib/vma-iter.c           if (c == 'r')
c                 472 maint/gnulib/lib/vma-iter.c           c = rof_getchar (&rof);
c                 473 maint/gnulib/lib/vma-iter.c           if (c == 'w')
c                 475 maint/gnulib/lib/vma-iter.c           c = rof_getchar (&rof);
c                 476 maint/gnulib/lib/vma-iter.c           if (c == 'x')
c                 478 maint/gnulib/lib/vma-iter.c           while (c = rof_getchar (&rof), c != -1 && c != '\n')
c                 536 maint/gnulib/lib/vma-iter.c           int c;
c                 545 maint/gnulib/lib/vma-iter.c             c = rof_getchar (&rof);
c                 546 maint/gnulib/lib/vma-iter.c           while (c == ' ');
c                 548 maint/gnulib/lib/vma-iter.c           if (c == 'r')
c                 550 maint/gnulib/lib/vma-iter.c           c = rof_getchar (&rof);
c                 551 maint/gnulib/lib/vma-iter.c           if (c == 'w')
c                 553 maint/gnulib/lib/vma-iter.c           c = rof_getchar (&rof);
c                 554 maint/gnulib/lib/vma-iter.c           if (c == 'x')
c                 556 maint/gnulib/lib/vma-iter.c           while (c = rof_getchar (&rof), c != -1 && c != '\n')
c                 195 maint/gnulib/lib/wchar.in.h _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
c                 196 maint/gnulib/lib/wchar.in.h _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
c                 199 maint/gnulib/lib/wchar.in.h _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
c                 202 maint/gnulib/lib/wchar.in.h _GL_CXXALIAS_SYS_CAST (btowc, wint_t, (int c));
c                 565 maint/gnulib/lib/wchar.in.h _GL_FUNCDECL_SYS (wmemchr, wchar_t *, (const wchar_t *s, wchar_t c, size_t n)
c                 578 maint/gnulib/lib/wchar.in.h _GL_CXXALIASWARN1 (wmemchr, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
c                 580 maint/gnulib/lib/wchar.in.h                    (const wchar_t *s, wchar_t c, size_t n));
c                 683 maint/gnulib/lib/wchar.in.h _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
c                 685 maint/gnulib/lib/wchar.in.h _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n));
c                  24 maint/gnulib/lib/wcswidth-impl.h       wchar_t c = *s;
c                  25 maint/gnulib/lib/wcswidth-impl.h       if (c == (wchar_t)'\0')
c                  28 maint/gnulib/lib/wcswidth-impl.h         int width = wcwidth (c);
c                  67 maint/gnulib/lib/windows-spawn.c       char c = *s;
c                  68 maint/gnulib/lib/windows-spawn.c       if (c == '"')
c                  71 maint/gnulib/lib/windows-spawn.c       if (c == '\\')
c                 100 maint/gnulib/lib/windows-spawn.c       char c = *s;
c                 101 maint/gnulib/lib/windows-spawn.c       if (c == '"')
c                 107 maint/gnulib/lib/windows-spawn.c       *p++ = c;
c                 108 maint/gnulib/lib/windows-spawn.c       if (c == '\\')
c                  19 maint/gnulib/lib/wmemchr-impl.h wmemchr (const wchar_t *s, wchar_t c, size_t n)
c                  23 maint/gnulib/lib/wmemchr-impl.h       if (*s == c)
c                  19 maint/gnulib/lib/wmemset-impl.h wmemset (wchar_t *s, wchar_t c, size_t n)
c                  24 maint/gnulib/lib/wmemset-impl.h     *ptr++ = c;
c                  48 maint/gnulib/lib/xstrtol-error.c                int opt_idx, char c, struct option const *long_options,
c                  79 maint/gnulib/lib/xstrtol-error.c       option_buffer[0] = c;
c                  93 maint/gnulib/lib/xstrtol-error.c                int opt_idx, char c, struct option const *long_options,
c                  96 maint/gnulib/lib/xstrtol-error.c   xstrtol_error (err, opt_idx, c, long_options, arg, exit_failure);
c                  56 maint/gnulib/lib/yesno.c   int c = getchar ();
c                  57 maint/gnulib/lib/yesno.c   yes = (c == 'y' || c == 'Y');
c                  58 maint/gnulib/lib/yesno.c   while (c != '\n' && c != EOF)
c                  59 maint/gnulib/lib/yesno.c     c = getchar ();
c                  35 maint/gnulib/tests/test-btoc32.c   int c;
c                  48 maint/gnulib/tests/test-btoc32.c         for (c = 0; c < 0x80; c++)
c                  49 maint/gnulib/tests/test-btoc32.c           ASSERT (btoc32 (c) == c);
c                  50 maint/gnulib/tests/test-btoc32.c         for (c = 0xA0; c < 0x100; c++)
c                  51 maint/gnulib/tests/test-btoc32.c           ASSERT (btoc32 (c) != WEOF);
c                  56 maint/gnulib/tests/test-btoc32.c         for (c = 0; c < 0x80; c++)
c                  57 maint/gnulib/tests/test-btoc32.c           ASSERT (btoc32 (c) == c);
c                  58 maint/gnulib/tests/test-btoc32.c         for (c = 0x80; c < 0x100; c++)
c                  59 maint/gnulib/tests/test-btoc32.c           ASSERT (btoc32 (c) == WEOF);
c                  34 maint/gnulib/tests/test-btowc.c   int c;
c                  47 maint/gnulib/tests/test-btowc.c         for (c = 0; c < 0x80; c++)
c                  48 maint/gnulib/tests/test-btowc.c           ASSERT (btowc (c) == c);
c                  49 maint/gnulib/tests/test-btowc.c         for (c = 0xA0; c < 0x100; c++)
c                  50 maint/gnulib/tests/test-btowc.c           ASSERT (btowc (c) != WEOF);
c                  55 maint/gnulib/tests/test-btowc.c         for (c = 0; c < 0x80; c++)
c                  56 maint/gnulib/tests/test-btowc.c           ASSERT (btowc (c) == c);
c                  57 maint/gnulib/tests/test-btowc.c         for (c = 0x80; c < 0x100; c++)
c                  58 maint/gnulib/tests/test-btowc.c           ASSERT (btowc (c) == WEOF);
c                  32 maint/gnulib/tests/test-c-ctype.c   int c;
c                  34 maint/gnulib/tests/test-c-ctype.c   for (c = 0; c <= UCHAR_MAX; c++)
c                  36 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isascii (c) == (isascii (c) != 0));
c                  37 maint/gnulib/tests/test-c-ctype.c       if (c_isascii (c))
c                  39 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isalnum (c) == (isalnum (c) != 0));
c                  40 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isalpha (c) == (isalpha (c) != 0));
c                  41 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isblank (c) == (isblank (c) != 0));
c                  42 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_iscntrl (c) == (iscntrl (c) != 0));
c                  43 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isdigit (c) == (isdigit (c) != 0));
c                  44 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_islower (c) == (islower (c) != 0));
c                  45 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isgraph (c) == (isgraph (c) != 0));
c                  46 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isprint (c) == (isprint (c) != 0));
c                  47 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_ispunct (c) == (ispunct (c) != 0));
c                  48 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isspace (c) == (isspace (c) != 0));
c                  49 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isupper (c) == (isupper (c) != 0));
c                  50 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isxdigit (c) == (isxdigit (c) != 0));
c                  51 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_tolower (c) == tolower (c));
c                  52 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_toupper (c) == toupper (c));
c                  60 maint/gnulib/tests/test-c-ctype.c   int c;
c                  63 maint/gnulib/tests/test-c-ctype.c   for (c = CHAR_MIN; c <= UCHAR_MAX; c++)
c                  65 maint/gnulib/tests/test-c-ctype.c       if (! (0 <= c && c <= CHAR_MAX))
c                  67 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isascii (c));
c                  68 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isalnum (c));
c                  69 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isalpha (c));
c                  70 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isblank (c));
c                  71 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_iscntrl (c));
c                  72 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isdigit (c));
c                  73 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_islower (c));
c                  74 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isgraph (c));
c                  75 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isprint (c));
c                  76 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_ispunct (c));
c                  77 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isspace (c));
c                  78 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isupper (c));
c                  79 maint/gnulib/tests/test-c-ctype.c           ASSERT (! c_isxdigit (c));
c                  80 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_tolower (c) == c);
c                  81 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_toupper (c) == c);
c                  84 maint/gnulib/tests/test-c-ctype.c       n_isascii += c_isascii (c);
c                  87 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isascii (c) == (0 <= c && c <= 0x7f));
c                  90 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isascii (c) == (c_isprint (c) || c_iscntrl (c)));
c                  92 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isalnum (c) == (c_isalpha (c) || c_isdigit (c)));
c                  94 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isalpha (c) == (c_islower (c) || c_isupper (c)));
c                  96 maint/gnulib/tests/test-c-ctype.c       switch (c)
c                  99 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isblank (c) == 1);
c                 102 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isblank (c) == 0);
c                 107 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_iscntrl (c) == ((c >= 0 && c < 0x20) || c == 0x7f));
c                 110 maint/gnulib/tests/test-c-ctype.c       switch (c)
c                 114 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_iscntrl (c));
c                 118 maint/gnulib/tests/test-c-ctype.c       ASSERT (! (c_iscntrl (c) && c_isprint (c)));
c                 120 maint/gnulib/tests/test-c-ctype.c       switch (c)
c                 124 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isdigit (c) == 1);
c                 127 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isdigit (c) == 0);
c                 131 maint/gnulib/tests/test-c-ctype.c       switch (c)
c                 138 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_islower (c) == 1);
c                 139 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_toupper (c) == c - 'a' + 'A');
c                 142 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_islower (c) == 0);
c                 143 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_toupper (c) == c);
c                 148 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isgraph (c) == ((c >= 0x20 && c < 0x7f) && c != ' '));
c                 150 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isprint (c) == (c >= 0x20 && c < 0x7f));
c                 153 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isgraph (c) == (c_isalnum (c) || c_ispunct (c)));
c                 155 maint/gnulib/tests/test-c-ctype.c       ASSERT (c_isprint (c) == (c_isgraph (c) || c == ' '));
c                 157 maint/gnulib/tests/test-c-ctype.c       switch (c)
c                 164 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_ispunct (c) == 1);
c                 167 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_ispunct (c) == 0);
c                 171 maint/gnulib/tests/test-c-ctype.c       switch (c)
c                 174 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isspace (c) == 1);
c                 177 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isspace (c) == 0);
c                 181 maint/gnulib/tests/test-c-ctype.c       switch (c)
c                 188 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isupper (c) == 1);
c                 189 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_tolower (c) == c - 'A' + 'a');
c                 192 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isupper (c) == 0);
c                 193 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_tolower (c) == c);
c                 197 maint/gnulib/tests/test-c-ctype.c       switch (c)
c                 203 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isxdigit (c) == 1);
c                 206 maint/gnulib/tests/test-c-ctype.c           ASSERT (c_isxdigit (c) == 0);
c                  72 maint/gnulib/tests/test-c32isalnum.c     int c;
c                  74 maint/gnulib/tests/test-c32isalnum.c     for (c = 0; c < 0x100; c++)
c                  75 maint/gnulib/tests/test-c32isalnum.c       switch (c)
c                  99 maint/gnulib/tests/test-c32isalnum.c           buf[0] = (unsigned char) c;
c                 101 maint/gnulib/tests/test-c32isalnum.c           switch (c)
c                  72 maint/gnulib/tests/test-c32isalpha.c     int c;
c                  74 maint/gnulib/tests/test-c32isalpha.c     for (c = 0; c < 0x100; c++)
c                  75 maint/gnulib/tests/test-c32isalpha.c       switch (c)
c                  99 maint/gnulib/tests/test-c32isalpha.c           buf[0] = (unsigned char) c;
c                 101 maint/gnulib/tests/test-c32isalpha.c           switch (c)
c                  71 maint/gnulib/tests/test-c32isblank.c     int c;
c                  73 maint/gnulib/tests/test-c32isblank.c     for (c = 0; c < 0x100; c++)
c                  74 maint/gnulib/tests/test-c32isblank.c       switch (c)
c                 102 maint/gnulib/tests/test-c32isblank.c           buf[0] = (unsigned char) c;
c                 104 maint/gnulib/tests/test-c32isblank.c           if (c == '\t' || c == ' ')
c                  66 maint/gnulib/tests/test-c32iscntrl.c     int c;
c                  68 maint/gnulib/tests/test-c32iscntrl.c     for (c = 0; c < 0x100; c++)
c                  69 maint/gnulib/tests/test-c32iscntrl.c       switch (c)
c                  93 maint/gnulib/tests/test-c32iscntrl.c           buf[0] = (unsigned char) c;
c                  95 maint/gnulib/tests/test-c32iscntrl.c           switch (c)
c                  65 maint/gnulib/tests/test-c32isdigit.c     int c;
c                  67 maint/gnulib/tests/test-c32isdigit.c     for (c = 0; c < 0x100; c++)
c                  68 maint/gnulib/tests/test-c32isdigit.c       switch (c)
c                  92 maint/gnulib/tests/test-c32isdigit.c           buf[0] = (unsigned char) c;
c                  94 maint/gnulib/tests/test-c32isdigit.c           switch (c)
c                  66 maint/gnulib/tests/test-c32isgraph.c     int c;
c                  68 maint/gnulib/tests/test-c32isgraph.c     for (c = 0; c < 0x100; c++)
c                  69 maint/gnulib/tests/test-c32isgraph.c       switch (c)
c                  93 maint/gnulib/tests/test-c32isgraph.c           buf[0] = (unsigned char) c;
c                  95 maint/gnulib/tests/test-c32isgraph.c           switch (c)
c                  71 maint/gnulib/tests/test-c32islower.c     int c;
c                  73 maint/gnulib/tests/test-c32islower.c     for (c = 0; c < 0x100; c++)
c                  74 maint/gnulib/tests/test-c32islower.c       switch (c)
c                  98 maint/gnulib/tests/test-c32islower.c           buf[0] = (unsigned char) c;
c                 100 maint/gnulib/tests/test-c32islower.c           switch (c)
c                  66 maint/gnulib/tests/test-c32isprint.c     int c;
c                  68 maint/gnulib/tests/test-c32isprint.c     for (c = 0; c < 0x100; c++)
c                  69 maint/gnulib/tests/test-c32isprint.c       switch (c)
c                  95 maint/gnulib/tests/test-c32isprint.c           buf[0] = (unsigned char) c;
c                  97 maint/gnulib/tests/test-c32isprint.c           switch (c)
c                  66 maint/gnulib/tests/test-c32ispunct.c     int c;
c                  68 maint/gnulib/tests/test-c32ispunct.c     for (c = 0; c < 0x100; c++)
c                  69 maint/gnulib/tests/test-c32ispunct.c       switch (c)
c                  93 maint/gnulib/tests/test-c32ispunct.c           buf[0] = (unsigned char) c;
c                  95 maint/gnulib/tests/test-c32ispunct.c           switch (c)
c                  72 maint/gnulib/tests/test-c32isspace.c     int c;
c                  74 maint/gnulib/tests/test-c32isspace.c     for (c = 0; c < 0x100; c++)
c                  75 maint/gnulib/tests/test-c32isspace.c       switch (c)
c                 100 maint/gnulib/tests/test-c32isspace.c           buf[0] = (unsigned char) c;
c                 102 maint/gnulib/tests/test-c32isspace.c           switch (c)
c                  71 maint/gnulib/tests/test-c32isupper.c     int c;
c                  73 maint/gnulib/tests/test-c32isupper.c     for (c = 0; c < 0x100; c++)
c                  74 maint/gnulib/tests/test-c32isupper.c       switch (c)
c                  98 maint/gnulib/tests/test-c32isupper.c           buf[0] = (unsigned char) c;
c                 100 maint/gnulib/tests/test-c32isupper.c           switch (c)
c                  65 maint/gnulib/tests/test-c32isxdigit.c     int c;
c                  67 maint/gnulib/tests/test-c32isxdigit.c     for (c = 0; c < 0x100; c++)
c                  68 maint/gnulib/tests/test-c32isxdigit.c       switch (c)
c                  92 maint/gnulib/tests/test-c32isxdigit.c           buf[0] = (unsigned char) c;
c                  94 maint/gnulib/tests/test-c32isxdigit.c           switch (c)
c                 101 maint/gnulib/tests/test-c32rtomb-w32.c     int c;
c                 103 maint/gnulib/tests/test-c32rtomb-w32.c     for (c = 0; c < 0x100; c++)
c                 104 maint/gnulib/tests/test-c32rtomb-w32.c       switch (c)
c                 128 maint/gnulib/tests/test-c32rtomb-w32.c           ret = c32rtomb (buf, btoc32 (c), NULL);
c                 130 maint/gnulib/tests/test-c32rtomb-w32.c           ASSERT (buf[0] == (char) c);
c                  76 maint/gnulib/tests/test-c32rtomb.c     int c;
c                  78 maint/gnulib/tests/test-c32rtomb.c     for (c = 0; c < 0x100; c++)
c                  79 maint/gnulib/tests/test-c32rtomb.c       switch (c)
c                 103 maint/gnulib/tests/test-c32rtomb.c           ret = c32rtomb (buf, btoc32 (c), NULL);
c                 105 maint/gnulib/tests/test-c32rtomb.c           ASSERT (buf[0] == (char) c);
c                  60 maint/gnulib/tests/test-digest.h                   unsigned char c[2];
c                  62 maint/gnulib/tests/test-digest.h                   c[0] = (unsigned char)(j >> 6);
c                  63 maint/gnulib/tests/test-digest.h                   c[1] = (i % 499) + (i % 101);
c                  64 maint/gnulib/tests/test-digest.h                   fwrite (c, 1, 2, fp);
c                 105 maint/gnulib/tests/test-expm1.h             DOUBLE c = EXPM1 (z);
c                 106 maint/gnulib/tests/test-expm1.h             DOUBLE err = a + (1 + a) * (b + (1 + b) * c);
c                  27 maint/gnulib/tests/test-fflush2.c   int c;
c                  42 maint/gnulib/tests/test-fflush2.c         c = fgetc (stdin);
c                  43 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '#');
c                  45 maint/gnulib/tests/test-fflush2.c         c = fgetc (stdin);
c                  46 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '!');
c                  50 maint/gnulib/tests/test-fflush2.c         c = ungetc ('!', stdin);
c                  51 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '!');
c                  57 maint/gnulib/tests/test-fflush2.c         c = fgetc (stdin);
c                  58 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '!');
c                  60 maint/gnulib/tests/test-fflush2.c         c = fgetc (stdin);
c                  61 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '/');
c                  77 maint/gnulib/tests/test-fflush2.c         c = fgetc (stdin);
c                  78 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '#');
c                  80 maint/gnulib/tests/test-fflush2.c         c = fgetc (stdin);
c                  81 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '!');
c                  85 maint/gnulib/tests/test-fflush2.c         c = ungetc ('@', stdin);
c                  86 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '@');
c                  92 maint/gnulib/tests/test-fflush2.c         c = fgetc (stdin);
c                  93 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '!');
c                  95 maint/gnulib/tests/test-fflush2.c         c = fgetc (stdin);
c                  96 maint/gnulib/tests/test-fflush2.c         ASSERT (c == '/');
c                  51 maint/gnulib/tests/test-freadahead.c           int c, c2;
c                  56 maint/gnulib/tests/test-freadahead.c           c = fgetc (stdin);
c                  58 maint/gnulib/tests/test-freadahead.c           ungetc (c, stdin);
c                  61 maint/gnulib/tests/test-freadahead.c           ASSERT (c2 == c);
c                  64 maint/gnulib/tests/test-freadahead.c           c = '@';
c                  65 maint/gnulib/tests/test-freadahead.c           ungetc (c, stdin);
c                  68 maint/gnulib/tests/test-freadahead.c           ASSERT (c2 == c);
c                 171 maint/gnulib/tests/test-getcwd.c       char *c = NULL;
c                 196 maint/gnulib/tests/test-getcwd.c           c = getcwd (buf, PATH_MAX);
c                 197 maint/gnulib/tests/test-getcwd.c           if (!c && errno == ENOENT)
c                 202 maint/gnulib/tests/test-getcwd.c           if (c)
c                 218 maint/gnulib/tests/test-getcwd.c           c = getcwd (buf, cwd_len + 1);
c                 219 maint/gnulib/tests/test-getcwd.c           if (!c)
c                 235 maint/gnulib/tests/test-getcwd.c       if (c && strlen (c) != cwd_len)
c                  40 maint/gnulib/tests/test-getopt.h   int c;
c                  43 maint/gnulib/tests/test-getopt.h   while ((c = getopt (argc, (char **) argv, options)) != -1)
c                  45 maint/gnulib/tests/test-getopt.h       switch (c)
c                  74 maint/gnulib/tests/test-getopt.h           *unrecognized = c;
c                  53 maint/gnulib/tests/test-getopt_long.h   int c;
c                  57 maint/gnulib/tests/test-getopt_long.h   while ((c = getopt_long (argc, (char **) argv, options, long_options,
c                  61 maint/gnulib/tests/test-getopt_long.h       switch (c)
c                  95 maint/gnulib/tests/test-getopt_long.h           *unrecognized = c;
c                 121 maint/gnulib/tests/test-getopt_long.h     int c;
c                 128 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 129 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                 136 maint/gnulib/tests/test-getopt_long.h     int c;
c                 143 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 144 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                 151 maint/gnulib/tests/test-getopt_long.h     int c;
c                 158 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 159 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                 166 maint/gnulib/tests/test-getopt_long.h     int c;
c                 173 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 174 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 1001);
c                 180 maint/gnulib/tests/test-getopt_long.h     int c;
c                 187 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 188 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                 195 maint/gnulib/tests/test-getopt_long.h     int c;
c                 202 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 203 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                 210 maint/gnulib/tests/test-getopt_long.h     int c;
c                 217 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 218 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 1002);
c                 224 maint/gnulib/tests/test-getopt_long.h     int c;
c                 231 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 232 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 1003);
c                 238 maint/gnulib/tests/test-getopt_long.h     int c;
c                 245 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index);
c                 246 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 1003);
c                 254 maint/gnulib/tests/test-getopt_long.h     int c;
c                 261 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "W;", long_options_required, &option_index);
c                 262 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                 269 maint/gnulib/tests/test-getopt_long.h     int c;
c                 276 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "W;", long_options_required, &option_index);
c                 279 maint/gnulib/tests/test-getopt_long.h     if (c == '?')
c                 286 maint/gnulib/tests/test-getopt_long.h         ASSERT (c == 'W');
c                 294 maint/gnulib/tests/test-getopt_long.h     int c;
c                 302 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "W;", long_options_required, &option_index);
c                 305 maint/gnulib/tests/test-getopt_long.h     if (c == '?')
c                 312 maint/gnulib/tests/test-getopt_long.h         ASSERT (c == 'W');
c                 323 maint/gnulib/tests/test-getopt_long.h     int c;
c                 331 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "W;", NULL, &option_index);
c                 332 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 'W');
c                1947 maint/gnulib/tests/test-getopt_long.h     int c;
c                1954 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "ab", long_options_required,
c                1956 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                1963 maint/gnulib/tests/test-getopt_long.h     int c;
c                1970 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "abx", long_options_required,
c                1972 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 'x');
c                1979 maint/gnulib/tests/test-getopt_long.h     int c;
c                1986 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "abx", long_options_required,
c                1988 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                1995 maint/gnulib/tests/test-getopt_long.h     int c;
c                2003 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "abx", long_options_required,
c                2005 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 'b');
c                2012 maint/gnulib/tests/test-getopt_long.h     int c;
c                2020 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "abx", long_options_required,
c                2022 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 0);
c                2029 maint/gnulib/tests/test-getopt_long.h     int c;
c                2036 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "ab", long_options_required,
c                2038 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                2045 maint/gnulib/tests/test-getopt_long.h     int c;
c                2052 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "abx", long_options_required,
c                2054 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == '?');
c                2061 maint/gnulib/tests/test-getopt_long.h     int c;
c                2068 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "ab", long_options_required,
c                2070 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 1001);
c                2076 maint/gnulib/tests/test-getopt_long.h     int c;
c                2083 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "abx:", long_options_required,
c                2085 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 1002);
c                2091 maint/gnulib/tests/test-getopt_long.h     int c;
c                2098 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "ab", long_options_required,
c                2104 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 1003 || c == '?');
c                2111 maint/gnulib/tests/test-getopt_long.h     int c;
c                2118 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "abx::", long_options_required,
c                2124 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 1003 || c == '?');
c                2132 maint/gnulib/tests/test-getopt_long.h     int c;
c                2139 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long_only (argc, argv, "abx::", long_options_required,
c                2141 maint/gnulib/tests/test-getopt_long.h     ASSERT (c == 'x');
c                  32 maint/gnulib/tests/test-inttostr.c #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9)
c                  34 maint/gnulib/tests/test-isblank.c   unsigned int c;
c                  45 maint/gnulib/tests/test-isblank.c   for (c = 0; c <= UCHAR_MAX; c++)
c                  46 maint/gnulib/tests/test-isblank.c     ASSERT (!isblank (c) == !(c == ' ' || c == '\t'));
c                  66 maint/gnulib/tests/test-iswdigit.c     int c;
c                  68 maint/gnulib/tests/test-iswdigit.c     for (c = 0; c < 0x100; c++)
c                  69 maint/gnulib/tests/test-iswdigit.c       switch (c)
c                  93 maint/gnulib/tests/test-iswdigit.c           buf[0] = (unsigned char) c;
c                  95 maint/gnulib/tests/test-iswdigit.c           switch (c)
c                  66 maint/gnulib/tests/test-iswxdigit.c     int c;
c                  68 maint/gnulib/tests/test-iswxdigit.c     for (c = 0; c < 0x100; c++)
c                  69 maint/gnulib/tests/test-iswxdigit.c       switch (c)
c                  93 maint/gnulib/tests/test-iswxdigit.c           buf[0] = (unsigned char) c;
c                  95 maint/gnulib/tests/test-iswxdigit.c           switch (c)
c                 115 maint/gnulib/tests/test-mbrtoc32-w32.c     int c;
c                 119 maint/gnulib/tests/test-mbrtoc32-w32.c     for (c = 0; c < 0x100; c++)
c                 120 maint/gnulib/tests/test-mbrtoc32-w32.c       switch (c)
c                 144 maint/gnulib/tests/test-mbrtoc32-w32.c           buf[0] = c;
c                 148 maint/gnulib/tests/test-mbrtoc32-w32.c           ASSERT (wc == c);
c                  68 maint/gnulib/tests/test-mbrtoc32.c     int c;
c                  72 maint/gnulib/tests/test-mbrtoc32.c     for (c = 0; c < 0x100; c++)
c                  73 maint/gnulib/tests/test-mbrtoc32.c       switch (c)
c                  76 maint/gnulib/tests/test-mbrtoc32.c           if (! (c && 1 < argc && argv[1][0] == '5'))
c                 102 maint/gnulib/tests/test-mbrtoc32.c           buf[0] = c;
c                 106 maint/gnulib/tests/test-mbrtoc32.c           if (c < 0x80)
c                 108 maint/gnulib/tests/test-mbrtoc32.c             ASSERT (wc == c);
c                 114 maint/gnulib/tests/test-mbrtoc32.c             ASSERT (wc == (btowc (c) == 0xDF00 + c ? btowc (c) : c));
c                 115 maint/gnulib/tests/test-mbrtowc-w32.c     int c;
c                 119 maint/gnulib/tests/test-mbrtowc-w32.c     for (c = 0; c < 0x100; c++)
c                 120 maint/gnulib/tests/test-mbrtowc-w32.c       switch (c)
c                 144 maint/gnulib/tests/test-mbrtowc-w32.c           buf[0] = c;
c                 148 maint/gnulib/tests/test-mbrtowc-w32.c           ASSERT (wc == c);
c                  68 maint/gnulib/tests/test-mbrtowc.c     int c;
c                  72 maint/gnulib/tests/test-mbrtowc.c     for (c = 0; c < 0x100; c++)
c                  73 maint/gnulib/tests/test-mbrtowc.c       switch (c)
c                  76 maint/gnulib/tests/test-mbrtowc.c           if (! (c && 1 < argc && argv[1][0] == '5'))
c                 102 maint/gnulib/tests/test-mbrtowc.c           buf[0] = c;
c                 106 maint/gnulib/tests/test-mbrtowc.c           if (c < 0x80)
c                 108 maint/gnulib/tests/test-mbrtowc.c             ASSERT (wc == c);
c                 114 maint/gnulib/tests/test-mbrtowc.c             ASSERT (wc == (btowc (c) == 0xDF00 + c ? btowc (c) : c));
c                  76 maint/gnulib/tests/test-open.h     char c;
c                  77 maint/gnulib/tests/test-open.h     ASSERT (read (fd, &c, 1) == 0);
c                 251 maint/gnulib/tests/test-poll.c   int c, pid;
c                 260 maint/gnulib/tests/test-poll.c       c = accept (s, (struct sockaddr *) &ia, &addrlen);
c                 261 maint/gnulib/tests/test-poll.c       ASSERT (c >= 0);
c                 263 maint/gnulib/tests/test-poll.c       ASSERT (write (c, "foo", 3) == 3);
c                 264 maint/gnulib/tests/test-poll.c       ASSERT (read (c, buf, 3) == 3);
c                 265 maint/gnulib/tests/test-poll.c       shutdown (c, SHUT_RD);
c                 266 maint/gnulib/tests/test-poll.c       close (c);
c                 272 maint/gnulib/tests/test-poll.c       c = connect_to_socket (true);
c                 273 maint/gnulib/tests/test-poll.c       ASSERT (c >= 0);
c                 274 maint/gnulib/tests/test-poll.c       if (poll1_nowait (c, POLLOUT | POLLWRNORM | POLLRDBAND)
c                 277 maint/gnulib/tests/test-poll.c       ASSERT (write (c, "foo", 3) == 3);
c                 279 maint/gnulib/tests/test-poll.c       if (poll1_wait (c, POLLIN) != POLLIN)
c                 281 maint/gnulib/tests/test-poll.c       ASSERT (read (c, buf, 3) == 3);
c                 282 maint/gnulib/tests/test-poll.c       ASSERT (write (c, "foo", 3) == 3);
c                 283 maint/gnulib/tests/test-poll.c       int revents = poll1_wait (c, POLLIN | POLLOUT);
c                 290 maint/gnulib/tests/test-poll.c       close (c);
c                  77 maint/gnulib/tests/test-select-stdin.c           char c;
c                  80 maint/gnulib/tests/test-select-stdin.c           ASSERT (read (0, &c, 1) == 1);
c                 355 maint/gnulib/tests/test-select.h   int c, pid;
c                 364 maint/gnulib/tests/test-select.h       c = accept (s, (struct sockaddr *) &ia, &addrlen);
c                 366 maint/gnulib/tests/test-select.h       ASSERT (write (c, "foo", 3) == 3);
c                 367 maint/gnulib/tests/test-select.h       ASSERT (read (c, buf, 3) == 3);
c                 368 maint/gnulib/tests/test-select.h       shutdown (c, SHUT_RD);
c                 369 maint/gnulib/tests/test-select.h       ASSERT (close (c) == 0);
c                 375 maint/gnulib/tests/test-select.h       c = connect_to_socket (true);
c                 376 maint/gnulib/tests/test-select.h       if (do_select_nowait (c, SEL_OUT, my_select) != SEL_OUT)
c                 378 maint/gnulib/tests/test-select.h       ASSERT (write (c, "foo", 3) == 3);
c                 380 maint/gnulib/tests/test-select.h       if (do_select_wait (c, SEL_IN, my_select) != SEL_IN)
c                 382 maint/gnulib/tests/test-select.h       ASSERT (read (c, buf, 3) == 3);
c                 383 maint/gnulib/tests/test-select.h       ASSERT (write (c, "foo", 3) == 3);
c                 384 maint/gnulib/tests/test-select.h       (void) close (c); /* may fail with errno = ECONNRESET */
c                  60 maint/gnulib/tests/test-sh-quote.c     int c;
c                 159 maint/gnulib/tests/test-sh-quote.c     for (c = 1; c <= UCHAR_MAX; c++)
c                 160 maint/gnulib/tests/test-sh-quote.c       if (strchr ("\t\n\r !\"#$&'()*;<=>?^[\\]`{|}~", c) == NULL)
c                 164 maint/gnulib/tests/test-sh-quote.c           s[1] = (char) c;
c                 166 maint/gnulib/tests/test-sh-quote.c           s[3] = (char) c;
c                  28 maint/gnulib/tests/test-signal-h.c   volatile sig_atomic_t c;
c                 128 maint/gnulib/tests/test-signal-h.c   return s.a + s.b + s.c + s.e;
c                  53 maint/gnulib/tests/test-sigpipe.c       char c[2] = { 'y', '\n' };
c                  54 maint/gnulib/tests/test-sigpipe.c       int ret = write (1, c, sizeof (c));
c                  28 maint/gnulib/tests/test-spawn.c   mode_t c;
c                  53 maint/gnulib/tests/test-spawn.c   return s.c + s.d;
c                  65 maint/gnulib/tests/test-stdbool.c char c[__bool_true_false_are_defined == 1 ? 1 : -1];
c                  29 maint/gnulib/tests/test-stddef.c size_t c = 2;
c                  49 maint/gnulib/tests/test-strverscmp.c     static char const c[] = "B007502357019.GBP.CORP.COM";
c                  51 maint/gnulib/tests/test-strverscmp.c     ASSERT (strverscmp (b, c) < 0);
c                  52 maint/gnulib/tests/test-strverscmp.c     ASSERT (strverscmp (a, c) < 0);
c                  54 maint/gnulib/tests/test-strverscmp.c     ASSERT (strverscmp (c, b) > 0);
c                  55 maint/gnulib/tests/test-strverscmp.c     ASSERT (strverscmp (c, a) > 0);
c                  26 maint/gnulib/tests/test-sys_uio.c struct iovec c;
c                  31 maint/gnulib/tests/test-sys_uio.c   return a + b + !!c.iov_base + c.iov_len;
c                 183 maint/gnulib/tests/test-system-quote-main.c     int c;
c                 300 maint/gnulib/tests/test-system-quote-main.c     for (c = 1; c <= UCHAR_MAX; c++)
c                 301 maint/gnulib/tests/test-system-quote-main.c       if (strchr ("\t\n\r !\"#$&'()*;<=>?^[\\]`{|}~", c) == NULL)
c                 305 maint/gnulib/tests/test-system-quote-main.c           s[1] = (char) c;
c                 307 maint/gnulib/tests/test-system-quote-main.c           s[3] = (char) c;
c                 147 maint/gnulib/tests/test-timespec.c                         struct timespec c = test[k];
c                 148 maint/gnulib/tests/test-timespec.c                         if (valid (c))
c                 150 maint/gnulib/tests/test-timespec.c                             struct timespec sumbc = timespec_add (b, c);
c                 153 maint/gnulib/tests/test-timespec.c                                           timespec_add (sum, c)));
c                 110 maint/gnulib/tests/test-tsearch.c       int c;
c                 114 maint/gnulib/tests/test-tsearch.c       c = string[i];
c                 116 maint/gnulib/tests/test-tsearch.c       string[j] = c;
c                  28 maint/gnulib/tests/test-uchar.c char16_t c = 'x';
c                 101 maint/gnulib/tests/test-wcrtomb-w32.c     int c;
c                 103 maint/gnulib/tests/test-wcrtomb-w32.c     for (c = 0; c < 0x100; c++)
c                 104 maint/gnulib/tests/test-wcrtomb-w32.c       switch (c)
c                 128 maint/gnulib/tests/test-wcrtomb-w32.c           ret = wcrtomb (buf, btowc (c), NULL);
c                 130 maint/gnulib/tests/test-wcrtomb-w32.c           ASSERT (buf[0] == (char) c);
c                  74 maint/gnulib/tests/test-wcrtomb.c     int c;
c                  76 maint/gnulib/tests/test-wcrtomb.c     for (c = 0; c < 0x100; c++)
c                  77 maint/gnulib/tests/test-wcrtomb.c       switch (c)
c                 101 maint/gnulib/tests/test-wcrtomb.c           ret = wcrtomb (buf, btowc (c), NULL);
c                 103 maint/gnulib/tests/test-wcrtomb.c           ASSERT (buf[0] == (char) c);
c                 156 maint/gnulib/tests/unicase/test-cased.c #define PREDICATE(c) uc_is_cased (c)
c                 379 maint/gnulib/tests/unicase/test-ignorable.c #define PREDICATE(c) uc_is_case_ignorable (c)
c                  22 maint/gnulib/tests/unicase/test-mapping-part2.h   unsigned int c;
c                  25 maint/gnulib/tests/unicase/test-mapping-part2.h   c = 0;
c                  28 maint/gnulib/tests/unicase/test-mapping-part2.h       for (; c < mapping[i].ch; c++)
c                  29 maint/gnulib/tests/unicase/test-mapping-part2.h         ASSERT (MAP (c) == c);
c                  30 maint/gnulib/tests/unicase/test-mapping-part2.h       ASSERT (MAP (c) == mapping[i].value);
c                  31 maint/gnulib/tests/unicase/test-mapping-part2.h       c++;
c                  33 maint/gnulib/tests/unicase/test-mapping-part2.h   for (; c < 0x110000; c++)
c                  34 maint/gnulib/tests/unicase/test-mapping-part2.h     ASSERT (MAP (c) == c);
c                  22 maint/gnulib/tests/unicase/test-predicate-part2.h   unsigned int c;
c                  25 maint/gnulib/tests/unicase/test-predicate-part2.h   c = 0;
c                  28 maint/gnulib/tests/unicase/test-predicate-part2.h       for (; c < set[i].start; c++)
c                  29 maint/gnulib/tests/unicase/test-predicate-part2.h         ASSERT (!PREDICATE (c));
c                  30 maint/gnulib/tests/unicase/test-predicate-part2.h       for (; c <= set[i].end; c++)
c                  31 maint/gnulib/tests/unicase/test-predicate-part2.h         ASSERT (PREDICATE (c));
c                  33 maint/gnulib/tests/unicase/test-predicate-part2.h   for (; c < 0x110000; c++)
c                  34 maint/gnulib/tests/unicase/test-predicate-part2.h     ASSERT (!PREDICATE (c));
c                1327 maint/gnulib/tests/unicase/test-uc_tolower.c #define MAP(c) uc_tolower (c)
c                1344 maint/gnulib/tests/unicase/test-uc_totitle.c #define MAP(c) uc_totitle (c)
c                1344 maint/gnulib/tests/unicase/test-uc_toupper.c #define MAP(c) uc_toupper (c)
c                  41 maint/gnulib/tests/unictype/test-bidi_test.c     unsigned int c;
c                  43 maint/gnulib/tests/unictype/test-bidi_test.c     for (c = 0; c < 0x110000; c++)
c                  44 maint/gnulib/tests/unictype/test-bidi_test.c       ASSERT (uc_is_bidi_class (c, uc_bidi_class (c)));
c                  32 maint/gnulib/tests/unictype/test-block_of.c     unsigned int c;
c                  34 maint/gnulib/tests/unictype/test-block_of.c     for (c = 0; c < 0x110000; c++)
c                  36 maint/gnulib/tests/unictype/test-block_of.c         const uc_block_t *block = uc_block (c);
c                  37 maint/gnulib/tests/unictype/test-block_of.c         ASSERT (block == NULL || uc_is_block (c, block));
c                  59 maint/gnulib/tests/unictype/test-block_of.c         unsigned int c;
c                  61 maint/gnulib/tests/unictype/test-block_of.c         for (c = blocks[i].start; c <= blocks[i].end; c++)
c                  62 maint/gnulib/tests/unictype/test-block_of.c           ASSERT (uc_block (c) == &blocks[i]);
c                 663 maint/gnulib/tests/unictype/test-categ_C.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_C)
c                  23 maint/gnulib/tests/unictype/test-categ_Cc.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Cc)
c                  39 maint/gnulib/tests/unictype/test-categ_Cf.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Cf)
c                 659 maint/gnulib/tests/unictype/test-categ_Cn.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Cn)
c                  24 maint/gnulib/tests/unictype/test-categ_Co.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Co)
c                  22 maint/gnulib/tests/unictype/test-categ_Cs.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Cs)
c                 592 maint/gnulib/tests/unictype/test-categ_L.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_L)
c                 147 maint/gnulib/tests/unictype/test-categ_LC.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_LC)
c                 654 maint/gnulib/tests/unictype/test-categ_Ll.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Ll)
c                  78 maint/gnulib/tests/unictype/test-categ_Lm.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Lm)
c                 466 maint/gnulib/tests/unictype/test-categ_Lo.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Lo)
c                  31 maint/gnulib/tests/unictype/test-categ_Lt.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Lt)
c                 648 maint/gnulib/tests/unictype/test-categ_Lu.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Lu)
c                 271 maint/gnulib/tests/unictype/test-categ_M.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_M)
c                 176 maint/gnulib/tests/unictype/test-categ_Mc.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Mc)
c                  26 maint/gnulib/tests/unictype/test-categ_Me.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Me)
c                 306 maint/gnulib/tests/unictype/test-categ_Mn.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Mn)
c                 136 maint/gnulib/tests/unictype/test-categ_N.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_N)
c                  75 maint/gnulib/tests/unictype/test-categ_Nd.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Nd)
c                  33 maint/gnulib/tests/unictype/test-categ_Nl.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Nl)
c                  81 maint/gnulib/tests/unictype/test-categ_No.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_No)
c                 189 maint/gnulib/tests/unictype/test-categ_P.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_P)
c                  27 maint/gnulib/tests/unictype/test-categ_Pc.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Pc)
c                  38 maint/gnulib/tests/unictype/test-categ_Pd.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Pd)
c                  93 maint/gnulib/tests/unictype/test-categ_Pe.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Pe)
c                  31 maint/gnulib/tests/unictype/test-categ_Pf.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Pf)
c                  32 maint/gnulib/tests/unictype/test-categ_Pi.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Pi)
c                 186 maint/gnulib/tests/unictype/test-categ_Po.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Po)
c                  96 maint/gnulib/tests/unictype/test-categ_Ps.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Ps)
c                 239 maint/gnulib/tests/unictype/test-categ_S.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_S)
c                  38 maint/gnulib/tests/unictype/test-categ_Sc.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Sc)
c                  50 maint/gnulib/tests/unictype/test-categ_Sk.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Sk)
c                  85 maint/gnulib/tests/unictype/test-categ_Sm.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Sm)
c                 195 maint/gnulib/tests/unictype/test-categ_So.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_So)
c                  29 maint/gnulib/tests/unictype/test-categ_Z.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Z)
c                  22 maint/gnulib/tests/unictype/test-categ_Zl.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Zl)
c                  22 maint/gnulib/tests/unictype/test-categ_Zp.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Zp)
c                  28 maint/gnulib/tests/unictype/test-categ_Zs.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Zs)
c                 214 maint/gnulib/tests/unictype/test-categ_byname.c     unsigned int c;
c                 216 maint/gnulib/tests/unictype/test-categ_byname.c     for (c = 0x30; c <= 0x39; c++)
c                 217 maint/gnulib/tests/unictype/test-categ_byname.c       ASSERT (uc_is_general_category (c, ct));
c                 218 maint/gnulib/tests/unictype/test-categ_byname.c     for (c = 0x40; c < 0x80; c++)
c                 219 maint/gnulib/tests/unictype/test-categ_byname.c       ASSERT (!uc_is_general_category (c, ct));
c                 224 maint/gnulib/tests/unictype/test-categ_byname.c     unsigned int c;
c                 226 maint/gnulib/tests/unictype/test-categ_byname.c     for (c = 0; c < 0x110000; c++)
c                 227 maint/gnulib/tests/unictype/test-categ_byname.c       ASSERT (!uc_is_general_category (c, ct));
c                  29 maint/gnulib/tests/unictype/test-categ_none.c   unsigned int c;
c                  31 maint/gnulib/tests/unictype/test-categ_none.c   for (c = 0; c < 0x110000; c++)
c                  32 maint/gnulib/tests/unictype/test-categ_none.c     ASSERT (!uc_is_general_category (c, ct));
c                  29 maint/gnulib/tests/unictype/test-categ_of.c     unsigned int c;
c                  30 maint/gnulib/tests/unictype/test-categ_of.c     for (c = 0; c < 0x110000; c++)
c                  31 maint/gnulib/tests/unictype/test-categ_of.c       ASSERT (uc_is_general_category (c, uc_general_category (c)));
c                  36 maint/gnulib/tests/unictype/test-categ_of.c     unsigned int c;
c                  38 maint/gnulib/tests/unictype/test-categ_of.c     for (c = 0x30; c <= 0x39; c++)
c                  39 maint/gnulib/tests/unictype/test-categ_of.c       ASSERT (uc_is_general_category (c, decimal_digits));
c                  40 maint/gnulib/tests/unictype/test-categ_of.c     for (c = 0x40; c < 0x80; c++)
c                  41 maint/gnulib/tests/unictype/test-categ_of.c       ASSERT (!uc_is_general_category (c, decimal_digits));
c                  46 maint/gnulib/tests/unictype/test-categ_of.c     unsigned int c;
c                  48 maint/gnulib/tests/unictype/test-categ_of.c     for (c = 0x41; c <= 0x5A; c++)
c                  49 maint/gnulib/tests/unictype/test-categ_of.c       ASSERT (!uc_is_general_category (c, lowercase_letters));
c                  50 maint/gnulib/tests/unictype/test-categ_of.c     for (c = 0x61; c <= 0x7A; c++)
c                  51 maint/gnulib/tests/unictype/test-categ_of.c       ASSERT (uc_is_general_category (c, lowercase_letters));
c                 639 maint/gnulib/tests/unictype/test-ctype_alnum.c #define PREDICATE(c) uc_is_alnum (c)
c                 638 maint/gnulib/tests/unictype/test-ctype_alpha.c #define PREDICATE(c) uc_is_alpha (c)
c                  28 maint/gnulib/tests/unictype/test-ctype_blank.c #define PREDICATE(c) uc_is_blank (c)
c                  24 maint/gnulib/tests/unictype/test-ctype_cntrl.c #define PREDICATE(c) uc_is_cntrl (c)
c                  22 maint/gnulib/tests/unictype/test-ctype_digit.c #define PREDICATE(c) uc_is_digit (c)
c                 664 maint/gnulib/tests/unictype/test-ctype_graph.c #define PREDICATE(c) uc_is_graph (c)
c                 628 maint/gnulib/tests/unictype/test-ctype_lower.c #define PREDICATE(c) uc_is_lower (c)
c                 661 maint/gnulib/tests/unictype/test-ctype_print.c #define PREDICATE(c) uc_is_print (c)
c                 510 maint/gnulib/tests/unictype/test-ctype_punct.c #define PREDICATE(c) uc_is_punct (c)
c                  29 maint/gnulib/tests/unictype/test-ctype_space.c #define PREDICATE(c) uc_is_space (c)
c                 611 maint/gnulib/tests/unictype/test-ctype_upper.c #define PREDICATE(c) uc_is_upper (c)
c                  24 maint/gnulib/tests/unictype/test-ctype_xdigit.c #define PREDICATE(c) uc_is_xdigit (c)
c                  33 maint/gnulib/tests/unictype/test-decdigit.c   unsigned int c;
c                  36 maint/gnulib/tests/unictype/test-decdigit.c   c = 0;
c                  39 maint/gnulib/tests/unictype/test-decdigit.c       for (; c < mapping[i].ch; c++)
c                  40 maint/gnulib/tests/unictype/test-decdigit.c         ASSERT (uc_decimal_value (c) == -1);
c                  42 maint/gnulib/tests/unictype/test-decdigit.c       ASSERT (uc_decimal_value (c) == mapping[i].value);
c                  43 maint/gnulib/tests/unictype/test-decdigit.c       c++;
c                  45 maint/gnulib/tests/unictype/test-decdigit.c   for (; c < 0x110000; c++)
c                  46 maint/gnulib/tests/unictype/test-decdigit.c     ASSERT (uc_decimal_value (c) == -1);
c                  33 maint/gnulib/tests/unictype/test-digit.c   unsigned int c;
c                  36 maint/gnulib/tests/unictype/test-digit.c   c = 0;
c                  39 maint/gnulib/tests/unictype/test-digit.c       for (; c < mapping[i].ch; c++)
c                  40 maint/gnulib/tests/unictype/test-digit.c         ASSERT (uc_digit_value (c) == -1);
c                  42 maint/gnulib/tests/unictype/test-digit.c       ASSERT (uc_digit_value (c) == mapping[i].value);
c                  43 maint/gnulib/tests/unictype/test-digit.c       c++;
c                  45 maint/gnulib/tests/unictype/test-digit.c   for (; c < 0x110000; c++)
c                  46 maint/gnulib/tests/unictype/test-digit.c     ASSERT (uc_digit_value (c) == -1);
c                  37 maint/gnulib/tests/unictype/test-joininggroup_of.c   unsigned int c;
c                  40 maint/gnulib/tests/unictype/test-joininggroup_of.c   c = 0;
c                  43 maint/gnulib/tests/unictype/test-joininggroup_of.c       for (; c < mapping[i].ch; c++)
c                  44 maint/gnulib/tests/unictype/test-joininggroup_of.c         ASSERT (uc_joining_group (c) == UC_JOINING_GROUP_NONE);
c                  45 maint/gnulib/tests/unictype/test-joininggroup_of.c       ASSERT (uc_joining_group (c) == mapping[i].value);
c                  46 maint/gnulib/tests/unictype/test-joininggroup_of.c       c++;
c                  48 maint/gnulib/tests/unictype/test-joininggroup_of.c   for (; c < 0x110000; c++)
c                  49 maint/gnulib/tests/unictype/test-joininggroup_of.c     ASSERT (uc_joining_group (c) == UC_JOINING_GROUP_NONE);
c                  37 maint/gnulib/tests/unictype/test-joiningtype_of.c   unsigned int c;
c                  40 maint/gnulib/tests/unictype/test-joiningtype_of.c   c = 0;
c                  43 maint/gnulib/tests/unictype/test-joiningtype_of.c       for (; c < mapping[i].ch; c++)
c                  44 maint/gnulib/tests/unictype/test-joiningtype_of.c         ASSERT (uc_joining_type (c) == UC_JOINING_TYPE_U
c                  45 maint/gnulib/tests/unictype/test-joiningtype_of.c                 || uc_joining_type (c) == UC_JOINING_TYPE_T);
c                  46 maint/gnulib/tests/unictype/test-joiningtype_of.c       ASSERT (uc_joining_type (c) == mapping[i].value);
c                  47 maint/gnulib/tests/unictype/test-joiningtype_of.c       c++;
c                  49 maint/gnulib/tests/unictype/test-joiningtype_of.c   for (; c < 0x110000; c++)
c                  50 maint/gnulib/tests/unictype/test-joiningtype_of.c     ASSERT (uc_joining_type (c) == UC_JOINING_TYPE_U
c                  51 maint/gnulib/tests/unictype/test-joiningtype_of.c             || uc_joining_type (c) == UC_JOINING_TYPE_T);
c                  34 maint/gnulib/tests/unictype/test-numeric.c   unsigned int c;
c                  38 maint/gnulib/tests/unictype/test-numeric.c   c = 0;
c                  41 maint/gnulib/tests/unictype/test-numeric.c       for (; c < mapping[i].ch; c++)
c                  43 maint/gnulib/tests/unictype/test-numeric.c           value = uc_numeric_value (c);
c                  47 maint/gnulib/tests/unictype/test-numeric.c       value = uc_numeric_value (c);
c                  50 maint/gnulib/tests/unictype/test-numeric.c       c++;
c                  52 maint/gnulib/tests/unictype/test-numeric.c   for (; c < 0x110000; c++)
c                  54 maint/gnulib/tests/unictype/test-numeric.c       value = uc_numeric_value (c);
c                 665 maint/gnulib/tests/unictype/test-pr_alphabetic.c #define PREDICATE(c) uc_is_property_alphabetic (c)
c                  24 maint/gnulib/tests/unictype/test-pr_ascii_hex_digit.c #define PREDICATE(c) uc_is_property_ascii_hex_digit (c)
c                  27 maint/gnulib/tests/unictype/test-pr_bidi_arabic_digit.c #define PREDICATE(c) uc_is_property_bidi_arabic_digit (c)
c                  77 maint/gnulib/tests/unictype/test-pr_bidi_arabic_right_to_left.c #define PREDICATE(c) uc_is_property_bidi_arabic_right_to_left (c)
c                  26 maint/gnulib/tests/unictype/test-pr_bidi_block_separator.c #define PREDICATE(c) uc_is_property_bidi_block_separator (c)
c                  53 maint/gnulib/tests/unictype/test-pr_bidi_boundary_neutral.c #define PREDICATE(c) uc_is_property_bidi_boundary_neutral (c)
c                  34 maint/gnulib/tests/unictype/test-pr_bidi_common_separator.c #define PREDICATE(c) uc_is_property_bidi_common_separator (c)
c                  25 maint/gnulib/tests/unictype/test-pr_bidi_control.c #define PREDICATE(c) uc_is_property_bidi_control (c)
c                  23 maint/gnulib/tests/unictype/test-pr_bidi_embedding_or_override.c #define PREDICATE(c) uc_is_property_bidi_embedding_or_override (c)
c                  30 maint/gnulib/tests/unictype/test-pr_bidi_eur_num_separator.c #define PREDICATE(c) uc_is_property_bidi_eur_num_separator (c)
c                  43 maint/gnulib/tests/unictype/test-pr_bidi_eur_num_terminator.c #define PREDICATE(c) uc_is_property_bidi_eur_num_terminator (c)
c                  33 maint/gnulib/tests/unictype/test-pr_bidi_european_digit.c #define PREDICATE(c) uc_is_property_bidi_european_digit (c)
c                  56 maint/gnulib/tests/unictype/test-pr_bidi_hebrew_right_to_left.c #define PREDICATE(c) uc_is_property_bidi_hebrew_right_to_left (c)
c                 471 maint/gnulib/tests/unictype/test-pr_bidi_left_to_right.c #define PREDICATE(c) uc_is_property_bidi_left_to_right (c)
c                 301 maint/gnulib/tests/unictype/test-pr_bidi_non_spacing_mark.c #define PREDICATE(c) uc_is_property_bidi_non_spacing_mark (c)
c                 199 maint/gnulib/tests/unictype/test-pr_bidi_other_neutral.c #define PREDICATE(c) uc_is_property_bidi_other_neutral (c)
c                  22 maint/gnulib/tests/unictype/test-pr_bidi_pdf.c #define PREDICATE(c) uc_is_property_bidi_pdf (c)
c                  24 maint/gnulib/tests/unictype/test-pr_bidi_segment_separator.c #define PREDICATE(c) uc_is_property_bidi_segment_separator (c)
c                  28 maint/gnulib/tests/unictype/test-pr_bidi_whitespace.c #define PREDICATE(c) uc_is_property_bidi_whitespace (c)
c                  30 maint/gnulib/tests/unictype/test-pr_byname.c     unsigned int c;
c                  32 maint/gnulib/tests/unictype/test-pr_byname.c     for (c = 0; c < 0x110000; c++)
c                  33 maint/gnulib/tests/unictype/test-pr_byname.c       ASSERT (uc_is_property (c, pr) == uc_is_property_composite (c));
c                 386 maint/gnulib/tests/unictype/test-pr_case_ignorable.c #define PREDICATE(c) uc_is_property_case_ignorable (c)
c                 156 maint/gnulib/tests/unictype/test-pr_cased.c #define PREDICATE(c) uc_is_property_cased (c)
c                 624 maint/gnulib/tests/unictype/test-pr_changes_when_casefolded.c #define PREDICATE(c) uc_is_property_changes_when_casefolded (c)
c                 137 maint/gnulib/tests/unictype/test-pr_changes_when_casemapped.c #define PREDICATE(c) uc_is_property_changes_when_casemapped (c)
c                 611 maint/gnulib/tests/unictype/test-pr_changes_when_lowercased.c #define PREDICATE(c) uc_is_property_changes_when_lowercased (c)
c                 629 maint/gnulib/tests/unictype/test-pr_changes_when_titlecased.c #define PREDICATE(c) uc_is_property_changes_when_titlecased (c)
c                 628 maint/gnulib/tests/unictype/test-pr_changes_when_uppercased.c #define PREDICATE(c) uc_is_property_changes_when_uppercased (c)
c                 271 maint/gnulib/tests/unictype/test-pr_combining.c #define PREDICATE(c) uc_is_property_combining (c)
c                 307 maint/gnulib/tests/unictype/test-pr_composite.c #define PREDICATE(c) uc_is_property_composite (c)
c                  38 maint/gnulib/tests/unictype/test-pr_currency_symbol.c #define PREDICATE(c) uc_is_property_currency_symbol (c)
c                  42 maint/gnulib/tests/unictype/test-pr_dash.c #define PREDICATE(c) uc_is_property_dash (c)
c                  75 maint/gnulib/tests/unictype/test-pr_decimal_digit.c #define PREDICATE(c) uc_is_property_decimal_digit (c)
c                  38 maint/gnulib/tests/unictype/test-pr_default_ignorable_code_point.c #define PREDICATE(c) uc_is_property_default_ignorable_code_point (c)
c                  29 maint/gnulib/tests/unictype/test-pr_deprecated.c #define PREDICATE(c) uc_is_property_deprecated (c)
c                 173 maint/gnulib/tests/unictype/test-pr_diacritic.c #define PREDICATE(c) uc_is_property_diacritic (c)
c                  49 maint/gnulib/tests/unictype/test-pr_extender.c #define PREDICATE(c) uc_is_property_extender (c)
c                  30 maint/gnulib/tests/unictype/test-pr_format_control.c #define PREDICATE(c) uc_is_property_format_control (c)
c                 793 maint/gnulib/tests/unictype/test-pr_grapheme_base.c #define PREDICATE(c) uc_is_property_grapheme_base (c)
c                 324 maint/gnulib/tests/unictype/test-pr_grapheme_extend.c #define PREDICATE(c) uc_is_property_grapheme_extend (c)
c                  64 maint/gnulib/tests/unictype/test-pr_grapheme_link.c #define PREDICATE(c) uc_is_property_grapheme_link (c)
c                  27 maint/gnulib/tests/unictype/test-pr_hex_digit.c #define PREDICATE(c) uc_is_property_hex_digit (c)
c                  31 maint/gnulib/tests/unictype/test-pr_hyphen.c #define PREDICATE(c) uc_is_property_hyphen (c)
c                 697 maint/gnulib/tests/unictype/test-pr_id_continue.c #define PREDICATE(c) uc_is_property_id_continue (c)
c                 592 maint/gnulib/tests/unictype/test-pr_id_start.c #define PREDICATE(c) uc_is_property_id_start (c)
c                  35 maint/gnulib/tests/unictype/test-pr_ideographic.c #define PREDICATE(c) uc_is_property_ideographic (c)
c                  23 maint/gnulib/tests/unictype/test-pr_ids_binary_operator.c #define PREDICATE(c) uc_is_property_ids_binary_operator (c)
c                  22 maint/gnulib/tests/unictype/test-pr_ids_trinary_operator.c #define PREDICATE(c) uc_is_property_ids_trinary_operator (c)
c                  43 maint/gnulib/tests/unictype/test-pr_ignorable_control.c #define PREDICATE(c) uc_is_property_ignorable_control (c)
c                  23 maint/gnulib/tests/unictype/test-pr_iso_control.c #define PREDICATE(c) uc_is_property_iso_control (c)
c                  22 maint/gnulib/tests/unictype/test-pr_join_control.c #define PREDICATE(c) uc_is_property_join_control (c)
c                  62 maint/gnulib/tests/unictype/test-pr_left_of_pair.c #define PREDICATE(c) uc_is_property_left_of_pair (c)
c                  22 maint/gnulib/tests/unictype/test-pr_line_separator.c #define PREDICATE(c) uc_is_property_line_separator (c)
c                  28 maint/gnulib/tests/unictype/test-pr_logical_order_exception.c #define PREDICATE(c) uc_is_property_logical_order_exception (c)
c                 661 maint/gnulib/tests/unictype/test-pr_lowercase.c #define PREDICATE(c) uc_is_property_lowercase (c)
c                 159 maint/gnulib/tests/unictype/test-pr_math.c #define PREDICATE(c) uc_is_property_math (c)
c                  31 maint/gnulib/tests/unictype/test-pr_non_break.c #define PREDICATE(c) uc_is_property_non_break (c)
c                  39 maint/gnulib/tests/unictype/test-pr_not_a_character.c #define PREDICATE(c) uc_is_property_not_a_character (c)
c                 144 maint/gnulib/tests/unictype/test-pr_numeric.c #define PREDICATE(c) uc_is_property_numeric (c)
c                 215 maint/gnulib/tests/unictype/test-pr_other_alphabetic.c #define PREDICATE(c) uc_is_property_other_alphabetic (c)
c                  32 maint/gnulib/tests/unictype/test-pr_other_default_ignorable_code_point.c #define PREDICATE(c) uc_is_property_other_default_ignorable_code_point (c)
c                  44 maint/gnulib/tests/unictype/test-pr_other_grapheme_extend.c #define PREDICATE(c) uc_is_property_other_grapheme_extend (c)
c                  25 maint/gnulib/tests/unictype/test-pr_other_id_continue.c #define PREDICATE(c) uc_is_property_other_id_continue (c)
c                  25 maint/gnulib/tests/unictype/test-pr_other_id_start.c #define PREDICATE(c) uc_is_property_other_id_start (c)
c                  41 maint/gnulib/tests/unictype/test-pr_other_lowercase.c #define PREDICATE(c) uc_is_property_other_lowercase (c)
c                 155 maint/gnulib/tests/unictype/test-pr_other_math.c #define PREDICATE(c) uc_is_property_other_math (c)
c                  26 maint/gnulib/tests/unictype/test-pr_other_uppercase.c #define PREDICATE(c) uc_is_property_other_uppercase (c)
c                  48 maint/gnulib/tests/unictype/test-pr_paired_punctuation.c #define PREDICATE(c) uc_is_property_paired_punctuation (c)
c                  22 maint/gnulib/tests/unictype/test-pr_paragraph_separator.c #define PREDICATE(c) uc_is_property_paragraph_separator (c)
c                  49 maint/gnulib/tests/unictype/test-pr_pattern_syntax.c #define PREDICATE(c) uc_is_property_pattern_syntax (c)
c                  26 maint/gnulib/tests/unictype/test-pr_pattern_white_space.c #define PREDICATE(c) uc_is_property_pattern_white_space (c)
c                  24 maint/gnulib/tests/unictype/test-pr_private_use.c #define PREDICATE(c) uc_is_property_private_use (c)
c                 189 maint/gnulib/tests/unictype/test-pr_punctuation.c #define PREDICATE(c) uc_is_property_punctuation (c)
c                  34 maint/gnulib/tests/unictype/test-pr_quotation_mark.c #define PREDICATE(c) uc_is_property_quotation_mark (c)
c                  24 maint/gnulib/tests/unictype/test-pr_radical.c #define PREDICATE(c) uc_is_property_radical (c)
c                  87 maint/gnulib/tests/unictype/test-pr_sentence_terminal.c #define PREDICATE(c) uc_is_property_sentence_terminal (c)
c                  52 maint/gnulib/tests/unictype/test-pr_soft_dotted.c #define PREDICATE(c) uc_is_property_soft_dotted (c)
c                  28 maint/gnulib/tests/unictype/test-pr_space.c #define PREDICATE(c) uc_is_property_space (c)
c                 115 maint/gnulib/tests/unictype/test-pr_terminal_punctuation.c #define PREDICATE(c) uc_is_property_terminal_punctuation (c)
c                  29 maint/gnulib/tests/unictype/test-pr_test.c   unsigned int c;
c                  31 maint/gnulib/tests/unictype/test-pr_test.c   for (c = 0; c < 0x110000; c++)
c                  32 maint/gnulib/tests/unictype/test-pr_test.c     ASSERT (uc_is_property (c, pr) == uc_is_property_composite (c));
c                  31 maint/gnulib/tests/unictype/test-pr_titlecase.c #define PREDICATE(c) uc_is_property_titlecase (c)
c                 668 maint/gnulib/tests/unictype/test-pr_unassigned_code_value.c #define PREDICATE(c) uc_is_property_unassigned_code_value (c)
c                  34 maint/gnulib/tests/unictype/test-pr_unified_ideograph.c #define PREDICATE(c) uc_is_property_unified_ideograph (c)
c                 653 maint/gnulib/tests/unictype/test-pr_uppercase.c #define PREDICATE(c) uc_is_property_uppercase (c)
c                  24 maint/gnulib/tests/unictype/test-pr_variation_selector.c #define PREDICATE(c) uc_is_property_variation_selector (c)
c                  31 maint/gnulib/tests/unictype/test-pr_white_space.c #define PREDICATE(c) uc_is_property_white_space (c)
c                 704 maint/gnulib/tests/unictype/test-pr_xid_continue.c #define PREDICATE(c) uc_is_property_xid_continue (c)
c                 599 maint/gnulib/tests/unictype/test-pr_xid_start.c #define PREDICATE(c) uc_is_property_xid_start (c)
c                  39 maint/gnulib/tests/unictype/test-pr_zero_width.c #define PREDICATE(c) uc_is_property_zero_width (c)
c                  22 maint/gnulib/tests/unictype/test-predicate-part2.h   unsigned int c;
c                  25 maint/gnulib/tests/unictype/test-predicate-part2.h   c = 0;
c                  28 maint/gnulib/tests/unictype/test-predicate-part2.h       for (; c < set[i].start; c++)
c                  29 maint/gnulib/tests/unictype/test-predicate-part2.h         ASSERT (!PREDICATE (c));
c                  30 maint/gnulib/tests/unictype/test-predicate-part2.h       for (; c <= set[i].end; c++)
c                  31 maint/gnulib/tests/unictype/test-predicate-part2.h         ASSERT (PREDICATE (c));
c                  33 maint/gnulib/tests/unictype/test-predicate-part2.h   for (; c < 0x110000; c++)
c                  34 maint/gnulib/tests/unictype/test-predicate-part2.h     ASSERT (!PREDICATE (c));
c                  44 maint/gnulib/tests/unictype/test-scripts.c     unsigned int c;
c                  46 maint/gnulib/tests/unictype/test-scripts.c     for (c = 0; c < 0x110000; c++)
c                  48 maint/gnulib/tests/unictype/test-scripts.c         const uc_script_t *script = uc_script (c);
c                  50 maint/gnulib/tests/unictype/test-scripts.c           ASSERT (uc_is_script (c, script));
c                  23 maint/gnulib/tests/unictype/test-sy_c_whitespace.c #define PREDICATE(c) uc_is_c_whitespace (c)
c                  24 maint/gnulib/tests/unictype/test-sy_java_whitespace.c #define PREDICATE(c) uc_is_java_whitespace (c)
c                  30 maint/gnulib/tests/unigbrk/test-ulc-grapheme-breaks.c is_8859_6_break (unsigned char c)
c                  33 maint/gnulib/tests/unigbrk/test-ulc-grapheme-breaks.c   return !(c >= 0xeb && c <= 0xf2);
c                  89 maint/gnulib/tests/uninorm/test-u32-normalize-big.c       int c;
c                  99 maint/gnulib/tests/uninorm/test-u32-normalize-big.c           c = getc (stream);
c                 100 maint/gnulib/tests/uninorm/test-u32-normalize-big.c           if (c == EOF || c == '\n')
c                 102 maint/gnulib/tests/uninorm/test-u32-normalize-big.c           *ptr++ = c;
c                 106 maint/gnulib/tests/uninorm/test-u32-normalize-big.c       if (c == EOF)
c                  64 maint/gnulib/tests/unistr/test-chr.h         UNIT c[6];
c                  69 maint/gnulib/tests/unistr/test-chr.h         n = U_UCTOMB (c, uc, 6);
c                  72 maint/gnulib/tests/unistr/test-chr.h         ASSERT (memcmp (exp, c, n * sizeof (UNIT)) == 0);
c                  59 maint/gnulib/tests/unistr/test-strchr.h         UNIT c[6];
c                  64 maint/gnulib/tests/unistr/test-strchr.h         n = U_UCTOMB (c, uc, 6);
c                  67 maint/gnulib/tests/unistr/test-strchr.h         ASSERT (memcmp (exp, c, n * sizeof (UNIT)) == 0);
c                  46 maint/gnulib/tests/unistr/test-u16-mblen.c     ucs4_t c;
c                  49 maint/gnulib/tests/unistr/test-u16-mblen.c     for (c = 1; c < 0x80; c++)
c                  51 maint/gnulib/tests/unistr/test-u16-mblen.c         buf[0] = c;
c                  36 maint/gnulib/tests/unistr/test-u16-mbtouc.h     ucs4_t c;
c                  39 maint/gnulib/tests/unistr/test-u16-mbtouc.h     for (c = 0; c < 0x80; c++)
c                  41 maint/gnulib/tests/unistr/test-u16-mbtouc.h         buf[0] = c;
c                  45 maint/gnulib/tests/unistr/test-u16-mbtouc.h         ASSERT (uc == c);
c                  42 maint/gnulib/tests/unistr/test-u16-mbtoucr.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u16-mbtoucr.c     for (c = 0; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u16-mbtoucr.c         buf[0] = c;
c                  51 maint/gnulib/tests/unistr/test-u16-mbtoucr.c         ASSERT (uc == c);
c                  42 maint/gnulib/tests/unistr/test-u16-next.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u16-next.c     for (c = 1; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u16-next.c         buf[0] = c;
c                  52 maint/gnulib/tests/unistr/test-u16-next.c         ASSERT (uc == c);
c                 134 maint/gnulib/tests/unistr/test-u16-prev.c     ucs4_t c;
c                 137 maint/gnulib/tests/unistr/test-u16-prev.c     for (c = 0; c < 0x80; c++)
c                 139 maint/gnulib/tests/unistr/test-u16-prev.c         buf[0] = c;
c                 142 maint/gnulib/tests/unistr/test-u16-prev.c         ASSERT (uc == c);
c                  39 maint/gnulib/tests/unistr/test-u16-strmblen.c     ucs4_t c;
c                  42 maint/gnulib/tests/unistr/test-u16-strmblen.c     for (c = 1; c < 0x80; c++)
c                  44 maint/gnulib/tests/unistr/test-u16-strmblen.c         buf[0] = c;
c                  42 maint/gnulib/tests/unistr/test-u16-strmbtouc.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u16-strmbtouc.c     for (c = 1; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u16-strmbtouc.c         buf[0] = c;
c                  52 maint/gnulib/tests/unistr/test-u16-strmbtouc.c         ASSERT (uc == c);
c                  46 maint/gnulib/tests/unistr/test-u32-mblen.c     ucs4_t c;
c                  49 maint/gnulib/tests/unistr/test-u32-mblen.c     for (c = 1; c < 0x80; c++)
c                  51 maint/gnulib/tests/unistr/test-u32-mblen.c         buf[0] = c;
c                  36 maint/gnulib/tests/unistr/test-u32-mbtouc.h     ucs4_t c;
c                  39 maint/gnulib/tests/unistr/test-u32-mbtouc.h     for (c = 0; c < 0x80; c++)
c                  41 maint/gnulib/tests/unistr/test-u32-mbtouc.h         buf[0] = c;
c                  45 maint/gnulib/tests/unistr/test-u32-mbtouc.h         ASSERT (uc == c);
c                  42 maint/gnulib/tests/unistr/test-u32-mbtoucr.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u32-mbtoucr.c     for (c = 0; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u32-mbtoucr.c         buf[0] = c;
c                  51 maint/gnulib/tests/unistr/test-u32-mbtoucr.c         ASSERT (uc == c);
c                  42 maint/gnulib/tests/unistr/test-u32-next.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u32-next.c     for (c = 1; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u32-next.c         buf[0] = c;
c                  52 maint/gnulib/tests/unistr/test-u32-next.c         ASSERT (uc == c);
c                  96 maint/gnulib/tests/unistr/test-u32-prev.c     ucs4_t c;
c                  99 maint/gnulib/tests/unistr/test-u32-prev.c     for (c = 0; c < 0x80; c++)
c                 101 maint/gnulib/tests/unistr/test-u32-prev.c         buf[0] = c;
c                 104 maint/gnulib/tests/unistr/test-u32-prev.c         ASSERT (uc == c);
c                  39 maint/gnulib/tests/unistr/test-u32-strmblen.c     ucs4_t c;
c                  42 maint/gnulib/tests/unistr/test-u32-strmblen.c     for (c = 1; c < 0x80; c++)
c                  44 maint/gnulib/tests/unistr/test-u32-strmblen.c         buf[0] = c;
c                  42 maint/gnulib/tests/unistr/test-u32-strmbtouc.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u32-strmbtouc.c     for (c = 1; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u32-strmbtouc.c         buf[0] = c;
c                  52 maint/gnulib/tests/unistr/test-u32-strmbtouc.c         ASSERT (uc == c);
c                  46 maint/gnulib/tests/unistr/test-u8-mblen.c     ucs4_t c;
c                  49 maint/gnulib/tests/unistr/test-u8-mblen.c     for (c = 1; c < 0x80; c++)
c                  51 maint/gnulib/tests/unistr/test-u8-mblen.c         buf[0] = c;
c                  76 maint/gnulib/tests/unistr/test-u8-mbsnlen.c     ucs4_t c;
c                  79 maint/gnulib/tests/unistr/test-u8-mbsnlen.c     for (c = 0xC0; c <= 0xFF; c++)
c                  81 maint/gnulib/tests/unistr/test-u8-mbsnlen.c         input[0] = c;
c                  72 maint/gnulib/tests/unistr/test-u8-mbtouc.c     ucs4_t c;
c                  75 maint/gnulib/tests/unistr/test-u8-mbtouc.c     for (c = 0xC0; c <= 0xFF; c++)
c                  77 maint/gnulib/tests/unistr/test-u8-mbtouc.c         input[0] = c;
c                  36 maint/gnulib/tests/unistr/test-u8-mbtouc.h     ucs4_t c;
c                  39 maint/gnulib/tests/unistr/test-u8-mbtouc.h     for (c = 0; c < 0x80; c++)
c                  41 maint/gnulib/tests/unistr/test-u8-mbtouc.h         buf[0] = c;
c                  45 maint/gnulib/tests/unistr/test-u8-mbtouc.h         ASSERT (uc == c);
c                  42 maint/gnulib/tests/unistr/test-u8-mbtoucr.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u8-mbtoucr.c     for (c = 0; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u8-mbtoucr.c         buf[0] = c;
c                  51 maint/gnulib/tests/unistr/test-u8-mbtoucr.c         ASSERT (uc == c);
c                  42 maint/gnulib/tests/unistr/test-u8-next.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u8-next.c     for (c = 1; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u8-next.c         buf[0] = c;
c                  52 maint/gnulib/tests/unistr/test-u8-next.c         ASSERT (uc == c);
c                 216 maint/gnulib/tests/unistr/test-u8-prev.c     ucs4_t c;
c                 219 maint/gnulib/tests/unistr/test-u8-prev.c     for (c = 0; c < 0x80; c++)
c                 221 maint/gnulib/tests/unistr/test-u8-prev.c         buf[0] = c;
c                 224 maint/gnulib/tests/unistr/test-u8-prev.c         ASSERT (uc == c);
c                  39 maint/gnulib/tests/unistr/test-u8-strmblen.c     ucs4_t c;
c                  42 maint/gnulib/tests/unistr/test-u8-strmblen.c     for (c = 1; c < 0x80; c++)
c                  44 maint/gnulib/tests/unistr/test-u8-strmblen.c         buf[0] = c;
c                  42 maint/gnulib/tests/unistr/test-u8-strmbtouc.c     ucs4_t c;
c                  45 maint/gnulib/tests/unistr/test-u8-strmbtouc.c     for (c = 1; c < 0x80; c++)
c                  47 maint/gnulib/tests/unistr/test-u8-strmbtouc.c         buf[0] = c;
c                  52 maint/gnulib/tests/unistr/test-u8-strmbtouc.c         ASSERT (uc == c);
c                   9 replace/strchrnul.c     char c = c_in;
c                  11 replace/strchrnul.c     while (*s && (*s != c))
c                1013 tools/crm_mon.c get_option_desc(char c)
c                1018 tools/crm_mon.c         if (entry->short_name == c) {
c                1038 tools/crm_mon.c     int c;
c                1044 tools/crm_mon.c         c = getchar();
c                1046 tools/crm_mon.c         switch (c) {