NULL               21 daemons/attrd/attrd_alerts.c static GList *attrd_alert_list = NULL;
NULL               26 daemons/attrd/attrd_alerts.c     CRM_CHECK(op != NULL, return);
NULL               40 daemons/attrd/attrd_alerts.c     if (the_lrmd == NULL) {
NULL               50 daemons/attrd/attrd_alerts.c             ret = the_lrmd->cmds->connect(the_lrmd, T_ATTRD, NULL);
NULL               76 daemons/attrd/attrd_alerts.c         the_lrmd = NULL; /* in case we're called recursively */
NULL               84 daemons/attrd/attrd_alerts.c     xmlNode *crmalerts = NULL;
NULL              115 daemons/attrd/attrd_alerts.c     CRM_CHECK(the_cib != NULL, return TRUE);
NULL              117 daemons/attrd/attrd_alerts.c     call_id = the_cib->cmds->query(the_cib, XPATH_ALERTS, NULL,
NULL              120 daemons/attrd/attrd_alerts.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, NULL,
NULL              140 daemons/attrd/attrd_alerts.c     if (attrd_alert_list == NULL) {
NULL               51 daemons/attrd/attrd_commands.c GHashTable *attributes = NULL;
NULL              121 daemons/attrd/attrd_commands.c     if (dup && (dup->uuid == NULL)) {
NULL              126 daemons/attrd/attrd_commands.c     CRM_ASSERT(crm_remote_peer_get(node_name) != NULL);
NULL              171 daemons/attrd/attrd_commands.c     attribute_value_t *v = NULL;
NULL              174 daemons/attrd/attrd_commands.c     while (g_hash_table_iter_next(&aIter, NULL, (gpointer *) & a)) {
NULL              176 daemons/attrd/attrd_commands.c         while (g_hash_table_iter_next(&vIter, NULL, (gpointer *) & v)) {
NULL              193 daemons/attrd/attrd_commands.c     a->values = pcmk__strikey_table(NULL, free_attribute_value);
NULL              232 daemons/attrd/attrd_commands.c     char *host_alloc = NULL;
NULL              234 daemons/attrd/attrd_commands.c     if (host == NULL) {
NULL              239 daemons/attrd/attrd_commands.c             crm_node_t *node = pcmk__search_cluster_node_cache(nodeid, NULL);
NULL              240 daemons/attrd/attrd_commands.c             char *host_alloc = NULL;
NULL              257 daemons/attrd/attrd_commands.c         send_attrd_message(NULL, xml); /* ends up at attrd_peer_message() */
NULL              276 daemons/attrd/attrd_commands.c     attribute_t *a = NULL;
NULL              283 daemons/attrd/attrd_commands.c     if ((attr == NULL) && regex) {
NULL              293 daemons/attrd/attrd_commands.c             while (g_hash_table_iter_next(&aIter, (gpointer *) & attr, NULL)) {
NULL              294 daemons/attrd/attrd_commands.c                 int status = regexec(r_patt, attr, 0, NULL, 0);
NULL              299 daemons/attrd/attrd_commands.c                     send_attrd_message(NULL, xml);
NULL              309 daemons/attrd/attrd_commands.c     } else if (attr == NULL) {
NULL              315 daemons/attrd/attrd_commands.c     if (host == NULL) {
NULL              328 daemons/attrd/attrd_commands.c             attribute_value_t *v = NULL;
NULL              333 daemons/attrd/attrd_commands.c             int_value = attrd_expand_value(value, (v? v->current : NULL));
NULL              348 daemons/attrd/attrd_commands.c     send_attrd_message(NULL, xml); /* ends up at attrd_peer_message() */
NULL              368 daemons/attrd/attrd_commands.c         send_attrd_message(NULL, xml);
NULL              385 daemons/attrd/attrd_commands.c         if (op == NULL) {
NULL              404 daemons/attrd/attrd_commands.c         crm_xml_replace(xml, PCMK__XA_ATTR_NAME, NULL);
NULL              407 daemons/attrd/attrd_commands.c         crm_xml_replace(xml, PCMK__XA_ATTR_VALUE, NULL);
NULL              438 daemons/attrd/attrd_commands.c     xmlNode *reply = create_xml_node(NULL, __func__);
NULL              441 daemons/attrd/attrd_commands.c     if (reply == NULL) {
NULL              442 daemons/attrd/attrd_commands.c         return NULL;
NULL              465 daemons/attrd/attrd_commands.c             if (host_value == NULL) {
NULL              467 daemons/attrd/attrd_commands.c                 return NULL;
NULL              471 daemons/attrd/attrd_commands.c                         (v? v->current : NULL));
NULL              478 daemons/attrd/attrd_commands.c             while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &v)) {
NULL              480 daemons/attrd/attrd_commands.c                 if (host_value == NULL) {
NULL              482 daemons/attrd/attrd_commands.c                     return NULL;
NULL              509 daemons/attrd/attrd_commands.c     if (origin == NULL) {
NULL              516 daemons/attrd/attrd_commands.c     if (attr == NULL) {
NULL              525 daemons/attrd/attrd_commands.c     if (reply == NULL) {
NULL              560 daemons/attrd/attrd_commands.c     char *attr = NULL;
NULL              574 daemons/attrd/attrd_commands.c         crm_xml_replace(xml, PCMK__XA_ATTR_VALUE, NULL);
NULL              578 daemons/attrd/attrd_commands.c     while (g_hash_table_iter_next(&iter, (gpointer *) &attr, NULL)) {
NULL              579 daemons/attrd/attrd_commands.c         if (regexec(&regex, attr, 0, NULL, 0) == 0) {
NULL              611 daemons/attrd/attrd_commands.c     for (xmlNode *child = pcmk__xml_first_child(xml); child != NULL;
NULL              633 daemons/attrd/attrd_commands.c     xmlNode *attrd_op = create_xml_node(NULL, __func__);
NULL              669 daemons/attrd/attrd_commands.c                              PCMK__ATTRD_CMD_UPDATE_DELAY, NULL)) {
NULL              701 daemons/attrd/attrd_commands.c     attribute_t *a = NULL;
NULL              702 daemons/attrd/attrd_commands.c     attribute_value_t *v = NULL;
NULL              703 daemons/attrd/attrd_commands.c     xmlNode *sync = create_xml_node(NULL, __func__);
NULL              708 daemons/attrd/attrd_commands.c     while (g_hash_table_iter_next(&aIter, NULL, (gpointer *) & a)) {
NULL              710 daemons/attrd/attrd_commands.c         while (g_hash_table_iter_next(&vIter, NULL, (gpointer *) & v)) {
NULL              732 daemons/attrd/attrd_commands.c     attribute_t *a = NULL;
NULL              735 daemons/attrd/attrd_commands.c     CRM_CHECK(host != NULL, return);
NULL              739 daemons/attrd/attrd_commands.c     while (g_hash_table_iter_next(&aIter, NULL, (gpointer *) & a)) {
NULL              772 daemons/attrd/attrd_commands.c     if (v == NULL) {
NULL              774 daemons/attrd/attrd_commands.c         CRM_ASSERT(v != NULL);
NULL              788 daemons/attrd/attrd_commands.c     attribute_t *a = NULL;
NULL              789 daemons/attrd/attrd_commands.c     attribute_value_t *v = NULL;
NULL              790 daemons/attrd/attrd_commands.c     xmlNode *sync = NULL;
NULL              793 daemons/attrd/attrd_commands.c     while (g_hash_table_iter_next(&aIter, NULL, (gpointer *) & a)) {
NULL              795 daemons/attrd/attrd_commands.c         while (g_hash_table_iter_next(&vIter, NULL, (gpointer *) & v)) {
NULL              798 daemons/attrd/attrd_commands.c                 if (sync == NULL) {
NULL              799 daemons/attrd/attrd_commands.c                     sync = create_xml_node(NULL, __func__);
NULL              807 daemons/attrd/attrd_commands.c     if (sync != NULL) {
NULL              809 daemons/attrd/attrd_commands.c         send_attrd_message(NULL, sync);
NULL              830 daemons/attrd/attrd_commands.c     xmlNode *sync = create_xml_node(NULL, __func__);
NULL              835 daemons/attrd/attrd_commands.c     send_attrd_message(NULL, sync);
NULL              845 daemons/attrd/attrd_commands.c     attribute_value_t *v = NULL;
NULL              853 daemons/attrd/attrd_commands.c     if (attr == NULL) {
NULL              864 daemons/attrd/attrd_commands.c     if (a == NULL) {
NULL              878 daemons/attrd/attrd_commands.c         if (dvalue == NULL) {
NULL              900 daemons/attrd/attrd_commands.c                 a->timer = NULL;
NULL              916 daemons/attrd/attrd_commands.c     if (host == NULL) {
NULL              922 daemons/attrd/attrd_commands.c         while (g_hash_table_iter_next(&vIter, (gpointer *) & host, NULL)) {
NULL             1009 daemons/attrd/attrd_commands.c     attrd_peer_sync(NULL, NULL);
NULL             1049 daemons/attrd/attrd_commands.c                     attrd_peer_sync(peer, NULL);
NULL             1074 daemons/attrd/attrd_commands.c     const char *peer = NULL;
NULL             1075 daemons/attrd/attrd_commands.c     attribute_value_t *v = NULL;
NULL             1080 daemons/attrd/attrd_commands.c     if(a == NULL) {
NULL             1097 daemons/attrd/attrd_commands.c                 a->timer = NULL;
NULL             1117 daemons/attrd/attrd_commands.c         v->requested = NULL;
NULL             1162 daemons/attrd/attrd_commands.c     attribute_t *a = NULL;
NULL             1166 daemons/attrd/attrd_commands.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) & a)) {
NULL             1187 daemons/attrd/attrd_commands.c     const char *set = NULL;
NULL             1188 daemons/attrd/attrd_commands.c     xmlNode *xml_obj = NULL;
NULL             1224 daemons/attrd/attrd_commands.c     attribute_value_t *a_v = NULL;
NULL             1226 daemons/attrd/attrd_commands.c     CRM_ASSERT(a_v != NULL);
NULL             1239 daemons/attrd/attrd_commands.c     attribute_value_t *at = NULL;
NULL             1244 daemons/attrd/attrd_commands.c     while (g_hash_table_iter_next(&vIter, NULL, (gpointer *) & at)) {
NULL             1256 daemons/attrd/attrd_commands.c     xmlNode *xml_top = NULL;
NULL             1257 daemons/attrd/attrd_commands.c     attribute_value_t *v = NULL;
NULL             1260 daemons/attrd/attrd_commands.c     GHashTable *alert_attribute_value = NULL;
NULL             1262 daemons/attrd/attrd_commands.c     if (a == NULL) {
NULL             1270 daemons/attrd/attrd_commands.c         CRM_CHECK(the_cib != NULL, return);
NULL             1293 daemons/attrd/attrd_commands.c         xml_top = create_xml_node(NULL, XML_CIB_TAG_STATUS);
NULL             1306 daemons/attrd/attrd_commands.c     alert_attribute_value = pcmk__strikey_table(NULL, free_attribute_value);
NULL             1310 daemons/attrd/attrd_commands.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) & v)) {
NULL             1314 daemons/attrd/attrd_commands.c         if (peer == NULL) {
NULL             1333 daemons/attrd/attrd_commands.c         if (peer->uuid == NULL) {
NULL             1352 daemons/attrd/attrd_commands.c         v->requested = NULL;
NULL             1372 daemons/attrd/attrd_commands.c         a->update = cib_internal_op(the_cib, CIB_OP_MODIFY, NULL, XML_CIB_TAG_STATUS, xml_top, NULL,
NULL               17 daemons/attrd/attrd_elections.c static char *peer_writer = NULL;
NULL               18 daemons/attrd/attrd_elections.c static election_t *writer = NULL;
NULL               36 daemons/attrd/attrd_elections.c     if ((peer_writer == NULL)
NULL               67 daemons/attrd/attrd_elections.c             peer_writer = NULL;
NULL               83 daemons/attrd/attrd_elections.c             if ((peer_writer == NULL) || (previous != election_lost)) {
NULL              136 daemons/attrd/attrd_elections.c         peer_writer = NULL;
NULL               25 daemons/attrd/attrd_utils.c cib_t *the_cib = NULL;
NULL               29 daemons/attrd/attrd_utils.c static GMainLoop *mloop = NULL;
NULL               95 daemons/attrd/attrd_utils.c     if ((mloop == NULL) || !g_main_loop_is_running(mloop)) {
NULL              113 daemons/attrd/attrd_utils.c     mloop = g_main_loop_new(NULL, FALSE);
NULL              146 daemons/attrd/attrd_utils.c     if (pcmk__new_client(c, uid, gid) == NULL) {
NULL              165 daemons/attrd/attrd_utils.c     if (client == NULL) {
NULL              203 daemons/attrd/attrd_utils.c         .connection_created = NULL,
NULL              204 daemons/attrd/attrd_utils.c         .msg_process = NULL,
NULL              216 daemons/attrd/attrd_utils.c     CRM_CHECK(the_cib != NULL, return);
NULL              311 daemons/attrd/attrd_utils.c     char *pattern = NULL;
NULL              316 daemons/attrd/attrd_utils.c     if (rsc == NULL) {
NULL              318 daemons/attrd/attrd_utils.c     } else if (op == NULL) {
NULL               35 daemons/attrd/pacemaker-attrd.c lrmd_t *the_lrmd = NULL;
NULL               36 daemons/attrd/pacemaker-attrd.c crm_cluster_t *attrd_cluster = NULL;
NULL               37 daemons/attrd/pacemaker-attrd.c crm_trigger_t *attrd_config_read = NULL;
NULL               46 daemons/attrd/pacemaker-attrd.c     xmlNode *xml = NULL;
NULL               47 daemons/attrd/pacemaker-attrd.c     const char *from = NULL;
NULL               50 daemons/attrd/pacemaker-attrd.c     if(data == NULL) {
NULL               58 daemons/attrd/pacemaker-attrd.c     if (xml == NULL) {
NULL              138 daemons/attrd/pacemaker-attrd.c     call_id = the_cib->cmds->remove(the_cib, xpath, NULL,
NULL              153 daemons/attrd/pacemaker-attrd.c     if (the_cib == NULL) {
NULL              212 daemons/attrd/pacemaker-attrd.c     attrd_config_read = mainloop_add_trigger(G_PRIORITY_HIGH, attrd_read_options, NULL);
NULL              218 daemons/attrd/pacemaker-attrd.c static qb_ipcs_service_t *ipcs = NULL;
NULL              226 daemons/attrd/pacemaker-attrd.c     xmlNode *xml = NULL;
NULL              230 daemons/attrd/pacemaker-attrd.c     CRM_CHECK((c != NULL) && (client != NULL), return 0);
NULL              231 daemons/attrd/pacemaker-attrd.c     if (data == NULL) {
NULL              236 daemons/attrd/pacemaker-attrd.c     if (xml == NULL) {
NULL              241 daemons/attrd/pacemaker-attrd.c     CRM_ASSERT(client->user != NULL);
NULL              246 daemons/attrd/pacemaker-attrd.c     if (client->name == NULL) {
NULL              291 daemons/attrd/pacemaker-attrd.c     if (ipcs != NULL) {
NULL              294 daemons/attrd/pacemaker-attrd.c         ipcs = NULL;
NULL              319 daemons/attrd/pacemaker-attrd.c         "help",     no_argument, NULL, '?',
NULL              323 daemons/attrd/pacemaker-attrd.c         "verbose",  no_argument, NULL, 'V',
NULL              335 daemons/attrd/pacemaker-attrd.c     crm_ipc_t *old_instance = NULL;
NULL              338 daemons/attrd/pacemaker-attrd.c     crm_log_preinit(NULL, argc, argv);
NULL              339 daemons/attrd/pacemaker-attrd.c     pcmk__set_cli_options(NULL, "[options]", long_options,
NULL              345 daemons/attrd/pacemaker-attrd.c         flag = pcmk__next_cli_option(argc, argv, &index, NULL);
NULL              383 daemons/attrd/pacemaker-attrd.c         old_instance = NULL;
NULL              386 daemons/attrd/pacemaker-attrd.c     attributes = pcmk__strkey_table(NULL, free_attribute);
NULL               48 daemons/based/based_callbacks.c qb_ipcs_service_t *ipcs_ro = NULL;
NULL               49 daemons/based/based_callbacks.c qb_ipcs_service_t *ipcs_rw = NULL;
NULL               50 daemons/based/based_callbacks.c qb_ipcs_service_t *ipcs_shm = NULL;
NULL               78 daemons/based/based_callbacks.c     if (pcmk__new_client(c, uid, gid) == NULL) {
NULL              108 daemons/based/based_callbacks.c     if (client == NULL) {
NULL              128 daemons/based/based_callbacks.c     .connection_created = NULL,
NULL              136 daemons/based/based_callbacks.c     .connection_created = NULL,
NULL              150 daemons/based/based_callbacks.c             xmlNode *ack = create_xml_node(NULL, __func__);
NULL              219 daemons/based/based_callbacks.c     if (op_request == NULL) {
NULL              224 daemons/based/based_callbacks.c     } else if(cib_client == NULL) {
NULL              235 daemons/based/based_callbacks.c     if (cib_client->name == NULL) {
NULL              238 daemons/based/based_callbacks.c         if (value == NULL) {
NULL              262 daemons/based/based_callbacks.c     CRM_LOG_ASSERT(cib_client->user != NULL);
NULL              272 daemons/based/based_callbacks.c static char *ping_digest = NULL;
NULL              281 daemons/based/based_callbacks.c         xmlNode *ping = create_xml_node(NULL, "ping");
NULL              285 daemons/based/based_callbacks.c         ping_digest = NULL;
NULL              295 daemons/based/based_callbacks.c         send_cluster_message(NULL, crm_msg_cib, ping, TRUE);
NULL              312 daemons/based/based_callbacks.c     if (seq_s == NULL) {
NULL              325 daemons/based/based_callbacks.c     if(digest == NULL) {
NULL              337 daemons/based/based_callbacks.c         if(ping_digest == NULL) {
NULL              375 daemons/based/based_callbacks.c     pcmk__client_t *client_obj = NULL;
NULL              382 daemons/based/based_callbacks.c     if (client_obj == NULL) {
NULL              451 daemons/based/based_callbacks.c     cib_local_notify_t *notify = NULL;
NULL              499 daemons/based/based_callbacks.c     if (host == NULL && (call_options & cib_scope_local)) {
NULL              504 daemons/based/based_callbacks.c     } else if (host == NULL && cib_is_master) {
NULL              535 daemons/based/based_callbacks.c         if (pcmk__strcase_any_of(op, CIB_OP_MASTER, CIB_OP_SLAVE, NULL)) {
NULL              565 daemons/based/based_callbacks.c     } else if (host == NULL) {
NULL              601 daemons/based/based_callbacks.c     const char *op = NULL;
NULL              602 daemons/based/based_callbacks.c     const char *host = NULL;
NULL              603 daemons/based/based_callbacks.c     const char *delegated = NULL;
NULL              626 daemons/based/based_callbacks.c         if (reply_to == NULL || is_reply) {
NULL              649 daemons/based/based_callbacks.c     if (host != NULL && pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) {
NULL              658 daemons/based/based_callbacks.c     } else if (host == NULL && cib_is_master == TRUE) {
NULL              664 daemons/based/based_callbacks.c     if (delegated != NULL) {
NULL              667 daemons/based/based_callbacks.c     } else if (host != NULL) {
NULL              671 daemons/based/based_callbacks.c     } else if (reply_to == NULL && cib_is_master == FALSE) {
NULL              676 daemons/based/based_callbacks.c         if (reply_to != NULL) {
NULL              698 daemons/based/based_callbacks.c     const char *host = NULL;
NULL              738 daemons/based/based_callbacks.c         if (upgrade_rc != NULL) {
NULL              742 daemons/based/based_callbacks.c         } else if ((max == NULL) && cib_is_master) {
NULL              757 daemons/based/based_callbacks.c         send_sync_request(NULL);
NULL              769 daemons/based/based_callbacks.c         if (reply_to == NULL) {
NULL              794 daemons/based/based_callbacks.c     if (host != NULL && pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) {
NULL              799 daemons/based/based_callbacks.c     } else if (host != NULL) {
NULL              841 daemons/based/based_callbacks.c     if (host != NULL) {
NULL              847 daemons/based/based_callbacks.c         send_cluster_message(NULL, crm_msg_cib, request, FALSE);
NULL              861 daemons/based/based_callbacks.c     CRM_ASSERT(msg != NULL);
NULL              876 daemons/based/based_callbacks.c         const char *digest = NULL;
NULL              879 daemons/based/based_callbacks.c         CRM_LOG_ASSERT(result_diff != NULL);
NULL              897 daemons/based/based_callbacks.c             CRM_ASSERT(digest != NULL);
NULL              902 daemons/based/based_callbacks.c         return send_cluster_message(NULL, crm_msg_cib, msg, TRUE);
NULL              904 daemons/based/based_callbacks.c     } else if (originator != NULL) {
NULL              936 daemons/based/based_callbacks.c     xmlNode *op_reply = NULL;
NULL              937 daemons/based/based_callbacks.c     xmlNode *result_diff = NULL;
NULL              943 daemons/based/based_callbacks.c     const char *target = NULL;
NULL              951 daemons/based/based_callbacks.c     if ((host != NULL) && (*host == '\0')) {
NULL              952 daemons/based/based_callbacks.c         host = NULL;
NULL              965 daemons/based/based_callbacks.c     if (cib_client == NULL) {
NULL              980 daemons/based/based_callbacks.c     if (cib_client != NULL) {
NULL             1027 daemons/based/based_callbacks.c         op_reply = create_xml_node(NULL, "cib-reply");
NULL             1042 daemons/based/based_callbacks.c         time_t now = time(NULL);
NULL             1077 daemons/based/based_callbacks.c         finished = time(NULL);
NULL             1080 daemons/based/based_callbacks.c             crm_write_blackbox(0, NULL);
NULL             1083 daemons/based/based_callbacks.c         if (op_reply == NULL && (needs_reply || local_notify)) {
NULL             1101 daemons/based/based_callbacks.c                rc == pcmk_ok && result_diff != NULL && !(call_options & cib_inhibit_bcast)) {
NULL             1119 daemons/based/based_callbacks.c                                (cib_client == NULL));
NULL             1120 daemons/based/based_callbacks.c             op_reply = NULL;    /* the reply is queued, so don't free here */
NULL             1126 daemons/based/based_callbacks.c     } else if (cib_client == NULL) {
NULL             1127 daemons/based/based_callbacks.c         if (is_update == FALSE || result_diff == NULL) {
NULL             1150 daemons/based/based_callbacks.c                             (cib_client == NULL));
NULL             1154 daemons/based/based_callbacks.c                             (cib_client == NULL));
NULL             1167 daemons/based/based_callbacks.c     xmlNode *xml_section = NULL;
NULL             1169 daemons/based/based_callbacks.c     if (xml_obj == NULL) {
NULL             1170 daemons/based/based_callbacks.c         return NULL;
NULL             1174 daemons/based/based_callbacks.c     if (xml_section == NULL) {
NULL             1175 daemons/based/based_callbacks.c         return NULL;
NULL             1184 daemons/based/based_callbacks.c     xmlNode *input = NULL;
NULL             1185 daemons/based/based_callbacks.c     xmlNode *output = NULL;
NULL             1186 daemons/based/based_callbacks.c     xmlNode *result_cib = NULL;
NULL             1187 daemons/based/based_callbacks.c     xmlNode *current_cib = NULL;
NULL             1192 daemons/based/based_callbacks.c     const char *op = NULL;
NULL             1193 daemons/based/based_callbacks.c     const char *section = NULL;
NULL             1204 daemons/based/based_callbacks.c     static mainloop_timer_t *digest_timer = NULL;
NULL             1206 daemons/based/based_callbacks.c     char *current_nodes_digest = NULL;
NULL             1207 daemons/based/based_callbacks.c     char *current_alerts_digest = NULL;
NULL             1208 daemons/based/based_callbacks.c     char *current_status_digest = NULL;
NULL             1213 daemons/based/based_callbacks.c     if(digest_timer == NULL) {
NULL             1214 daemons/based/based_callbacks.c         digest_timer = mainloop_timer_add("digester", 5000, FALSE, cib_digester_cb, NULL);
NULL             1217 daemons/based/based_callbacks.c     *reply = NULL;
NULL             1218 daemons/based/based_callbacks.c     *cib_diff = NULL;
NULL             1242 daemons/based/based_callbacks.c                             current_cib, &result_cib, NULL, &output);
NULL             1244 daemons/based/based_callbacks.c         CRM_CHECK(result_cib == NULL, free_xml(result_cib));
NULL             1298 daemons/based/based_callbacks.c                 config_changed = cib_config_changed(NULL, NULL, cib_diff);
NULL             1327 daemons/based/based_callbacks.c             char *result_nodes_digest = NULL;
NULL             1328 daemons/based/based_callbacks.c             char *result_alerts_digest = NULL;
NULL             1329 daemons/based/based_callbacks.c             char *result_status_digest = NULL;
NULL             1365 daemons/based/based_callbacks.c         if (output != NULL) {
NULL             1400 daemons/based/based_callbacks.c         *reply = create_xml_node(NULL, "cib-reply");
NULL             1408 daemons/based/based_callbacks.c         if (output != NULL) {
NULL             1420 daemons/based/based_callbacks.c         output = NULL;
NULL             1438 daemons/based/based_callbacks.c     const char *reason = NULL;
NULL             1450 daemons/based/based_callbacks.c     } else if (crm_peer_cache == NULL) {
NULL             1455 daemons/based/based_callbacks.c     if (crm_element_value(msg, F_CIB_CLIENTNAME) == NULL) {
NULL             1460 daemons/based/based_callbacks.c     cib_process_request(msg, TRUE, NULL);
NULL             1496 daemons/based/based_callbacks.c         qb_ipcs_connection_t *c = NULL;
NULL             1501 daemons/based/based_callbacks.c         while (c != NULL) {
NULL             1513 daemons/based/based_callbacks.c         while (c != NULL) {
NULL             1525 daemons/based/based_callbacks.c         while (c != NULL) {
NULL             1539 daemons/based/based_callbacks.c         pcmk__foreach_ipc_client(disconnect_remote_client, NULL);
NULL             1559 daemons/based/based_callbacks.c     xmlNode *leaving = NULL;
NULL             1569 daemons/based/based_callbacks.c     leaving = create_xml_node(NULL, "exit-notification");
NULL             1573 daemons/based/based_callbacks.c     send_cluster_message(NULL, crm_msg_cib, leaving, TRUE);
NULL             1576 daemons/based/based_callbacks.c     g_timeout_add(EXIT_ESCALATION_MS, cib_force_exit, NULL);
NULL             1611 daemons/based/based_callbacks.c     } else if ((mainloop != NULL) && g_main_loop_is_running(mainloop)) {
NULL               39 daemons/based/based_common.c     xmlNode *data = NULL;
NULL               42 daemons/based/based_common.c     if (root == NULL) {
NULL               43 daemons/based/based_common.c         return NULL;
NULL               46 daemons/based/based_common.c                                     F_CRM_DATA, F_CIB_CALLDATA, NULL)) {
NULL               54 daemons/based/based_common.c     if (section != NULL && data != NULL && pcmk__str_eq(crm_element_name(data), XML_TAG_CIB, pcmk__str_none)) {
NULL               65 daemons/based/based_common.c     *data = NULL;
NULL               84 daemons/based/based_common.c     *data = NULL;
NULL               92 daemons/based/based_common.c     xmlNode *input_fragment = NULL;
NULL               94 daemons/based/based_common.c     *data = NULL;
NULL               95 daemons/based/based_common.c     *section = NULL;
NULL              103 daemons/based/based_common.c     CRM_CHECK(input_fragment != NULL, crm_log_xml_warn(request, "no input"));
NULL              104 daemons/based/based_common.c     *data = cib_prepare_common(input_fragment, NULL);
NULL              111 daemons/based/based_common.c     CRM_LOG_ASSERT(*data == NULL);
NULL              123 daemons/based/based_common.c     *data = NULL;
NULL              137 daemons/based/based_common.c     CRM_LOG_ASSERT(*data == NULL);
NULL              138 daemons/based/based_common.c     CRM_LOG_ASSERT(*output == NULL);
NULL              144 daemons/based/based_common.c     {NULL,             FALSE, FALSE, FALSE, cib_prepare_none, cib_cleanup_none,   cib_process_default},
NULL              169 daemons/based/based_common.c     static GHashTable *operation_hash = NULL;
NULL              171 daemons/based/based_common.c     if (operation_hash == NULL) {
NULL              175 daemons/based/based_common.c         operation_hash = pcmk__strkey_table(NULL, free);
NULL              186 daemons/based/based_common.c     if (op != NULL) {
NULL              203 daemons/based/based_common.c     const char *field = NULL;
NULL              204 daemons/based/based_common.c     const char *value = NULL;
NULL              205 daemons/based/based_common.c     xmlNode *value_struct = NULL;
NULL              238 daemons/based/based_common.c     xmlNode *copy = create_xml_node(NULL, "copy");
NULL              240 daemons/based/based_common.c     CRM_ASSERT(copy != NULL);
NULL              245 daemons/based/based_common.c         if (value != NULL) {
NULL              252 daemons/based/based_common.c         if (value_struct != NULL) {
NULL               36 daemons/based/based_io.c crm_trigger_t *cib_writer = NULL;
NULL               67 daemons/based/based_io.c     xmlNode *root = NULL;
NULL              183 daemons/based/based_io.c     struct dirent **namelist = NULL;
NULL              186 daemons/based/based_io.c     char *sigfile = NULL;
NULL              187 daemons/based/based_io.c     char *sigfilepath = NULL;
NULL              188 daemons/based/based_io.c     char *filename = NULL;
NULL              189 daemons/based/based_io.c     const char *name = NULL;
NULL              190 daemons/based/based_io.c     const char *value = NULL;
NULL              191 daemons/based/based_io.c     const char *validation = NULL;
NULL              194 daemons/based/based_io.c     xmlNode *root = NULL;
NULL              195 daemons/based/based_io.c     xmlNode *status = NULL;
NULL              201 daemons/based/based_io.c         return NULL;
NULL              213 daemons/based/based_io.c     if (root == NULL) {
NULL              221 daemons/based/based_io.c     while (root == NULL && lpc > 1) {
NULL              243 daemons/based/based_io.c     if (root == NULL) {
NULL              256 daemons/based/based_io.c     if (discard_status && status != NULL) {
NULL              259 daemons/based/based_io.c         status = NULL;
NULL              261 daemons/based/based_io.c     if (status == NULL) {
NULL              270 daemons/based/based_io.c     if (value == NULL) {
NULL              282 daemons/based/based_io.c     if (value == NULL) {
NULL              288 daemons/based/based_io.c     if (value == NULL) {
NULL              300 daemons/based/based_io.c     if (validate_xml(root, NULL, TRUE) == FALSE) {
NULL              304 daemons/based/based_io.c     } else if (validation == NULL) {
NULL              325 daemons/based/based_io.c     if (tmp_cib == NULL) {
NULL              330 daemons/based/based_io.c     the_cib = NULL;
NULL              399 daemons/based/based_io.c     xmlNode *cib_local = NULL;
NULL              427 daemons/based/based_io.c             mainloop_child_add(pid, 0, "disk-writer", NULL, cib_diskwrite_complete);
NULL              449 daemons/based/based_io.c     if (p == NULL) {
NULL               38 daemons/based/based_messages.c xmlNode *the_cib = NULL;
NULL               58 daemons/based/based_messages.c     *answer = NULL;
NULL               60 daemons/based/based_messages.c     if (crm_element_value(req, F_CIB_ISREPLY) == NULL) {
NULL               83 daemons/based/based_messages.c     *answer = NULL;
NULL               85 daemons/based/based_messages.c     if (op == NULL) {
NULL              141 daemons/based/based_messages.c     xmlNode *sync_me = create_xml_node(NULL, "sync-me");
NULL              150 daemons/based/based_messages.c     send_cluster_message(host ? crm_get_peer(0, host) : NULL, crm_msg_cib, sync_me, FALSE);
NULL              162 daemons/based/based_messages.c     static struct qb_log_callsite *cs = NULL;
NULL              165 daemons/based/based_messages.c     *answer = create_xml_node(NULL, XML_CRM_TAG_PING);
NULL              171 daemons/based/based_messages.c     if (cs == NULL) {
NULL              182 daemons/based/based_messages.c         xmlNode *shallow = create_xml_node(NULL, tag);
NULL              215 daemons/based/based_messages.c     *answer = NULL;
NULL              237 daemons/based/based_messages.c         if (value != NULL) {
NULL              243 daemons/based/based_messages.c             xmlNode *up = create_xml_node(NULL, __func__);
NULL              261 daemons/based/based_messages.c                 send_cluster_message(NULL, crm_msg_cib, up, FALSE);
NULL              279 daemons/based/based_messages.c                 xmlNode *up = create_xml_node(NULL, __func__);
NULL              349 daemons/based/based_messages.c         *result_cib = NULL;
NULL              350 daemons/based/based_messages.c         send_sync_request(NULL);
NULL              363 daemons/based/based_messages.c         *result_cib = NULL;
NULL              364 daemons/based/based_messages.c         send_sync_request(NULL);
NULL              387 daemons/based/based_messages.c     const char *object_name = NULL;
NULL              388 daemons/based/based_messages.c     const char *object_id = NULL;
NULL              389 daemons/based/based_messages.c     xmlNode *equiv_node = NULL;
NULL              392 daemons/based/based_messages.c     if (delete_spec != NULL) {
NULL              399 daemons/based/based_messages.c     if (delete_spec == NULL) {
NULL              402 daemons/based/based_messages.c     } else if (parent == NULL) {
NULL              405 daemons/based/based_messages.c     } else if (object_id == NULL) {
NULL              417 daemons/based/based_messages.c     } else if (equiv_node == NULL) {
NULL              424 daemons/based/based_messages.c         equiv_node = NULL;
NULL              427 daemons/based/based_messages.c         xmlNode *child = NULL;
NULL              429 daemons/based/based_messages.c         for (child = pcmk__xml_first_child(delete_spec); child != NULL;
NULL              448 daemons/based/based_messages.c     xmlNode *failed = NULL;
NULL              450 daemons/based/based_messages.c     xmlNode *update_section = NULL;
NULL              454 daemons/based/based_messages.c         section = NULL;
NULL              457 daemons/based/based_messages.c         section = NULL;
NULL              460 daemons/based/based_messages.c         section = NULL;
NULL              465 daemons/based/based_messages.c     if (input == NULL) {
NULL              470 daemons/based/based_messages.c     failed = create_xml_node(NULL, XML_TAG_FAILED);
NULL              495 daemons/based/based_messages.c     char *digest = NULL;
NULL              499 daemons/based/based_messages.c     xmlNode *replace_request = NULL;
NULL              501 daemons/based/based_messages.c     CRM_CHECK(the_cib != NULL, return -EINVAL);
NULL              504 daemons/based/based_messages.c     CRM_CHECK(replace_request != NULL, return -EINVAL);
NULL              507 daemons/based/based_messages.c     if (all == FALSE && host == NULL) {
NULL              518 daemons/based/based_messages.c     if (host != NULL) {
NULL              536 daemons/based/based_messages.c         (all ? NULL : crm_get_peer(0, host), crm_msg_cib, replace_request, FALSE) == FALSE) {
NULL               49 daemons/based/based_notify.c     const char *type = NULL;
NULL               56 daemons/based/based_notify.c     if (client->ipcs == NULL && client->remote == NULL) {
NULL               62 daemons/based/based_notify.c     CRM_LOG_ASSERT(type != NULL);
NULL              150 daemons/based/based_notify.c     if (diff == NULL) {
NULL              168 daemons/based/based_notify.c     } else if (diff != NULL) {
NULL              182 daemons/based/based_notify.c     xmlNode *update_msg = NULL;
NULL              183 daemons/based/based_notify.c     const char *id = NULL;
NULL              185 daemons/based/based_notify.c     update_msg = create_xml_node(NULL, "notify");
NULL              187 daemons/based/based_notify.c     if (result_data != NULL) {
NULL              196 daemons/based/based_notify.c     if (id != NULL) {
NULL              200 daemons/based/based_notify.c     if (update != NULL) {
NULL              204 daemons/based/based_notify.c     } else if (result_data != NULL) {
NULL              213 daemons/based/based_notify.c     if (update != NULL) {
NULL              216 daemons/based/based_notify.c     if (result_data != NULL) {
NULL              227 daemons/based/based_notify.c     xmlNode *generation = create_xml_node(NULL, XML_CIB_TAG_GENERATION_TUPPLE);
NULL              229 daemons/based/based_notify.c     if (a_cib != NULL) {
NULL              239 daemons/based/based_notify.c     xmlNode *replace_msg = NULL;
NULL              249 daemons/based/based_notify.c     if (diff == NULL) {
NULL              264 daemons/based/based_notify.c     } else if (diff != NULL) {
NULL              269 daemons/based/based_notify.c     replace_msg = create_xml_node(NULL, "notify-replace");
NULL               90 daemons/based/based_remote.c     int *ssock = NULL;
NULL              128 daemons/based/based_remote.c     if(ssock == NULL) {
NULL              176 daemons/based/based_remote.c     struct passwd *pwd = NULL;
NULL              177 daemons/based/based_remote.c     struct group *group = NULL;
NULL              179 daemons/based/based_remote.c     CRM_CHECK(usr != NULL, return FALSE);
NULL              180 daemons/based/based_remote.c     CRM_CHECK(grp != NULL, return FALSE);
NULL              183 daemons/based/based_remote.c     if (pwd == NULL) {
NULL              189 daemons/based/based_remote.c     if (group != NULL && pcmk__str_eq(grp, group->gr_name, pcmk__str_none)) {
NULL              194 daemons/based/based_remote.c     if (group == NULL) {
NULL              202 daemons/based/based_remote.c         if (member == NULL) {
NULL              216 daemons/based/based_remote.c     const char *user = NULL;
NULL              217 daemons/based/based_remote.c     const char *pass = NULL;
NULL              218 daemons/based/based_remote.c     const char *tmp = NULL;
NULL              221 daemons/based/based_remote.c     if (login == NULL) {
NULL              287 daemons/based/based_remote.c     pcmk__client_t *new_client = NULL;
NULL              317 daemons/based/based_remote.c     new_client = pcmk__new_unauth_client(NULL);
NULL              329 daemons/based/based_remote.c         if (new_client->remote->tls_session == NULL) {
NULL              359 daemons/based/based_remote.c     if (client == NULL) {
NULL              384 daemons/based/based_remote.c                 client->remote->tls_session = NULL;
NULL              411 daemons/based/based_remote.c     const char *value = NULL;
NULL              419 daemons/based/based_remote.c     if (client->name == NULL) {
NULL              421 daemons/based/based_remote.c         if (value == NULL) {
NULL              428 daemons/based/based_remote.c     if (client->userdata == NULL) {
NULL              430 daemons/based/based_remote.c         if (value != NULL) {
NULL              449 daemons/based/based_remote.c     if (crm_element_value(command, F_CIB_CALLID) == NULL) {
NULL              457 daemons/based/based_remote.c     if (crm_element_value(command, F_CIB_CALLOPTS) == NULL) {
NULL              468 daemons/based/based_remote.c     xmlNode *command = NULL;
NULL              511 daemons/based/based_remote.c         const char *user = NULL;
NULL              531 daemons/based/based_remote.c         reg = create_xml_node(NULL, "cib_result");
NULL              568 daemons/based/based_remote.c     CRM_ASSERT(reply != NULL);
NULL              592 daemons/based/based_remote.c     reply = NULL;
NULL              598 daemons/based/based_remote.c         if (reply[count].resp != NULL) {
NULL              609 daemons/based/based_remote.c             reply[count].resp = NULL;
NULL              613 daemons/based/based_remote.c     reply = NULL;
NULL              627 daemons/based/based_remote.c     const void *p_user = NULL;
NULL              630 daemons/based/based_remote.c     struct pam_handle *pam_h = NULL;
NULL              631 daemons/based/based_remote.c     static const char *pam_name = NULL;
NULL              633 daemons/based/based_remote.c     if (pam_name == NULL) {
NULL              636 daemons/based/based_remote.c     if (pam_name == NULL) {
NULL              665 daemons/based/based_remote.c     } else if (p_user == NULL) {
NULL               36 daemons/based/pacemaker-based.c GMainLoop *mainloop = NULL;
NULL               37 daemons/based/pacemaker-based.c const char *cib_root = NULL;
NULL               38 daemons/based/pacemaker-based.c char *cib_our_uname = NULL;
NULL               46 daemons/based/pacemaker-based.c GHashTable *config_hash = NULL;
NULL               47 daemons/based/pacemaker-based.c GHashTable *local_notify_queue = NULL;
NULL               69 daemons/based/pacemaker-based.c         "verbose", no_argument, NULL, 'V',
NULL               73 daemons/based/pacemaker-based.c         "stand-alone", no_argument, NULL, 's',
NULL               77 daemons/based/pacemaker-based.c         "disk-writes", no_argument, NULL, 'w',
NULL               81 daemons/based/pacemaker-based.c         "cib-root", required_argument, NULL, 'r',
NULL               94 daemons/based/pacemaker-based.c     struct passwd *pwentry = NULL;
NULL               95 daemons/based/pacemaker-based.c     crm_ipc_t *old_instance = NULL;
NULL               97 daemons/based/pacemaker-based.c     crm_log_preinit(NULL, argc, argv);
NULL               98 daemons/based/pacemaker-based.c     pcmk__set_cli_options(NULL, "[options]", long_options,
NULL              105 daemons/based/pacemaker-based.c     cib_writer = mainloop_add_trigger(G_PRIORITY_LOW, write_cib_contents, NULL);
NULL              108 daemons/based/pacemaker-based.c         flag = pcmk__next_cli_option(argc, argv, &index, NULL);
NULL              122 daemons/based/pacemaker-based.c                 CRM_CHECK(pwentry != NULL,
NULL              174 daemons/based/pacemaker-based.c     crm_log_init(NULL, LOG_INFO, TRUE, FALSE, argc, argv, FALSE);
NULL              188 daemons/based/pacemaker-based.c         old_instance = NULL;
NULL              191 daemons/based/pacemaker-based.c     if (cib_root == NULL) {
NULL              197 daemons/based/pacemaker-based.c     if (pcmk__daemon_can_write(cib_root, NULL) == FALSE) {
NULL              211 daemons/based/pacemaker-based.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL              242 daemons/based/pacemaker-based.c     xmlNode *xml = NULL;
NULL              243 daemons/based/pacemaker-based.c     const char *from = NULL;
NULL              246 daemons/based/pacemaker-based.c     if(data == NULL) {
NULL              251 daemons/based/pacemaker-based.c         if (xml == NULL) {
NULL              258 daemons/based/pacemaker-based.c         cib_peer_callback(xml, NULL);
NULL               24 daemons/controld/controld_alerts.c static GList *crmd_alert_list = NULL;
NULL               38 daemons/controld/controld_alerts.c     if (crmd_alert_list == NULL) {
NULL               43 daemons/controld/controld_alerts.c     if (lrm_state == NULL) {
NULL               57 daemons/controld/controld_alerts.c     if (crmd_alert_list == NULL) {
NULL               62 daemons/controld/controld_alerts.c     if (lrm_state == NULL) {
NULL               77 daemons/controld/controld_alerts.c     if (crmd_alert_list == NULL) {
NULL               82 daemons/controld/controld_alerts.c     if (lrm_state == NULL) {
NULL               18 daemons/controld/controld_attrd.c static crm_ipc_t *attrd_ipc = NULL;
NULL               27 daemons/controld/controld_attrd.c         attrd_ipc = NULL;
NULL               72 daemons/controld/controld_attrd.c                 register_fsa_input(C_FSA_INTERNAL, I_FAIL, NULL);
NULL               90 daemons/controld/controld_attrd.c     if (attrd_ipc == NULL) {
NULL              113 daemons/controld/controld_attrd.c                                              value, XML_CIB_TAG_STATUS, NULL,
NULL              114 daemons/controld/controld_attrd.c                                              NULL, user_name, attrd_opts);
NULL              156 daemons/controld/controld_attrd.c     update_attrd_helper(host, name, value, NULL, user_name, is_remote_node,
NULL              165 daemons/controld/controld_attrd.c     update_attrd_helper(host, NULL, NULL, NULL, user_name, TRUE, 'C');
NULL              172 daemons/controld/controld_attrd.c     const char *op_desc = NULL;
NULL              173 daemons/controld/controld_attrd.c     const char *interval_desc = NULL;
NULL              185 daemons/controld/controld_attrd.c     update_attrd_helper(host, rsc, op, interval_spec, NULL, is_remote_node, 0);
NULL               51 daemons/controld/controld_based.c         register_fsa_input(C_FSA_INTERNAL, I_ELECTION, NULL);
NULL               58 daemons/controld/controld_based.c     CRM_ASSERT(fsa_cib_conn != NULL);
NULL               83 daemons/controld/controld_based.c     CRM_ASSERT(fsa_cib_conn != NULL);
NULL              149 daemons/controld/controld_based.c                 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              184 daemons/controld/controld_based.c                             CRMD_ACTION_NOTIFY, CRMD_ACTION_METADATA, NULL);
NULL              236 daemons/controld/controld_based.c     char *xpath = NULL;
NULL              237 daemons/controld/controld_based.c     char *desc = NULL;
NULL              239 daemons/controld/controld_based.c     CRM_CHECK(uname != NULL, return);
NULL              266 daemons/controld/controld_based.c     if (fsa_cib_conn == NULL) {
NULL              274 daemons/controld/controld_based.c         call_id = fsa_cib_conn->cmds->remove(fsa_cib_conn, xpath, NULL, options);
NULL              306 daemons/controld/controld_based.c     char *desc = NULL;
NULL              307 daemons/controld/controld_based.c     char *xpath = NULL;
NULL              310 daemons/controld/controld_based.c     CRM_CHECK((rsc_id != NULL) && (node != NULL), return EINVAL);
NULL              313 daemons/controld/controld_based.c     if (fsa_cib_conn == NULL) {
NULL              321 daemons/controld/controld_based.c     rc = cib_internal_op(fsa_cib_conn, CIB_OP_DELETE, NULL, xpath, NULL,
NULL              322 daemons/controld/controld_based.c                          NULL, call_options|cib_xpath, user_name);
NULL               45 daemons/controld/controld_callbacks.c                     register_fsa_error_adv(C_FSA_INTERNAL, I_ELECTION, NULL, &new_input,
NULL              127 daemons/controld/controld_callbacks.c         xmlNode *query = create_request(CRM_OP_HELLO, NULL, NULL, CRM_SYSTEM_CRMD, CRM_SYSTEM_CRMD, NULL);
NULL              135 daemons/controld/controld_callbacks.c     if (node->uname == NULL) {
NULL              171 daemons/controld/controld_callbacks.c             CRM_CHECK(data != NULL, return);
NULL              206 daemons/controld/controld_callbacks.c                 register_fsa_input(C_CRMD_STATUS_CALLBACK, I_ERROR, NULL);
NULL              211 daemons/controld/controld_callbacks.c                 register_fsa_input(C_CRMD_STATUS_CALLBACK, I_ELECTION, NULL);
NULL              227 daemons/controld/controld_callbacks.c             } else if (AM_I_DC || controld_dc_left || (fsa_our_dc == NULL)) {
NULL              244 daemons/controld/controld_callbacks.c         xmlNode *update = NULL;
NULL              253 daemons/controld/controld_callbacks.c             register_fsa_input_before(C_FSA_INTERNAL, I_NODE_JOIN, NULL);
NULL              298 daemons/controld/controld_callbacks.c             abort_transition(INFINITY, tg_restart, "Node failure", NULL);
NULL              315 daemons/controld/controld_callbacks.c                                  "Pacemaker Remote node integrated", NULL);
NULL              320 daemons/controld/controld_callbacks.c         update = create_node_state_update(node, flags, NULL, __func__);
NULL              321 daemons/controld/controld_callbacks.c         if (update == NULL) {
NULL              348 daemons/controld/controld_callbacks.c     register_fsa_input(C_FSA_INTERNAL, I_ERROR, NULL);
NULL               25 daemons/controld/controld_control.c qb_ipcs_service_t *ipcs = NULL;
NULL               35 daemons/controld/controld_control.c crm_trigger_t *fsa_source = NULL;
NULL               36 daemons/controld/controld_control.c crm_trigger_t *config_read = NULL;
NULL               48 daemons/controld/controld_control.c     static crm_cluster_t *cluster = NULL;
NULL               50 daemons/controld/controld_control.c     if (cluster == NULL) {
NULL               75 daemons/controld/controld_control.c             if(cluster->uuid == NULL) {
NULL               83 daemons/controld/controld_control.c             register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              116 daemons/controld/controld_control.c     xmlNode *msg = NULL;
NULL              122 daemons/controld/controld_control.c     msg = create_request(CRM_OP_SHUTDOWN_REQ, NULL, NULL, CRM_SYSTEM_CRMD, CRM_SYSTEM_CRMD, NULL);
NULL              124 daemons/controld/controld_control.c     if (send_cluster_message(NULL, crm_msg_crmd, msg, TRUE) == FALSE) {
NULL              125 daemons/controld/controld_control.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              150 daemons/controld/controld_control.c     if (logger_out != NULL) {
NULL              151 daemons/controld/controld_control.c         logger_out->finish(logger_out, exit_code, true, NULL);
NULL              153 daemons/controld/controld_control.c         logger_out = NULL;
NULL              162 daemons/controld/controld_control.c     GList *gIter = NULL;
NULL              174 daemons/controld/controld_control.c         crm_write_blackbox(SIGTRAP, NULL);
NULL              190 daemons/controld/controld_control.c         ipcs = NULL;
NULL              197 daemons/controld/controld_control.c     if ((exit_code == CRM_EX_OK) && (crmd_mainloop == NULL)) {
NULL              211 daemons/controld/controld_control.c         crm_write_blackbox(SIGTRAP, NULL);
NULL              217 daemons/controld/controld_control.c     for (gIter = fsa_message_queue; gIter != NULL; gIter = gIter->next) {
NULL              228 daemons/controld/controld_control.c     g_list_free(fsa_message_queue); fsa_message_queue = NULL;
NULL              244 daemons/controld/controld_control.c     mainloop_destroy_trigger(fsa_source); fsa_source = NULL;
NULL              246 daemons/controld/controld_control.c     mainloop_destroy_trigger(config_read); config_read = NULL;
NULL              247 daemons/controld/controld_control.c     mainloop_destroy_trigger(transition_trigger); transition_trigger = NULL;
NULL              253 daemons/controld/controld_control.c     te_cleanup_stonith_history_sync(NULL, TRUE);
NULL              256 daemons/controld/controld_control.c     free(fsa_our_dc_version); fsa_our_dc_version = NULL;
NULL              257 daemons/controld/controld_control.c     free(fsa_our_uname); fsa_our_uname = NULL;
NULL              258 daemons/controld/controld_control.c     free(fsa_our_uuid); fsa_our_uuid = NULL;
NULL              259 daemons/controld/controld_control.c     free(fsa_our_dc); fsa_our_dc = NULL;
NULL              261 daemons/controld/controld_control.c     free(fsa_cluster_name); fsa_cluster_name = NULL;
NULL              263 daemons/controld/controld_control.c     free(te_uuid); te_uuid = NULL;
NULL              264 daemons/controld/controld_control.c     free(failed_stop_offset); failed_stop_offset = NULL;
NULL              265 daemons/controld/controld_control.c     free(failed_start_offset); failed_start_offset = NULL;
NULL              267 daemons/controld/controld_control.c     free(max_generation_from); max_generation_from = NULL;
NULL              268 daemons/controld/controld_control.c     free_xml(max_generation_xml); max_generation_xml = NULL;
NULL              280 daemons/controld/controld_control.c         crmd_mainloop = NULL;
NULL              307 daemons/controld/controld_control.c     fsa_cib_conn = NULL;
NULL              353 daemons/controld/controld_control.c     fsa_source = mainloop_add_trigger(G_PRIORITY_HIGH, crm_fsa_trigger, NULL);
NULL              354 daemons/controld/controld_control.c     config_read = mainloop_add_trigger(G_PRIORITY_HIGH, crm_read_options, NULL);
NULL              355 daemons/controld/controld_control.c     transition_trigger = mainloop_add_trigger(G_PRIORITY_LOW, te_graph_trigger, NULL);
NULL              362 daemons/controld/controld_control.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              371 daemons/controld/controld_control.c     if (pcmk__new_client(c, uid, gid) == NULL) {
NULL              387 daemons/controld/controld_control.c     if (msg == NULL) {
NULL              393 daemons/controld/controld_control.c     CRM_ASSERT(client->user != NULL);
NULL              397 daemons/controld/controld_control.c     if (controld_authorize_ipc_message(msg, client, NULL)) {
NULL              438 daemons/controld/controld_control.c     mainloop_del_ipc_server(ipcs); ipcs = NULL;
NULL              439 daemons/controld/controld_control.c     register_fsa_input(C_FSA_INTERNAL, I_TERMINATE, NULL);
NULL              450 daemons/controld/controld_control.c         .connection_created = NULL,
NULL              493 daemons/controld/controld_control.c     if (ipcs == NULL) {
NULL              495 daemons/controld/controld_control.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              502 daemons/controld/controld_control.c     register_fsa_input(msg_data->fsa_cause, I_PENDING, NULL);
NULL              514 daemons/controld/controld_control.c     register_fsa_input(C_FSA_INTERNAL, I_TERMINATE, NULL);
NULL              524 daemons/controld/controld_control.c         "dc-version", NULL, "string", NULL, PCMK__VALUE_NONE, NULL,
NULL              530 daemons/controld/controld_control.c         "cluster-infrastructure", NULL, "string", NULL, "corosync", NULL,
NULL              535 daemons/controld/controld_control.c         "cluster-name", NULL, "string", NULL, NULL, NULL,
NULL              543 daemons/controld/controld_control.c         XML_CONFIG_ATTR_DC_DEADTIME, NULL, "time",
NULL              544 daemons/controld/controld_control.c         NULL, "20s", pcmk__valid_interval_spec,
NULL              550 daemons/controld/controld_control.c         XML_CONFIG_ATTR_RECHECK, NULL, "time",
NULL              563 daemons/controld/controld_control.c         "load-threshold", NULL, "percentage", NULL,
NULL              570 daemons/controld/controld_control.c         "node-action-limit", NULL, "integer", NULL,
NULL              575 daemons/controld/controld_control.c     { XML_CONFIG_ATTR_FENCE_REACTION, NULL, "string", NULL, "stop", NULL,
NULL              584 daemons/controld/controld_control.c         XML_CONFIG_ATTR_ELECTION_FAIL, NULL, "time", NULL,
NULL              592 daemons/controld/controld_control.c         XML_CONFIG_ATTR_FORCE_QUIT, NULL, "time", NULL,
NULL              600 daemons/controld/controld_control.c         "join-integration-timeout", "crmd-integration-timeout", "time", NULL,
NULL              607 daemons/controld/controld_control.c         "join-finalization-timeout", "crmd-finalization-timeout", "time", NULL,
NULL              614 daemons/controld/controld_control.c         "transition-delay", "crmd-transition-delay", "time", NULL,
NULL              623 daemons/controld/controld_control.c         "stonith-watchdog-timeout", NULL, "time", NULL,
NULL              646 daemons/controld/controld_control.c         "stonith-max-attempts", NULL, "integer", NULL,
NULL              654 daemons/controld/controld_control.c         "no-quorum-policy", NULL, "select", "stop, freeze, ignore, demote, suicide",
NULL              655 daemons/controld/controld_control.c         "stop", pcmk__valid_quorum, NULL, NULL
NULL              658 daemons/controld/controld_control.c         XML_CONFIG_ATTR_SHUTDOWN_LOCK, NULL, "boolean", NULL,
NULL              659 daemons/controld/controld_control.c         "false", pcmk__valid_boolean, NULL, NULL
NULL              691 daemons/controld/controld_control.c     const char *value = NULL;
NULL              692 daemons/controld/controld_control.c     GHashTable *config_hash = NULL;
NULL              693 daemons/controld/controld_control.c     crm_time_t *now = crm_time_new(NULL);
NULL              694 daemons/controld/controld_control.c     xmlNode *crmconfig = NULL;
NULL              695 daemons/controld/controld_control.c     xmlNode *alerts = NULL;
NULL              698 daemons/controld/controld_control.c         fsa_data_t *msg_data = NULL;
NULL              701 daemons/controld/controld_control.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              717 daemons/controld/controld_control.c         fsa_data_t *msg_data = NULL;
NULL              720 daemons/controld/controld_control.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              726 daemons/controld/controld_control.c     pe_unpack_nvpairs(crmconfig, crmconfig, XML_CIB_TAG_PROPSET, NULL,
NULL              727 daemons/controld/controld_control.c                       config_hash, CIB_OPTIONS_FIRST, FALSE, now, NULL);
NULL              739 daemons/controld/controld_control.c         throttle_set_load_target(strtof(value, NULL) / 100.0);
NULL              777 daemons/controld/controld_control.c     fsa_cluster_name = NULL;
NULL              802 daemons/controld/controld_control.c             NULL, cib_xpath | cib_scope_local);
NULL              804 daemons/controld/controld_control.c     fsa_register_cib_callback(call_id, FALSE, NULL, config_query_callback);
NULL              823 daemons/controld/controld_control.c     if ((crmd_mainloop == NULL) || !g_main_loop_is_running(crmd_mainloop)) {
NULL              830 daemons/controld/controld_control.c         register_fsa_input_before(C_SHUTDOWN, I_ERROR, NULL);
NULL              835 daemons/controld/controld_control.c     register_fsa_input(C_SHUTDOWN, I_SHUTDOWN, NULL);
NULL              838 daemons/controld/controld_control.c         const char *value = crmd_pref(NULL, XML_CONFIG_ATTR_FORCE_QUIT);
NULL               33 daemons/controld/controld_corosync.c     const char *from = NULL;
NULL               36 daemons/controld/controld_corosync.c     if(data == NULL) {
NULL               40 daemons/controld/controld_corosync.c         crm_node_t *peer = NULL;
NULL               43 daemons/controld/controld_corosync.c         if (xml == NULL) {
NULL              124 daemons/controld/controld_corosync.c     if (fsa_our_dc != NULL) {
NULL              127 daemons/controld/controld_corosync.c         if (peer != NULL) {
NULL               25 daemons/controld/controld_election.c static election_t *fsa_election = NULL;
NULL               30 daemons/controld/controld_election.c     register_fsa_input(C_FSA_INTERNAL, I_ELECTION_DC, NULL);
NULL               57 daemons/controld/controld_election.c     fsa_election = NULL;
NULL              107 daemons/controld/controld_election.c             register_fsa_input(C_FSA_INTERNAL, I_RELEASE_DC, NULL);
NULL              110 daemons/controld/controld_election.c             register_fsa_input(C_FSA_INTERNAL, I_PENDING, NULL);
NULL              142 daemons/controld/controld_election.c     if(crm_peer_cache == NULL) {
NULL              153 daemons/controld/controld_election.c             register_fsa_input(C_FSA_INTERNAL, I_ELECTION, NULL);
NULL              157 daemons/controld/controld_election.c             update_dc(NULL);
NULL              160 daemons/controld/controld_election.c                 register_fsa_input(C_FSA_INTERNAL, I_RELEASE_DC, NULL);
NULL              164 daemons/controld/controld_election.c                 register_fsa_input(C_FSA_INTERNAL, I_PENDING, NULL);
NULL              177 daemons/controld/controld_election.c         fsa_data_t *msg_data = NULL;
NULL              181 daemons/controld/controld_election.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              193 daemons/controld/controld_election.c     xmlNode *cib = NULL;
NULL              206 daemons/controld/controld_election.c     cib = create_xml_node(NULL, XML_TAG_CIB);
NULL              208 daemons/controld/controld_election.c     fsa_cib_update(XML_TAG_CIB, cib, cib_quorum_override, rc, NULL);
NULL              209 daemons/controld/controld_election.c     fsa_register_cib_callback(rc, FALSE, NULL, feature_update_callback);
NULL              212 daemons/controld/controld_election.c                           NULL, NULL, NULL, NULL, XML_ATTR_HAVE_WATCHDOG,
NULL              213 daemons/controld/controld_election.c                           pcmk__btoa(watchdog), NULL, NULL);
NULL              216 daemons/controld/controld_election.c                           NULL, NULL, NULL, NULL, "dc-version",
NULL              217 daemons/controld/controld_election.c                           PACEMAKER_VERSION "-" BUILD_VERSION, NULL, NULL);
NULL              220 daemons/controld/controld_election.c                           NULL, NULL, NULL, NULL, "cluster-infrastructure",
NULL              221 daemons/controld/controld_election.c                           cluster_type, NULL, NULL);
NULL              224 daemons/controld/controld_election.c     if (fsa_cluster_name == NULL && is_corosync_cluster()) {
NULL              229 daemons/controld/controld_election.c                                   XML_CIB_TAG_CRMCONFIG, NULL, NULL, NULL, NULL,
NULL              230 daemons/controld/controld_election.c                                   "cluster-name", cluster_name, NULL, NULL);
NULL              250 daemons/controld/controld_election.c         controld_expect_sched_reply(NULL);
NULL              262 daemons/controld/controld_election.c             xmlNode *update = NULL;
NULL              266 daemons/controld/controld_election.c             update = create_node_state_update(node, node_update_expected, NULL,
NULL              272 daemons/controld/controld_election.c         register_fsa_input(C_FSA_INTERNAL, I_RELEASE_SUCCESS, NULL);
NULL               58 daemons/controld/controld_execd.c         register_fsa_input(C_FSA_INTERNAL, I_ERROR, NULL);
NULL               76 daemons/controld/controld_execd.c     if (strstr(key, CRM_META "_") == NULL) {
NULL               84 daemons/controld/controld_execd.c     if (strstr(key, CRM_META "_") != NULL) {
NULL              103 daemons/controld/controld_execd.c     for (iter = history->recurring_op_list; iter != NULL; iter = iter->next) {
NULL              129 daemons/controld/controld_execd.c     for (iter = history->recurring_op_list; iter != NULL; iter = iter->next) {
NULL              133 daemons/controld/controld_execd.c     history->recurring_op_list = NULL;
NULL              167 daemons/controld/controld_execd.c     rsc_history_t *entry = NULL;
NULL              172 daemons/controld/controld_execd.c                                          NULL, crmd_cib_smart_opt());
NULL              183 daemons/controld/controld_execd.c     if (entry == NULL && rsc) {
NULL              193 daemons/controld/controld_execd.c     } else if (entry == NULL) {
NULL              230 daemons/controld/controld_execd.c                                                CRMD_ACTION_STATUS, NULL)) {
NULL              275 daemons/controld/controld_execd.c     lrmd__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              289 daemons/controld/controld_execd.c     CRM_CHECK(op != NULL, return);
NULL              292 daemons/controld/controld_execd.c             if (op->remote_nodename == NULL) {
NULL              304 daemons/controld/controld_execd.c                 CRM_ASSERT(lrm_state != NULL);
NULL              305 daemons/controld/controld_execd.c                 process_lrm_event(lrm_state, op, NULL, NULL);
NULL              346 daemons/controld/controld_execd.c     register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              361 daemons/controld/controld_execd.c     lrm_state_t *lrm_state = NULL;
NULL              363 daemons/controld/controld_execd.c     if(fsa_our_uname == NULL) {
NULL              367 daemons/controld/controld_execd.c     if (lrm_state == NULL) {
NULL              368 daemons/controld/controld_execd.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              405 daemons/controld/controld_execd.c     const char *key = NULL;
NULL              406 daemons/controld/controld_execd.c     rsc_history_t *entry = NULL;
NULL              407 daemons/controld/controld_execd.c     active_op_t *pending = NULL;
NULL              432 daemons/controld/controld_execd.c         while (g_hash_table_iter_next(&gIter, NULL, (void **)&pending)) {
NULL              457 daemons/controld/controld_execd.c     if (lrm_state->resource_history == NULL) {
NULL              468 daemons/controld/controld_execd.c     while (g_hash_table_iter_next(&gIter, NULL, (gpointer*)&entry)) {
NULL              525 daemons/controld/controld_execd.c     char *list = NULL;
NULL              528 daemons/controld/controld_execd.c     *result = create_xml_node(NULL, XML_TAG_PARAMS);
NULL              530 daemons/controld/controld_execd.c     for (GList *iter = metadata->ra_params; iter != NULL; iter = iter->next) {
NULL              556 daemons/controld/controld_execd.c             if (list == NULL) {
NULL              569 daemons/controld/controld_execd.c             if (v != NULL) {
NULL              576 daemons/controld/controld_execd.c     if (list != NULL) {
NULL              587 daemons/controld/controld_execd.c     char *list = NULL;
NULL              588 daemons/controld/controld_execd.c     char *digest = NULL;
NULL              589 daemons/controld/controld_execd.c     xmlNode *restart = NULL;
NULL              591 daemons/controld/controld_execd.c     CRM_LOG_ASSERT(op->params != NULL);
NULL              635 daemons/controld/controld_execd.c     char *list = NULL;
NULL              636 daemons/controld/controld_execd.c     char *digest = NULL;
NULL              637 daemons/controld/controld_execd.c     xmlNode *secure = NULL;
NULL              639 daemons/controld/controld_execd.c     CRM_LOG_ASSERT(op->params != NULL);
NULL              648 daemons/controld/controld_execd.c     if (list != NULL) {
NULL              669 daemons/controld/controld_execd.c     xmlNode *xml_op = NULL;
NULL              670 daemons/controld/controld_execd.c     struct ra_metadata_s *metadata = NULL;
NULL              671 daemons/controld/controld_execd.c     const char *caller_version = NULL;
NULL              672 daemons/controld/controld_execd.c     lrm_state_t *lrm_state = NULL;
NULL              675 daemons/controld/controld_execd.c     if (op == NULL) {
NULL              688 daemons/controld/controld_execd.c     CRM_LOG_ASSERT(caller_version != NULL);
NULL              690 daemons/controld/controld_execd.c     if(caller_version == NULL) {
NULL              696 daemons/controld/controld_execd.c     if (xml_op == NULL) {
NULL              700 daemons/controld/controld_execd.c     if ((rsc == NULL) || (op->params == NULL)
NULL              709 daemons/controld/controld_execd.c     if (lrm_state == NULL) {
NULL              729 daemons/controld/controld_execd.c     if (metadata == NULL) {
NULL              748 daemons/controld/controld_execd.c     rsc_history_t *entry = NULL;
NULL              751 daemons/controld/controld_execd.c     if (entry == NULL || entry->last == NULL) {
NULL              781 daemons/controld/controld_execd.c     rsc_history_t *entry = NULL;
NULL              784 daemons/controld/controld_execd.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&entry)) {
NULL              786 daemons/controld/controld_execd.c         GList *gIter = NULL;
NULL              805 daemons/controld/controld_execd.c         for (gIter = entry->recurring_op_list; gIter != NULL; gIter = gIter->next) {
NULL              817 daemons/controld/controld_execd.c     xmlNode *xml_state = NULL;
NULL              818 daemons/controld/controld_execd.c     xmlNode *xml_data = NULL;
NULL              819 daemons/controld/controld_execd.c     xmlNode *rsc_list = NULL;
NULL              820 daemons/controld/controld_execd.c     crm_node_t *peer = NULL;
NULL              823 daemons/controld/controld_execd.c     CRM_CHECK(peer != NULL, return NULL);
NULL              825 daemons/controld/controld_execd.c     xml_state = create_node_state_update(peer, update_flags, NULL,
NULL              827 daemons/controld/controld_execd.c     if (xml_state == NULL) {
NULL              828 daemons/controld/controld_execd.c         return NULL;
NULL              850 daemons/controld/controld_execd.c         return NULL;
NULL              871 daemons/controld/controld_execd.c             lrmd__set_result(event, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              875 daemons/controld/controld_execd.c                              PCMK_EXEC_ERROR, NULL);
NULL              879 daemons/controld/controld_execd.c                              NULL);
NULL              899 daemons/controld/controld_execd.c         char *now_s = crm_strdup_printf("%lld", (long long) time(NULL));
NULL              903 daemons/controld/controld_execd.c                               NULL, NULL, NULL, NULL, "last-lrm-refresh", now_s, NULL, NULL);
NULL              911 daemons/controld/controld_execd.c     lrmd_event_data_t *op = NULL;
NULL              920 daemons/controld/controld_execd.c     controld_ack_event_directly(from_host, from_sys, NULL, op, rsc_id);
NULL              958 daemons/controld/controld_execd.c     CRM_CHECK(rsc_id != NULL, return);
NULL              994 daemons/controld/controld_execd.c     xmlNode *xml_top = NULL;
NULL              996 daemons/controld/controld_execd.c     CRM_CHECK(op != NULL, return);
NULL              998 daemons/controld/controld_execd.c     xml_top = create_xml_node(NULL, XML_LRM_TAG_RSC_OP);
NULL             1054 daemons/controld/controld_execd.c     char *op_xpath = NULL;
NULL             1056 daemons/controld/controld_execd.c     CRM_CHECK((rsc_id != NULL) && (key != NULL), return);
NULL             1074 daemons/controld/controld_execd.c     fsa_cib_conn->cmds->remove(fsa_cib_conn, op_xpath, NULL,
NULL             1082 daemons/controld/controld_execd.c     if (entry == NULL) {
NULL             1085 daemons/controld/controld_execd.c     if (op == NULL) {
NULL             1109 daemons/controld/controld_execd.c     char *op_key = NULL;
NULL             1110 daemons/controld/controld_execd.c     char *orig_op_key = NULL;
NULL             1111 daemons/controld/controld_execd.c     lrm_state_t *lrm_state = NULL;
NULL             1114 daemons/controld/controld_execd.c     if (lrm_state == NULL) {
NULL             1134 daemons/controld/controld_execd.c             entry->failed = NULL;
NULL             1144 daemons/controld/controld_execd.c     char *local_key = NULL;
NULL             1145 daemons/controld/controld_execd.c     active_op_t *pending = NULL;
NULL             1148 daemons/controld/controld_execd.c     CRM_CHECK(rsc_id != NULL, return FALSE);
NULL             1149 daemons/controld/controld_execd.c     if (key == NULL) {
NULL             1225 daemons/controld/controld_execd.c     CRM_CHECK(rsc != NULL, return FALSE);
NULL             1226 daemons/controld/controld_execd.c     CRM_CHECK(key != NULL, return FALSE);
NULL             1282 daemons/controld/controld_execd.c     if ((*rsc_info == NULL) && do_create) {
NULL             1292 daemons/controld/controld_execd.c             fsa_data_t *msg_data = NULL;
NULL             1303 daemons/controld/controld_execd.c                 register_fsa_error(C_FSA_INTERNAL, I_FAIL, NULL);
NULL             1337 daemons/controld/controld_execd.c             struct pending_deletion_op_s *op = NULL;
NULL             1359 daemons/controld/controld_execd.c     rsc_history_t *entry = NULL;
NULL             1383 daemons/controld/controld_execd.c     op->t_run = time(NULL);
NULL             1394 daemons/controld/controld_execd.c     rsc_history_t *entry = NULL;
NULL             1398 daemons/controld/controld_execd.c     while (g_hash_table_iter_next(&gIter, NULL, (void **)&entry)) {
NULL             1404 daemons/controld/controld_execd.c         if (is_remote_lrmd_ra(NULL, NULL, entry->id)) {
NULL             1415 daemons/controld/controld_execd.c                         user_name, NULL, unregister);
NULL             1423 daemons/controld/controld_execd.c     update_attrd(lrm_state->node_name, CRM_OP_PROBED, NULL, user_name, is_remote_node);
NULL             1445 daemons/controld/controld_execd.c     lrmd_event_data_t *op = NULL;
NULL             1450 daemons/controld/controld_execd.c     if ((xml_rsc == NULL) || (ID(xml_rsc) == NULL)) {
NULL             1457 daemons/controld/controld_execd.c     } else if(operation == NULL) {
NULL             1467 daemons/controld/controld_execd.c         fake_op_status(lrm_state, op, PCMK_EXEC_DONE, PCMK_OCF_OK, NULL);
NULL             1476 daemons/controld/controld_execd.c     process_lrm_event(lrm_state, op, NULL, action);
NULL             1491 daemons/controld/controld_execd.c     const char *target = NULL;
NULL             1496 daemons/controld/controld_execd.c     if (target == NULL) {
NULL             1506 daemons/controld/controld_execd.c     lrmd_event_data_t *op = NULL;
NULL             1507 daemons/controld/controld_execd.c     lrmd_rsc_info_t *rsc = NULL;
NULL             1510 daemons/controld/controld_execd.c     CRM_CHECK(xml_rsc != NULL, return);
NULL             1523 daemons/controld/controld_execd.c     op->user_data = NULL;
NULL             1531 daemons/controld/controld_execd.c         controld_ack_event_directly(from_host, from_sys, NULL, op, ID(xml_rsc));
NULL             1541 daemons/controld/controld_execd.c         process_lrm_event(lrm_state, op, NULL, xml);
NULL             1552 daemons/controld/controld_execd.c     controld_ack_event_directly(from_host, from_sys, NULL, op, ID(xml_rsc));
NULL             1604 daemons/controld/controld_execd.c     if (!pcmk__strcase_any_of(from_sys, CRM_SYSTEM_PENGINE, CRM_SYSTEM_TENGINE, NULL)) {
NULL             1606 daemons/controld/controld_execd.c         xmlNode *reply = create_request(CRM_OP_INVOKE_LRM, NULL, from_host,
NULL             1622 daemons/controld/controld_execd.c     char *op_key = NULL;
NULL             1623 daemons/controld/controld_execd.c     char *meta_key = NULL;
NULL             1625 daemons/controld/controld_execd.c     const char *call_id = NULL;
NULL             1626 daemons/controld/controld_execd.c     const char *op_task = NULL;
NULL             1631 daemons/controld/controld_execd.c     CRM_CHECK(params != NULL, return FALSE);
NULL             1636 daemons/controld/controld_execd.c     CRM_CHECK(op_task != NULL, return FALSE);
NULL             1660 daemons/controld/controld_execd.c         in_progress = cancel_op(lrm_state, rsc->id, NULL, call, TRUE);
NULL             1664 daemons/controld/controld_execd.c     if (!in_progress || is_remote_lrmd_ra(NULL, NULL, rsc->id)) {
NULL             1667 daemons/controld/controld_execd.c         if (is_remote_lrmd_ra(NULL, NULL, rsc->id) == FALSE) {
NULL             1670 daemons/controld/controld_execd.c         erase_lrm_history_by_id(lrm_state, rsc->id, op_key, NULL, call);
NULL             1711 daemons/controld/controld_execd.c         lrmd_event_data_t *op = NULL;
NULL             1718 daemons/controld/controld_execd.c         lrmd__set_result(op, pcmk_rc2ocf(cib_rc), PCMK_EXEC_ERROR, NULL);
NULL             1719 daemons/controld/controld_execd.c         controld_ack_event_directly(from_host, from_sys, NULL, op, rsc->id);
NULL             1724 daemons/controld/controld_execd.c     if (crm_rsc_delete && is_remote_lrmd_ra(NULL, NULL, rsc->id)) {
NULL             1728 daemons/controld/controld_execd.c     delete_resource(lrm_state, rsc->id, rsc, NULL, from_sys,
NULL             1739 daemons/controld/controld_execd.c     lrm_state_t *lrm_state = NULL;
NULL             1740 daemons/controld/controld_execd.c     const char *crm_op = NULL;
NULL             1741 daemons/controld/controld_execd.c     const char *from_sys = NULL;
NULL             1742 daemons/controld/controld_execd.c     const char *from_host = NULL;
NULL             1743 daemons/controld/controld_execd.c     const char *operation = NULL;
NULL             1745 daemons/controld/controld_execd.c     const char *user_name = NULL;
NULL             1746 daemons/controld/controld_execd.c     const char *target_node = NULL;
NULL             1755 daemons/controld/controld_execd.c     if ((lrm_state == NULL) && is_remote_node) {
NULL             1758 daemons/controld/controld_execd.c         synthesize_lrmd_failure(NULL, input->xml, PCMK_EXEC_NOT_CONNECTED,
NULL             1763 daemons/controld/controld_execd.c     CRM_ASSERT(lrm_state != NULL);
NULL             1765 daemons/controld/controld_execd.c     user_name = pcmk__update_acl_user(input->msg, F_CRM_USER, NULL);
NULL             1785 daemons/controld/controld_execd.c     } else if (input->xml != NULL) {
NULL             1805 daemons/controld/controld_execd.c     } else if (operation != NULL) {
NULL             1806 daemons/controld/controld_execd.c         lrmd_rsc_info_t *rsc = NULL;
NULL             1831 daemons/controld/controld_execd.c             delete_rsc_entry(lrm_state, input, ID(xml_rsc), NULL, pcmk_ok,
NULL             1866 daemons/controld/controld_execd.c                                     CRMD_ACTION_RELOAD_AGENT, NULL)) {
NULL             1872 daemons/controld/controld_execd.c             struct ra_metadata_s *md = NULL;
NULL             1877 daemons/controld/controld_execd.c             if ((md != NULL)
NULL             1891 daemons/controld/controld_execd.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL             1908 daemons/controld/controld_execd.c         xmlNode *versioned_attrs = NULL;
NULL             1909 daemons/controld/controld_execd.c         GHashTable *hash = NULL;
NULL             1910 daemons/controld/controld_execd.c         char *key = NULL;
NULL             1911 daemons/controld/controld_execd.c         char *value = NULL;
NULL             1955 daemons/controld/controld_execd.c     lrmd_event_data_t *op = NULL;
NULL             1956 daemons/controld/controld_execd.c     const char *op_delay = NULL;
NULL             1957 daemons/controld/controld_execd.c     const char *op_timeout = NULL;
NULL             1958 daemons/controld/controld_execd.c     GHashTable *params = NULL;
NULL             1960 daemons/controld/controld_execd.c     xmlNode *primitive = NULL;
NULL             1961 daemons/controld/controld_execd.c     const char *class = NULL;
NULL             1963 daemons/controld/controld_execd.c     const char *transition = NULL;
NULL             1971 daemons/controld/controld_execd.c     lrmd__set_result(op, PCMK_OCF_UNKNOWN, PCMK_EXEC_PENDING, NULL);
NULL             1973 daemons/controld/controld_execd.c     if (rsc_op == NULL) {
NULL             1975 daemons/controld/controld_execd.c         op->user_data = NULL;
NULL             2013 daemons/controld/controld_execd.c         if (op_timeout != NULL) {
NULL             2019 daemons/controld/controld_execd.c     if (lrm_state && !is_remote_lrmd_ra(NULL, NULL, rsc_id)
NULL             2021 daemons/controld/controld_execd.c                                  NULL)) {
NULL             2030 daemons/controld/controld_execd.c         rsc_history_t *entry = NULL;
NULL             2048 daemons/controld/controld_execd.c             params = NULL;
NULL             2061 daemons/controld/controld_execd.c     CRM_CHECK(transition != NULL, return op);
NULL             2066 daemons/controld/controld_execd.c         if (pcmk__strcase_any_of(operation, CRMD_ACTION_START, CRMD_ACTION_STOP, NULL)) {
NULL             2097 daemons/controld/controld_execd.c     xmlNode *reply = NULL;
NULL             2099 daemons/controld/controld_execd.c     crm_node_t *peer = NULL;
NULL             2101 daemons/controld/controld_execd.c     CRM_CHECK(op != NULL, return);
NULL             2102 daemons/controld/controld_execd.c     if (op->rsc_id == NULL) {
NULL             2103 daemons/controld/controld_execd.c         CRM_ASSERT(rsc_id != NULL);
NULL             2106 daemons/controld/controld_execd.c     if (to_sys == NULL) {
NULL             2111 daemons/controld/controld_execd.c     update = create_node_state_update(peer, node_update_none, NULL,
NULL             2122 daemons/controld/controld_execd.c     reply = create_request(CRM_OP_INVOKE_LRM, update, to_host, to_sys, CRM_SYSTEM_LRMD, NULL);
NULL             2145 daemons/controld/controld_execd.c     for (state_entry = lrm_state_list; state_entry != NULL; state_entry = state_entry->next) {
NULL             2155 daemons/controld/controld_execd.c     g_list_free(lrm_state_list); lrm_state_list = NULL;
NULL             2200 daemons/controld/controld_execd.c     const char *record_pending = NULL;
NULL             2202 daemons/controld/controld_execd.c     CRM_CHECK(node_name != NULL, return);
NULL             2203 daemons/controld/controld_execd.c     CRM_CHECK(rsc != NULL, return);
NULL             2204 daemons/controld/controld_execd.c     CRM_CHECK(op != NULL, return);
NULL             2207 daemons/controld/controld_execd.c     if ((op->op_type == NULL) || (op->params == NULL)
NULL             2219 daemons/controld/controld_execd.c     lrmd__set_result(op, PCMK_OCF_UNKNOWN, PCMK_EXEC_PENDING, NULL);
NULL             2221 daemons/controld/controld_execd.c     op->t_run = time(NULL);
NULL             2237 daemons/controld/controld_execd.c     char *op_id = NULL;
NULL             2238 daemons/controld/controld_execd.c     lrmd_event_data_t *op = NULL;
NULL             2239 daemons/controld/controld_execd.c     lrmd_key_value_t *params = NULL;
NULL             2240 daemons/controld/controld_execd.c     fsa_data_t *msg_data = NULL;
NULL             2241 daemons/controld/controld_execd.c     const char *transition = NULL;
NULL             2243 daemons/controld/controld_execd.c     const char *nack_reason = NULL;
NULL             2245 daemons/controld/controld_execd.c     CRM_CHECK(rsc != NULL, return);
NULL             2246 daemons/controld/controld_execd.c     CRM_CHECK(operation != NULL, return);
NULL             2248 daemons/controld/controld_execd.c     if (msg != NULL) {
NULL             2250 daemons/controld/controld_execd.c         if (transition == NULL) {
NULL             2256 daemons/controld/controld_execd.c     CRM_CHECK(op != NULL, return);
NULL             2258 daemons/controld/controld_execd.c     if (is_remote_lrmd_ra(NULL, NULL, rsc->id)
NULL             2301 daemons/controld/controld_execd.c         register_fsa_input(C_SHUTDOWN, I_SHUTDOWN, NULL);
NULL             2311 daemons/controld/controld_execd.c     if (nack_reason != NULL) {
NULL             2318 daemons/controld/controld_execd.c         controld_ack_event_directly(NULL, NULL, rsc, op, rsc->id);
NULL             2334 daemons/controld/controld_execd.c         char *key = NULL;
NULL             2335 daemons/controld/controld_execd.c         char *value = NULL;
NULL             2353 daemons/controld/controld_execd.c         active_op_t *pending = NULL;
NULL             2363 daemons/controld/controld_execd.c         pending->start_time = time(NULL);
NULL             2376 daemons/controld/controld_execd.c             decode_transition_key(op->user_data, NULL, NULL, NULL, &target_rc);
NULL             2377 daemons/controld/controld_execd.c             lrmd__set_result(op, target_rc, PCMK_EXEC_DONE, NULL);
NULL             2378 daemons/controld/controld_execd.c             controld_ack_event_directly(NULL, NULL, rsc, op, rsc->id);
NULL             2382 daemons/controld/controld_execd.c         op->params = NULL;
NULL             2389 daemons/controld/controld_execd.c         process_lrm_event(lrm_state, op, NULL, NULL);
NULL             2390 daemons/controld/controld_execd.c         register_fsa_error(C_FSA_INTERNAL, I_FAIL, NULL);
NULL             2398 daemons/controld/controld_execd.c         process_lrm_event(lrm_state, op, NULL, NULL);
NULL             2458 daemons/controld/controld_execd.c     xmlNode *update, *iter = NULL;
NULL             2460 daemons/controld/controld_execd.c     const char *uuid = NULL;
NULL             2462 daemons/controld/controld_execd.c     CRM_CHECK(op != NULL, return 0);
NULL             2477 daemons/controld/controld_execd.c     CRM_LOG_ASSERT(uuid != NULL);
NULL             2478 daemons/controld/controld_execd.c     if(uuid == NULL) {
NULL             2497 daemons/controld/controld_execd.c         const char *container = NULL;
NULL             2523 daemons/controld/controld_execd.c         controld_ack_event_directly(NULL, NULL, rsc, op, op->rsc_id);
NULL             2546 daemons/controld/controld_execd.c     fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, rc, NULL);
NULL             2555 daemons/controld/controld_execd.c     fsa_register_cib_callback(rc, FALSE, NULL, cib_rsc_callback);
NULL             2573 daemons/controld/controld_execd.c     char *pch = NULL;
NULL             2574 daemons/controld/controld_execd.c     char *ret = NULL;
NULL             2578 daemons/controld/controld_execd.c         return NULL;
NULL             2583 daemons/controld/controld_execd.c     while (pch != NULL) {
NULL             2599 daemons/controld/controld_execd.c     rsc_history_t *entry = NULL;
NULL             2601 daemons/controld/controld_execd.c     CRM_CHECK(lrm_state != NULL, return FALSE);
NULL             2602 daemons/controld/controld_execd.c     CRM_CHECK(rsc_id != NULL, return FALSE);
NULL             2603 daemons/controld/controld_execd.c     CRM_CHECK(op_type != NULL, return FALSE);
NULL             2606 daemons/controld/controld_execd.c     if (entry == NULL || entry->failed == NULL) {
NULL             2639 daemons/controld/controld_execd.c     if (node_name != NULL) {
NULL             2664 daemons/controld/controld_execd.c     if ((op->exit_reason != NULL)
NULL             2685 daemons/controld/controld_execd.c     if ((op->output != NULL) && (op->rc != PCMK_OCF_OK)) {
NULL             2699 daemons/controld/controld_execd.c     char *op_id = NULL;
NULL             2700 daemons/controld/controld_execd.c     char *op_key = NULL;
NULL             2706 daemons/controld/controld_execd.c     lrmd_rsc_info_t *rsc = NULL;
NULL             2707 daemons/controld/controld_execd.c     const char *node_name = NULL;
NULL             2709 daemons/controld/controld_execd.c     CRM_CHECK(op != NULL, return);
NULL             2710 daemons/controld/controld_execd.c     CRM_CHECK(op->rsc_id != NULL, return);
NULL             2735 daemons/controld/controld_execd.c     if ((rsc == NULL) && action_xml) {
NULL             2760 daemons/controld/controld_execd.c     if(pending == NULL) {
NULL             2821 daemons/controld/controld_execd.c     } else if (pending == NULL) {
NULL             2826 daemons/controld/controld_execd.c     } else if (op->user_data == NULL) {
NULL             2872 daemons/controld/controld_execd.c         controld_ack_event_directly(NULL, NULL, NULL, op, op->rsc_id);
NULL             2910 daemons/controld/controld_execd.c             delete_rsc_entry(lrm_state, NULL, op->rsc_id, NULL, pcmk_ok, NULL);
NULL               24 daemons/controld/controld_execd_state.c GHashTable *lrm_state_table = NULL;
NULL               88 daemons/controld/controld_execd_state.c     process_lrm_event(lrm_state, &event, op, NULL);
NULL               96 daemons/controld/controld_execd_state.c     if (lrm_state == NULL || fsa_our_uname == NULL) {
NULL              111 daemons/controld/controld_execd_state.c     lrm_state_t *state = NULL;
NULL              115 daemons/controld/controld_execd_state.c         return NULL;
NULL              120 daemons/controld/controld_execd_state.c         return NULL;
NULL              124 daemons/controld/controld_execd_state.c     state->rsc_info_cache = pcmk__strkey_table(NULL, free_rsc_info);
NULL              127 daemons/controld/controld_execd_state.c     state->resource_history = pcmk__strkey_table(NULL, history_free);
NULL              224 daemons/controld/controld_execd_state.c     lrm_state_table = pcmk__strikey_table(NULL, internal_lrm_state_destroy);
NULL              229 daemons/controld/controld_execd_state.c     proxy_table = pcmk__strikey_table(NULL, remote_proxy_free);
NULL              232 daemons/controld/controld_execd_state.c         lrm_state_table = NULL;
NULL              244 daemons/controld/controld_execd_state.c         g_hash_table_destroy(lrm_state_table); lrm_state_table = NULL;
NULL              248 daemons/controld/controld_execd_state.c         g_hash_table_destroy(proxy_table); proxy_table = NULL;
NULL              256 daemons/controld/controld_execd_state.c         return NULL;
NULL              284 daemons/controld/controld_execd_state.c     remote_proxy_t *proxy = NULL;
NULL              286 daemons/controld/controld_execd_state.c     CRM_CHECK(proxy_table != NULL, return NULL);
NULL              290 daemons/controld/controld_execd_state.c     while (g_hash_table_iter_next(&gIter, NULL, (gpointer *) &proxy)) {
NULL              297 daemons/controld/controld_execd_state.c     return NULL;
NULL              303 daemons/controld/controld_execd_state.c     remote_proxy_t *proxy = NULL;
NULL              305 daemons/controld/controld_execd_state.c     CRM_CHECK(proxy_table != NULL, return);
NULL              307 daemons/controld/controld_execd_state.c     while ((proxy = find_connected_proxy_by_node(node_name)) != NULL) {
NULL              349 daemons/controld/controld_execd_state.c     lrm_state->conn = NULL;
NULL              377 daemons/controld/controld_execd_state.c     if (lrm_state->conn == NULL) {
NULL              378 daemons/controld/controld_execd_state.c         lrmd_t *api = NULL;
NULL              380 daemons/controld/controld_execd_state.c         rc = lrmd__new(&api, NULL, NULL, 0);
NULL              389 daemons/controld/controld_execd_state.c                                                      CRM_SYSTEM_CRMD, NULL);
NULL              422 daemons/controld/controld_execd_state.c     lrm_state_t *lrm_state = NULL;
NULL              441 daemons/controld/controld_execd_state.c     if (controld_authorize_ipc_message(msg, NULL, session)) {
NULL              459 daemons/controld/controld_execd_state.c         crm_time_t *now = crm_time_new(NULL);
NULL              464 daemons/controld/controld_execd_state.c         pe_unpack_nvpairs(output, output, XML_CIB_TAG_PROPSET, NULL,
NULL              465 daemons/controld/controld_execd_state.c                           config_hash, CIB_OPTIONS_FIRST, FALSE, now, NULL);
NULL              488 daemons/controld/controld_execd_state.c             if (proxy != NULL) {
NULL              490 daemons/controld/controld_execd_state.c                 int rc = fsa_cib_conn->cmds->query(fsa_cib_conn, XML_CIB_TAG_CRMCONFIG, NULL, cib_scope_local);
NULL              492 daemons/controld/controld_execd_state.c                                                         "remote_config_check", remote_config_check, NULL);
NULL              499 daemons/controld/controld_execd_state.c         char *now_s = NULL;
NULL              505 daemons/controld/controld_execd_state.c             now_s = pcmk__ttoa(time(NULL));
NULL              506 daemons/controld/controld_execd_state.c             update_attrd(lrm_state->node_name, XML_CIB_ATTR_SHUTDOWN, now_s, NULL, TRUE);
NULL              528 daemons/controld/controld_execd_state.c         CRM_CHECK(request != NULL, return);
NULL              543 daemons/controld/controld_execd_state.c                 && (crm_element_value(request, XML_ATTR_UNAME) == NULL)) {
NULL              553 daemons/controld/controld_execd_state.c             xmlNode *op_reply = create_xml_node(NULL, "ack");
NULL              577 daemons/controld/controld_execd_state.c     if (lrm_state->conn == NULL) {
NULL              578 daemons/controld/controld_execd_state.c         lrmd_t *api = NULL;
NULL              611 daemons/controld/controld_execd_state.c     lrmd_key_value_t *params = NULL;
NULL              648 daemons/controld/controld_execd_state.c     if (is_remote_lrmd_ra(NULL, NULL, rsc_id)) {
NULL              658 daemons/controld/controld_execd_state.c     lrmd_rsc_info_t *rsc = NULL;
NULL              661 daemons/controld/controld_execd_state.c         return NULL;
NULL              663 daemons/controld/controld_execd_state.c     if (is_remote_lrmd_ra(NULL, NULL, rsc_id)) {
NULL              668 daemons/controld/controld_execd_state.c     if (rsc == NULL) {
NULL              671 daemons/controld/controld_execd_state.c         if (rsc == NULL) {
NULL              672 daemons/controld/controld_execd_state.c 		    return NULL;
NULL              709 daemons/controld/controld_execd_state.c     if (lrm_state->conn == NULL) {
NULL              713 daemons/controld/controld_execd_state.c     } else if (is_remote_lrmd_ra(NULL, NULL, rsc_id)) {
NULL              743 daemons/controld/controld_execd_state.c     if (conn == NULL) {
NULL              747 daemons/controld/controld_execd_state.c     if (is_remote_lrmd_ra(agent, provider, NULL)) {
NULL              766 daemons/controld/controld_execd_state.c     if (is_remote_lrmd_ra(NULL, NULL, rsc_id)) {
NULL               36 daemons/controld/controld_fencing.c static GHashTable *stonith_failures = NULL;
NULL               66 daemons/controld/controld_fencing.c     const char *key = NULL;
NULL               67 daemons/controld/controld_fencing.c     struct st_fail_rec *value = NULL;
NULL               69 daemons/controld/controld_fencing.c     if (stonith_failures == NULL) {
NULL               73 daemons/controld/controld_fencing.c     if (target == NULL) {
NULL               85 daemons/controld/controld_fencing.c         if ((value != NULL) && (value->count >= stonith_max_attempts)) {
NULL              106 daemons/controld/controld_fencing.c     if (stonith_failures == NULL) {
NULL              111 daemons/controld/controld_fencing.c         struct st_fail_rec *rec = NULL;
NULL              119 daemons/controld/controld_fencing.c         const char *key = NULL;
NULL              120 daemons/controld/controld_fencing.c         struct st_fail_rec *rec = NULL;
NULL              133 daemons/controld/controld_fencing.c     struct st_fail_rec *rec = NULL;
NULL              135 daemons/controld/controld_fencing.c     if (stonith_failures == NULL) {
NULL              144 daemons/controld/controld_fencing.c         if(rec == NULL) {
NULL              164 daemons/controld/controld_fencing.c         abort_transition(INFINITY, tg_shutdown, "CIB update failed", NULL);
NULL              175 daemons/controld/controld_fencing.c     crm_node_t *peer = NULL;
NULL              184 daemons/controld/controld_fencing.c     xmlNode *node_state = NULL;
NULL              186 daemons/controld/controld_fencing.c     CRM_CHECK(target != NULL, return);
NULL              187 daemons/controld/controld_fencing.c     CRM_CHECK(uuid != NULL, return);
NULL              192 daemons/controld/controld_fencing.c     CRM_CHECK(peer != NULL, return);
NULL              194 daemons/controld/controld_fencing.c     if (peer->state == NULL) {
NULL              202 daemons/controld/controld_fencing.c     if (peer->uuid == NULL) {
NULL              210 daemons/controld/controld_fencing.c     node_state = create_node_state_update(peer, flags, NULL, __func__);
NULL              214 daemons/controld/controld_fencing.c         char *now_s = pcmk__ttoa(time(NULL));
NULL              269 daemons/controld/controld_fencing.c static GList *stonith_cleanup_list = NULL;
NULL              293 daemons/controld/controld_fencing.c     while (iter != NULL) {
NULL              314 daemons/controld/controld_fencing.c         GList *iter = NULL;
NULL              316 daemons/controld/controld_fencing.c         for (iter = stonith_cleanup_list; iter != NULL; iter = iter->next) {
NULL              323 daemons/controld/controld_fencing.c         stonith_cleanup_list = NULL;
NULL              336 daemons/controld/controld_fencing.c     for (iter = stonith_cleanup_list; iter != NULL; iter = iter->next) {
NULL              342 daemons/controld/controld_fencing.c         send_stonith_update(NULL, target, uuid);
NULL              346 daemons/controld/controld_fencing.c     stonith_cleanup_list = NULL;
NULL              357 daemons/controld/controld_fencing.c static stonith_t *stonith_api = NULL;
NULL              358 daemons/controld/controld_fencing.c static crm_trigger_t *stonith_reconnect = NULL;
NULL              359 daemons/controld/controld_fencing.c static char *te_client_id = NULL;
NULL              364 daemons/controld/controld_fencing.c     GList *lpc = NULL;
NULL              365 daemons/controld/controld_fencing.c     const char *task = NULL;
NULL              366 daemons/controld/controld_fencing.c     xmlNode *last_action = NULL;
NULL              368 daemons/controld/controld_fencing.c     if (graph == NULL) {
NULL              372 daemons/controld/controld_fencing.c     for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
NULL              373 daemons/controld/controld_fencing.c         GList *lpc2 = NULL;
NULL              380 daemons/controld/controld_fencing.c         for (lpc2 = synapse->actions; lpc2 != NULL; lpc2 = lpc2->next) {
NULL              398 daemons/controld/controld_fencing.c     if (last_action != NULL) {
NULL              400 daemons/controld/controld_fencing.c         abort_for_stonith_failure(tg_restart, NULL, last_action);
NULL              427 daemons/controld/controld_fencing.c         stonith_api->cmds->remove_notification(stonith_api, NULL);
NULL              449 daemons/controld/controld_fencing.c     const char *reason = NULL;
NULL              452 daemons/controld/controld_fencing.c     if (te_client_id == NULL) {
NULL              457 daemons/controld/controld_fencing.c     if (event == NULL) {
NULL              462 daemons/controld/controld_fencing.c     if (event->executioner != NULL) {
NULL              465 daemons/controld/controld_fencing.c     if (event->client_origin != NULL) {
NULL              491 daemons/controld/controld_fencing.c                     ((reason == NULL)? "" : ": "),
NULL              492 daemons/controld/controld_fencing.c                     ((reason == NULL)? "" : reason),
NULL              539 daemons/controld/controld_fencing.c                ((reason == NULL)? "" : " ("),
NULL              540 daemons/controld/controld_fencing.c                ((reason == NULL)? "" : reason),
NULL              541 daemons/controld/controld_fencing.c                ((reason == NULL)? "" : ")"),
NULL              547 daemons/controld/controld_fencing.c         const char *uuid = NULL;
NULL              549 daemons/controld/controld_fencing.c         if (peer == NULL) {
NULL              557 daemons/controld/controld_fencing.c             send_stonith_update(NULL, event->target, uuid);
NULL              574 daemons/controld/controld_fencing.c                                  "External Fencing Operation", NULL);
NULL              591 daemons/controld/controld_fencing.c                 send_stonith_update(NULL, event->target, uuid);
NULL              623 daemons/controld/controld_fencing.c     if (stonith_api == NULL) {
NULL              625 daemons/controld/controld_fencing.c         if (stonith_api == NULL) {
NULL              636 daemons/controld/controld_fencing.c     if (user_data == NULL) {
NULL              645 daemons/controld/controld_fencing.c         rc = stonith_api->cmds->connect(stonith_api, crm_system_name, NULL);
NULL              683 daemons/controld/controld_fencing.c     if (stonith_reconnect == NULL) {
NULL              702 daemons/controld/controld_fencing.c         stonith_api->cmds->remove_notification(stonith_api, NULL);
NULL              707 daemons/controld/controld_fencing.c             stonith_api = NULL;
NULL              711 daemons/controld/controld_fencing.c             stonith_reconnect = NULL;
NULL              715 daemons/controld/controld_fencing.c             te_client_id = NULL;
NULL              724 daemons/controld/controld_fencing.c         stonith_history_t *history = NULL;
NULL              729 daemons/controld/controld_fencing.c                                    NULL, &history, 5);
NULL              741 daemons/controld/controld_fencing.c     char *uuid = NULL;
NULL              744 daemons/controld/controld_fencing.c     crm_action_t *action = NULL;
NULL              745 daemons/controld/controld_fencing.c     const char *target = NULL;
NULL              747 daemons/controld/controld_fencing.c     if ((data == NULL) || (data->userdata == NULL)) {
NULL              750 daemons/controld/controld_fencing.c                 ((data == NULL)? -1 : data->call_id));
NULL              757 daemons/controld/controld_fencing.c         if (reason == NULL) {
NULL              767 daemons/controld/controld_fencing.c                                     &stonith_id, NULL),
NULL              782 daemons/controld/controld_fencing.c     if (action == NULL) {
NULL              791 daemons/controld/controld_fencing.c     if (target == NULL) {
NULL              804 daemons/controld/controld_fencing.c             te_action_confirmed(action, NULL);
NULL              806 daemons/controld/controld_fencing.c                 const char *value = NULL;
NULL              807 daemons/controld/controld_fencing.c                 char *now = pcmk__ttoa(time(NULL));
NULL              817 daemons/controld/controld_fencing.c                 if (g_hash_table_lookup(crm_remote_peer_cache, uuid) != NULL) {
NULL              821 daemons/controld/controld_fencing.c                 update_attrd(target, CRM_ATTR_UNFENCED, now, NULL,
NULL              826 daemons/controld/controld_fencing.c                 update_attrd(target, CRM_ATTR_DIGESTS_ALL, value, NULL,
NULL              830 daemons/controld/controld_fencing.c                 update_attrd(target, CRM_ATTR_DIGESTS_SECURE, value, NULL,
NULL              845 daemons/controld/controld_fencing.c         if (reason == NULL) {
NULL              872 daemons/controld/controld_fencing.c         abort_for_stonith_failure(abort_action, target, NULL);
NULL              903 daemons/controld/controld_fencing.c     const char *id = NULL;
NULL              904 daemons/controld/controld_fencing.c     const char *uuid = NULL;
NULL              905 daemons/controld/controld_fencing.c     const char *target = NULL;
NULL              906 daemons/controld/controld_fencing.c     const char *type = NULL;
NULL              907 daemons/controld/controld_fencing.c     char *transition_key = NULL;
NULL              908 daemons/controld/controld_fencing.c     const char *priority_delay = NULL;
NULL              916 daemons/controld/controld_fencing.c     CRM_CHECK(id != NULL, invalid_action = TRUE);
NULL              917 daemons/controld/controld_fencing.c     CRM_CHECK(uuid != NULL, invalid_action = TRUE);
NULL              918 daemons/controld/controld_fencing.c     CRM_CHECK(type != NULL, invalid_action = TRUE);
NULL              919 daemons/controld/controld_fencing.c     CRM_CHECK(target != NULL, invalid_action = TRUE);
NULL              935 daemons/controld/controld_fencing.c     te_connect_stonith(NULL);
NULL              971 daemons/controld/controld_fencing.c static crm_trigger_t *stonith_history_sync_trigger = NULL;
NULL              972 daemons/controld/controld_fencing.c static mainloop_timer_t *stonith_history_sync_timer_short = NULL;
NULL              973 daemons/controld/controld_fencing.c static mainloop_timer_t *stonith_history_sync_timer_long = NULL;
NULL              980 daemons/controld/controld_fencing.c         stonith_history_sync_timer_short = NULL;
NULL              982 daemons/controld/controld_fencing.c         stonith_history_sync_timer_long = NULL;
NULL             1027 daemons/controld/controld_fencing.c     if (stonith_history_sync_trigger == NULL) {
NULL             1030 daemons/controld/controld_fencing.c                                  do_stonith_history_sync, NULL);
NULL             1034 daemons/controld/controld_fencing.c         if(stonith_history_sync_timer_long == NULL) {
NULL             1038 daemons/controld/controld_fencing.c                                    NULL);
NULL             1043 daemons/controld/controld_fencing.c         if(stonith_history_sync_timer_short == NULL) {
NULL             1047 daemons/controld/controld_fencing.c                                    NULL);
NULL               29 daemons/controld/controld_fsa.c char *fsa_our_dc = NULL;
NULL               30 daemons/controld/controld_fsa.c cib_t *fsa_cib_conn = NULL;
NULL               31 daemons/controld/controld_fsa.c char *fsa_our_dc_version = NULL;
NULL               33 daemons/controld/controld_fsa.c char *fsa_our_uuid = NULL;
NULL               34 daemons/controld/controld_fsa.c char *fsa_our_uname = NULL;
NULL               36 daemons/controld/controld_fsa.c char *fsa_cluster_name = NULL;
NULL              161 daemons/controld/controld_fsa.c     fsa_data_t *fsa_data = NULL;
NULL              172 daemons/controld/controld_fsa.c     if ((fsa_message_queue == NULL) && (fsa_actions != A_NOTHING)) {
NULL              180 daemons/controld/controld_fsa.c         fsa_data = NULL;
NULL              182 daemons/controld/controld_fsa.c     while ((fsa_message_queue != NULL) && !do_fsa_stall) {
NULL              186 daemons/controld/controld_fsa.c         if(fsa_data == NULL) {
NULL              247 daemons/controld/controld_fsa.c         fsa_data = NULL;
NULL              250 daemons/controld/controld_fsa.c     if ((fsa_message_queue != NULL) || (fsa_actions != A_NOTHING)
NULL              280 daemons/controld/controld_fsa.c     CRM_CHECK(fsa_data != NULL, return);
NULL              442 daemons/controld/controld_fsa.c             register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, fsa_data, NULL,
NULL              456 daemons/controld/controld_fsa.c     } else if (stored_msg->data == NULL) {
NULL              494 daemons/controld/controld_fsa.c         register_fsa_input(C_FSA_INTERNAL, I_ELECTION, NULL);
NULL              499 daemons/controld/controld_fsa.c         register_fsa_input_before(C_FSA_INTERNAL, I_NODE_JOIN, NULL);
NULL              588 daemons/controld/controld_fsa.c             update_dc(NULL);
NULL              598 daemons/controld/controld_fsa.c             CRM_LOG_ASSERT(fsa_our_dc != NULL);
NULL              599 daemons/controld/controld_fsa.c             if (fsa_our_dc == NULL) {
NULL              533 daemons/controld/controld_fsa.h         if (fsa_source != NULL) {               \
NULL               54 daemons/controld/controld_join_client.c     xmlNode *req = create_request(CRM_OP_JOIN_ANNOUNCE, NULL, NULL,
NULL               55 daemons/controld/controld_join_client.c                                   CRM_SYSTEM_DC, CRM_SYSTEM_CRMD, NULL);
NULL               58 daemons/controld/controld_join_client.c     update_dc(NULL);            /* Unset any existing value so that the result is not discarded */
NULL               60 daemons/controld/controld_join_client.c     send_cluster_message(NULL, crm_msg_crmd, req, FALSE);
NULL               84 daemons/controld/controld_join_client.c         xmlNode *req = create_request(CRM_OP_JOIN_ANNOUNCE, NULL, NULL,
NULL               85 daemons/controld/controld_join_client.c                                       CRM_SYSTEM_DC, CRM_SYSTEM_CRMD, NULL);
NULL               88 daemons/controld/controld_join_client.c         update_dc(NULL);
NULL               89 daemons/controld/controld_join_client.c         send_cluster_message(NULL, crm_msg_crmd, req, FALSE);
NULL              113 daemons/controld/controld_join_client.c     CRM_CHECK(input != NULL, return);
NULL              145 daemons/controld/controld_join_client.c         fsa_cib_conn->cmds->query(fsa_cib_conn, NULL, NULL, cib_scope_local | cib_no_children);
NULL              157 daemons/controld/controld_join_client.c     xmlNode *generation = create_xml_node(NULL, XML_CIB_TAG_GENERATION_TUPPLE);
NULL              159 daemons/controld/controld_join_client.c     CRM_LOG_ASSERT(join_id != NULL);
NULL              167 daemons/controld/controld_join_client.c     if(rc != pcmk_ok || output == NULL) {
NULL              170 daemons/controld/controld_join_client.c         register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __func__);
NULL              172 daemons/controld/controld_join_client.c     } else if (fsa_our_dc == NULL) {
NULL              176 daemons/controld/controld_join_client.c         xmlNode *reply = NULL;
NULL              182 daemons/controld/controld_join_client.c                                CRM_SYSTEM_DC, CRM_SYSTEM_CRMD, NULL);
NULL              201 daemons/controld/controld_join_client.c                               XML_CIB_TAG_NODES, fsa_our_uuid, NULL, NULL,
NULL              202 daemons/controld/controld_join_client.c                               NULL, "standby", "on", NULL, NULL);
NULL              208 daemons/controld/controld_join_client.c                               XML_CIB_TAG_NODES, fsa_our_uuid, NULL, NULL,
NULL              209 daemons/controld/controld_join_client.c                               NULL, "standby", "off", NULL, NULL);
NULL              228 daemons/controld/controld_join_client.c     xmlNode *tmp1 = NULL;
NULL              253 daemons/controld/controld_join_client.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              272 daemons/controld/controld_join_client.c     if (tmp1 != NULL) {
NULL              274 daemons/controld/controld_join_client.c                                         CRM_SYSTEM_DC, CRM_SYSTEM_CRMD, NULL);
NULL              304 daemons/controld/controld_join_client.c             register_fsa_input_adv(cause, I_NOT_DC, NULL, A_NOTHING, TRUE,
NULL              313 daemons/controld/controld_join_client.c         register_fsa_error(C_FSA_INTERNAL, I_FAIL, NULL);
NULL               20 daemons/controld/controld_join_dc.c char *max_epoch = NULL;
NULL               21 daemons/controld/controld_join_dc.c char *max_generation_from = NULL;
NULL               22 daemons/controld/controld_join_dc.c xmlNode *max_generation_xml = NULL;
NULL               40 daemons/controld/controld_join_dc.c     CRM_CHECK(node != NULL, return);
NULL               74 daemons/controld/controld_join_dc.c     crm_node_t *peer = NULL;
NULL               79 daemons/controld/controld_join_dc.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &peer)) {
NULL               82 daemons/controld/controld_join_dc.c     if (max_generation_from != NULL) {
NULL               84 daemons/controld/controld_join_dc.c         max_generation_from = NULL;
NULL               86 daemons/controld/controld_join_dc.c     if (max_generation_xml != NULL) {
NULL               88 daemons/controld/controld_join_dc.c         max_generation_xml = NULL;
NULL              103 daemons/controld/controld_join_dc.c     xmlNode *msg = create_request(join_op, NULL, host_to, CRM_SYSTEM_CRMD,
NULL              104 daemons/controld/controld_join_dc.c                                   CRM_SYSTEM_DC, NULL);
NULL              120 daemons/controld/controld_join_dc.c     xmlNode *offer = NULL;
NULL              123 daemons/controld/controld_join_dc.c     CRM_ASSERT(member != NULL);
NULL              128 daemons/controld/controld_join_dc.c         if(member->expected == NULL && pcmk__str_eq(member->state, CRM_NODE_LOST, pcmk__str_casei)) {
NULL              143 daemons/controld/controld_join_dc.c     if (member->uname == NULL) {
NULL              193 daemons/controld/controld_join_dc.c     update_dc(NULL);
NULL              197 daemons/controld/controld_join_dc.c     g_hash_table_foreach(crm_peer_cache, join_make_offer, NULL);
NULL              214 daemons/controld/controld_join_dc.c     ha_msg_input_t *welcome = NULL;
NULL              216 daemons/controld/controld_join_dc.c     const char *join_to = NULL;
NULL              218 daemons/controld/controld_join_dc.c     if (msg_data->data == NULL) {
NULL              227 daemons/controld/controld_join_dc.c     if (welcome == NULL) {
NULL              233 daemons/controld/controld_join_dc.c     if (join_to == NULL) {
NULL              245 daemons/controld/controld_join_dc.c     join_make_offer(NULL, member, NULL);
NULL              252 daemons/controld/controld_join_dc.c         join_make_offer(NULL, member, NULL);
NULL              258 daemons/controld/controld_join_dc.c     abort_transition(INFINITY, tg_restart, "Node join", NULL);
NULL              296 daemons/controld/controld_join_dc.c     xmlNode *generation = NULL;
NULL              308 daemons/controld/controld_join_dc.c     crm_node_t *join_node = NULL;
NULL              310 daemons/controld/controld_join_dc.c     if (join_from == NULL) {
NULL              325 daemons/controld/controld_join_dc.c     if (max_generation_xml != NULL && generation != NULL) {
NULL              339 daemons/controld/controld_join_dc.c     if (ref == NULL) {
NULL              348 daemons/controld/controld_join_dc.c     } else if (generation == NULL) {
NULL              354 daemons/controld/controld_join_dc.c     } else if ((join_version == NULL)
NULL              362 daemons/controld/controld_join_dc.c     } else if (max_generation_xml == NULL) {
NULL              413 daemons/controld/controld_join_dc.c     char *sync_from = NULL;
NULL              469 daemons/controld/controld_join_dc.c     rc = fsa_cib_conn->cmds->sync_from(fsa_cib_conn, sync_from, NULL, cib_quorum_override);
NULL              484 daemons/controld/controld_join_dc.c         register_fsa_error_adv(C_FSA_INTERNAL, I_ELECTION_DC, NULL, NULL,
NULL              505 daemons/controld/controld_join_dc.c             g_hash_table_foreach(crm_peer_cache, finalize_join_for, NULL);
NULL              513 daemons/controld/controld_join_dc.c     fsa_data_t *msg_data = NULL;
NULL              525 daemons/controld/controld_join_dc.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              543 daemons/controld/controld_join_dc.c     crm_node_t *peer = NULL;
NULL              546 daemons/controld/controld_join_dc.c     if (join_from == NULL) {
NULL              550 daemons/controld/controld_join_dc.c     if (op == NULL) {
NULL              596 daemons/controld/controld_join_dc.c         if (now_dc_lrmd_state != NULL) {
NULL              598 daemons/controld/controld_join_dc.c                 cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL);
NULL              604 daemons/controld/controld_join_dc.c                 cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL);
NULL              610 daemons/controld/controld_join_dc.c            cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL);
NULL              614 daemons/controld/controld_join_dc.c     fsa_register_cib_callback(call_id, FALSE, NULL, join_update_complete_callback);
NULL              620 daemons/controld/controld_join_dc.c     xmlNode *acknak = NULL;
NULL              621 daemons/controld/controld_join_dc.c     xmlNode *tmp1 = NULL;
NULL              633 daemons/controld/controld_join_dc.c     tmp1 = create_xml_node(NULL, XML_CIB_TAG_NODE);
NULL              680 daemons/controld/controld_join_dc.c             register_fsa_input_before(C_FSA_INTERNAL, I_NODE_JOIN, NULL);
NULL              691 daemons/controld/controld_join_dc.c             register_fsa_input_before(C_FSA_INTERNAL, I_INTEGRATED, NULL);
NULL              732 daemons/controld/controld_join_dc.c             register_fsa_input_later(C_FSA_INTERNAL, I_FINALIZED, NULL);
NULL              757 daemons/controld/controld_join_dc.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &peer)) {
NULL              771 daemons/controld/controld_join_dc.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &peer)) {
NULL               42 daemons/controld/controld_membership.c                 register_fsa_input(C_FSA_INTERNAL, I_ERROR, NULL);
NULL               46 daemons/controld/controld_membership.c                 register_fsa_input(C_FSA_INTERNAL, I_ELECTION, NULL);
NULL               64 daemons/controld/controld_membership.c     xmlNode *no_op = NULL;
NULL               69 daemons/controld/controld_membership.c     g_hash_table_foreach(crm_peer_cache, reap_dead_nodes, NULL);
NULL               87 daemons/controld/controld_membership.c     no_op = create_request(CRM_OP_NOOP, NULL, NULL, CRM_SYSTEM_CRMD,
NULL               88 daemons/controld/controld_membership.c                            AM_I_DC ? CRM_SYSTEM_DC : CRM_SYSTEM_CRMD, NULL);
NULL               89 daemons/controld/controld_membership.c     send_cluster_message(NULL, crm_msg_crmd, no_op, FALSE);
NULL               96 daemons/controld/controld_membership.c     fsa_data_t *msg_data = NULL;
NULL              106 daemons/controld/controld_membership.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              111 daemons/controld/controld_membership.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              130 daemons/controld/controld_membership.c     const char *value = NULL;
NULL              135 daemons/controld/controld_membership.c        return NULL;
NULL              146 daemons/controld/controld_membership.c     if (crm_element_value(node_state, XML_ATTR_UUID) == NULL) {
NULL              149 daemons/controld/controld_membership.c         return NULL;
NULL              203 daemons/controld/controld_membership.c     xmlNode *node_xml = NULL;
NULL              212 daemons/controld/controld_membership.c     } else if (output == NULL) {
NULL              223 daemons/controld/controld_membership.c     for (; node_xml != NULL; node_xml = pcmk__xml_next(node_xml)) {
NULL              224 daemons/controld/controld_membership.c         const char *node_uuid = NULL;
NULL              225 daemons/controld/controld_membership.c         const char *node_uname = NULL;
NULL              227 daemons/controld/controld_membership.c         crm_node_t *node = NULL;
NULL              237 daemons/controld/controld_membership.c         if (node_uuid == NULL || node_uname == NULL) {
NULL              242 daemons/controld/controld_membership.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              255 daemons/controld/controld_membership.c             xmlNode *node_state_xml = NULL;
NULL              265 daemons/controld/controld_membership.c             node_state_xml = create_xml_node(NULL, XML_CIB_TAG_STATE);
NULL              281 daemons/controld/controld_membership.c     fsa_data_t *msg_data = NULL;
NULL              286 daemons/controld/controld_membership.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              291 daemons/controld/controld_membership.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              303 daemons/controld/controld_membership.c     xmlNode *node_list = create_xml_node(NULL, XML_CIB_TAG_NODES);
NULL              313 daemons/controld/controld_membership.c         crm_node_t *node = NULL;
NULL              316 daemons/controld/controld_membership.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              317 daemons/controld/controld_membership.c             xmlNode *new_node = NULL;
NULL              334 daemons/controld/controld_membership.c                 call_id = fsa_cib_conn->cmds->query(fsa_cib_conn, xpath, NULL,
NULL              344 daemons/controld/controld_membership.c     fsa_cib_update(XML_CIB_TAG_NODES, node_list, call_options, call_id, NULL);
NULL              345 daemons/controld/controld_membership.c     fsa_register_cib_callback(call_id, FALSE, NULL, node_list_update_callback);
NULL              349 daemons/controld/controld_membership.c     if (call_id >= pcmk_ok && crm_peer_cache != NULL && AM_I_DC) {
NULL              355 daemons/controld/controld_membership.c         crm_node_t *node = NULL;
NULL              357 daemons/controld/controld_membership.c         node_list = create_xml_node(NULL, XML_CIB_TAG_STATUS);
NULL              360 daemons/controld/controld_membership.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              366 daemons/controld/controld_membership.c             while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              371 daemons/controld/controld_membership.c         fsa_cib_update(XML_CIB_TAG_STATUS, node_list, call_options, call_id, NULL);
NULL              372 daemons/controld/controld_membership.c         fsa_register_cib_callback(call_id, FALSE, NULL, crmd_node_update_complete);
NULL              382 daemons/controld/controld_membership.c     fsa_data_t *msg_data = NULL;
NULL              390 daemons/controld/controld_membership.c         register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL);
NULL              405 daemons/controld/controld_membership.c         xmlNode *update = NULL;
NULL              408 daemons/controld/controld_membership.c         update = create_xml_node(NULL, XML_TAG_CIB);
NULL              412 daemons/controld/controld_membership.c         fsa_cib_update(XML_TAG_CIB, update, call_options, call_id, NULL);
NULL              415 daemons/controld/controld_membership.c         fsa_register_cib_callback(call_id, FALSE, NULL, cib_quorum_update_complete);
NULL              435 daemons/controld/controld_membership.c             abort_transition(INFINITY, tg_restart, "Quorum lost", NULL);
NULL               25 daemons/controld/controld_messages.c GList *fsa_message_queue = NULL;
NULL               46 daemons/controld/controld_messages.c                                I_NULL, cur_data ? cur_data->data : NULL,
NULL               65 daemons/controld/controld_messages.c     fsa_data_t *fsa_data = NULL;
NULL               67 daemons/controld/controld_messages.c     if (raised_from == NULL) {
NULL               87 daemons/controld/controld_messages.c         if (data == NULL) {
NULL              109 daemons/controld/controld_messages.c     fsa_data->data = NULL;
NULL              118 daemons/controld/controld_messages.c     if (data != NULL) {
NULL              124 daemons/controld/controld_messages.c                 CRM_CHECK(((ha_msg_input_t *) data)->msg != NULL,
NULL              177 daemons/controld/controld_messages.c     GList *lpc = NULL;
NULL              179 daemons/controld/controld_messages.c     for (lpc = fsa_message_queue; lpc != NULL; lpc = lpc->next) {
NULL              195 daemons/controld/controld_messages.c     CRM_ASSERT(copy != NULL);
NULL              196 daemons/controld/controld_messages.c     copy->msg = (orig && orig->msg)? copy_xml(orig->msg) : NULL;
NULL              204 daemons/controld/controld_messages.c     lrmd_event_data_t *op = NULL;
NULL              205 daemons/controld/controld_messages.c     xmlNode *foo = NULL;
NULL              207 daemons/controld/controld_messages.c     if (fsa_data == NULL) {
NULL              212 daemons/controld/controld_messages.c     if (fsa_data->data != NULL) {
NULL              229 daemons/controld/controld_messages.c                 if (fsa_data->data != NULL) {
NULL              256 daemons/controld/controld_messages.c     void *ret_val = NULL;
NULL              258 daemons/controld/controld_messages.c     if (fsa_data == NULL) {
NULL              261 daemons/controld/controld_messages.c     } else if (fsa_data->data == NULL) {
NULL              342 daemons/controld/controld_messages.c     if (ref == NULL) {
NULL              346 daemons/controld/controld_messages.c     if (msg == NULL) {
NULL              361 daemons/controld/controld_messages.c     } else if (sys_to == NULL) {
NULL              380 daemons/controld/controld_messages.c                                      PCMK__CONTROLD_CMD_NODES, NULL)) {
NULL              417 daemons/controld/controld_messages.c                                                                CRM_SYSTEM_TENGINE, NULL)) {
NULL              425 daemons/controld/controld_messages.c             send_cluster_message(host_to ? crm_get_peer(0, host_to) : NULL, dest, msg, TRUE);
NULL              446 daemons/controld/controld_messages.c         crm_node_t *node_to = NULL;
NULL              460 daemons/controld/controld_messages.c             if (node_to == NULL) {
NULL              470 daemons/controld/controld_messages.c         send_cluster_message(host_to ? node_to : NULL, dest, msg, TRUE);
NULL              489 daemons/controld/controld_messages.c                  client_name, ((version == NULL)? "" : version),
NULL              515 daemons/controld/controld_messages.c     xmlNode *message_data = NULL;
NULL              516 daemons/controld/controld_messages.c     const char *client_name = NULL;
NULL              521 daemons/controld/controld_messages.c     if (uuid == NULL) {
NULL              566 daemons/controld/controld_messages.c     const char *type = NULL;
NULL              568 daemons/controld/controld_messages.c     CRM_CHECK(msg != NULL, return I_NULL);
NULL              586 daemons/controld/controld_messages.c     const char *rsc = NULL;
NULL              587 daemons/controld/controld_messages.c     const char *uname = NULL;
NULL              588 daemons/controld/controld_messages.c     const char *op = NULL;
NULL              589 daemons/controld/controld_messages.c     char *interval_spec = NULL;
NULL              611 daemons/controld/controld_messages.c     if ((rsc == NULL) || (uname == NULL)) {
NULL              634 daemons/controld/controld_messages.c     const char *mode = NULL;
NULL              637 daemons/controld/controld_messages.c     CRM_CHECK(msg_data != NULL, return I_NULL);
NULL              650 daemons/controld/controld_messages.c     if ((mode == NULL) || strcmp(mode, XML_TAG_CIB)) {
NULL              657 daemons/controld/controld_messages.c         const char *from_sys = NULL;
NULL              658 daemons/controld/controld_messages.c         const char *user_name = NULL;
NULL              659 daemons/controld/controld_messages.c         const char *rsc_id = NULL;
NULL              660 daemons/controld/controld_messages.c         const char *node = NULL;
NULL              661 daemons/controld/controld_messages.c         xmlNode *rsc_xml = NULL;
NULL              665 daemons/controld/controld_messages.c         CRM_CHECK(rsc_xml != NULL, return I_NULL);
NULL              670 daemons/controld/controld_messages.c         user_name = pcmk__update_acl_user(stored_msg, F_CRM_USER, NULL);
NULL              683 daemons/controld/controld_messages.c             lrmd_event_data_t *op = NULL;
NULL              706 daemons/controld/controld_messages.c             controld_ack_event_directly(from_host, from_sys, NULL, op, rsc_id);
NULL              752 daemons/controld/controld_messages.c     const char *value = NULL;
NULL              753 daemons/controld/controld_messages.c     xmlNode *ping = NULL;
NULL              757 daemons/controld/controld_messages.c     ping = create_xml_node(NULL, XML_CRM_TAG_PING);
NULL              791 daemons/controld/controld_messages.c     crm_node_t *node = NULL;
NULL              792 daemons/controld/controld_messages.c     xmlNode *reply = NULL;
NULL              793 daemons/controld/controld_messages.c     xmlNode *reply_data = NULL;
NULL              796 daemons/controld/controld_messages.c     reply_data = create_xml_node(NULL, XML_CIB_TAG_NODES);
NULL              798 daemons/controld/controld_messages.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) & node)) {
NULL              828 daemons/controld/controld_messages.c     const char *value = NULL;
NULL              829 daemons/controld/controld_messages.c     crm_node_t *node = NULL;
NULL              831 daemons/controld/controld_messages.c     xmlNode *reply = NULL;
NULL              835 daemons/controld/controld_messages.c     reply = create_xml_node(NULL, XML_CIB_TAG_NODE);
NULL              849 daemons/controld/controld_messages.c     if ((node_id == 0) && (value == NULL)) {
NULL              880 daemons/controld/controld_messages.c     if (dc_version == NULL) {
NULL              939 daemons/controld/controld_messages.c     if (host_from == NULL) {
NULL              944 daemons/controld/controld_messages.c     if ((fsa_our_dc == NULL) || (strcmp(host_from, fsa_our_dc) == 0)) {
NULL              965 daemons/controld/controld_messages.c     xmlNode *msg = NULL;
NULL              970 daemons/controld/controld_messages.c     if (op == NULL) {
NULL             1020 daemons/controld/controld_messages.c         if (AM_I_DC && transition_graph != NULL) {
NULL             1087 daemons/controld/controld_messages.c         const char *name = NULL;
NULL             1093 daemons/controld/controld_messages.c             msg = create_request(CRM_OP_RM_NODE_CACHE, NULL, NULL, CRM_SYSTEM_CRMD, CRM_SYSTEM_CRMD, NULL);
NULL             1094 daemons/controld/controld_messages.c             if (send_cluster_message(NULL, crm_msg_crmd, msg, TRUE) == FALSE) {
NULL             1139 daemons/controld/controld_messages.c     if (op == NULL) {
NULL             1146 daemons/controld/controld_messages.c         if (msg_ref == NULL) {
NULL             1181 daemons/controld/controld_messages.c     char *now_s = NULL;
NULL             1184 daemons/controld/controld_messages.c     if (host_from == NULL) {
NULL             1192 daemons/controld/controld_messages.c     now_s = pcmk__ttoa(time(NULL));
NULL             1193 daemons/controld/controld_messages.c     update_attrd(host_from, XML_CIB_ATTR_SHUTDOWN, now_s, NULL, FALSE);
NULL             1208 daemons/controld/controld_messages.c     if (crm_element_value(msg, F_CRM_HOST_FROM) == NULL) {
NULL             1212 daemons/controld/controld_messages.c     if (client_channel != NULL) {
NULL             1216 daemons/controld/controld_messages.c     } else if (sys != NULL && strcmp(sys, CRM_SYSTEM_TENGINE) == 0) {
NULL             1221 daemons/controld/controld_messages.c     } else if (sys != NULL && strcmp(sys, CRM_SYSTEM_LRMD) == 0) {
NULL             1238 daemons/controld/controld_messages.c     } else if (sys != NULL && crmd_is_proxy_session(sys)) {
NULL             1249 daemons/controld/controld_messages.c     if (orig == NULL) {
NULL             1271 daemons/controld/controld_messages.c         xmlNode *msg = create_request(CRM_OP_REMOTE_STATE, NULL, fsa_our_dc,
NULL             1272 daemons/controld/controld_messages.c                                       CRM_SYSTEM_DC, CRM_SYSTEM_CRMD, NULL);
NULL               47 daemons/controld/controld_messages.h     if(suppress == FALSE && msg_data != NULL) {                         \
NULL               54 daemons/controld/controld_messages.h             NULL, action, TRUE, __func__);                              \
NULL               22 daemons/controld/controld_metadata.c static regex_t *version_format_regex = NULL;
NULL               81 daemons/controld/controld_metadata.c     if (version == NULL) {
NULL               85 daemons/controld/controld_metadata.c     if (version_format_regex == NULL) {
NULL              101 daemons/controld/controld_metadata.c         CRM_CHECK(version_format_regex != NULL, return TRUE);
NULL              104 daemons/controld/controld_metadata.c     return regexec(version_format_regex, version, 0, NULL, 0) == 0;
NULL              115 daemons/controld/controld_metadata.c         version_format_regex = NULL;
NULL              126 daemons/controld/controld_metadata.c     if (version == NULL) {
NULL              151 daemons/controld/controld_metadata.c     if (p == NULL) {
NULL              153 daemons/controld/controld_metadata.c         return NULL;
NULL              157 daemons/controld/controld_metadata.c     if (p->rap_name == NULL) {
NULL              160 daemons/controld/controld_metadata.c         return NULL;
NULL              202 daemons/controld/controld_metadata.c     char *key = NULL;
NULL              203 daemons/controld/controld_metadata.c     xmlNode *metadata = NULL;
NULL              204 daemons/controld/controld_metadata.c     xmlNode *match = NULL;
NULL              205 daemons/controld/controld_metadata.c     struct ra_metadata_s *md = NULL;
NULL              209 daemons/controld/controld_metadata.c     CRM_CHECK(mdc && rsc && metadata_str, return NULL);
NULL              225 daemons/controld/controld_metadata.c     if (md == NULL) {
NULL              235 daemons/controld/controld_metadata.c         xmlChar *content = NULL;
NULL              238 daemons/controld/controld_metadata.c         if (version_element != NULL) {
NULL              242 daemons/controld/controld_metadata.c         if (content != NULL) {
NULL              250 daemons/controld/controld_metadata.c     for (match = first_named_child(match, "action"); match != NULL;
NULL              272 daemons/controld/controld_metadata.c     for (match = first_named_child(match, "parameter"); match != NULL;
NULL              277 daemons/controld/controld_metadata.c         if (param_name == NULL) {
NULL              283 daemons/controld/controld_metadata.c             if (p == NULL) {
NULL              299 daemons/controld/controld_metadata.c         for (GList *iter = md->ra_params; iter != NULL; iter = iter->next) {
NULL              303 daemons/controld/controld_metadata.c                                  NULL)) {
NULL              317 daemons/controld/controld_metadata.c     return NULL;
NULL              335 daemons/controld/controld_metadata.c     struct ra_metadata_s *metadata = NULL;
NULL              336 daemons/controld/controld_metadata.c     char *metadata_str = NULL;
NULL              337 daemons/controld/controld_metadata.c     char *key = NULL;
NULL              340 daemons/controld/controld_metadata.c     CRM_CHECK((lrm_state != NULL) && (rsc != NULL), return NULL);
NULL              344 daemons/controld/controld_metadata.c         if (key != NULL) {
NULL              348 daemons/controld/controld_metadata.c         if (metadata != NULL) {
NULL              354 daemons/controld/controld_metadata.c         return NULL;
NULL              374 daemons/controld/controld_metadata.c                  ((rsc->provider == NULL)? "" : ":"),
NULL              375 daemons/controld/controld_metadata.c                  ((rsc->provider == NULL)? "" : rsc->provider),
NULL              377 daemons/controld/controld_metadata.c         return NULL;
NULL              383 daemons/controld/controld_metadata.c     if (metadata == NULL) {
NULL              385 daemons/controld/controld_metadata.c                  rsc->id, rsc->standard, ((rsc->provider == NULL)? "" : ":"),
NULL              386 daemons/controld/controld_metadata.c                  ((rsc->provider == NULL)? "" : rsc->provider), rsc->type);
NULL              136 daemons/controld/controld_remote_ra.c     lrm_state_t *connection_rsc = NULL;
NULL              155 daemons/controld/controld_remote_ra.c     lrm_state_t *connection_rsc = NULL;
NULL              181 daemons/controld/controld_remote_ra.c     CRM_CHECK(node_name != NULL, return);
NULL              194 daemons/controld/controld_remote_ra.c     update_attrd_remote_node_removed(node_name, NULL);
NULL              204 daemons/controld/controld_remote_ra.c     update_attrd(node_name, CRM_OP_PROBED, NULL, NULL, TRUE);
NULL              208 daemons/controld/controld_remote_ra.c     CRM_CHECK(node != NULL, return);
NULL              219 daemons/controld/controld_remote_ra.c     update = create_xml_node(NULL, XML_CIB_TAG_STATUS);
NULL              236 daemons/controld/controld_remote_ra.c     fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL);
NULL              264 daemons/controld/controld_remote_ra.c     update_attrd_remote_node_removed(node_name, NULL);
NULL              279 daemons/controld/controld_remote_ra.c     CRM_CHECK(node != NULL, return);
NULL              286 daemons/controld/controld_remote_ra.c     update = create_xml_node(NULL, XML_CIB_TAG_STATUS);
NULL              288 daemons/controld/controld_remote_ra.c     fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL);
NULL              322 daemons/controld/controld_remote_ra.c         CRM_CHECK(node != NULL, return);
NULL              327 daemons/controld/controld_remote_ra.c         remote_ra_data_t *ra_data = lrm_state? lrm_state->remote_ra_data : NULL;
NULL              374 daemons/controld/controld_remote_ra.c         op.t_rcchange = (unsigned int) time(NULL);
NULL              412 daemons/controld/controld_remote_ra.c     cmd->remaining_timeout = ((cmd->timeout / 1000) - (time(NULL) - cmd->start_time)) * 1000;
NULL              420 daemons/controld/controld_remote_ra.c     remote_ra_cmd_t *cmd = NULL;
NULL              427 daemons/controld/controld_remote_ra.c     if (!pcmk__strcase_any_of(cmd->action, "start", "migrate_from", NULL)) {
NULL              446 daemons/controld/controld_remote_ra.c         ra_data->cur_cmd = NULL;
NULL              459 daemons/controld/controld_remote_ra.c     lrm_state_t *lrm_state = NULL;
NULL              476 daemons/controld/controld_remote_ra.c     lrm_state_t *lrm_state = NULL;
NULL              491 daemons/controld/controld_remote_ra.c             ra_data->cur_cmd = NULL;
NULL              512 daemons/controld/controld_remote_ra.c     if (lrm_state == NULL) {
NULL              516 daemons/controld/controld_remote_ra.c     CRM_ASSERT(lrm_state != NULL);
NULL              521 daemons/controld/controld_remote_ra.c     op.t_run = (unsigned int) time(NULL);
NULL              524 daemons/controld/controld_remote_ra.c     lrmd__set_result(&op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              525 daemons/controld/controld_remote_ra.c     process_lrm_event(lrm_state, &op, NULL, NULL);
NULL              532 daemons/controld/controld_remote_ra.c     lrm_state_t *lrm_state = NULL;
NULL              533 daemons/controld/controld_remote_ra.c     remote_ra_data_t *ra_data = NULL;
NULL              534 daemons/controld/controld_remote_ra.c     remote_ra_cmd_t *cmd = NULL;
NULL              578 daemons/controld/controld_remote_ra.c     if ((op->type == lrmd_event_disconnect) && (ra_data->cur_cmd == NULL)) {
NULL              594 daemons/controld/controld_remote_ra.c             handle_remote_ra_stop(lrm_state, NULL);
NULL              597 daemons/controld/controld_remote_ra.c             synthesize_lrmd_success(NULL, lrm_state->node_name, "stop");
NULL              612 daemons/controld/controld_remote_ra.c                                                                "migrate_from", NULL)) {
NULL              639 daemons/controld/controld_remote_ra.c             pcmk__set_result(&(cmd->result), PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              658 daemons/controld/controld_remote_ra.c             pcmk__set_result(&(cmd->result), PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              670 daemons/controld/controld_remote_ra.c             cmd = NULL;         /* prevent free */
NULL              696 daemons/controld/controld_remote_ra.c         ra_data->cur_cmd = NULL;
NULL              707 daemons/controld/controld_remote_ra.c     remote_ra_data_t *ra_data = NULL;
NULL              730 daemons/controld/controld_remote_ra.c     ra_data->cmds = NULL;
NULL              731 daemons/controld/controld_remote_ra.c     ra_data->recurring_cmds = NULL;
NULL              732 daemons/controld/controld_remote_ra.c     ra_data->cur_cmd = NULL;
NULL              735 daemons/controld/controld_remote_ra.c         pcmk__set_result(&(cmd->result), PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              744 daemons/controld/controld_remote_ra.c     const char *server = NULL;
NULL              745 daemons/controld/controld_remote_ra.c     lrmd_key_value_t *tmp = NULL;
NULL              753 daemons/controld/controld_remote_ra.c                                  XML_RSC_ATTR_REMOTE_RA_SERVER, NULL)) {
NULL              780 daemons/controld/controld_remote_ra.c     GList *first = NULL;
NULL              851 daemons/controld/controld_remote_ra.c             pcmk__set_result(&(cmd->result), PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              854 daemons/controld/controld_remote_ra.c                                     CRMD_ACTION_RELOAD_AGENT, NULL))  {
NULL              864 daemons/controld/controld_remote_ra.c             pcmk__set_result(&(cmd->result), PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              877 daemons/controld/controld_remote_ra.c     remote_ra_data_t *ra_data = NULL;
NULL              906 daemons/controld/controld_remote_ra.c     lrm_state->remote_ra_data = NULL;
NULL              925 daemons/controld/controld_remote_ra.c     lrmd_rsc_info_t *info = NULL;
NULL              950 daemons/controld/controld_remote_ra.c                             NULL);
NULL              956 daemons/controld/controld_remote_ra.c     GList *rm_list = NULL;
NULL              957 daemons/controld/controld_remote_ra.c     remote_ra_cmd_t *cmd = NULL;
NULL              958 daemons/controld/controld_remote_ra.c     GList *gIter = NULL;
NULL              960 daemons/controld/controld_remote_ra.c     for (gIter = list; gIter != NULL; gIter = gIter->next) {
NULL              967 daemons/controld/controld_remote_ra.c     for (gIter = rm_list; gIter != NULL; gIter = gIter->next) {
NULL              988 daemons/controld/controld_remote_ra.c     remote_ra_cmd_t *cmd = NULL;
NULL              989 daemons/controld/controld_remote_ra.c     GList *gIter = NULL;
NULL              991 daemons/controld/controld_remote_ra.c     for (gIter = list; gIter != NULL; gIter = gIter->next) {
NULL              997 daemons/controld/controld_remote_ra.c         cmd = NULL;
NULL             1010 daemons/controld/controld_remote_ra.c     lrm_state_t *connection_rsc = NULL;
NULL             1011 daemons/controld/controld_remote_ra.c     remote_ra_data_t *ra_data = NULL;
NULL             1036 daemons/controld/controld_remote_ra.c     GList *gIter = NULL;
NULL             1037 daemons/controld/controld_remote_ra.c     remote_ra_cmd_t *cmd = NULL;
NULL             1046 daemons/controld/controld_remote_ra.c         return NULL;
NULL             1058 daemons/controld/controld_remote_ra.c     for (gIter = ra_data->recurring_cmds; gIter != NULL; gIter = gIter->next) {
NULL             1066 daemons/controld/controld_remote_ra.c     for (gIter = ra_data->cmds; gIter != NULL; gIter = gIter->next) {
NULL             1074 daemons/controld/controld_remote_ra.c     return NULL;
NULL             1089 daemons/controld/controld_remote_ra.c         cmd->start_time = time(NULL);
NULL             1131 daemons/controld/controld_remote_ra.c     lrm_state_t *connection_rsc = NULL;
NULL             1132 daemons/controld/controld_remote_ra.c     remote_ra_cmd_t *cmd = NULL;
NULL             1133 daemons/controld/controld_remote_ra.c     remote_ra_data_t *ra_data = NULL;
NULL             1137 daemons/controld/controld_remote_ra.c     CRM_CHECK((lrm_state != NULL) && (rsc_id != NULL) && (action != NULL)
NULL             1138 daemons/controld/controld_remote_ra.c               && (userdata != NULL) && (call_id != NULL),
NULL             1147 daemons/controld/controld_remote_ra.c     if (connection_rsc == NULL) {
NULL             1163 daemons/controld/controld_remote_ra.c     if (cmd == NULL) {
NULL             1172 daemons/controld/controld_remote_ra.c     if ((cmd->owner == NULL) || (cmd->rsc_id == NULL) || (cmd->action == NULL)
NULL             1173 daemons/controld/controld_remote_ra.c         || (cmd->userdata == NULL)) {
NULL             1183 daemons/controld/controld_remote_ra.c     cmd->start_time = time(NULL);
NULL             1282 daemons/controld/controld_remote_ra.c     CRM_CHECK(node != NULL, return);
NULL             1283 daemons/controld/controld_remote_ra.c     update = create_xml_node(NULL, XML_CIB_TAG_STATUS);
NULL             1287 daemons/controld/controld_remote_ra.c     fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL);
NULL             1319 daemons/controld/controld_remote_ra.c             node != NULL; node = pcmk__xml_next(node)) {
NULL               27 daemons/controld/controld_schedulerd.c static pcmk_ipc_api_t *schedulerd_api = NULL;
NULL               41 daemons/controld/controld_schedulerd.c     schedulerd_api = NULL;
NULL               62 daemons/controld/controld_schedulerd.c     register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __func__);
NULL               63 daemons/controld/controld_schedulerd.c     CRM_CHECK(id != NULL, return);
NULL               87 daemons/controld/controld_schedulerd.c     controld_expect_sched_reply(NULL);
NULL              106 daemons/controld/controld_schedulerd.c         rc = fsa_cib_conn->cmds->query(fsa_cib_conn, NULL, NULL, cib_scope_local);
NULL              121 daemons/controld/controld_schedulerd.c     const char *msg_ref = NULL;
NULL              129 daemons/controld/controld_schedulerd.c     if (msg_ref == NULL) {
NULL              146 daemons/controld/controld_schedulerd.c         fsa_input.msg = create_xml_node(NULL, "dummy-reply");
NULL              188 daemons/controld/controld_schedulerd.c     if (schedulerd_api == NULL) {
NULL              197 daemons/controld/controld_schedulerd.c     pcmk_register_ipc_callback(schedulerd_api, scheduler_event_callback, NULL);
NULL              232 daemons/controld/controld_schedulerd.c             register_fsa_error(C_FSA_INTERNAL, I_FAIL, NULL);
NULL              238 daemons/controld/controld_schedulerd.c char *fsa_pe_ref = NULL;
NULL              239 daemons/controld/controld_schedulerd.c static mainloop_timer_t *controld_sched_timer = NULL;
NULL              289 daemons/controld/controld_schedulerd.c         if (controld_sched_timer == NULL) {
NULL              293 daemons/controld/controld_schedulerd.c                                                       NULL);
NULL              310 daemons/controld/controld_schedulerd.c     if (controld_sched_timer != NULL) {
NULL              312 daemons/controld/controld_schedulerd.c         controld_sched_timer = NULL;
NULL              332 daemons/controld/controld_schedulerd.c             register_fsa_input_before(C_FSA_INTERNAL, I_TERMINATE, NULL);
NULL              352 daemons/controld/controld_schedulerd.c         register_fsa_input_before(C_FSA_INTERNAL, I_ELECTION, NULL);
NULL              356 daemons/controld/controld_schedulerd.c     fsa_pe_query = fsa_cib_conn->cmds->query(fsa_cib_conn, NULL, NULL, cib_scope_local);
NULL              361 daemons/controld/controld_schedulerd.c     controld_expect_sched_reply(NULL);
NULL              362 daemons/controld/controld_schedulerd.c     fsa_register_cib_callback(fsa_pe_query, FALSE, NULL, do_pe_invoke_callback);
NULL              370 daemons/controld/controld_schedulerd.c     const char *xpath_base = NULL;
NULL              371 daemons/controld/controld_schedulerd.c     char *xpath_string = NULL;
NULL              372 daemons/controld/controld_schedulerd.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              375 daemons/controld/controld_schedulerd.c     if (xpath_base == NULL) {
NULL              394 daemons/controld/controld_schedulerd.c         xmlNode *configuration = NULL;
NULL              395 daemons/controld/controld_schedulerd.c         xmlNode *crm_config = NULL;
NULL              396 daemons/controld/controld_schedulerd.c         xmlNode *cluster_property_set = NULL;
NULL              401 daemons/controld/controld_schedulerd.c         configuration = pcmk__xe_match(xml, XML_CIB_TAG_CONFIGURATION, NULL,
NULL              402 daemons/controld/controld_schedulerd.c                                        NULL);
NULL              403 daemons/controld/controld_schedulerd.c         if (configuration == NULL) {
NULL              407 daemons/controld/controld_schedulerd.c         crm_config = pcmk__xe_match(configuration, XML_CIB_TAG_CRMCONFIG, NULL,
NULL              408 daemons/controld/controld_schedulerd.c                                     NULL);
NULL              409 daemons/controld/controld_schedulerd.c         if (crm_config == NULL) {
NULL              414 daemons/controld/controld_schedulerd.c                                               NULL, NULL);
NULL              415 daemons/controld/controld_schedulerd.c         if (cluster_property_set == NULL) {
NULL              432 daemons/controld/controld_schedulerd.c     char *ref = NULL;
NULL              438 daemons/controld/controld_schedulerd.c         register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __func__);
NULL              464 daemons/controld/controld_schedulerd.c     CRM_LOG_ASSERT(output != NULL);
NULL              484 daemons/controld/controld_schedulerd.c         register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __func__);
NULL              486 daemons/controld/controld_schedulerd.c         CRM_ASSERT(ref != NULL);
NULL               23 daemons/controld/controld_te_actions.c char *te_uuid = NULL;
NULL               24 daemons/controld/controld_te_actions.c GHashTable *te_targets = NULL;
NULL               48 daemons/controld/controld_te_actions.c         crm_node_t *node = NULL;
NULL               51 daemons/controld/controld_te_actions.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL               52 daemons/controld/controld_te_actions.c             xmlNode *cmd = NULL;
NULL               59 daemons/controld/controld_te_actions.c                                  CRM_SYSTEM_CRMD, CRM_SYSTEM_TENGINE, NULL);
NULL               89 daemons/controld/controld_te_actions.c     char *counter = NULL;
NULL               90 daemons/controld/controld_te_actions.c     xmlNode *cmd = NULL;
NULL               93 daemons/controld/controld_te_actions.c     const char *id = NULL;
NULL               94 daemons/controld/controld_te_actions.c     const char *task = NULL;
NULL               95 daemons/controld/controld_te_actions.c     const char *value = NULL;
NULL               96 daemons/controld/controld_te_actions.c     const char *on_node = NULL;
NULL               97 daemons/controld/controld_te_actions.c     const char *router_node = NULL;
NULL              118 daemons/controld/controld_te_actions.c     CRM_CHECK(on_node != NULL && strlen(on_node) != 0,
NULL              149 daemons/controld/controld_te_actions.c     cmd = create_request(task, action->xml, router_node, CRM_SYSTEM_CRMD, CRM_SYSTEM_TENGINE, NULL);
NULL              197 daemons/controld/controld_te_actions.c     lrmd_event_data_t *op = NULL;
NULL              199 daemons/controld/controld_te_actions.c     const char *reason = NULL;
NULL              200 daemons/controld/controld_te_actions.c     char *dynamic_reason = NULL;
NULL              205 daemons/controld/controld_te_actions.c         const char *router_node = NULL;
NULL              208 daemons/controld/controld_te_actions.c         if (router_node == NULL) {
NULL              216 daemons/controld/controld_te_actions.c     op = pcmk__event_from_graph_action(NULL, action, PCMK_EXEC_TIMEOUT,
NULL              228 daemons/controld/controld_te_actions.c     lrmd_event_data_t *op = NULL;
NULL              229 daemons/controld/controld_te_actions.c     xmlNode *state = NULL;
NULL              230 daemons/controld/controld_te_actions.c     xmlNode *rsc = NULL;
NULL              231 daemons/controld/controld_te_actions.c     xmlNode *action_rsc = NULL;
NULL              235 daemons/controld/controld_te_actions.c     const char *rsc_id = NULL;
NULL              247 daemons/controld/controld_te_actions.c     if (action_rsc == NULL) {
NULL              252 daemons/controld/controld_te_actions.c     CRM_CHECK(rsc_id != NULL,
NULL              264 daemons/controld/controld_te_actions.c     state = create_xml_node(NULL, XML_CIB_TAG_STATE);
NULL              287 daemons/controld/controld_te_actions.c     fsa_register_cib_callback(rc, FALSE, NULL, cib_action_updated);
NULL              304 daemons/controld/controld_te_actions.c     xmlNode *cmd = NULL;
NULL              305 daemons/controld/controld_te_actions.c     xmlNode *rsc_op = NULL;
NULL              311 daemons/controld/controld_te_actions.c     char *counter = NULL;
NULL              312 daemons/controld/controld_te_actions.c     const char *task = NULL;
NULL              313 daemons/controld/controld_te_actions.c     const char *value = NULL;
NULL              314 daemons/controld/controld_te_actions.c     const char *on_node = NULL;
NULL              315 daemons/controld/controld_te_actions.c     const char *router_node = NULL;
NULL              316 daemons/controld/controld_te_actions.c     const char *task_uuid = NULL;
NULL              318 daemons/controld/controld_te_actions.c     CRM_ASSERT(action != NULL);
NULL              319 daemons/controld/controld_te_actions.c     CRM_ASSERT(action->xml != NULL);
NULL              324 daemons/controld/controld_te_actions.c     CRM_CHECK(on_node != NULL && strlen(on_node) != 0,
NULL              355 daemons/controld/controld_te_actions.c                          CRM_SYSTEM_LRMD, CRM_SYSTEM_TENGINE, NULL);
NULL              431 daemons/controld/controld_te_actions.c     struct te_peer_s *peer = NULL;
NULL              433 daemons/controld/controld_te_actions.c     if(te_targets == NULL) {
NULL              434 daemons/controld/controld_te_actions.c         te_targets = pcmk__strkey_table(NULL, te_peer_free);
NULL              438 daemons/controld/controld_te_actions.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) & peer)) {
NULL              447 daemons/controld/controld_te_actions.c     struct te_peer_s *r = NULL;
NULL              449 daemons/controld/controld_te_actions.c     if(target == NULL || te_targets == NULL) {
NULL              454 daemons/controld/controld_te_actions.c     if(r == NULL) {
NULL              473 daemons/controld/controld_te_actions.c     if (action->type != action_type_rsc || target == NULL) {
NULL              484 daemons/controld/controld_te_actions.c     if ((target == NULL) && pcmk__strcase_any_of(task, CRMD_ACTION_MIGRATE,
NULL              485 daemons/controld/controld_te_actions.c                                                  CRMD_ACTION_MIGRATED, NULL)) {
NULL              493 daemons/controld/controld_te_actions.c     } else if (target == NULL) {
NULL              504 daemons/controld/controld_te_actions.c     struct te_peer_s *r = NULL;
NULL              508 daemons/controld/controld_te_actions.c     if(target == NULL) {
NULL              512 daemons/controld/controld_te_actions.c     } else if(te_targets == NULL) {
NULL              519 daemons/controld/controld_te_actions.c     if(r == NULL) {
NULL              531 daemons/controld/controld_te_actions.c         if (pcmk__strcase_any_of(task, CRMD_ACTION_MIGRATE, CRMD_ACTION_MIGRATED, NULL)) {
NULL              546 daemons/controld/controld_te_actions.c     const char *target = NULL;
NULL              560 daemons/controld/controld_te_actions.c     if ((target == NULL) && pcmk__strcase_any_of(task, CRMD_ACTION_MIGRATE,
NULL              561 daemons/controld/controld_te_actions.c                                                  CRMD_ACTION_MIGRATED, NULL)) {
NULL              569 daemons/controld/controld_te_actions.c     } else if (target == NULL) {
NULL              587 daemons/controld/controld_te_actions.c             && (crm_element_value(action->xml, XML_LRM_ATTR_TARGET) != NULL)) {
NULL              660 daemons/controld/controld_te_actions.c     graph->abort_reason = NULL;
NULL              665 daemons/controld/controld_te_actions.c         register_fsa_input(C_FSA_INTERNAL, event, NULL);
NULL               27 daemons/controld/controld_te_callbacks.c crm_trigger_t *transition_trigger = NULL;
NULL               47 daemons/controld/controld_te_callbacks.c     xmlXPathObject *xpathObj = NULL;
NULL               49 daemons/controld/controld_te_callbacks.c     CRM_CHECK(diff != NULL, return);
NULL               52 daemons/controld/controld_te_callbacks.c     if (cib_config_changed(NULL, NULL, &diff)) {
NULL              117 daemons/controld/controld_te_callbacks.c         abort_transition(INFINITY, tg_restart, "History refresh", NULL);
NULL              155 daemons/controld/controld_te_callbacks.c         const char *op_id = NULL;
NULL              156 daemons/controld/controld_te_callbacks.c         char *rsc_op_xpath = NULL;
NULL              157 daemons/controld/controld_te_callbacks.c         xmlXPathObject *op_match = NULL;
NULL              160 daemons/controld/controld_te_callbacks.c         CRM_LOG_ASSERT(match != NULL);
NULL              161 daemons/controld/controld_te_callbacks.c         if(match == NULL) { continue; };
NULL              175 daemons/controld/controld_te_callbacks.c             if (cancelled == NULL) {
NULL              200 daemons/controld/controld_te_callbacks.c     for (xmlNode *rsc_op = pcmk__xml_first_child(lrm_resource); rsc_op != NULL;
NULL              215 daemons/controld/controld_te_callbacks.c     xmlNode *rsc = NULL;
NULL              217 daemons/controld/controld_te_callbacks.c     if (xml == NULL) {
NULL              223 daemons/controld/controld_te_callbacks.c         CRM_CHECK(xml != NULL, return);
NULL              244 daemons/controld/controld_te_callbacks.c         abort_transition(INFINITY, tg_restart, "History refresh", NULL);
NULL              248 daemons/controld/controld_te_callbacks.c     for (rsc = pcmk__xml_first_child(xml); rsc != NULL;
NULL              258 daemons/controld/controld_te_callbacks.c     char *node_uuid = NULL;
NULL              259 daemons/controld/controld_te_callbacks.c     char *search = NULL;
NULL              260 daemons/controld/controld_te_callbacks.c     char *match = NULL;
NULL              263 daemons/controld/controld_te_callbacks.c     if (match == NULL) {
NULL              265 daemons/controld/controld_te_callbacks.c         return NULL;
NULL              270 daemons/controld/controld_te_callbacks.c     if (search == NULL) {
NULL              272 daemons/controld/controld_te_callbacks.c         return NULL;
NULL              285 daemons/controld/controld_te_callbacks.c     char *node_uuid = NULL;
NULL              286 daemons/controld/controld_te_callbacks.c     crm_action_t *down = NULL;
NULL              294 daemons/controld/controld_te_callbacks.c     if(node_uuid == NULL) {
NULL              301 daemons/controld/controld_te_callbacks.c     if (down == NULL) {
NULL              319 daemons/controld/controld_te_callbacks.c     if (key != NULL) {
NULL              323 daemons/controld/controld_te_callbacks.c     if (key == NULL) {
NULL              370 daemons/controld/controld_te_callbacks.c     for (xmlNode *state = pcmk__xml_first_child(status); state != NULL;
NULL              397 daemons/controld/controld_te_callbacks.c     for (xmlNode *change = pcmk__xml_first_child(diff); change != NULL;
NULL              400 daemons/controld/controld_te_callbacks.c         xmlNode *match = NULL;
NULL              401 daemons/controld/controld_te_callbacks.c         const char *name = NULL;
NULL              408 daemons/controld/controld_te_callbacks.c         if (op == NULL) {
NULL              411 daemons/controld/controld_te_callbacks.c         } else if (xpath == NULL) {
NULL              466 daemons/controld/controld_te_callbacks.c         } else if (name == NULL) {
NULL              510 daemons/controld/controld_te_callbacks.c     xmlNode *diff = NULL;
NULL              511 daemons/controld/controld_te_callbacks.c     const char *op = NULL;
NULL              517 daemons/controld/controld_te_callbacks.c     CRM_CHECK(msg != NULL, return);
NULL              520 daemons/controld/controld_te_callbacks.c     if (transition_graph == NULL) {
NULL              572 daemons/controld/controld_te_callbacks.c     if (op == NULL) {
NULL              575 daemons/controld/controld_te_callbacks.c     } else if (sys_to == NULL || strcasecmp(sys_to, CRM_SYSTEM_TENGINE) != 0) {
NULL              583 daemons/controld/controld_te_callbacks.c         xmlXPathObject *xpathObj = NULL;
NULL              633 daemons/controld/controld_te_callbacks.c     crm_action_timer_t *timer = NULL;
NULL              634 daemons/controld/controld_te_callbacks.c     const char *task = NULL;
NULL              635 daemons/controld/controld_te_callbacks.c     const char *on_node = NULL;
NULL              636 daemons/controld/controld_te_callbacks.c     const char *via_node = NULL;
NULL              638 daemons/controld/controld_te_callbacks.c     CRM_CHECK(data != NULL, return FALSE);
NULL              643 daemons/controld/controld_te_callbacks.c     CRM_CHECK(timer->action != NULL, return FALSE);
NULL              667 daemons/controld/controld_te_callbacks.c         abort_transition(INFINITY, tg_restart, "Action lost", NULL);
NULL               20 daemons/controld/controld_te_events.c char *failed_stop_offset = NULL;
NULL               21 daemons/controld/controld_te_events.c char *failed_start_offset = NULL;
NULL               26 daemons/controld/controld_te_events.c     const char *target_uuid = NULL;
NULL               27 daemons/controld/controld_te_events.c     const char *router = NULL;
NULL               28 daemons/controld/controld_te_events.c     const char *router_uuid = NULL;
NULL               29 daemons/controld/controld_te_events.c     xmlNode *last_action = NULL;
NULL               31 daemons/controld/controld_te_events.c     GList *gIter = NULL;
NULL               32 daemons/controld/controld_te_events.c     GList *gIter2 = NULL;
NULL               34 daemons/controld/controld_te_events.c     if (graph == NULL || graph->complete) {
NULL               39 daemons/controld/controld_te_events.c     for (; gIter != NULL; gIter = gIter->next) {
NULL               48 daemons/controld/controld_te_events.c         for (; gIter2 != NULL; gIter2 = gIter2->next) {
NULL               88 daemons/controld/controld_te_events.c     if (last_action != NULL) {
NULL              116 daemons/controld/controld_te_events.c     char *task = NULL;
NULL              117 daemons/controld/controld_te_events.c     char *rsc_id = NULL;
NULL              119 daemons/controld/controld_te_events.c     const char *value = NULL;
NULL              134 daemons/controld/controld_te_events.c     CRM_CHECK(on_uname != NULL, return TRUE);
NULL              145 daemons/controld/controld_te_events.c         if (failed_start_offset == NULL) {
NULL              152 daemons/controld/controld_te_events.c         if (failed_stop_offset == NULL) {
NULL              164 daemons/controld/controld_te_events.c         char *now = pcmk__ttoa(time(NULL));
NULL              165 daemons/controld/controld_te_events.c         char *attr_name = NULL;
NULL              179 daemons/controld/controld_te_events.c             update_attrd(on_uname, attr_name, value, NULL, is_remote_node);
NULL              187 daemons/controld/controld_te_events.c         update_attrd(on_uname, attr_name, now, NULL, is_remote_node);
NULL              213 daemons/controld/controld_te_events.c     return NULL;
NULL              219 daemons/controld/controld_te_events.c     GList *gIter = NULL;
NULL              220 daemons/controld/controld_te_events.c     GList *gIter2 = NULL;
NULL              223 daemons/controld/controld_te_events.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              227 daemons/controld/controld_te_events.c         for (; gIter2 != NULL; gIter2 = gIter2->next) {
NULL              228 daemons/controld/controld_te_events.c             const char *task = NULL;
NULL              229 daemons/controld/controld_te_events.c             const char *target = NULL;
NULL              254 daemons/controld/controld_te_events.c     return NULL;
NULL              260 daemons/controld/controld_te_events.c     const char *op_key = NULL;
NULL              261 daemons/controld/controld_te_events.c     const char *node_name = NULL;
NULL              264 daemons/controld/controld_te_events.c     if (cancel == NULL) {
NULL              292 daemons/controld/controld_te_events.c     crm_action_t *match = NULL;
NULL              293 daemons/controld/controld_te_events.c     xmlXPathObjectPtr xpath_ret = NULL;
NULL              299 daemons/controld/controld_te_events.c          gIter != NULL && match == NULL;
NULL              303 daemons/controld/controld_te_events.c              gIter2 != NULL && match == NULL;
NULL              310 daemons/controld/controld_te_events.c                     match = NULL;
NULL              315 daemons/controld/controld_te_events.c                 match = NULL;
NULL              322 daemons/controld/controld_te_events.c     if (match != NULL) {
NULL              340 daemons/controld/controld_te_events.c     char *update_te_uuid = NULL;
NULL              342 daemons/controld/controld_te_events.c     const char *id = NULL;
NULL              343 daemons/controld/controld_te_events.c     const char *desc = NULL;
NULL              344 daemons/controld/controld_te_events.c     const char *magic = NULL;
NULL              345 daemons/controld/controld_te_events.c     const char *uname = NULL;
NULL              347 daemons/controld/controld_te_events.c     CRM_ASSERT(event != NULL);
NULL              354 daemons/controld/controld_te_events.c     if (magic == NULL) {
NULL              395 daemons/controld/controld_te_events.c         if (parse_op_key(id, NULL, NULL, &interval_ms)
NULL              422 daemons/controld/controld_te_events.c         if (action == NULL) {
NULL              459 daemons/controld/controld_te_events.c     if (id == NULL) {
NULL              463 daemons/controld/controld_te_events.c     if (uname == NULL) {
NULL               20 daemons/controld/controld_te_utils.c     if (timer == NULL) {
NULL               37 daemons/controld/controld_te_utils.c     if (transition_graph == NULL) {
NULL              108 daemons/controld/controld_te_utils.c                          abort_timer.text, NULL);
NULL              132 daemons/controld/controld_te_utils.c     abort_timer.id = g_timeout_add(delay_ms, abort_timer_popped, NULL);
NULL              157 daemons/controld/controld_te_utils.c     if (graph == NULL) {
NULL              164 daemons/controld/controld_te_utils.c         if (graph->abort_reason != NULL) {
NULL              188 daemons/controld/controld_te_utils.c     xmlNode *diff = NULL;
NULL              189 daemons/controld/controld_te_utils.c     xmlNode *change = NULL;
NULL              191 daemons/controld/controld_te_utils.c     CRM_CHECK(transition_graph != NULL, return);
NULL              209 daemons/controld/controld_te_utils.c     controld_expect_sched_reply(NULL);
NULL              218 daemons/controld/controld_te_utils.c         xmlNode *search = NULL;
NULL              238 daemons/controld/controld_te_utils.c     if(reason == NULL) {
NULL              243 daemons/controld/controld_te_utils.c     } else if(change == NULL) {
NULL              254 daemons/controld/controld_te_utils.c         const char *kind = NULL;
NULL              302 daemons/controld/controld_te_utils.c         } else if (pcmk__strcase_any_of(kind, XML_CIB_TAG_STATE, XML_CIB_TAG_NODE, NULL)) {
NULL              329 daemons/controld/controld_te_utils.c             register_fsa_input(C_FSA_INTERNAL, I_PE_CALC, NULL);
NULL               49 daemons/controld/controld_throttle.c static GHashTable *throttle_records = NULL;
NULL               50 daemons/controld/controld_throttle.c static mainloop_timer_t *throttle_timer = NULL;
NULL               81 daemons/controld/controld_throttle.c     return pid? crm_strdup_printf("/proc/%lld/stat", (long long) pid) : NULL;
NULL              125 daemons/controld/controld_throttle.c     static char *loadfile = NULL;
NULL              131 daemons/controld/controld_throttle.c     FILE *stream = NULL;
NULL              132 daemons/controld/controld_throttle.c     time_t now = time(NULL);
NULL              134 daemons/controld/controld_throttle.c     if(load == NULL) {
NULL              140 daemons/controld/controld_throttle.c     if(loadfile == NULL) {
NULL              145 daemons/controld/controld_throttle.c         if (loadfile == NULL) {
NULL              154 daemons/controld/controld_throttle.c     if(stream == NULL) {
NULL              158 daemons/controld/controld_throttle.c         free(loadfile); loadfile = NULL;
NULL              213 daemons/controld/controld_throttle.c     FILE *stream = NULL;
NULL              216 daemons/controld/controld_throttle.c     if(load == NULL) {
NULL              221 daemons/controld/controld_throttle.c     if(stream == NULL) {
NULL              231 daemons/controld/controld_throttle.c         *load = strtof(buffer, NULL);
NULL              361 daemons/controld/controld_throttle.c     xmlNode *xml = NULL;
NULL              369 daemons/controld/controld_throttle.c         xml = create_request(CRM_OP_THROTTLE, NULL, NULL, CRM_SYSTEM_CRMD, CRM_SYSTEM_CRMD, NULL);
NULL              373 daemons/controld/controld_throttle.c         send_cluster_message(NULL, crm_msg_crmd, xml, TRUE);
NULL              411 daemons/controld/controld_throttle.c     if (env_limit != NULL) {
NULL              414 daemons/controld/controld_throttle.c     if (preference != NULL) {
NULL              428 daemons/controld/controld_throttle.c     if(throttle_records == NULL) {
NULL              429 daemons/controld/controld_throttle.c         throttle_records = pcmk__strkey_table(NULL, throttle_record_free);
NULL              430 daemons/controld/controld_throttle.c         throttle_timer = mainloop_timer_add("throttle", 30 * 1000, TRUE, throttle_timer_cb, NULL);
NULL              433 daemons/controld/controld_throttle.c     throttle_update_job_max(NULL);
NULL              440 daemons/controld/controld_throttle.c     if (throttle_timer != NULL) {
NULL              442 daemons/controld/controld_throttle.c         throttle_timer = NULL;
NULL              444 daemons/controld/controld_throttle.c     if (throttle_records != NULL) {
NULL              446 daemons/controld/controld_throttle.c         throttle_records = NULL;
NULL              457 daemons/controld/controld_throttle.c     struct throttle_record_s *r = NULL;
NULL              461 daemons/controld/controld_throttle.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &r)) {
NULL              495 daemons/controld/controld_throttle.c     struct throttle_record_s *r = NULL;
NULL              498 daemons/controld/controld_throttle.c     if(r == NULL) {
NULL              534 daemons/controld/controld_throttle.c     struct throttle_record_s *r = NULL;
NULL              542 daemons/controld/controld_throttle.c     if(r == NULL) {
NULL               20 daemons/controld/controld_timers.c fsa_timer_t *wait_timer = NULL;
NULL               23 daemons/controld/controld_timers.c fsa_timer_t *recheck_timer = NULL;
NULL               26 daemons/controld/controld_timers.c fsa_timer_t *election_trigger = NULL;
NULL               29 daemons/controld/controld_timers.c fsa_timer_t *transition_timer = NULL;
NULL               32 daemons/controld/controld_timers.c fsa_timer_t *integration_timer = NULL;
NULL               35 daemons/controld/controld_timers.c fsa_timer_t *finalization_timer = NULL;
NULL               38 daemons/controld/controld_timers.c fsa_timer_t *shutdown_escalation_timer = NULL;
NULL               73 daemons/controld/controld_timers.c             register_fsa_input(cause, I_ELECTION, NULL);
NULL              130 daemons/controld/controld_timers.c         crm_write_blackbox(0, NULL);
NULL              142 daemons/controld/controld_timers.c             register_fsa_error_adv(C_FSA_INTERNAL, I_ELECTION, NULL, NULL,
NULL              146 daemons/controld/controld_timers.c             register_fsa_input_before(C_TIMER_POPPED, timer->fsa_input, NULL);
NULL              158 daemons/controld/controld_timers.c         register_fsa_input(C_TIMER_POPPED, timer->fsa_input, NULL);
NULL              171 daemons/controld/controld_timers.c     if (transition_timer == NULL) {
NULL              176 daemons/controld/controld_timers.c     if (integration_timer == NULL) {
NULL              181 daemons/controld/controld_timers.c     if (finalization_timer == NULL) {
NULL              186 daemons/controld/controld_timers.c     if (election_trigger == NULL) {
NULL              191 daemons/controld/controld_timers.c     if (shutdown_escalation_timer == NULL) {
NULL              196 daemons/controld/controld_timers.c     if (wait_timer == NULL) {
NULL              201 daemons/controld/controld_timers.c     if (recheck_timer == NULL) {
NULL              272 daemons/controld/controld_timers.c     free(transition_timer); transition_timer = NULL;
NULL              273 daemons/controld/controld_timers.c     free(integration_timer); integration_timer = NULL;
NULL              274 daemons/controld/controld_timers.c     free(finalization_timer); finalization_timer = NULL;
NULL              275 daemons/controld/controld_timers.c     free(election_trigger); election_trigger = NULL;
NULL              276 daemons/controld/controld_timers.c     free(shutdown_escalation_timer); shutdown_escalation_timer = NULL;
NULL              277 daemons/controld/controld_timers.c     free(wait_timer); wait_timer = NULL;
NULL              278 daemons/controld/controld_timers.c     free(recheck_timer); recheck_timer = NULL;
NULL              311 daemons/controld/controld_timers.c         time_t diff_seconds = recheck_by - time(NULL);
NULL              335 daemons/controld/controld_timers.c     CRM_CHECK(timer != NULL, return FALSE);
NULL               28 daemons/controld/controld_transition.c     crm_graph_t *a_graph = pcmk__unpack_graph(NULL, NULL);
NULL               48 daemons/controld/controld_transition.c             transition_graph = NULL;
NULL               72 daemons/controld/controld_transition.c     if (te_uuid == NULL) {
NULL               77 daemons/controld/controld_transition.c     if (fsa_cib_conn == NULL) {
NULL              129 daemons/controld/controld_transition.c         abort_transition(INFINITY, tg_restart, "Peer Cancelled", NULL);
NULL              135 daemons/controld/controld_transition.c         abort_transition(INFINITY, tg_stop, "Peer Halt", NULL);
NULL              141 daemons/controld/controld_transition.c         const char *value = NULL;
NULL              142 daemons/controld/controld_transition.c         xmlNode *graph_data = NULL;
NULL              148 daemons/controld/controld_transition.c         if (graph_file == NULL && input->xml == NULL) {
NULL              150 daemons/controld/controld_transition.c             register_fsa_error(C_FSA_INTERNAL, I_FAIL, NULL);
NULL              156 daemons/controld/controld_transition.c             abort_transition(INFINITY, tg_restart, "Transition Active", NULL);
NULL              160 daemons/controld/controld_transition.c         if (fsa_pe_ref == NULL || !pcmk__str_eq(fsa_pe_ref, ref, pcmk__str_casei)) {
NULL              162 daemons/controld/controld_transition.c             abort_transition(INFINITY, tg_restart, "Transition Redundant", NULL);
NULL              167 daemons/controld/controld_transition.c         if (graph_data == NULL && graph_file != NULL) {
NULL              176 daemons/controld/controld_transition.c         CRM_CHECK(graph_data != NULL,
NULL              183 daemons/controld/controld_transition.c         CRM_CHECK(transition_graph != NULL,
NULL               25 daemons/controld/controld_utils.c     const char *inputAsText = NULL;
NULL              132 daemons/controld/controld_utils.c     if (inputAsText == NULL) {
NULL              143 daemons/controld/controld_utils.c     const char *stateAsText = NULL;
NULL              193 daemons/controld/controld_utils.c     if (stateAsText == NULL) {
NULL              204 daemons/controld/controld_utils.c     const char *causeAsText = NULL;
NULL              236 daemons/controld/controld_utils.c     if (causeAsText == NULL) {
NULL              247 daemons/controld/controld_utils.c     const char *actionAsText = NULL;
NULL              440 daemons/controld/controld_utils.c     if (actionAsText == NULL) {
NULL              454 daemons/controld/controld_utils.c     if (text == NULL) {
NULL              694 daemons/controld/controld_utils.c     const char *dc_version = NULL;
NULL              695 daemons/controld/controld_utils.c     const char *welcome_from = NULL;
NULL              697 daemons/controld/controld_utils.c     if (msg != NULL) {
NULL              703 daemons/controld/controld_utils.c         CRM_CHECK(dc_version != NULL, return FALSE);
NULL              704 daemons/controld/controld_utils.c         CRM_CHECK(welcome_from != NULL, return FALSE);
NULL              714 daemons/controld/controld_utils.c             CRM_CHECK(fsa_our_dc != NULL, crm_err("We have no DC"));
NULL              727 daemons/controld/controld_utils.c     fsa_our_dc = NULL;          /* Free'd as last_dc */
NULL              734 daemons/controld/controld_utils.c     } else if (fsa_our_dc != NULL) {
NULL              740 daemons/controld/controld_utils.c     } else if (last_dc != NULL) {
NULL              750 daemons/controld/controld_utils.c     if(full && peer->state == NULL) {
NULL              752 daemons/controld/controld_utils.c         crm_update_peer_proc(__func__, peer, crm_proc_none, NULL);
NULL              805 daemons/controld/controld_utils.c     char *dc_minor = NULL;
NULL              806 daemons/controld/controld_utils.c     char *join_minor = NULL;
NULL              834 daemons/controld/controld_utils.c     dc_v = strtol(dc_minor, NULL, 10);
NULL              844 daemons/controld/controld_utils.c     join_v = strtol(join_minor, NULL, 10);
NULL              858 daemons/controld/controld_utils.c     while (node != NULL && !pcmk__str_eq(XML_CIB_TAG_STATE, TYPE(node), pcmk__str_casei)) {
NULL              862 daemons/controld/controld_utils.c     CRM_CHECK(node != NULL, return NULL);
NULL               23 daemons/controld/controld_utils.h 	if(fsa_cib_conn != NULL) {					\
NULL               25 daemons/controld/controld_utils.h 		fsa_cib_conn, CIB_OP_MODIFY, NULL, section, data,	\
NULL               26 daemons/controld/controld_utils.h 		NULL, options, user_name);				\
NULL               34 daemons/controld/controld_utils.h     if (fsa_cib_conn == NULL) {
NULL               45 daemons/controld/controld_utils.h     if (fsa_cib_conn == NULL) {
NULL               35 daemons/controld/pacemaker-controld.c GMainLoop *crmd_mainloop = NULL;
NULL               37 daemons/controld/pacemaker-controld.c pcmk__output_t *logger_out = NULL;
NULL               42 daemons/controld/pacemaker-controld.c         "help", no_argument, NULL, '?',
NULL               46 daemons/controld/pacemaker-controld.c         "verbose", no_argument, NULL, 'V',
NULL               58 daemons/controld/pacemaker-controld.c     crm_ipc_t *old_instance = NULL;
NULL               60 daemons/controld/pacemaker-controld.c     crmd_mainloop = g_main_loop_new(NULL, FALSE);
NULL               61 daemons/controld/pacemaker-controld.c     crm_log_preinit(NULL, argc, argv);
NULL               62 daemons/controld/pacemaker-controld.c     pcmk__set_cli_options(NULL, "[options]", long_options,
NULL               67 daemons/controld/pacemaker-controld.c         flag = pcmk__next_cli_option(argc, argv, &index, NULL);
NULL               92 daemons/controld/pacemaker-controld.c     crm_log_init(NULL, LOG_INFO, TRUE, FALSE, argc, argv, FALSE);
NULL              114 daemons/controld/pacemaker-controld.c         old_instance = NULL;
NULL              117 daemons/controld/pacemaker-controld.c     if (pcmk__daemon_can_write(PE_STATE_DIR, NULL) == FALSE) {
NULL              124 daemons/controld/pacemaker-controld.c     } else if (pcmk__daemon_can_write(CRM_CONFIG_DIR, NULL) == FALSE) {
NULL              133 daemons/controld/pacemaker-controld.c     if (logger_out == NULL) {
NULL              161 daemons/controld/pacemaker-controld.c     register_fsa_input(C_STARTUP, I_STARTUP, NULL);
NULL               28 daemons/execd/cts-exec-helper.c         "help", no_argument, NULL, '?',
NULL               29 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL               32 daemons/execd/cts-exec-helper.c         "verbose", no_argument, NULL, 'V',
NULL               36 daemons/execd/cts-exec-helper.c         "quiet", no_argument, NULL, 'Q',
NULL               40 daemons/execd/cts-exec-helper.c         "tls", no_argument, NULL, 'S',
NULL               44 daemons/execd/cts-exec-helper.c         "listen", required_argument, NULL, 'l',
NULL               48 daemons/execd/cts-exec-helper.c         "api-call", required_argument, NULL, 'c',
NULL               52 daemons/execd/cts-exec-helper.c         "no-wait", no_argument, NULL, 'w',
NULL               56 daemons/execd/cts-exec-helper.c         "is-running", no_argument, NULL, 'R',
NULL               61 daemons/execd/cts-exec-helper.c         "notify-orig", no_argument, NULL, 'n',
NULL               66 daemons/execd/cts-exec-helper.c         "notify-changes", no_argument, NULL, 'o',
NULL               71 daemons/execd/cts-exec-helper.c         "-spacer-", no_argument, NULL, '-',
NULL               75 daemons/execd/cts-exec-helper.c         "action", required_argument, NULL, 'a',
NULL               76 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL               79 daemons/execd/cts-exec-helper.c         "rsc-id", required_argument, NULL, 'r',
NULL               80 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL               83 daemons/execd/cts-exec-helper.c         "cancel-call-id", required_argument, NULL, 'x',
NULL               84 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL               87 daemons/execd/cts-exec-helper.c         "provider", required_argument, NULL, 'P',
NULL               88 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL               91 daemons/execd/cts-exec-helper.c         "class", required_argument, NULL, 'C',
NULL               92 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL               95 daemons/execd/cts-exec-helper.c         "type", required_argument, NULL, 'T',
NULL               96 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL               99 daemons/execd/cts-exec-helper.c         "interval", required_argument, NULL, 'i',
NULL              100 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL              103 daemons/execd/cts-exec-helper.c         "timeout", required_argument, NULL, 't',
NULL              104 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL              107 daemons/execd/cts-exec-helper.c         "start-delay", required_argument, NULL, 's',
NULL              108 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL              111 daemons/execd/cts-exec-helper.c         "param-key", required_argument, NULL, 'k',
NULL              112 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL              115 daemons/execd/cts-exec-helper.c         "param-val", required_argument, NULL, 'v',
NULL              116 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL              119 daemons/execd/cts-exec-helper.c         "-spacer-", no_argument, NULL, '-',
NULL              120 daemons/execd/cts-exec-helper.c         NULL, pcmk__option_default
NULL              150 daemons/execd/cts-exec-helper.c static GMainLoop *mainloop = NULL;
NULL              151 daemons/execd/cts-exec-helper.c static lrmd_t *lrmd_conn = NULL;
NULL              180 daemons/execd/cts-exec-helper.c     lrmd_conn = NULL;
NULL              230 daemons/execd/cts-exec-helper.c         start_test(NULL);
NULL              275 daemons/execd/cts-exec-helper.c         g_timeout_add(options.timeout, timeout_err, NULL);
NULL              286 daemons/execd/cts-exec-helper.c                                    NULL,
NULL              321 daemons/execd/cts-exec-helper.c         char *output = NULL;
NULL              331 daemons/execd/cts-exec-helper.c         lrmd_list_t *list = NULL;
NULL              332 daemons/execd/cts-exec-helper.c         lrmd_list_t *iter = NULL;
NULL              338 daemons/execd/cts-exec-helper.c             for (iter = list; iter != NULL; iter = iter->next) {
NULL              348 daemons/execd/cts-exec-helper.c         lrmd_list_t *list = NULL;
NULL              349 daemons/execd/cts-exec-helper.c         lrmd_list_t *iter = NULL;
NULL              355 daemons/execd/cts-exec-helper.c             for (iter = list; iter != NULL; iter = iter->next) {
NULL              366 daemons/execd/cts-exec-helper.c         lrmd_list_t *list = NULL;
NULL              367 daemons/execd/cts-exec-helper.c         lrmd_list_t *iter = NULL;
NULL              373 daemons/execd/cts-exec-helper.c             for (iter = list; iter != NULL; iter = iter->next) {
NULL              384 daemons/execd/cts-exec-helper.c         GList *op_list = NULL;
NULL              385 daemons/execd/cts-exec-helper.c         GList *op_item = NULL;
NULL              389 daemons/execd/cts-exec-helper.c         for (op_item = op_list; op_item != NULL; op_item = op_item->next) {
NULL              428 daemons/execd/cts-exec-helper.c     pe_working_set_t *data_set = NULL;
NULL              429 daemons/execd/cts-exec-helper.c     xmlNode *cib_xml_copy = NULL;
NULL              430 daemons/execd/cts-exec-helper.c     pe_resource_t *rsc = NULL;
NULL              431 daemons/execd/cts-exec-helper.c     GHashTable *params = NULL;
NULL              432 daemons/execd/cts-exec-helper.c     GHashTable *meta = NULL;
NULL              440 daemons/execd/cts-exec-helper.c     if (data_set == NULL) {
NULL              446 daemons/execd/cts-exec-helper.c     rc = cib__signon_query(NULL, &cib_xml_copy);
NULL              453 daemons/execd/cts-exec-helper.c     if (cli_config_update(&cib_xml_copy, NULL, FALSE) == FALSE) {
NULL              460 daemons/execd/cts-exec-helper.c     data_set->now = crm_time_new(NULL);
NULL              474 daemons/execd/cts-exec-helper.c     params = pe_rsc_params(rsc, NULL, data_set);
NULL              477 daemons/execd/cts-exec-helper.c     get_meta_attributes(meta, rsc, NULL, data_set);
NULL              479 daemons/execd/cts-exec-helper.c     if (params != NULL) {
NULL              480 daemons/execd/cts-exec-helper.c         char *key = NULL;
NULL              481 daemons/execd/cts-exec-helper.c         char *value = NULL;
NULL              490 daemons/execd/cts-exec-helper.c         char *key = NULL;
NULL              491 daemons/execd/cts-exec-helper.c         char *value = NULL;
NULL              514 daemons/execd/cts-exec-helper.c     char *key = NULL;
NULL              515 daemons/execd/cts-exec-helper.c     char *val = NULL;
NULL              520 daemons/execd/cts-exec-helper.c     pcmk__set_cli_options(NULL, "<mode> [options]", long_options,
NULL              525 daemons/execd/cts-exec-helper.c         flag = pcmk__next_cli_option(argc, argv, &option_index, NULL);
NULL              598 daemons/execd/cts-exec-helper.c                     key = val = NULL;
NULL              605 daemons/execd/cts-exec-helper.c                     key = val = NULL;
NULL              625 daemons/execd/cts-exec-helper.c                                                 "list_standards", "list_ocf_providers", NULL)) {
NULL              629 daemons/execd/cts-exec-helper.c     crm_log_init(NULL, LOG_INFO, TRUE, (options.verbose? TRUE : FALSE),
NULL              660 daemons/execd/cts-exec-helper.c         lrmd_conn = lrmd_remote_api_new(NULL, "localhost", 0);
NULL              664 daemons/execd/cts-exec-helper.c     trig = mainloop_add_trigger(G_PRIORITY_HIGH, start_test, NULL);
NULL              669 daemons/execd/cts-exec-helper.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL               31 daemons/execd/execd_alerts.c     if (inflight_alerts == NULL) {
NULL               32 daemons/execd/execd_alerts.c         inflight_alerts = pcmk__intkey_table(NULL);
NULL               41 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
NULL               55 daemons/execd/execd_alerts.c         while (g_hash_table_iter_next(&iter, NULL, &timeout)) {
NULL               74 daemons/execd/execd_alerts.c     CRM_CHECK(cb_data != NULL, return);
NULL               83 daemons/execd/execd_alerts.c                    (reason == NULL)? "" : " (",
NULL               84 daemons/execd/execd_alerts.c                    (reason == NULL)? "" : reason,
NULL               85 daemons/execd/execd_alerts.c                    (reason == NULL)? "" : ")",
NULL              100 daemons/execd/execd_alerts.c     action->cb_data = NULL;
NULL              111 daemons/execd/execd_alerts.c     svc_action_t *action = NULL;
NULL              114 daemons/execd/execd_alerts.c     GHashTable *params = NULL;
NULL              115 daemons/execd/execd_alerts.c     struct alert_cb_s *cb_data = NULL;
NULL              117 daemons/execd/execd_alerts.c     if ((alert_id == NULL) || (alert_path == NULL) ||
NULL              118 daemons/execd/execd_alerts.c         (client == NULL) || (client->id == NULL)) { /* hint static analyzer */
NULL              134 daemons/execd/execd_alerts.c     if (cb_data == NULL) {
NULL              141 daemons/execd/execd_alerts.c     if (cb_data->client_id == NULL) {
NULL              180 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
NULL              195 daemons/execd/execd_alerts.c     if (inflight_alerts != NULL) {
NULL              203 daemons/execd/execd_alerts.c         inflight_alerts = NULL;
NULL               35 daemons/execd/execd_commands.c GHashTable *rsc_list = NULL;
NULL              117 daemons/execd/execd_commands.c     return (timespec != NULL) &&
NULL              132 daemons/execd/execd_commands.c     if ((t_orig != NULL) && !time_is_set(t_orig)) {
NULL              157 daemons/execd/execd_commands.c         if (now == NULL) {
NULL              232 daemons/execd/execd_commands.c     if (cmd->result.exit_reason != NULL) {
NULL              277 daemons/execd/execd_commands.c     lrmd_rsc_t *rsc = NULL;
NULL              291 daemons/execd/execd_commands.c                      PCMK_EXEC_NO_FENCE_DEVICE, NULL);
NULL              300 daemons/execd/execd_commands.c     lrmd_cmd_t *cmd = NULL;
NULL              379 daemons/execd/execd_commands.c     CRM_ASSERT(rsc != NULL);
NULL              406 daemons/execd/execd_commands.c     lrmd_rsc_t *rsc = NULL;
NULL              409 daemons/execd/execd_commands.c     rsc = cmd->rsc_id ? g_hash_table_lookup(rsc_list, cmd->rsc_id) : NULL;
NULL              425 daemons/execd/execd_commands.c     for (GList *item = action_list; item != NULL; item = item->next) {
NULL              432 daemons/execd/execd_commands.c     return NULL;
NULL              438 daemons/execd/execd_commands.c     lrmd_cmd_t * dup = NULL;
NULL              447 daemons/execd/execd_commands.c     if (dup == NULL) {
NULL              450 daemons/execd/execd_commands.c         if (dup == NULL) {
NULL              476 daemons/execd/execd_commands.c     cmd->userdata_str = NULL;
NULL              479 daemons/execd/execd_commands.c     cmd = NULL;
NULL              502 daemons/execd/execd_commands.c     CRM_CHECK(cmd != NULL, return);
NULL              503 daemons/execd/execd_commands.c     CRM_CHECK(rsc != NULL, return);
NULL              516 daemons/execd/execd_commands.c         cancel_all_recurring(rsc, NULL);
NULL              533 daemons/execd/execd_commands.c     xmlNode *reply = create_xml_node(NULL, T_LRMD_REPLY);
NULL              548 daemons/execd/execd_commands.c     const char *msg = NULL;
NULL              550 daemons/execd/execd_commands.c     CRM_CHECK(client != NULL, return);
NULL              551 daemons/execd/execd_commands.c     if (client->name == NULL) {
NULL              588 daemons/execd/execd_commands.c     xmlNode *notify = NULL;
NULL              593 daemons/execd/execd_commands.c     exec_time = time_diff_ms(NULL, &(cmd->t_run));
NULL              615 daemons/execd/execd_commands.c     notify = create_xml_node(NULL, T_LRMD_NOTIFY);
NULL              645 daemons/execd/execd_commands.c     if (cmd->result.action_stderr != NULL) {
NULL              648 daemons/execd/execd_commands.c     } else if (cmd->result.action_stdout != NULL) {
NULL              653 daemons/execd/execd_commands.c         char *key = NULL;
NULL              654 daemons/execd/execd_commands.c         char *value = NULL;
NULL              682 daemons/execd/execd_commands.c         xmlNode *notify = NULL;
NULL              689 daemons/execd/execd_commands.c         notify = create_xml_node(NULL, T_LRMD_NOTIFY);
NULL              720 daemons/execd/execd_commands.c               rsc ? rsc->active : NULL, cmd);
NULL              723 daemons/execd/execd_commands.c         rsc->active = NULL;
NULL              777 daemons/execd/execd_commands.c     data.notify = create_xml_node(NULL, T_LRMD_NOTIFY);
NULL              788 daemons/execd/execd_commands.c     lrmd_rsc_t *rsc = NULL;
NULL              789 daemons/execd/execd_commands.c     char *key = NULL;
NULL              809 daemons/execd/execd_commands.c     const char *rclass = NULL;
NULL              821 daemons/execd/execd_commands.c         cmd->epoch_rcchange = time(NULL);
NULL              832 daemons/execd/execd_commands.c     rsc = cmd->rsc_id ? g_hash_table_lookup(rsc_list, cmd->rsc_id) : NULL;
NULL              843 daemons/execd/execd_commands.c             && pcmk__strcase_any_of(cmd->action, "start", "stop", NULL)) {
NULL              853 daemons/execd/execd_commands.c         } else if (cmd->real_action != NULL) {
NULL              863 daemons/execd/execd_commands.c                 int time_sum = time_diff_ms(NULL, &(cmd->t_first_run));
NULL              906 daemons/execd/execd_commands.c         int time_sum = time_diff_ms(NULL, &(cmd->t_first_run));
NULL              937 daemons/execd/execd_commands.c                 rsc->active = NULL;
NULL             1032 daemons/execd/execd_commands.c     if ((rsc != NULL) && pcmk__result_ok(&(cmd->result))) {
NULL             1036 daemons/execd/execd_commands.c                              PCMK_EXEC_DONE, NULL); // "running"
NULL             1040 daemons/execd/execd_commands.c                              PCMK_EXEC_NO_FENCE_DEVICE, NULL); // "not running"
NULL             1064 daemons/execd/execd_commands.c     if ((data == NULL) || (data->userdata == NULL)) {
NULL             1079 daemons/execd/execd_commands.c     GList *cmd_list = NULL;
NULL             1080 daemons/execd/execd_commands.c     GList *cmd_iter = NULL;
NULL             1081 daemons/execd/execd_commands.c     lrmd_rsc_t *rsc = NULL;
NULL             1082 daemons/execd/execd_commands.c     char *key = NULL;
NULL             1109 daemons/execd/execd_commands.c             rsc->pending_ops = rsc->recurring_ops = NULL;
NULL             1143 daemons/execd/execd_commands.c     char *key = NULL;
NULL             1144 daemons/execd/execd_commands.c     char *value = NULL;
NULL             1145 daemons/execd/execd_commands.c     stonith_key_value_t *device_params = NULL;
NULL             1238 daemons/execd/execd_commands.c     } else if (stonith_api == NULL) {
NULL             1274 daemons/execd/execd_commands.c                             ((rc == -pcmk_err_generic)? NULL : pcmk_strerror(rc)));
NULL             1280 daemons/execd/execd_commands.c     svc_action_t *action = NULL;
NULL             1281 daemons/execd/execd_commands.c     GHashTable *params_copy = NULL;
NULL             1307 daemons/execd/execd_commands.c     if (action == NULL) {
NULL             1333 daemons/execd/execd_commands.c     action = NULL;
NULL             1343 daemons/execd/execd_commands.c     lrmd_cmd_t *cmd = NULL;
NULL             1345 daemons/execd/execd_commands.c     CRM_CHECK(rsc != NULL, return FALSE);
NULL             1368 daemons/execd/execd_commands.c         cmd->epoch_last_run = time(NULL);
NULL             1401 daemons/execd/execd_commands.c     GList *gIter = NULL;
NULL             1407 daemons/execd/execd_commands.c     while (gIter != NULL) {
NULL             1413 daemons/execd/execd_commands.c         cmd_finalize(cmd, NULL);
NULL             1421 daemons/execd/execd_commands.c     while (gIter != NULL) {
NULL             1432 daemons/execd/execd_commands.c                 cmd_finalize(cmd, NULL);
NULL             1473 daemons/execd/execd_commands.c         if ((client->remote != NULL) && client->remote->tls_handshake_complete) {
NULL             1519 daemons/execd/execd_commands.c     xmlNode *reply = NULL;
NULL             1520 daemons/execd/execd_commands.c     lrmd_rsc_t *rsc = NULL;
NULL             1522 daemons/execd/execd_commands.c     if (rsc_id == NULL) {
NULL             1526 daemons/execd/execd_commands.c         if (rsc == NULL) {
NULL             1547 daemons/execd/execd_commands.c     lrmd_rsc_t *rsc = NULL;
NULL             1556 daemons/execd/execd_commands.c     if (rsc == NULL) {
NULL             1577 daemons/execd/execd_commands.c     lrmd_rsc_t *rsc = NULL;
NULL             1578 daemons/execd/execd_commands.c     lrmd_cmd_t *cmd = NULL;
NULL             1605 daemons/execd/execd_commands.c     GList *gIter = NULL;
NULL             1623 daemons/execd/execd_commands.c     for (gIter = rsc->pending_ops; gIter != NULL; gIter = gIter->next) {
NULL             1636 daemons/execd/execd_commands.c         for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) {
NULL             1663 daemons/execd/execd_commands.c     GList *cmd_list = NULL;
NULL             1664 daemons/execd/execd_commands.c     GList *cmd_iter = NULL;
NULL             1722 daemons/execd/execd_commands.c     for (GList *item = rsc->recurring_ops; item != NULL; item = item->next) {
NULL             1737 daemons/execd/execd_commands.c     const char *rsc_id = NULL;
NULL             1738 daemons/execd/execd_commands.c     lrmd_rsc_t *rsc = NULL;
NULL             1739 daemons/execd/execd_commands.c     xmlNode *reply = NULL;
NULL             1740 daemons/execd/execd_commands.c     xmlNode *rsc_xml = NULL;
NULL             1752 daemons/execd/execd_commands.c     if (rsc_id != NULL) {
NULL             1754 daemons/execd/execd_commands.c         if (rsc == NULL) {
NULL             1764 daemons/execd/execd_commands.c     if (rsc_id == NULL) {
NULL             1766 daemons/execd/execd_commands.c         char *key = NULL;
NULL             1787 daemons/execd/execd_commands.c     xmlNode *reply = NULL;
NULL             1859 daemons/execd/execd_commands.c             CRM_LOG_ASSERT(data != NULL);
NULL             1896 daemons/execd/execd_commands.c         if (reply == NULL) {
NULL               27 daemons/execd/pacemaker-execd.c static GMainLoop *mainloop = NULL;
NULL               28 daemons/execd/pacemaker-execd.c static qb_ipcs_service_t *ipcs = NULL;
NULL               29 daemons/execd/pacemaker-execd.c static stonith_t *stonith_api = NULL;
NULL               55 daemons/execd/pacemaker-execd.c         stonith_api = NULL;
NULL               58 daemons/execd/pacemaker-execd.c     if (stonith_api == NULL) {
NULL               62 daemons/execd/pacemaker-execd.c         if (stonith_api == NULL) {
NULL               64 daemons/execd/pacemaker-execd.c             return NULL;
NULL               71 daemons/execd/pacemaker-execd.c             stonith_api = NULL;
NULL               85 daemons/execd/pacemaker-execd.c     if (pcmk__new_client(c, uid, gid) == NULL) {
NULL               97 daemons/execd/pacemaker-execd.c     CRM_ASSERT(new_client != NULL);
NULL              112 daemons/execd/pacemaker-execd.c     CRM_CHECK(client != NULL, crm_err("Invalid client");
NULL              114 daemons/execd/pacemaker-execd.c     CRM_CHECK(client->id != NULL, crm_err("Invalid client: %p", client);
NULL              127 daemons/execd/pacemaker-execd.c         if (value == NULL) {
NULL              164 daemons/execd/pacemaker-execd.c     if (shutting_down && (ipc_proxy_get_provider() == NULL)) {
NULL              165 daemons/execd/pacemaker-execd.c         lrmd_exit(NULL);
NULL              175 daemons/execd/pacemaker-execd.c     if (client == NULL) {
NULL              230 daemons/execd/pacemaker-execd.c             if (client->ipcs == NULL) {
NULL              237 daemons/execd/pacemaker-execd.c             if (client->remote == NULL) {
NULL              330 daemons/execd/pacemaker-execd.c             shutdown_ack_timer = g_timeout_add_seconds(20, lrmd_exit, NULL);
NULL              341 daemons/execd/pacemaker-execd.c     lrmd_exit(NULL);
NULL              374 daemons/execd/pacemaker-execd.c             shutdown_ack_timer = g_timeout_add(0, lrmd_exit, NULL);
NULL              385 daemons/execd/pacemaker-execd.c         "help", no_argument, NULL, '?',
NULL              389 daemons/execd/pacemaker-execd.c         "version", no_argument, NULL, '$',
NULL              393 daemons/execd/pacemaker-execd.c         "verbose", no_argument, NULL, 'V',
NULL              397 daemons/execd/pacemaker-execd.c         "logfile", required_argument, NULL, 'l',
NULL              402 daemons/execd/pacemaker-execd.c         "port", required_argument, NULL, 'p',
NULL              425 daemons/execd/pacemaker-execd.c     const char *option = NULL;
NULL              433 daemons/execd/pacemaker-execd.c     pcmk__set_cli_options(NULL, "[options]", long_options, EXECD_DESC);
NULL              436 daemons/execd/pacemaker-execd.c         flag = pcmk__next_cli_option(argc, argv, &index, NULL);
NULL              471 daemons/execd/pacemaker-execd.c     crm_log_init(NULL, LOG_INFO, TRUE, FALSE, argc, argv, FALSE);
NULL              513 daemons/execd/pacemaker-execd.c     rsc_list = pcmk__strkey_table(NULL, free_rsc);
NULL              515 daemons/execd/pacemaker-execd.c     if (ipcs == NULL) {
NULL              529 daemons/execd/pacemaker-execd.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL              535 daemons/execd/pacemaker-execd.c     lrmd_exit(NULL);
NULL               92 daemons/execd/remoted_pidone.c     *first = *last = NULL;
NULL              104 daemons/execd/remoted_pidone.c     if (fp != NULL) {
NULL              107 daemons/execd/remoted_pidone.c         while (fgets(line, LINE_MAX, fp) != NULL) {
NULL              108 daemons/execd/remoted_pidone.c             char *name = NULL;
NULL              109 daemons/execd/remoted_pidone.c             char *end = NULL;
NULL              110 daemons/execd/remoted_pidone.c             char *value = NULL;
NULL              111 daemons/execd/remoted_pidone.c             char *quote = NULL;
NULL              138 daemons/execd/remoted_pidone.c                         value = NULL;
NULL              152 daemons/execd/remoted_pidone.c                         value = NULL;
NULL              169 daemons/execd/remoted_pidone.c                         if (quote == NULL) {
NULL              178 daemons/execd/remoted_pidone.c                         value = NULL;
NULL              183 daemons/execd/remoted_pidone.c             if ((value == NULL) && (strchr(line, '\n') == NULL)) {
NULL              186 daemons/execd/remoted_pidone.c                     value = NULL; // Don't care, make compiler happy
NULL              208 daemons/execd/remoted_pidone.c     if (pid1 == NULL) {
NULL              228 daemons/execd/remoted_pidone.c     if (pcmk__env_option(PCMK__ENV_LOGFILE) == NULL) {
NULL              238 daemons/execd/remoted_pidone.c             sigprocmask(SIG_UNBLOCK, &set, NULL);
NULL              256 daemons/execd/remoted_pidone.c         char *LastArgv = NULL;
NULL              264 daemons/execd/remoted_pidone.c         for (i = 0; envp[i] != NULL; i++) {
NULL              282 daemons/execd/remoted_pidone.c         argv[1] = NULL;
NULL               25 daemons/execd/remoted_proxy.c static qb_ipcs_service_t *cib_ro = NULL;
NULL               26 daemons/execd/remoted_proxy.c static qb_ipcs_service_t *cib_rw = NULL;
NULL               27 daemons/execd/remoted_proxy.c static qb_ipcs_service_t *cib_shm = NULL;
NULL               29 daemons/execd/remoted_proxy.c static qb_ipcs_service_t *attrd_ipcs = NULL;
NULL               30 daemons/execd/remoted_proxy.c static qb_ipcs_service_t *crmd_ipcs = NULL;
NULL               31 daemons/execd/remoted_proxy.c static qb_ipcs_service_t *stonith_ipcs = NULL;
NULL               32 daemons/execd/remoted_proxy.c static qb_ipcs_service_t *pacemakerd_ipcs = NULL;
NULL               35 daemons/execd/remoted_proxy.c static GList *ipc_providers = NULL;
NULL               37 daemons/execd/remoted_proxy.c static GHashTable *ipc_clients = NULL;
NULL               52 daemons/execd/remoted_proxy.c     return ipc_providers? (pcmk__client_t *) (ipc_providers->data) : NULL;
NULL               73 daemons/execd/remoted_proxy.c     if (ipc_proxy == NULL) {
NULL               83 daemons/execd/remoted_proxy.c     if (client == NULL) {
NULL               99 daemons/execd/remoted_proxy.c     msg = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL              171 daemons/execd/remoted_proxy.c     if (ipc_client == NULL) {
NULL              172 daemons/execd/remoted_proxy.c         xmlNode *msg = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL              228 daemons/execd/remoted_proxy.c     xmlNode *request = NULL;
NULL              229 daemons/execd/remoted_proxy.c     xmlNode *msg = NULL;
NULL              255 daemons/execd/remoted_proxy.c     CRM_CHECK(client != NULL, crm_err("Invalid client");
NULL              257 daemons/execd/remoted_proxy.c     CRM_CHECK(client->id != NULL, crm_err("Invalid client: %p", client);
NULL              266 daemons/execd/remoted_proxy.c     msg = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL              290 daemons/execd/remoted_proxy.c     xmlNode *msg = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL              311 daemons/execd/remoted_proxy.c     if (client == NULL) {
NULL              320 daemons/execd/remoted_proxy.c         xmlNode *msg = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL              330 daemons/execd/remoted_proxy.c     client->userdata = NULL;
NULL              344 daemons/execd/remoted_proxy.c     .connection_created = NULL,
NULL              352 daemons/execd/remoted_proxy.c     .connection_created = NULL,
NULL              360 daemons/execd/remoted_proxy.c     .connection_created = NULL,
NULL              368 daemons/execd/remoted_proxy.c     .connection_created = NULL,
NULL              369 daemons/execd/remoted_proxy.c     .msg_process = NULL,
NULL              370 daemons/execd/remoted_proxy.c     .connection_closed = NULL,
NULL              371 daemons/execd/remoted_proxy.c     .connection_destroyed = NULL
NULL              376 daemons/execd/remoted_proxy.c     .connection_created = NULL,
NULL              384 daemons/execd/remoted_proxy.c     .connection_created = NULL,
NULL              401 daemons/execd/remoted_proxy.c     pcmk__client_t *ipc_client = NULL;
NULL              402 daemons/execd/remoted_proxy.c     char *key = NULL;
NULL              403 daemons/execd/remoted_proxy.c     GList *remove_these = NULL;
NULL              404 daemons/execd/remoted_proxy.c     GList *gIter = NULL;
NULL              420 daemons/execd/remoted_proxy.c     for (gIter = remove_these; gIter != NULL; gIter = gIter->next) {
NULL              434 daemons/execd/remoted_proxy.c     ipc_clients = pcmk__strkey_table(NULL, NULL);
NULL              442 daemons/execd/remoted_proxy.c     if (crmd_ipcs == NULL) {
NULL              454 daemons/execd/remoted_proxy.c         ipc_providers = NULL;
NULL              458 daemons/execd/remoted_proxy.c         ipc_clients = NULL;
NULL              465 daemons/execd/remoted_proxy.c     cib_ro = NULL;
NULL              466 daemons/execd/remoted_proxy.c     cib_rw = NULL;
NULL              467 daemons/execd/remoted_proxy.c     cib_shm = NULL;
NULL               88 daemons/execd/remoted_tls.c     xmlNode *request = NULL;
NULL              148 daemons/execd/remoted_tls.c     if (client == NULL) {
NULL              160 daemons/execd/remoted_tls.c         client_disconnect_cleanup(NULL);
NULL              192 daemons/execd/remoted_tls.c     client->remote->source = NULL;
NULL              203 daemons/execd/remoted_tls.c     gnutls_session_t *session = NULL;
NULL              204 daemons/execd/remoted_tls.c     pcmk__client_t *new_client = NULL;
NULL              220 daemons/execd/remoted_tls.c     if (session == NULL) {
NULL              225 daemons/execd/remoted_tls.c     new_client = pcmk__new_unauth_client(NULL);
NULL              335 daemons/execd/remoted_tls.c     struct addrinfo *res = NULL, *iter;
NULL              336 daemons/execd/remoted_tls.c     gnutls_datum_t psk_key = { NULL, 0 };
NULL              393 daemons/execd/remoted_tls.c         if (iter == NULL && filter == AF_INET6) {
NULL              401 daemons/execd/remoted_tls.c                         NULL, &remote_listen_fd_callbacks);
NULL               34 daemons/fenced/cts-fence-helper.c static GMainLoop *mainloop = NULL;
NULL               35 daemons/fenced/cts-fence-helper.c static crm_trigger_t *trig = NULL;
NULL               53 daemons/fenced/cts-fence-helper.c         "verbose", no_argument, NULL, 'V',
NULL               54 daemons/fenced/cts-fence-helper.c         NULL, pcmk__option_default
NULL               57 daemons/fenced/cts-fence-helper.c         "version", no_argument, NULL, '$',
NULL               58 daemons/fenced/cts-fence-helper.c         NULL, pcmk__option_default
NULL               61 daemons/fenced/cts-fence-helper.c         "help", no_argument, NULL, '?',
NULL               62 daemons/fenced/cts-fence-helper.c         NULL, pcmk__option_default
NULL               65 daemons/fenced/cts-fence-helper.c         "passive", no_argument, NULL, 'p',
NULL               66 daemons/fenced/cts-fence-helper.c         NULL, pcmk__option_default
NULL               69 daemons/fenced/cts-fence-helper.c         "api_test", no_argument, NULL, 't',
NULL               70 daemons/fenced/cts-fence-helper.c         NULL, pcmk__option_default
NULL               73 daemons/fenced/cts-fence-helper.c         "mainloop_api_test", no_argument, NULL, 'm',
NULL               74 daemons/fenced/cts-fence-helper.c         NULL, pcmk__option_default
NULL               79 daemons/fenced/cts-fence-helper.c static stonith_t *st = NULL;
NULL              129 daemons/fenced/cts-fence-helper.c                ((e->operation == NULL)? "unknown" : e->operation),
NULL              130 daemons/fenced/cts-fence-helper.c                ((e->target == NULL)? "no node" : e->target),
NULL              131 daemons/fenced/cts-fence-helper.c                ((e->executioner == NULL)? "any node" : e->executioner),
NULL              132 daemons/fenced/cts-fence-helper.c                ((e->origin == NULL)? "unknown client" : e->origin),
NULL              135 daemons/fenced/cts-fence-helper.c                ((e->id == NULL)? "none" : e->id));
NULL              165 daemons/fenced/cts-fence-helper.c     st->cmds->register_callback(st, 0, 120, st_opt_timeout_updates, NULL, "st_global_callback",
NULL              199 daemons/fenced/cts-fence-helper.c     stonith_key_value_t *params = NULL;
NULL              224 daemons/fenced/cts-fence-helper.c     stonith_key_value_t *params = NULL;
NULL              234 daemons/fenced/cts-fence-helper.c     params = NULL;
NULL              262 daemons/fenced/cts-fence-helper.c     stonith_key_value_t *params = NULL;
NULL              273 daemons/fenced/cts-fence-helper.c     params = NULL;
NULL              275 daemons/fenced/cts-fence-helper.c     single_test(st->cmds->list(st, st_opts, "test-id", NULL, 1), "list", 1, 0);
NULL              318 daemons/fenced/cts-fence-helper.c     st->cmds->register_callback(st, 0, 120, st_opt_timeout_updates, NULL, "st_global_callback",
NULL              332 daemons/fenced/cts-fence-helper.c     char *tmp = NULL;
NULL              333 daemons/fenced/cts-fence-helper.c     stonith_key_value_t *params = NULL;
NULL              410 daemons/fenced/cts-fence-helper.c                                        st_opt_timeout_updates, NULL, "callback", mainloop_callback);
NULL              440 daemons/fenced/cts-fence-helper.c         uint32_t diff = (time(NULL) - begin);
NULL              454 daemons/fenced/cts-fence-helper.c     begin = time(NULL);
NULL              509 daemons/fenced/cts-fence-helper.c     stonith_key_value_t *params = NULL;
NULL              517 daemons/fenced/cts-fence-helper.c     params = NULL;
NULL              524 daemons/fenced/cts-fence-helper.c     params = NULL;
NULL              600 daemons/fenced/cts-fence-helper.c     trig = mainloop_add_trigger(G_PRIORITY_HIGH, trigger_iterate_mainloop_tests, NULL);
NULL              605 daemons/fenced/cts-fence-helper.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL              619 daemons/fenced/cts-fence-helper.c     pcmk__set_cli_options(NULL, "<mode> [options]", long_options,
NULL              624 daemons/fenced/cts-fence-helper.c         flag = pcmk__next_cli_option(argc, argv, &option_index, NULL);
NULL              652 daemons/fenced/cts-fence-helper.c     crm_log_init(NULL, LOG_INFO, TRUE, (verbose? TRUE : FALSE), argc, argv,
NULL              664 daemons/fenced/cts-fence-helper.c     if (st == NULL) {
NULL               38 daemons/fenced/fenced_commands.c GHashTable *device_list = NULL;
NULL               39 daemons/fenced/fenced_commands.c GHashTable *topology = NULL;
NULL               40 daemons/fenced/fenced_commands.c GList *cmd_list = NULL;
NULL               42 daemons/fenced/fenced_commands.c static GHashTable *fenced_handlers = NULL;
NULL              131 daemons/fenced/fenced_commands.c     const char *value = NULL;
NULL              149 daemons/fenced/fenced_commands.c     char *hash_value = NULL;
NULL              162 daemons/fenced/fenced_commands.c         CRM_ASSERT(value != NULL);
NULL              165 daemons/fenced/fenced_commands.c             for (char *val = strtok(value, "; \t"); val != NULL; val = strtok(NULL, "; \t")) {
NULL              168 daemons/fenced/fenced_commands.c                 if (mapval == NULL || mapval[1] == 0) {
NULL              216 daemons/fenced/fenced_commands.c         const char *value = NULL;
NULL              266 daemons/fenced/fenced_commands.c     async_command_t *cmd = NULL;
NULL              270 daemons/fenced/fenced_commands.c     CRM_CHECK(action != NULL, crm_log_xml_warn(msg, "NoAction"); return NULL);
NULL              290 daemons/fenced/fenced_commands.c     CRM_CHECK(cmd->op != NULL, crm_log_xml_warn(msg, "NoOp"); free_async_command(cmd); return NULL);
NULL              291 daemons/fenced/fenced_commands.c     CRM_CHECK(cmd->client != NULL, crm_log_xml_warn(msg, "NoClient"));
NULL              301 daemons/fenced/fenced_commands.c     const char *value = NULL;
NULL              305 daemons/fenced/fenced_commands.c     if ((value == NULL)
NULL              317 daemons/fenced/fenced_commands.c     GList *gIter = NULL;
NULL              318 daemons/fenced/fenced_commands.c     GList *gIterNext = NULL;
NULL              320 daemons/fenced/fenced_commands.c     CRM_CHECK(device != NULL, return 0);
NULL              322 daemons/fenced/fenced_commands.c     for (gIter = cmd_list; gIter != NULL; gIter = gIterNext) {
NULL              348 daemons/fenced/fenced_commands.c               ((cmd->victim == NULL)? "" : " targeting "),
NULL              349 daemons/fenced/fenced_commands.c               ((cmd->victim == NULL)? "" : cmd->victim),
NULL              352 daemons/fenced/fenced_commands.c     cmd->activating_on = NULL;
NULL              405 daemons/fenced/fenced_commands.c     const char *action_str = NULL;
NULL              406 daemons/fenced/fenced_commands.c     const char *host_arg = NULL;
NULL              407 daemons/fenced/fenced_commands.c     async_command_t *cmd = NULL;
NULL              408 daemons/fenced/fenced_commands.c     stonith_action_t *action = NULL;
NULL              411 daemons/fenced/fenced_commands.c     GList *gIter = NULL;
NULL              412 daemons/fenced/fenced_commands.c     GList *gIterNext = NULL;
NULL              414 daemons/fenced/fenced_commands.c     CRM_CHECK(device != NULL, return FALSE);
NULL              425 daemons/fenced/fenced_commands.c     for (gIter = device->pending_ops; gIter != NULL; gIter = gIterNext) {
NULL              434 daemons/fenced/fenced_commands.c                       ((pending_op->victim == NULL)? "" : " targeting "),
NULL              435 daemons/fenced/fenced_commands.c                       ((pending_op->victim == NULL)? "" : pending_op->victim),
NULL              447 daemons/fenced/fenced_commands.c     if (cmd == NULL) {
NULL              453 daemons/fenced/fenced_commands.c                          STONITH_WATCHDOG_AGENT_INTERNAL, NULL)) {
NULL              461 daemons/fenced/fenced_commands.c             report_internal_result(cmd, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL              490 daemons/fenced/fenced_commands.c                    ((cmd->victim == NULL)? "" : " targeting "),
NULL              491 daemons/fenced/fenced_commands.c                    ((cmd->victim == NULL)? "" : cmd->victim),
NULL              516 daemons/fenced/fenced_commands.c         cmd->activating_on = NULL;
NULL              541 daemons/fenced/fenced_commands.c     stonith_device_t *device = NULL;
NULL              544 daemons/fenced/fenced_commands.c     device = cmd->device ? g_hash_table_lookup(device_list, cmd->device) : NULL;
NULL              560 daemons/fenced/fenced_commands.c     CRM_CHECK(cmd != NULL, return);
NULL              561 daemons/fenced/fenced_commands.c     CRM_CHECK(device != NULL, return);
NULL              631 daemons/fenced/fenced_commands.c     GList *gIter = NULL;
NULL              637 daemons/fenced/fenced_commands.c     for (gIter = device->pending_ops; gIter != NULL; gIter = gIter->next) {
NULL              665 daemons/fenced/fenced_commands.c     if (device_list != NULL) {
NULL              667 daemons/fenced/fenced_commands.c         device_list = NULL;
NULL              674 daemons/fenced/fenced_commands.c     if (device_list == NULL) {
NULL              675 daemons/fenced/fenced_commands.c         device_list = pcmk__strkey_table(NULL, free_device);
NULL              682 daemons/fenced/fenced_commands.c     char *name = NULL;
NULL              686 daemons/fenced/fenced_commands.c     if (hostmap == NULL) {
NULL              716 daemons/fenced/fenced_commands.c                     char *value = NULL;
NULL              734 daemons/fenced/fenced_commands.c                     value = NULL;
NULL              735 daemons/fenced/fenced_commands.c                     name = NULL;
NULL              759 daemons/fenced/fenced_commands.c GHashTable *metadata_cache = NULL;
NULL              763 daemons/fenced/fenced_commands.c     if (metadata_cache != NULL) {
NULL              765 daemons/fenced/fenced_commands.c         metadata_cache = NULL;
NULL              771 daemons/fenced/fenced_commands.c     if (metadata_cache == NULL) {
NULL              779 daemons/fenced/fenced_commands.c     char *buffer = NULL;
NULL              781 daemons/fenced/fenced_commands.c     if (metadata == NULL) {
NULL              784 daemons/fenced/fenced_commands.c     *metadata = NULL;
NULL              790 daemons/fenced/fenced_commands.c     if (buffer == NULL) {
NULL              794 daemons/fenced/fenced_commands.c         if (st == NULL) {
NULL              800 daemons/fenced/fenced_commands.c                                 NULL, &buffer, 10);
NULL              816 daemons/fenced/fenced_commands.c     xmlXPathObjectPtr xpath = NULL;
NULL              843 daemons/fenced/fenced_commands.c     if (actions == NULL) {
NULL              860 daemons/fenced/fenced_commands.c     xmlXPathObjectPtr xpath = NULL;
NULL              864 daemons/fenced/fenced_commands.c     if (device->agent_metadata == NULL) {
NULL              877 daemons/fenced/fenced_commands.c         const char *action = NULL;
NULL              880 daemons/fenced/fenced_commands.c         CRM_LOG_ASSERT(match != NULL);
NULL              881 daemons/fenced/fenced_commands.c         if(match == NULL) { continue; };
NULL              952 daemons/fenced/fenced_commands.c     if (value != NULL) {
NULL              980 daemons/fenced/fenced_commands.c     const char *check_type = NULL;
NULL              984 daemons/fenced/fenced_commands.c     if (check_type == NULL) {
NULL             1007 daemons/fenced/fenced_commands.c     stonith_device_t *device = NULL;
NULL             1010 daemons/fenced/fenced_commands.c     CRM_CHECK(agent != NULL, return device);
NULL             1014 daemons/fenced/fenced_commands.c     CRM_CHECK(device != NULL, {free(agent); return device;});
NULL             1033 daemons/fenced/fenced_commands.c         device->targets = NULL;
NULL             1045 daemons/fenced/fenced_commands.c             if (device->timer == NULL) {
NULL             1094 daemons/fenced/fenced_commands.c     async_command_t *cmd = NULL;
NULL             1127 daemons/fenced/fenced_commands.c     stonith_device_t *dev = cmd->device ? g_hash_table_lookup(device_list, cmd->device) : NULL;
NULL             1133 daemons/fenced/fenced_commands.c         search_devices_record_result(search, NULL, FALSE);
NULL             1144 daemons/fenced/fenced_commands.c                  ((result->exit_reason == NULL)? "" : " ("),
NULL             1145 daemons/fenced/fenced_commands.c                  ((result->exit_reason == NULL)? "" : result->exit_reason),
NULL             1146 daemons/fenced/fenced_commands.c                  ((result->exit_reason == NULL)? "" : ")"));
NULL             1177 daemons/fenced/fenced_commands.c     stonith_device_t *dev = cmd->device ? g_hash_table_lookup(device_list, cmd->device) : NULL;
NULL             1188 daemons/fenced/fenced_commands.c         search_devices_record_result(search, NULL, FALSE);
NULL             1198 daemons/fenced/fenced_commands.c         dev->targets_age = time(NULL);
NULL             1200 daemons/fenced/fenced_commands.c     } else if (dev->targets != NULL) {
NULL             1209 daemons/fenced/fenced_commands.c                      ((result->exit_reason == NULL)? "" : " ("),
NULL             1210 daemons/fenced/fenced_commands.c                      ((result->exit_reason == NULL)? "" : result->exit_reason),
NULL             1211 daemons/fenced/fenced_commands.c                      ((result->exit_reason == NULL)? "" : ")"));
NULL             1224 daemons/fenced/fenced_commands.c                      ((result->exit_reason == NULL)? "" : " ("),
NULL             1225 daemons/fenced/fenced_commands.c                      ((result->exit_reason == NULL)? "" : result->exit_reason),
NULL             1226 daemons/fenced/fenced_commands.c                      ((result->exit_reason == NULL)? "" : ")"));
NULL             1232 daemons/fenced/fenced_commands.c         if (g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK) == NULL) {
NULL             1258 daemons/fenced/fenced_commands.c     char *key = NULL;
NULL             1259 daemons/fenced/fenced_commands.c     char *value = NULL;
NULL             1293 daemons/fenced/fenced_commands.c         return NULL;
NULL             1297 daemons/fenced/fenced_commands.c         return NULL;
NULL             1303 daemons/fenced/fenced_commands.c         return NULL;
NULL             1313 daemons/fenced/fenced_commands.c     stonith_device_t *dup = NULL;
NULL             1318 daemons/fenced/fenced_commands.c     CRM_CHECK(device != NULL, return -ENOMEM);
NULL             1323 daemons/fenced/fenced_commands.c                      STONITH_WATCHDOG_AGENT_INTERNAL, NULL)) do {
NULL             1330 daemons/fenced/fenced_commands.c                                  STONITH_WATCHDOG_AGENT_INTERNAL, NULL)) {
NULL             1351 daemons/fenced/fenced_commands.c                 device->targets = NULL;
NULL             1365 daemons/fenced/fenced_commands.c             device->targets = NULL;
NULL             1393 daemons/fenced/fenced_commands.c             old->pending_ops = NULL;
NULL             1467 daemons/fenced/fenced_commands.c         if (tp->levels[lpc] != NULL) {
NULL             1482 daemons/fenced/fenced_commands.c         if (tp->levels[lpc] != NULL) {
NULL             1496 daemons/fenced/fenced_commands.c     if (topology != NULL) {
NULL             1498 daemons/fenced/fenced_commands.c         topology = NULL;
NULL             1505 daemons/fenced/fenced_commands.c     if (topology == NULL) {
NULL             1506 daemons/fenced/fenced_commands.c         topology = pcmk__strkey_table(NULL, free_topology_entry);
NULL             1544 daemons/fenced/fenced_commands.c     if (crm_element_value(level, XML_ATTR_STONITH_TARGET) != NULL) {
NULL             1547 daemons/fenced/fenced_commands.c     if (crm_element_value(level, XML_ATTR_STONITH_TARGET_PATTERN) != NULL) {
NULL             1551 daemons/fenced/fenced_commands.c         && (crm_element_value(level, XML_ATTR_STONITH_TARGET_ATTRIBUTE) != NULL)
NULL             1552 daemons/fenced/fenced_commands.c         && (crm_element_value(level, XML_ATTR_STONITH_TARGET_VALUE) == NULL)) {
NULL             1564 daemons/fenced/fenced_commands.c     stonith_key_value_t *output = NULL;
NULL             1566 daemons/fenced/fenced_commands.c     if (devices == NULL) {
NULL             1575 daemons/fenced/fenced_commands.c             output = stonith_key_value_add(output, NULL, line);
NULL             1607 daemons/fenced/fenced_commands.c     stonith_key_value_t *dIter = NULL;
NULL             1608 daemons/fenced/fenced_commands.c     stonith_key_value_t *devices = NULL;
NULL             1610 daemons/fenced/fenced_commands.c     CRM_CHECK(result != NULL, return);
NULL             1612 daemons/fenced/fenced_commands.c     if (msg == NULL) {
NULL             1626 daemons/fenced/fenced_commands.c     if (level == NULL) {
NULL             1667 daemons/fenced/fenced_commands.c     if (tp == NULL) {
NULL             1669 daemons/fenced/fenced_commands.c         if (tp == NULL) {
NULL             1687 daemons/fenced/fenced_commands.c     if (tp->levels[id] != NULL) {
NULL             1708 daemons/fenced/fenced_commands.c     pcmk__set_result(result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             1730 daemons/fenced/fenced_commands.c     xmlNode *level = NULL;
NULL             1732 daemons/fenced/fenced_commands.c     CRM_CHECK(result != NULL, return);
NULL             1734 daemons/fenced/fenced_commands.c     if (msg == NULL) {
NULL             1741 daemons/fenced/fenced_commands.c     if (level == NULL) {
NULL             1768 daemons/fenced/fenced_commands.c     if (tp == NULL) {
NULL             1782 daemons/fenced/fenced_commands.c     } else if (tp->levels[id] != NULL) {
NULL             1786 daemons/fenced/fenced_commands.c         tp->levels[id] = NULL;
NULL             1795 daemons/fenced/fenced_commands.c     pcmk__set_result(result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             1807 daemons/fenced/fenced_commands.c     for (gIter = list; gIter != NULL; gIter = gIter->next) {
NULL             1817 daemons/fenced/fenced_commands.c         for (gIter = list; gIter != NULL; gIter = gIter->next) {
NULL             1852 daemons/fenced/fenced_commands.c     async_command_t *cmd = NULL;
NULL             1853 daemons/fenced/fenced_commands.c     stonith_device_t *device = NULL;
NULL             1855 daemons/fenced/fenced_commands.c     if ((id == NULL) || (action == NULL)) {
NULL             1871 daemons/fenced/fenced_commands.c             pcmk__set_result(result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             1875 daemons/fenced/fenced_commands.c                                     NULL);
NULL             1879 daemons/fenced/fenced_commands.c             pcmk__set_result(result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             1885 daemons/fenced/fenced_commands.c     if (device == NULL) {
NULL             1902 daemons/fenced/fenced_commands.c     if (cmd == NULL) {
NULL             1908 daemons/fenced/fenced_commands.c     pcmk__set_result(result, CRM_EX_OK, PCMK_EXEC_PENDING, NULL);
NULL             1973 daemons/fenced/fenced_commands.c     const char *check_type = NULL;
NULL             1975 daemons/fenced/fenced_commands.c     const char *alias = NULL;
NULL             1977 daemons/fenced/fenced_commands.c     CRM_LOG_ASSERT(dev != NULL);
NULL             1979 daemons/fenced/fenced_commands.c     if (dev == NULL) {
NULL             1981 daemons/fenced/fenced_commands.c     } else if (host == NULL) {
NULL             2004 daemons/fenced/fenced_commands.c     if (alias == NULL) {
NULL             2027 daemons/fenced/fenced_commands.c         time_t now = time(NULL);
NULL             2029 daemons/fenced/fenced_commands.c         if (dev->targets == NULL || dev->targets_age + 60 < now) {
NULL             2040 daemons/fenced/fenced_commands.c             schedule_internal_command(__func__, dev, "list", NULL,
NULL             2081 daemons/fenced/fenced_commands.c     search_devices_record_result(search, dev ? dev->id : NULL, can);
NULL             2102 daemons/fenced/fenced_commands.c         callback(NULL, user_data);
NULL             2110 daemons/fenced/fenced_commands.c         callback(NULL, user_data);
NULL             2245 daemons/fenced/fenced_commands.c     xmlNode *dev = NULL;
NULL             2246 daemons/fenced/fenced_commands.c     xmlNode *list = NULL;
NULL             2247 daemons/fenced/fenced_commands.c     GList *lpc = NULL;
NULL             2248 daemons/fenced/fenced_commands.c     pcmk__client_t *client = NULL;
NULL             2250 daemons/fenced/fenced_commands.c     if (query->client_id != NULL) {
NULL             2252 daemons/fenced/fenced_commands.c         if ((client == NULL) && (query->remote_peer == NULL)) {
NULL             2260 daemons/fenced/fenced_commands.c     list = create_xml_node(NULL, __func__);
NULL             2262 daemons/fenced/fenced_commands.c     for (lpc = devices; lpc != NULL; lpc = lpc->next) {
NULL             2312 daemons/fenced/fenced_commands.c         if (query->target == NULL) {
NULL             2329 daemons/fenced/fenced_commands.c     if (list != NULL) {
NULL             2370 daemons/fenced/fenced_commands.c         log_level = (cmd->victim == NULL)? LOG_DEBUG : LOG_NOTICE;
NULL             2371 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
NULL             2375 daemons/fenced/fenced_commands.c         next = NULL;
NULL             2377 daemons/fenced/fenced_commands.c         log_level = (cmd->victim == NULL)? LOG_NOTICE : LOG_ERR;
NULL             2378 daemons/fenced/fenced_commands.c         if ((result->action_stdout != NULL)
NULL             2389 daemons/fenced/fenced_commands.c     if (cmd->victim != NULL) {
NULL             2403 daemons/fenced/fenced_commands.c     if (result->exit_reason != NULL) {
NULL             2406 daemons/fenced/fenced_commands.c     if (next != NULL) {
NULL             2444 daemons/fenced/fenced_commands.c     xmlNode *reply = NULL;
NULL             2445 daemons/fenced/fenced_commands.c     pcmk__client_t *client = NULL;
NULL             2447 daemons/fenced/fenced_commands.c     CRM_CHECK((cmd != NULL) && (result != NULL), return);
NULL             2449 daemons/fenced/fenced_commands.c     log_async_result(cmd, result, pid, NULL, merged);
NULL             2451 daemons/fenced/fenced_commands.c     if (cmd->client != NULL) {
NULL             2453 daemons/fenced/fenced_commands.c         if ((client == NULL) && (cmd->origin == NULL)) {
NULL             2473 daemons/fenced/fenced_commands.c         send_cluster_message(NULL, crm_msg_stonith_ng, reply, FALSE);
NULL             2484 daemons/fenced/fenced_commands.c         xmlNode *notify_data = create_xml_node(NULL, T_STONITH_NOTIFY_FENCE);
NULL             2495 daemons/fenced/fenced_commands.c         fenced_send_notification(T_STONITH_NOTIFY_HISTORY, NULL, NULL);
NULL             2504 daemons/fenced/fenced_commands.c     CRM_CHECK(cmd != NULL, return);
NULL             2522 daemons/fenced/fenced_commands.c     stonith_device_t *device = NULL;
NULL             2523 daemons/fenced/fenced_commands.c     stonith_device_t *next_device = NULL;
NULL             2526 daemons/fenced/fenced_commands.c     GList *gIter = NULL;
NULL             2527 daemons/fenced/fenced_commands.c     GList *gIterNext = NULL;
NULL             2529 daemons/fenced/fenced_commands.c     CRM_CHECK(cmd != NULL, return);
NULL             2531 daemons/fenced/fenced_commands.c     cmd->active_on = NULL;
NULL             2537 daemons/fenced/fenced_commands.c             (pcmk__strcase_any_of(cmd->action, "list", "monitor", "status", NULL))) {
NULL             2548 daemons/fenced/fenced_commands.c         for (iter = cmd->device_next; iter != NULL; iter = iter->next) {
NULL             2551 daemons/fenced/fenced_commands.c             if (next_device != NULL && is_action_required(cmd->action, next_device)) {
NULL             2555 daemons/fenced/fenced_commands.c             next_device = NULL;
NULL             2558 daemons/fenced/fenced_commands.c     } else if ((cmd->device_next != NULL)
NULL             2571 daemons/fenced/fenced_commands.c         cmd = NULL;
NULL             2585 daemons/fenced/fenced_commands.c     for (gIter = cmd_list; gIter != NULL; gIter = gIterNext) {
NULL             2652 daemons/fenced/fenced_commands.c     stonith_device_t *device = NULL;
NULL             2658 daemons/fenced/fenced_commands.c     if (devices != NULL) {
NULL             2664 daemons/fenced/fenced_commands.c     if (device == NULL) { // No device found
NULL             2692 daemons/fenced/fenced_commands.c     const char *device_id = NULL;
NULL             2693 daemons/fenced/fenced_commands.c     stonith_device_t *device = NULL;
NULL             2697 daemons/fenced/fenced_commands.c     CRM_CHECK(result != NULL, return);
NULL             2699 daemons/fenced/fenced_commands.c     if (cmd == NULL) {
NULL             2705 daemons/fenced/fenced_commands.c     if (device_id != NULL) {
NULL             2707 daemons/fenced/fenced_commands.c         if (device == NULL) {
NULL             2720 daemons/fenced/fenced_commands.c             crm_node_t *node = NULL;
NULL             2723 daemons/fenced/fenced_commands.c             node = pcmk__search_known_node_cache(nodeid, NULL, CRM_GET_PEER_ANY);
NULL             2724 daemons/fenced/fenced_commands.c             if (node != NULL) {
NULL             2734 daemons/fenced/fenced_commands.c     pcmk__set_result(result, CRM_EX_OK, PCMK_EXEC_PENDING, NULL);
NULL             2755 daemons/fenced/fenced_commands.c     xmlNode *reply = NULL;
NULL             2757 daemons/fenced/fenced_commands.c     reply = create_xml_node(NULL, T_STONITH_REPLY);
NULL             2763 daemons/fenced/fenced_commands.c     if (request == NULL) {
NULL             2775 daemons/fenced/fenced_commands.c         const char *name = NULL;
NULL             2776 daemons/fenced/fenced_commands.c         const char *value = NULL;
NULL             2793 daemons/fenced/fenced_commands.c         if (data != NULL) {
NULL             2810 daemons/fenced/fenced_commands.c     xmlNode *reply = create_xml_node(NULL, T_STONITH_REPLY);
NULL             2831 daemons/fenced/fenced_commands.c     if (peer == NULL) {
NULL             2833 daemons/fenced/fenced_commands.c     } else if (peer->uname == NULL) {
NULL             2863 daemons/fenced/fenced_commands.c     const char *alternate_host = NULL;
NULL             2868 daemons/fenced/fenced_commands.c         crm_node_t *entry = NULL;
NULL             2871 daemons/fenced/fenced_commands.c         while (g_hash_table_iter_next(&gIter, NULL, (void **)&entry)) {
NULL             2879 daemons/fenced/fenced_commands.c         if (alternate_host == NULL) {
NULL             2883 daemons/fenced/fenced_commands.c             while (g_hash_table_iter_next(&gIter, NULL, (void **)&entry)) {
NULL             2905 daemons/fenced/fenced_commands.c     CRM_CHECK((reply != NULL) && ((remote_peer != NULL) || (client != NULL)),
NULL             2908 daemons/fenced/fenced_commands.c     if (remote_peer == NULL) {
NULL             2920 daemons/fenced/fenced_commands.c     const char *relay_op_id = NULL; 
NULL             2921 daemons/fenced/fenced_commands.c     const char *op_id = NULL;
NULL             2922 daemons/fenced/fenced_commands.c     const char *client_name = NULL;
NULL             2923 daemons/fenced/fenced_commands.c     const char *target = NULL; 
NULL             2924 daemons/fenced/fenced_commands.c     remote_fencing_op_t *relay_op = NULL; 
NULL             2940 daemons/fenced/fenced_commands.c             remote_fencing_op_t *list_op = NULL; 
NULL             2944 daemons/fenced/fenced_commands.c             while (g_hash_table_iter_next(&iter, NULL, (void **)&list_op)) {
NULL             2945 daemons/fenced/fenced_commands.c                 GList *dup_iter = NULL;
NULL             2947 daemons/fenced/fenced_commands.c                     for (dup_iter = list_op->duplicates; dup_iter != NULL; dup_iter = dup_iter->next) {
NULL             2984 daemons/fenced/fenced_commands.c     if ((c == NULL) || pcmk_is_set(c->flags, pcmk__client_privileged)) {
NULL             2997 daemons/fenced/fenced_commands.c     xmlNode *reply = create_xml_node(NULL, "reply");
NULL             2999 daemons/fenced/fenced_commands.c     CRM_ASSERT(request->ipc_client != NULL);
NULL             3002 daemons/fenced/fenced_commands.c     pcmk__set_result(&request->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             3013 daemons/fenced/fenced_commands.c         return NULL;
NULL             3015 daemons/fenced/fenced_commands.c     return fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3028 daemons/fenced/fenced_commands.c     pcmk__set_result(&request->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             3029 daemons/fenced/fenced_commands.c     return NULL;
NULL             3037 daemons/fenced/fenced_commands.c     xmlNode *dev = NULL;
NULL             3038 daemons/fenced/fenced_commands.c     const char *action = NULL;
NULL             3039 daemons/fenced/fenced_commands.c     const char *target = NULL;
NULL             3041 daemons/fenced/fenced_commands.c     struct st_query_data *query = NULL;
NULL             3043 daemons/fenced/fenced_commands.c     if (request->peer != NULL) {
NULL             3051 daemons/fenced/fenced_commands.c     pcmk__set_result(&request->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             3054 daemons/fenced/fenced_commands.c     if (dev != NULL) {
NULL             3058 daemons/fenced/fenced_commands.c             return NULL; // No query or reply necessary
NULL             3067 daemons/fenced/fenced_commands.c     CRM_ASSERT(query != NULL);
NULL             3069 daemons/fenced/fenced_commands.c     query->reply = fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3080 daemons/fenced/fenced_commands.c     return NULL;
NULL             3087 daemons/fenced/fenced_commands.c     const char *flag_name = NULL;
NULL             3089 daemons/fenced/fenced_commands.c     CRM_ASSERT(request->ipc_client != NULL);
NULL             3091 daemons/fenced/fenced_commands.c     if (flag_name != NULL) {
NULL             3098 daemons/fenced/fenced_commands.c     if (flag_name != NULL) {
NULL             3105 daemons/fenced/fenced_commands.c     pcmk__set_result(&request->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             3125 daemons/fenced/fenced_commands.c     if (initiate_remote_stonith_op(NULL, request->xml, FALSE) == NULL) {
NULL             3127 daemons/fenced/fenced_commands.c         return fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3130 daemons/fenced/fenced_commands.c     pcmk__set_result(&request->result, CRM_EX_OK, PCMK_EXEC_PENDING, NULL);
NULL             3131 daemons/fenced/fenced_commands.c     return NULL;
NULL             3138 daemons/fenced/fenced_commands.c     if ((request->peer != NULL) || stand_alone) {
NULL             3146 daemons/fenced/fenced_commands.c                                  NULL);
NULL             3150 daemons/fenced/fenced_commands.c                                  NULL);
NULL             3158 daemons/fenced/fenced_commands.c         const char *alternate_host = NULL;
NULL             3165 daemons/fenced/fenced_commands.c         if (request->ipc_client != NULL) {
NULL             3174 daemons/fenced/fenced_commands.c                                  NULL);
NULL             3175 daemons/fenced/fenced_commands.c                 return fenced_construct_reply(request->xml, NULL,
NULL             3182 daemons/fenced/fenced_commands.c                        (device == NULL)? "(any)" : device);
NULL             3187 daemons/fenced/fenced_commands.c         if ((alternate_host != NULL) && (request->ipc_client != NULL)) {
NULL             3188 daemons/fenced/fenced_commands.c             const char *client_id = NULL;
NULL             3189 daemons/fenced/fenced_commands.c             remote_fencing_op_t *op = NULL;
NULL             3213 daemons/fenced/fenced_commands.c                              NULL);
NULL             3216 daemons/fenced/fenced_commands.c                                               FALSE) == NULL) {
NULL             3221 daemons/fenced/fenced_commands.c                              NULL);
NULL             3226 daemons/fenced/fenced_commands.c         return NULL;
NULL             3228 daemons/fenced/fenced_commands.c     return fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3235 daemons/fenced/fenced_commands.c     xmlNode *reply = NULL;
NULL             3236 daemons/fenced/fenced_commands.c     xmlNode *data = NULL;
NULL             3240 daemons/fenced/fenced_commands.c     pcmk__set_result(&request->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             3255 daemons/fenced/fenced_commands.c     const char *device_id = NULL;
NULL             3264 daemons/fenced/fenced_commands.c                          ((rc == pcmk_ok)? NULL : pcmk_strerror(rc)));
NULL             3271 daemons/fenced/fenced_commands.c     return fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3285 daemons/fenced/fenced_commands.c         pcmk__set_result(&request->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             3292 daemons/fenced/fenced_commands.c     return fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3299 daemons/fenced/fenced_commands.c     char *device_id = NULL;
NULL             3311 daemons/fenced/fenced_commands.c     return fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3318 daemons/fenced/fenced_commands.c     char *device_id = NULL;
NULL             3329 daemons/fenced/fenced_commands.c     return fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3337 daemons/fenced/fenced_commands.c     const char *name = NULL;
NULL             3342 daemons/fenced/fenced_commands.c     pcmk__set_result(&request->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             3343 daemons/fenced/fenced_commands.c     return NULL;
NULL             3356 daemons/fenced/fenced_commands.c     return fenced_construct_reply(request->xml, NULL, &request->result);
NULL             3376 daemons/fenced/fenced_commands.c         { NULL, handle_unknown_request },
NULL             3385 daemons/fenced/fenced_commands.c     if (fenced_handlers != NULL) {
NULL             3387 daemons/fenced/fenced_commands.c         fenced_handlers = NULL;
NULL             3394 daemons/fenced/fenced_commands.c     xmlNode *reply = NULL;
NULL             3395 daemons/fenced/fenced_commands.c     const char *reason = NULL;
NULL             3397 daemons/fenced/fenced_commands.c     if (fenced_handlers == NULL) {
NULL             3401 daemons/fenced/fenced_commands.c     if (reply != NULL) {
NULL             3403 daemons/fenced/fenced_commands.c             && (request->ipc_client != NULL)) {
NULL             3423 daemons/fenced/fenced_commands.c               (reason == NULL)? "" : " (",
NULL             3424 daemons/fenced/fenced_commands.c               (reason == NULL)? "" : reason,
NULL             3425 daemons/fenced/fenced_commands.c               (reason == NULL)? "" : ")");
NULL             3436 daemons/fenced/fenced_commands.c     } else if (pcmk__str_any_of(op, T_STONITH_NOTIFY, STONITH_OP_FENCE, NULL)) {
NULL             3440 daemons/fenced/fenced_commands.c                 crm_str(op), ((client == NULL)? "peer" : "client"),
NULL             3441 daemons/fenced/fenced_commands.c                 ((client == NULL)? remote_peer : pcmk__client_name(client)));
NULL             3447 daemons/fenced/fenced_commands.c               op, ((client == NULL)? "peer" : "client"),
NULL             3448 daemons/fenced/fenced_commands.c               ((client == NULL)? remote_peer : pcmk__client_name(client)));
NULL             3469 daemons/fenced/fenced_commands.c     CRM_CHECK(message != NULL, return);
NULL             3471 daemons/fenced/fenced_commands.c     if (get_xpath_object("//" T_STONITH_REPLY, message, LOG_NEVER) != NULL) {
NULL             3479 daemons/fenced/fenced_commands.c               ((client == NULL)? "peer" : "client"),
NULL             3480 daemons/fenced/fenced_commands.c               ((client == NULL)? remote_peer : pcmk__client_name(client)));
NULL             3483 daemons/fenced/fenced_commands.c         CRM_ASSERT(client == NULL || client->request_id == id);
NULL             3500 daemons/fenced/fenced_commands.c         CRM_CHECK(request.op != NULL, return);
NULL               45 daemons/fenced/fenced_history.c     xmlNode *bcast = create_xml_node(NULL, "stonith_command");
NULL               46 daemons/fenced/fenced_history.c     xmlNode *data = create_xml_node(NULL, __func__);
NULL               59 daemons/fenced/fenced_history.c     send_cluster_message(NULL, crm_msg_stonith_ng, bcast, FALSE);
NULL               95 daemons/fenced/fenced_history.c         stonith_send_broadcast_history(NULL,
NULL              103 daemons/fenced/fenced_history.c         fenced_send_notification(T_STONITH_NOTIFY_HISTORY, NULL, NULL);
NULL              181 daemons/fenced/fenced_history.c         remote_fencing_op_t *op = NULL;
NULL              191 daemons/fenced/fenced_history.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&op)) {
NULL              224 daemons/fenced/fenced_history.c     xmlNode *xml_op = NULL;
NULL              225 daemons/fenced/fenced_history.c     GHashTable *rv = NULL;
NULL              229 daemons/fenced/fenced_history.c     CRM_LOG_ASSERT(rv != NULL);
NULL              231 daemons/fenced/fenced_history.c     for (xml_op = pcmk__xml_first_child(history); xml_op != NULL;
NULL              233 daemons/fenced/fenced_history.c         remote_fencing_op_t *op = NULL;
NULL              263 daemons/fenced/fenced_history.c         CRM_LOG_ASSERT(g_hash_table_lookup(rv, id) != NULL);
NULL              286 daemons/fenced/fenced_history.c     xmlNode *history = NULL;
NULL              288 daemons/fenced/fenced_history.c     remote_fencing_op_t *op = NULL;
NULL              293 daemons/fenced/fenced_history.c             char *id = NULL;
NULL              295 daemons/fenced/fenced_history.c             history = create_xml_node(NULL, F_STONITH_HISTORY_LIST);
NULL              299 daemons/fenced/fenced_history.c                 xmlNode *entry = NULL;
NULL              369 daemons/fenced/fenced_history.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&op)) {
NULL              404 daemons/fenced/fenced_history.c         fenced_send_notification(T_STONITH_NOTIFY_HISTORY, NULL, NULL);
NULL              409 daemons/fenced/fenced_history.c         return NULL;
NULL              428 daemons/fenced/fenced_history.c     return stonith_local_history_diff_and_merge(NULL, add_id, target);
NULL              446 daemons/fenced/fenced_history.c     const char *target = NULL;
NULL              448 daemons/fenced/fenced_history.c     xmlNode *out_history = NULL;
NULL              457 daemons/fenced/fenced_history.c             node = pcmk__search_known_node_cache(nodeid, NULL, CRM_GET_PEER_ANY);
NULL              469 daemons/fenced/fenced_history.c             crm_element_value(msg, F_STONITH_CALLID) != NULL);
NULL              475 daemons/fenced/fenced_history.c         fenced_send_notification(T_STONITH_NOTIFY_HISTORY_SYNCED, NULL, NULL);
NULL              483 daemons/fenced/fenced_history.c             out_history = stonith_local_history(TRUE, NULL);
NULL              487 daemons/fenced/fenced_history.c                                         NULL);
NULL              503 daemons/fenced/fenced_history.c                 GHashTable *received_history = NULL;
NULL              505 daemons/fenced/fenced_history.c                 if (history != NULL) {
NULL              509 daemons/fenced/fenced_history.c                     stonith_local_history_diff_and_merge(received_history, TRUE, NULL);
NULL              515 daemons/fenced/fenced_history.c                         NULL);
NULL               77 daemons/fenced/fenced_remote.c GHashTable *stonith_remote_op_list = NULL;
NULL               98 daemons/fenced/fenced_remote.c     if (data != NULL) {
NULL              110 daemons/fenced/fenced_remote.c     if (stonith_remote_op_list != NULL) {
NULL              112 daemons/fenced/fenced_remote.c         stonith_remote_op_list = NULL;
NULL              184 daemons/fenced/fenced_remote.c            && !props->disallowed[op->phase])? props : NULL;
NULL              204 daemons/fenced/fenced_remote.c     if ((props == NULL) || (verified_devices_only && !props->verified)) {
NULL              253 daemons/fenced/fenced_remote.c         op->request = NULL;
NULL              257 daemons/fenced/fenced_remote.c         op->devices_list = NULL;
NULL              269 daemons/fenced/fenced_remote.c     if (*table == NULL) {
NULL              270 daemons/fenced/fenced_remote.c         *table = pcmk__strkey_table(NULL, free_remote_op);
NULL              316 daemons/fenced/fenced_remote.c     GList *iter = NULL;
NULL              327 daemons/fenced/fenced_remote.c     for (iter = op->automatic_list; iter != NULL; iter = iter->next) {
NULL              336 daemons/fenced/fenced_remote.c     op->automatic_list = NULL;
NULL              371 daemons/fenced/fenced_remote.c     xmlNode *notify_data = create_xml_node(NULL, T_STONITH_NOTIFY_FENCE);
NULL              397 daemons/fenced/fenced_remote.c     xmlNode *bcast = create_xml_node(NULL, T_STONITH_REPLY);
NULL              412 daemons/fenced/fenced_remote.c     send_cluster_message(NULL, crm_msg_stonith_ng, bcast, FALSE);
NULL              429 daemons/fenced/fenced_remote.c     xmlNode *notify_data = NULL;
NULL              430 daemons/fenced/fenced_remote.c     xmlNode *reply = NULL;
NULL              431 daemons/fenced/fenced_remote.c     pcmk__client_t *client = NULL;
NULL              448 daemons/fenced/fenced_remote.c     if (client == NULL) {
NULL              458 daemons/fenced/fenced_remote.c     fenced_send_notification(T_STONITH_NOTIFY_HISTORY, NULL, NULL);
NULL              475 daemons/fenced/fenced_remote.c     for (GList *iter = op->duplicates; iter != NULL; iter = iter->next) {
NULL              503 daemons/fenced/fenced_remote.c     if (match == NULL) {
NULL              530 daemons/fenced/fenced_remote.c     const char *subt = NULL;
NULL              531 daemons/fenced/fenced_remote.c     xmlNode *local_data = NULL;
NULL              534 daemons/fenced/fenced_remote.c     CRM_CHECK((op != NULL), return);
NULL              553 daemons/fenced/fenced_remote.c     if (data == NULL) {
NULL              554 daemons/fenced/fenced_remote.c         data = create_xml_node(NULL, "remote-op");
NULL              557 daemons/fenced/fenced_remote.c     } else if (op->delegate == NULL) {
NULL              572 daemons/fenced/fenced_remote.c     if (dup || (crm_element_value(data, F_STONITH_MERGED) != NULL)) {
NULL              599 daemons/fenced/fenced_remote.c                ((op->result.exit_reason == NULL)? "" : ": "),
NULL              600 daemons/fenced/fenced_remote.c                ((op->result.exit_reason == NULL)? "" : op->result.exit_reason),
NULL              614 daemons/fenced/fenced_remote.c         op->query_results = NULL;
NULL              618 daemons/fenced/fenced_remote.c         op->request = NULL;
NULL              643 daemons/fenced/fenced_remote.c     pcmk__set_result(&op->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL              644 daemons/fenced/fenced_remote.c     finalize_op(op, NULL, false);
NULL              661 daemons/fenced/fenced_remote.c     request_peer_fencing(op, NULL);
NULL              687 daemons/fenced/fenced_remote.c         pcmk__set_result(&op->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL              692 daemons/fenced/fenced_remote.c     finalize_op(op, NULL, false);
NULL              737 daemons/fenced/fenced_remote.c         request_peer_fencing(op, NULL);
NULL              757 daemons/fenced/fenced_remote.c     if (tp == NULL) {
NULL              762 daemons/fenced/fenced_remote.c         if (tp->levels[i] != NULL) {
NULL              809 daemons/fenced/fenced_remote.c     GList *lpc = NULL;
NULL              813 daemons/fenced/fenced_remote.c         op->devices_list = NULL;
NULL              815 daemons/fenced/fenced_remote.c     for (lpc = devices; lpc != NULL; lpc = lpc->next) {
NULL              857 daemons/fenced/fenced_remote.c                 int status = regexec(&r_patt, node, 0, NULL, 0);
NULL              884 daemons/fenced/fenced_remote.c     if(tp != NULL) {
NULL              890 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&tIter, NULL, (gpointer *) & tp)) {
NULL              898 daemons/fenced/fenced_remote.c     return NULL;
NULL              915 daemons/fenced/fenced_remote.c     stonith_topology_t *tp = NULL;
NULL              924 daemons/fenced/fenced_remote.c     CRM_ASSERT(tp->levels != NULL);
NULL              934 daemons/fenced/fenced_remote.c     } while (op->level < ST_LEVEL_MAX && tp->levels[op->level] == NULL);
NULL              974 daemons/fenced/fenced_remote.c     remote_fencing_op_t *other = NULL;
NULL              976 daemons/fenced/fenced_remote.c     time_t now = time(NULL);
NULL              979 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&other)) {
NULL             1034 daemons/fenced/fenced_remote.c                 TIMEOUT_MULTIPLY_FACTOR * get_op_total_timeout(op, NULL);
NULL             1056 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&gIter, NULL, (void **)&entry)) {
NULL             1076 daemons/fenced/fenced_remote.c     remote_fencing_op_t *op = NULL;
NULL             1079 daemons/fenced/fenced_remote.c     CRM_CHECK(dev != NULL, return EPROTO);
NULL             1084 daemons/fenced/fenced_remote.c     if (op == NULL) {
NULL             1092 daemons/fenced/fenced_remote.c     pcmk__set_result(&op->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             1115 daemons/fenced/fenced_remote.c     remote_fencing_op_t *op = NULL;
NULL             1118 daemons/fenced/fenced_remote.c     const char *operation = NULL;
NULL             1127 daemons/fenced/fenced_remote.c         CRM_CHECK(op_id != NULL, return NULL);
NULL             1132 daemons/fenced/fenced_remote.c                       op_id, ((client == NULL)? "unknown client" : client));
NULL             1138 daemons/fenced/fenced_remote.c     CRM_ASSERT(op != NULL);
NULL             1157 daemons/fenced/fenced_remote.c     op->created = time(NULL);
NULL             1159 daemons/fenced/fenced_remote.c     if (op->originator == NULL) {
NULL             1164 daemons/fenced/fenced_remote.c     CRM_LOG_ASSERT(client != NULL);
NULL             1199 daemons/fenced/fenced_remote.c         node = pcmk__search_known_node_cache(nodeid, NULL, CRM_GET_PEER_ANY);
NULL             1218 daemons/fenced/fenced_remote.c         fenced_send_notification(T_STONITH_NOTIFY_HISTORY, NULL, NULL);
NULL             1242 daemons/fenced/fenced_remote.c     xmlNode *query = NULL;
NULL             1243 daemons/fenced/fenced_remote.c     const char *client_id = NULL;
NULL             1244 daemons/fenced/fenced_remote.c     remote_fencing_op_t *op = NULL;
NULL             1245 daemons/fenced/fenced_remote.c     const char *relay_op_id = NULL;
NULL             1246 daemons/fenced/fenced_remote.c     const char *operation = NULL;
NULL             1254 daemons/fenced/fenced_remote.c     CRM_LOG_ASSERT(client_id != NULL);
NULL             1261 daemons/fenced/fenced_remote.c     CRM_CHECK(op->action, return NULL);
NULL             1274 daemons/fenced/fenced_remote.c             finalize_op(op, NULL, false);
NULL             1290 daemons/fenced/fenced_remote.c                               NULL, op->call_options);
NULL             1309 daemons/fenced/fenced_remote.c     send_cluster_message(NULL, crm_msg_stonith_ng, query, FALSE);
NULL             1330 daemons/fenced/fenced_remote.c     GList *iter = NULL;
NULL             1334 daemons/fenced/fenced_remote.c         return NULL;
NULL             1337 daemons/fenced/fenced_remote.c     for (iter = op->query_results; iter != NULL; iter = iter->next) {
NULL             1365 daemons/fenced/fenced_remote.c     return NULL;
NULL             1371 daemons/fenced/fenced_remote.c     const char *device = NULL;
NULL             1372 daemons/fenced/fenced_remote.c     peer_device_info_t *peer = NULL;
NULL             1394 daemons/fenced/fenced_remote.c             return NULL;
NULL             1424 daemons/fenced/fenced_remote.c     return NULL;
NULL             1498 daemons/fenced/fenced_remote.c         GList *device_list = NULL;
NULL             1499 daemons/fenced/fenced_remote.c         GList *iter = NULL;
NULL             1513 daemons/fenced/fenced_remote.c                 for (iter = op->query_results; iter != NULL; iter = iter->next) {
NULL             1537 daemons/fenced/fenced_remote.c     GList *iter = NULL;
NULL             1538 daemons/fenced/fenced_remote.c     xmlNode *update = NULL;
NULL             1539 daemons/fenced/fenced_remote.c     const char *client_node = NULL;
NULL             1540 daemons/fenced/fenced_remote.c     const char *client_id = NULL;
NULL             1541 daemons/fenced/fenced_remote.c     const char *call_id = NULL;
NULL             1568 daemons/fenced/fenced_remote.c     update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0);
NULL             1578 daemons/fenced/fenced_remote.c     for (iter = op->duplicates; iter != NULL; iter = iter->next) {
NULL             1612 daemons/fenced/fenced_remote.c         if (op->devices == NULL) {
NULL             1617 daemons/fenced/fenced_remote.c     if ((op->devices == NULL) && (op->phase == st_phase_off)) {
NULL             1626 daemons/fenced/fenced_remote.c     pcmk__set_result(&op->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             1638 daemons/fenced/fenced_remote.c         request_peer_fencing(op, NULL);
NULL             1678 daemons/fenced/fenced_remote.c     const char *device = NULL;
NULL             1681 daemons/fenced/fenced_remote.c     CRM_CHECK(op != NULL, return);
NULL             1687 daemons/fenced/fenced_remote.c     if ((peer == NULL) && !pcmk_is_set(op->call_options, st_opt_topology)) {
NULL             1717 daemons/fenced/fenced_remote.c         xmlNode *remote_op = stonith_create_op(op->client_callid, op->id, STONITH_OP_FENCE, NULL, 0);
NULL             1789 daemons/fenced/fenced_remote.c         advance_topology_device_in_level(op, device, NULL);
NULL             1825 daemons/fenced/fenced_remote.c                              PCMK_EXEC_NO_FENCE_DEVICE, NULL);
NULL             1830 daemons/fenced/fenced_remote.c                                  PCMK_EXEC_NO_FENCE_DEVICE, NULL);
NULL             1846 daemons/fenced/fenced_remote.c         finalize_op(op, NULL, false);
NULL             1883 daemons/fenced/fenced_remote.c     GList *device = NULL;
NULL             1884 daemons/fenced/fenced_remote.c     GList *iter = NULL;
NULL             1885 daemons/fenced/fenced_remote.c     device_properties_t *match = NULL;
NULL             1886 daemons/fenced/fenced_remote.c     stonith_topology_t *tp = NULL;
NULL             1902 daemons/fenced/fenced_remote.c             match = NULL;
NULL             1998 daemons/fenced/fenced_remote.c     CRM_ASSERT(props != NULL);
NULL             2012 daemons/fenced/fenced_remote.c     for (child = pcmk__xml_first_child(xml); child != NULL;
NULL             2047 daemons/fenced/fenced_remote.c     CRM_CHECK(peer != NULL, return NULL);
NULL             2052 daemons/fenced/fenced_remote.c     for (child = pcmk__xml_first_child(xml); child != NULL;
NULL             2090 daemons/fenced/fenced_remote.c     const char *id = NULL;
NULL             2091 daemons/fenced/fenced_remote.c     const char *host = NULL;
NULL             2092 daemons/fenced/fenced_remote.c     remote_fencing_op_t *op = NULL;
NULL             2093 daemons/fenced/fenced_remote.c     peer_device_info_t *peer = NULL;
NULL             2097 daemons/fenced/fenced_remote.c     CRM_CHECK(dev != NULL, return -EPROTO);
NULL             2100 daemons/fenced/fenced_remote.c     CRM_CHECK(id != NULL, return -EPROTO);
NULL             2103 daemons/fenced/fenced_remote.c     CRM_CHECK(dev != NULL, return -EPROTO);
NULL             2107 daemons/fenced/fenced_remote.c     if (op == NULL) {
NULL             2130 daemons/fenced/fenced_remote.c     pcmk__set_result(&op->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             2144 daemons/fenced/fenced_remote.c             request_peer_fencing(op, NULL);
NULL             2152 daemons/fenced/fenced_remote.c         if ((peer != NULL) && !host_is_target && nverified) {
NULL             2161 daemons/fenced/fenced_remote.c             request_peer_fencing(op, NULL);
NULL             2167 daemons/fenced/fenced_remote.c     } else if ((peer != NULL) && (op->state == st_done)) {
NULL             2189 daemons/fenced/fenced_remote.c     const char *id = NULL;
NULL             2190 daemons/fenced/fenced_remote.c     const char *device = NULL;
NULL             2191 daemons/fenced/fenced_remote.c     remote_fencing_op_t *op = NULL;
NULL             2195 daemons/fenced/fenced_remote.c     CRM_CHECK(dev != NULL, return);
NULL             2198 daemons/fenced/fenced_remote.c     CRM_CHECK(id != NULL, return);
NULL             2201 daemons/fenced/fenced_remote.c     CRM_CHECK(dev != NULL, return);
NULL             2211 daemons/fenced/fenced_remote.c     if ((op == NULL) && pcmk__result_ok(&result)) {
NULL             2218 daemons/fenced/fenced_remote.c     if (op == NULL) {
NULL             2255 daemons/fenced/fenced_remote.c         const char *device = NULL;
NULL             2274 daemons/fenced/fenced_remote.c                      (reason == NULL)? "" : ": ",
NULL             2275 daemons/fenced/fenced_remote.c                      (reason == NULL)? "" : reason,
NULL             2277 daemons/fenced/fenced_remote.c             pcmk__set_result(&op->result, CRM_EX_OK, PCMK_EXEC_DONE, NULL);
NULL             2284 daemons/fenced/fenced_remote.c                        (reason == NULL)? "" : " (",
NULL             2285 daemons/fenced/fenced_remote.c                        (reason == NULL)? "" : reason,
NULL             2286 daemons/fenced/fenced_remote.c                        (reason == NULL)? "" : ")");
NULL             2304 daemons/fenced/fenced_remote.c     } else if (pcmk__result_ok(&op->result) && (op->devices == NULL)) {
NULL             2310 daemons/fenced/fenced_remote.c                && (op->devices == NULL)) {
NULL             2324 daemons/fenced/fenced_remote.c     request_peer_fencing(op, NULL);
NULL             2331 daemons/fenced/fenced_remote.c     time_t now = time(NULL);
NULL             2332 daemons/fenced/fenced_remote.c     remote_fencing_op_t *rop = NULL;
NULL             2334 daemons/fenced/fenced_remote.c     if (tolerance <= 0 || !stonith_remote_op_list || target == NULL ||
NULL             2335 daemons/fenced/fenced_remote.c         action == NULL) {
NULL             2340 daemons/fenced/fenced_remote.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&rop)) {
NULL               43 daemons/fenced/pacemaker-fenced.c char *stonith_our_uname = NULL;
NULL               45 daemons/fenced/pacemaker-fenced.c GList *stonith_watchdog_targets = NULL;
NULL               47 daemons/fenced/pacemaker-fenced.c static GMainLoop *mainloop = NULL;
NULL               53 daemons/fenced/pacemaker-fenced.c static qb_ipcs_service_t *ipcs = NULL;
NULL               54 daemons/fenced/pacemaker-fenced.c static xmlNode *local_cib = NULL;
NULL               55 daemons/fenced/pacemaker-fenced.c static pe_working_set_t *fenced_data_set = NULL;
NULL               60 daemons/fenced/pacemaker-fenced.c static cib_t *cib_api = NULL;
NULL               62 daemons/fenced/pacemaker-fenced.c static pcmk__output_t *out = NULL;
NULL               68 daemons/fenced/pacemaker-fenced.c     { NULL, NULL, NULL }
NULL               83 daemons/fenced/pacemaker-fenced.c     if (pcmk__new_client(c, uid, gid) == NULL) {
NULL               96 daemons/fenced/pacemaker-fenced.c     xmlNode *request = NULL;
NULL               98 daemons/fenced/pacemaker-fenced.c     const char *op = NULL;
NULL              100 daemons/fenced/pacemaker-fenced.c     if (c == NULL) {
NULL              106 daemons/fenced/pacemaker-fenced.c     if (request == NULL) {
NULL              120 daemons/fenced/pacemaker-fenced.c         send_cluster_message(NULL, crm_msg_stonith_ng, request, FALSE);
NULL              125 daemons/fenced/pacemaker-fenced.c     if (c->name == NULL) {
NULL              128 daemons/fenced/pacemaker-fenced.c         if (value == NULL) {
NULL              148 daemons/fenced/pacemaker-fenced.c     stonith_command(c, id, flags, request, NULL);
NULL              160 daemons/fenced/pacemaker-fenced.c     if (client == NULL) {
NULL              189 daemons/fenced/pacemaker-fenced.c     stonith_command(NULL, 0, 0, msg, remote_peer);
NULL              199 daemons/fenced/pacemaker-fenced.c     xmlNode *xml = NULL;
NULL              200 daemons/fenced/pacemaker-fenced.c     const char *from = NULL;
NULL              203 daemons/fenced/pacemaker-fenced.c     if(data == NULL) {
NULL              208 daemons/fenced/pacemaker-fenced.c         if (xml == NULL) {
NULL              215 daemons/fenced/pacemaker-fenced.c         stonith_peer_callback(xml, NULL);
NULL              285 daemons/fenced/pacemaker-fenced.c     const char *type = NULL;
NULL              287 daemons/fenced/pacemaker-fenced.c     CRM_CHECK(client != NULL, return);
NULL              288 daemons/fenced/pacemaker-fenced.c     CRM_CHECK(update_msg != NULL, return);
NULL              291 daemons/fenced/pacemaker-fenced.c     CRM_CHECK(type != NULL, crm_log_xml_err(update_msg, "notify"); return);
NULL              293 daemons/fenced/pacemaker-fenced.c     if (client->ipcs == NULL) {
NULL              316 daemons/fenced/pacemaker-fenced.c     pcmk__client_t *client = NULL;
NULL              317 daemons/fenced/pacemaker-fenced.c     xmlNode *notify_data = NULL;
NULL              328 daemons/fenced/pacemaker-fenced.c     notify_data = create_xml_node(NULL, T_STONITH_TIMEOUT_VALUE);
NULL              355 daemons/fenced/pacemaker-fenced.c     xmlNode *update_msg = create_xml_node(NULL, "notify");
NULL              357 daemons/fenced/pacemaker-fenced.c     CRM_LOG_ASSERT(type != NULL);
NULL              364 daemons/fenced/pacemaker-fenced.c     if (data != NULL) {
NULL              389 daemons/fenced/pacemaker-fenced.c     xmlNode *notify_data = create_xml_node(NULL, op);
NULL              391 daemons/fenced/pacemaker-fenced.c     CRM_CHECK(notify_data != NULL, return);
NULL              437 daemons/fenced/pacemaker-fenced.c     char *desc = NULL;
NULL              439 daemons/fenced/pacemaker-fenced.c     xmlNode *data = create_xml_node(NULL, XML_TAG_FENCING_LEVEL);
NULL              458 daemons/fenced/pacemaker-fenced.c         const char *rsc_id = NULL;
NULL              459 daemons/fenced/pacemaker-fenced.c         const char *standard = NULL;
NULL              462 daemons/fenced/pacemaker-fenced.c         CRM_LOG_ASSERT(match != NULL);
NULL              463 daemons/fenced/pacemaker-fenced.c         if(match != NULL) {
NULL              480 daemons/fenced/pacemaker-fenced.c     char *desc = NULL;
NULL              483 daemons/fenced/pacemaker-fenced.c     CRM_CHECK(match != NULL, return);
NULL              509 daemons/fenced/pacemaker-fenced.c         CRM_LOG_ASSERT(match != NULL);
NULL              516 daemons/fenced/pacemaker-fenced.c             if (target == NULL) {
NULL              564 daemons/fenced/pacemaker-fenced.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              592 daemons/fenced/pacemaker-fenced.c     pe_node_t *node = NULL;
NULL              596 daemons/fenced/pacemaker-fenced.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              600 daemons/fenced/pacemaker-fenced.c             node = NULL;
NULL              622 daemons/fenced/pacemaker-fenced.c                     NULL, /* stonith_device_register will add our
NULL              626 daemons/fenced/pacemaker-fenced.c                     NULL);
NULL              627 daemons/fenced/pacemaker-fenced.c             rc = stonith_device_register(xml, NULL, TRUE);
NULL              646 daemons/fenced/pacemaker-fenced.c     xmlNode *stonith_enabled_xml = NULL;
NULL              656 daemons/fenced/pacemaker-fenced.c         xmlNode *stonith_watchdog_xml = NULL;
NULL              657 daemons/fenced/pacemaker-fenced.c         const char *value = NULL;
NULL              686 daemons/fenced/pacemaker-fenced.c     pe_node_t *node = NULL;
NULL              687 daemons/fenced/pacemaker-fenced.c     const char *value = NULL;
NULL              688 daemons/fenced/pacemaker-fenced.c     const char *rclass = NULL;
NULL              689 daemons/fenced/pacemaker-fenced.c     pe_node_t *parent = NULL;
NULL              693 daemons/fenced/pacemaker-fenced.c         GList *gIter = NULL;
NULL              694 daemons/fenced/pacemaker-fenced.c         for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              732 daemons/fenced/pacemaker-fenced.c     if(node == NULL) {
NULL              738 daemons/fenced/pacemaker-fenced.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              757 daemons/fenced/pacemaker-fenced.c         GHashTable *rsc_params = NULL;
NULL              759 daemons/fenced/pacemaker-fenced.c         stonith_key_value_t *params = NULL;
NULL              761 daemons/fenced/pacemaker-fenced.c         const char *name = NULL;
NULL              763 daemons/fenced/pacemaker-fenced.c         const char *rsc_provides = NULL;
NULL              783 daemons/fenced/pacemaker-fenced.c         rc = stonith_device_register(data, NULL, TRUE);
NULL              797 daemons/fenced/pacemaker-fenced.c     stonith_device_t *device = NULL;
NULL              804 daemons/fenced/pacemaker-fenced.c     if (fenced_data_set->now != NULL) {
NULL              806 daemons/fenced/pacemaker-fenced.c         fenced_data_set->now = NULL;
NULL              812 daemons/fenced/pacemaker-fenced.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&device)) {
NULL              822 daemons/fenced/pacemaker-fenced.c     stonith_watchdog_targets = NULL;
NULL              826 daemons/fenced/pacemaker-fenced.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&device)) {
NULL              832 daemons/fenced/pacemaker-fenced.c     fenced_data_set->input = NULL; // Wasn't a copy, so don't let API free it
NULL              839 daemons/fenced/pacemaker-fenced.c     xmlNode *change = NULL;
NULL              840 daemons/fenced/pacemaker-fenced.c     char *reason = NULL;
NULL              844 daemons/fenced/pacemaker-fenced.c     for (change = pcmk__xml_first_child(patchset); change != NULL;
NULL              848 daemons/fenced/pacemaker-fenced.c         const char *shortpath = NULL;
NULL              850 daemons/fenced/pacemaker-fenced.c         if ((op == NULL) ||
NULL              855 daemons/fenced/pacemaker-fenced.c             const char *rsc_id = NULL;
NULL              856 daemons/fenced/pacemaker-fenced.c             char *search = NULL;
NULL              857 daemons/fenced/pacemaker-fenced.c             char *mutable = NULL;
NULL              867 daemons/fenced/pacemaker-fenced.c             if (rsc_id != NULL) {
NULL              871 daemons/fenced/pacemaker-fenced.c             if (search != NULL) {
NULL              906 daemons/fenced/pacemaker-fenced.c     xmlXPathObjectPtr xpath_obj = NULL;
NULL              938 daemons/fenced/pacemaker-fenced.c             const char *rsc_id = NULL;
NULL              939 daemons/fenced/pacemaker-fenced.c             const char *standard = NULL;
NULL             1002 daemons/fenced/pacemaker-fenced.c     CRM_CHECK(local_cib != NULL, return FALSE);
NULL             1016 daemons/fenced/pacemaker-fenced.c     return (match != NULL);
NULL             1032 daemons/fenced/pacemaker-fenced.c     return ((stonith_watchdog_targets == NULL) ||
NULL             1042 daemons/fenced/pacemaker-fenced.c     xmlXPathObjectPtr xpathObj = NULL;
NULL             1064 daemons/fenced/pacemaker-fenced.c         xmlNode *change = NULL;
NULL             1070 daemons/fenced/pacemaker-fenced.c         for (change = pcmk__xml_first_child(patchset); change != NULL;
NULL             1075 daemons/fenced/pacemaker-fenced.c             if(op == NULL) {
NULL             1078 daemons/fenced/pacemaker-fenced.c             } else if(strstr(xpath, "/" XML_TAG_FENCING_LEVEL) != NULL) {
NULL             1103 daemons/fenced/pacemaker-fenced.c             } else if (strstr(xpath, "/" XML_TAG_FENCING_TOPOLOGY) != NULL) {
NULL             1112 daemons/fenced/pacemaker-fenced.c                 if(first_named_child(change, XML_TAG_FENCING_TOPOLOGY) == NULL) {
NULL             1139 daemons/fenced/pacemaker-fenced.c     xmlNode *stonith_enabled_xml = NULL;
NULL             1149 daemons/fenced/pacemaker-fenced.c     } else if(msg == NULL) {
NULL             1157 daemons/fenced/pacemaker-fenced.c     if (local_cib != NULL) {
NULL             1159 daemons/fenced/pacemaker-fenced.c         xmlNode *patchset = NULL;
NULL             1177 daemons/fenced/pacemaker-fenced.c                 local_cib = NULL;
NULL             1182 daemons/fenced/pacemaker-fenced.c                 local_cib = NULL;
NULL             1186 daemons/fenced/pacemaker-fenced.c     if (local_cib == NULL) {
NULL             1188 daemons/fenced/pacemaker-fenced.c         rc = cib_api->cmds->query(cib_api, NULL, &local_cib, cib_scope_local | cib_sync_call);
NULL             1193 daemons/fenced/pacemaker-fenced.c         CRM_ASSERT(local_cib != NULL);
NULL             1249 daemons/fenced/pacemaker-fenced.c     if (mainloop != NULL && g_main_loop_is_running(mainloop)) {
NULL             1293 daemons/fenced/pacemaker-fenced.c     stonith_our_uname = NULL;
NULL             1296 daemons/fenced/pacemaker-fenced.c     local_cib = NULL;
NULL             1303 daemons/fenced/pacemaker-fenced.c         NULL, pcmk__option_default
NULL             1307 daemons/fenced/pacemaker-fenced.c         NULL, pcmk__option_default
NULL             1311 daemons/fenced/pacemaker-fenced.c         NULL, pcmk__option_default
NULL             1315 daemons/fenced/pacemaker-fenced.c         NULL, pcmk__option_default
NULL             1319 daemons/fenced/pacemaker-fenced.c         NULL, pcmk__option_default
NULL             1323 daemons/fenced/pacemaker-fenced.c         NULL, pcmk__option_default
NULL             1334 daemons/fenced/pacemaker-fenced.c     if (cib_api == NULL) {
NULL             1352 daemons/fenced/pacemaker-fenced.c         rc = cib_api->cmds->query(cib_api, NULL, NULL, cib_scope_local);
NULL             1353 daemons/fenced/pacemaker-fenced.c         cib_api->cmds->register_callback(cib_api, rc, 120, FALSE, NULL, "init_cib_cache_cb",
NULL             1362 daemons/fenced/pacemaker-fenced.c     .connection_created = NULL,
NULL             1385 daemons/fenced/pacemaker-fenced.c         xmlNode *query = create_xml_node(NULL, "stonith_command");
NULL             1392 daemons/fenced/pacemaker-fenced.c         send_cluster_message(NULL, crm_msg_stonith_ng, query, FALSE);
NULL             1405 daemons/fenced/pacemaker-fenced.c     crm_cluster_t *cluster = NULL;
NULL             1407 daemons/fenced/pacemaker-fenced.c     crm_ipc_t *old_instance = NULL;
NULL             1410 daemons/fenced/pacemaker-fenced.c     crm_log_preinit(NULL, argc, argv);
NULL             1411 daemons/fenced/pacemaker-fenced.c     pcmk__set_cli_options(NULL, "[options]", long_options,
NULL             1416 daemons/fenced/pacemaker-fenced.c         flag = pcmk__next_cli_option(argc, argv, &option_index, NULL);
NULL             1637 daemons/fenced/pacemaker-fenced.c     crm_log_init(NULL, LOG_INFO, TRUE, FALSE, argc, argv, FALSE);
NULL             1651 daemons/fenced/pacemaker-fenced.c         old_instance = NULL;
NULL             1659 daemons/fenced/pacemaker-fenced.c     CRM_ASSERT(fenced_data_set != NULL);
NULL             1662 daemons/fenced/pacemaker-fenced.c     CRM_ASSERT(cluster != NULL);
NULL             1695 daemons/fenced/pacemaker-fenced.c     pcmk__register_formats(NULL, formats);
NULL             1696 daemons/fenced/pacemaker-fenced.c     rc = pcmk__output_new(&out, "log", NULL, argv);
NULL             1697 daemons/fenced/pacemaker-fenced.c     if ((rc != pcmk_rc_ok) || (out == NULL)) {
NULL             1710 daemons/fenced/pacemaker-fenced.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL             1720 daemons/fenced/pacemaker-fenced.c     out->finish(out, CRM_EX_OK, true, NULL);
NULL               41 daemons/pacemakerd/pacemakerd.c static pcmk__output_t *out = NULL;
NULL               47 daemons/pacemakerd/pacemakerd.c     { NULL, NULL, NULL }
NULL               67 daemons/pacemakerd/pacemakerd.c                                    NULL);
NULL               68 daemons/pacemakerd/pacemakerd.c     out->begin_list(out, NULL, NULL, "features");
NULL               70 daemons/pacemakerd/pacemakerd.c     for (char **s = feature_list; *s != NULL; s++) {
NULL               84 daemons/pacemakerd/pacemakerd.c     { NULL, NULL, NULL }
NULL              102 daemons/pacemakerd/pacemakerd.c       NULL },
NULL              105 daemons/pacemakerd/pacemakerd.c       NULL },
NULL              111 daemons/pacemakerd/pacemakerd.c       NULL },
NULL              114 daemons/pacemakerd/pacemakerd.c       NULL },
NULL              116 daemons/pacemakerd/pacemakerd.c     { NULL }
NULL              155 daemons/pacemakerd/pacemakerd.c         NULL
NULL              172 daemons/pacemakerd/pacemakerd.c     for (int i = 0; dirs[i] != NULL; ++i) {
NULL              239 daemons/pacemakerd/pacemakerd.c     GOptionContext *context = NULL;
NULL              241 daemons/pacemakerd/pacemakerd.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL              252 daemons/pacemakerd/pacemakerd.c     GError *error = NULL;
NULL              254 daemons/pacemakerd/pacemakerd.c     GOptionGroup *output_group = NULL;
NULL              261 daemons/pacemakerd/pacemakerd.c     pcmk_ipc_api_t *old_instance = NULL;
NULL              262 daemons/pacemakerd/pacemakerd.c     qb_ipcs_service_t *ipcs = NULL;
NULL              264 daemons/pacemakerd/pacemakerd.c     subdaemon_check_progress = time(NULL);
NULL              268 daemons/pacemakerd/pacemakerd.c     crm_log_preinit(NULL, argc, argv);
NULL              279 daemons/pacemakerd/pacemakerd.c     if ((rc != pcmk_rc_ok) || (out == NULL)) {
NULL              306 daemons/pacemakerd/pacemakerd.c         crm_log_init(NULL, LOG_INFO, TRUE, FALSE, argc, argv, FALSE);
NULL              312 daemons/pacemakerd/pacemakerd.c     if (old_instance == NULL) {
NULL              318 daemons/pacemakerd/pacemakerd.c     pcmk_register_ipc_callback(old_instance, pacemakerd_event_cb, NULL);
NULL              347 daemons/pacemakerd/pacemakerd.c     if (out != NULL) {
NULL              348 daemons/pacemakerd/pacemakerd.c         out->finish(out, exit_code, true, NULL);
NULL              350 daemons/pacemakerd/pacemakerd.c         out = NULL;
NULL              371 daemons/pacemakerd/pacemakerd.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL              409 daemons/pacemakerd/pacemakerd.c         startup_trigger = mainloop_add_trigger(G_PRIORITY_HIGH, init_children_processes, NULL);
NULL              417 daemons/pacemakerd/pacemakerd.c         init_children_processes(NULL);
NULL              426 daemons/pacemakerd/pacemakerd.c         ipcs = NULL;
NULL              440 daemons/pacemakerd/pacemakerd.c     if (out != NULL) {
NULL              441 daemons/pacemakerd/pacemakerd.c         out->finish(out, exit_code, true, NULL);
NULL               32 daemons/pacemakerd/pcmkd_corosync.c static mainloop_timer_t *reconnect_timer = NULL;
NULL               83 daemons/pacemakerd/pcmkd_corosync.c         reconnect_timer = NULL;
NULL              107 daemons/pacemakerd/pcmkd_corosync.c     reconnect_timer = mainloop_timer_add("corosync reconnect", 1000, TRUE, cluster_reconnect_cb, NULL);
NULL              115 daemons/pacemakerd/pcmkd_corosync.c     if (reconnect_timer != NULL) {
NULL              120 daemons/pacemakerd/pcmkd_corosync.c         reconnect_timer = NULL;
NULL              230 daemons/pacemakerd/pcmkd_corosync.c     cpg_model_v1_data_t cpg_model_info = {CPG_MODEL_V1, NULL, NULL, NULL, 0};
NULL              233 daemons/pacemakerd/pcmkd_corosync.c     if (cpg_model_initialize(&local_handle, CPG_MODEL_V1, (cpg_model_data_t *) &cpg_model_info, NULL) != CS_OK) {
NULL              334 daemons/pacemakerd/pcmkd_corosync.c     if (pcmk__env_option(PCMK__ENV_DEBUG) == NULL) {
NULL              335 daemons/pacemakerd/pcmkd_corosync.c         char *debug_enabled = NULL;
NULL              354 daemons/pacemakerd/pcmkd_corosync.c         if (pcmk_daemon_user(NULL, &gid) < 0) {
NULL               25 daemons/pacemakerd/pcmkd_messages.c     const char *value = NULL;
NULL               26 daemons/pacemakerd/pcmkd_messages.c     xmlNode *ping = NULL;
NULL               27 daemons/pacemakerd/pcmkd_messages.c     xmlNode *reply = NULL;
NULL               34 daemons/pacemakerd/pcmkd_messages.c     ping = create_xml_node(NULL, XML_CRM_TAG_PING);
NULL               72 daemons/pacemakerd/pcmkd_messages.c     xmlNode *shutdown = NULL;
NULL               73 daemons/pacemakerd/pcmkd_messages.c     xmlNode *reply = NULL;
NULL               81 daemons/pacemakerd/pcmkd_messages.c     shutdown = create_xml_node(NULL, XML_CIB_ATTR_SHUTDOWN);
NULL              116 daemons/pacemakerd/pcmkd_messages.c     if (pcmk__new_client(c, uid, gid) == NULL) {
NULL              128 daemons/pacemakerd/pcmkd_messages.c     if (client == NULL) {
NULL              155 daemons/pacemakerd/pcmkd_messages.c     const char *task = NULL;
NULL              156 daemons/pacemakerd/pcmkd_messages.c     xmlNode *msg = NULL;
NULL              159 daemons/pacemakerd/pcmkd_messages.c     CRM_CHECK(c != NULL, return 0);
NULL              162 daemons/pacemakerd/pcmkd_messages.c     if (msg == NULL) {
NULL              193 daemons/pacemakerd/pcmkd_messages.c     .connection_created = NULL,
NULL               56 daemons/pacemakerd/pcmkd_subdaemons.c         0, 0, true, "pacemaker-fenced", NULL,
NULL               61 daemons/pacemakerd/pcmkd_subdaemons.c         0, 0, true,  "pacemaker-execd", NULL,
NULL               82 daemons/pacemakerd/pcmkd_subdaemons.c static char *opts_default[] = { NULL, NULL };
NULL               83 daemons/pacemakerd/pcmkd_subdaemons.c static char *opts_vgrind[] = { NULL, NULL, NULL, NULL, NULL };
NULL               85 daemons/pacemakerd/pcmkd_subdaemons.c crm_trigger_t *shutdown_trigger = NULL;
NULL               86 daemons/pacemakerd/pcmkd_subdaemons.c crm_trigger_t *startup_trigger = NULL;
NULL              106 daemons/pacemakerd/pcmkd_subdaemons.c GMainLoop *mainloop = NULL;
NULL              142 daemons/pacemakerd/pcmkd_subdaemons.c             subdaemon_check_progress = time(NULL);
NULL              172 daemons/pacemakerd/pcmkd_subdaemons.c                     subdaemon_check_progress = time(NULL);
NULL              188 daemons/pacemakerd/pcmkd_subdaemons.c                     subdaemon_check_progress = time(NULL);
NULL              343 daemons/pacemakerd/pcmkd_subdaemons.c             time_t now = time(NULL);
NULL              429 daemons/pacemakerd/pcmkd_subdaemons.c     if (child->command == NULL) {
NULL              434 daemons/pacemakerd/pcmkd_subdaemons.c     if (env_callgrind != NULL && crm_is_true(env_callgrind)) {
NULL              438 daemons/pacemakerd/pcmkd_subdaemons.c     } else if (env_callgrind != NULL && strstr(env_callgrind, child->name)) {
NULL              442 daemons/pacemakerd/pcmkd_subdaemons.c     } else if (env_valgrind != NULL && crm_is_true(env_valgrind)) {
NULL              445 daemons/pacemakerd/pcmkd_subdaemons.c     } else if (env_valgrind != NULL && strstr(env_valgrind, child->name)) {
NULL              485 daemons/pacemakerd/pcmkd_subdaemons.c             opts_vgrind[4] = NULL;
NULL              488 daemons/pacemakerd/pcmkd_subdaemons.c             opts_vgrind[2] = NULL;
NULL              489 daemons/pacemakerd/pcmkd_subdaemons.c             opts_vgrind[3] = NULL;
NULL              490 daemons/pacemakerd/pcmkd_subdaemons.c             opts_vgrind[4] = NULL;
NULL              572 daemons/pacemakerd/pcmkd_subdaemons.c     if (child->endpoint == NULL
NULL              578 daemons/pacemakerd/pcmkd_subdaemons.c     } else if (child->endpoint != NULL) {
NULL              581 daemons/pacemakerd/pcmkd_subdaemons.c         if (child->uid == NULL) {
NULL              709 daemons/pacemakerd/pcmkd_subdaemons.c             if ((pcmk_children[i].endpoint == NULL)
NULL              803 daemons/pacemakerd/pcmkd_subdaemons.c                           NULL);
NULL              833 daemons/pacemakerd/pcmkd_subdaemons.c     if (shutdown_trigger == NULL) {
NULL              834 daemons/pacemakerd/pcmkd_subdaemons.c         shutdown_trigger = mainloop_add_trigger(G_PRIORITY_HIGH, pcmk_shutdown_worker, NULL);
NULL              865 daemons/pacemakerd/pcmkd_subdaemons.c     if (child->command == NULL || child->pid == PCMK__SPECIAL_PID) {
NULL               33 daemons/schedulerd/pacemaker-schedulerd.c pcmk__output_t *logger_out = NULL;
NULL               34 daemons/schedulerd/pacemaker-schedulerd.c pcmk__output_t *out = NULL;
NULL               36 daemons/schedulerd/pacemaker-schedulerd.c static GMainLoop *mainloop = NULL;
NULL               37 daemons/schedulerd/pacemaker-schedulerd.c static qb_ipcs_service_t *ipcs = NULL;
NULL               44 daemons/schedulerd/pacemaker-schedulerd.c     { NULL, NULL, NULL }
NULL               51 daemons/schedulerd/pacemaker-schedulerd.c     GOptionContext *context = NULL;
NULL               55 daemons/schedulerd/pacemaker-schedulerd.c           NULL,
NULL               56 daemons/schedulerd/pacemaker-schedulerd.c           NULL },
NULL               58 daemons/schedulerd/pacemaker-schedulerd.c         { NULL }
NULL               61 daemons/schedulerd/pacemaker-schedulerd.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL               69 daemons/schedulerd/pacemaker-schedulerd.c     GError *error = NULL;
NULL               72 daemons/schedulerd/pacemaker-schedulerd.c     GOptionGroup *output_group = NULL;
NULL               74 daemons/schedulerd/pacemaker-schedulerd.c     gchar **processed_args = pcmk__cmdline_preproc(argv, NULL);
NULL               77 daemons/schedulerd/pacemaker-schedulerd.c     crm_log_preinit(NULL, argc, argv);
NULL               80 daemons/schedulerd/pacemaker-schedulerd.c     pcmk__register_formats(NULL, formats);
NULL               87 daemons/schedulerd/pacemaker-schedulerd.c     if ((rc != pcmk_rc_ok) || (out == NULL)) {
NULL              116 daemons/schedulerd/pacemaker-schedulerd.c     crm_log_init(NULL, LOG_INFO, TRUE, FALSE, argc, argv, FALSE);
NULL              119 daemons/schedulerd/pacemaker-schedulerd.c     if (pcmk__daemon_can_write(PE_STATE_DIR, NULL) == FALSE) {
NULL              128 daemons/schedulerd/pacemaker-schedulerd.c     if (ipcs == NULL) {
NULL              136 daemons/schedulerd/pacemaker-schedulerd.c     if (logger_out == NULL) {
NULL              144 daemons/schedulerd/pacemaker-schedulerd.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL              160 daemons/schedulerd/pacemaker-schedulerd.c     if (ipcs != NULL) {
NULL              163 daemons/schedulerd/pacemaker-schedulerd.c         ipcs = NULL;
NULL              166 daemons/schedulerd/pacemaker-schedulerd.c     if (logger_out != NULL) {
NULL              167 daemons/schedulerd/pacemaker-schedulerd.c         logger_out->finish(logger_out, exit_code, true, NULL);
NULL              169 daemons/schedulerd/pacemaker-schedulerd.c         logger_out = NULL;
NULL              172 daemons/schedulerd/pacemaker-schedulerd.c     if (out != NULL) {
NULL              173 daemons/schedulerd/pacemaker-schedulerd.c         out->finish(out, exit_code, true, NULL);
NULL              175 daemons/schedulerd/pacemaker-schedulerd.c         out = NULL;
NULL               27 daemons/schedulerd/schedulerd_messages.c     CRM_ASSERT(data_set != NULL);
NULL               55 daemons/schedulerd/schedulerd_messages.c     static char *last_digest = NULL;
NULL               56 daemons/schedulerd/schedulerd_messages.c     static char *filename = NULL;
NULL               61 daemons/schedulerd/schedulerd_messages.c     char *digest = NULL;
NULL               62 daemons/schedulerd/schedulerd_messages.c     const char *value = NULL;
NULL               63 daemons/schedulerd/schedulerd_messages.c     time_t execution_date = time(NULL);
NULL               64 daemons/schedulerd/schedulerd_messages.c     xmlNode *converted = NULL;
NULL               65 daemons/schedulerd/schedulerd_messages.c     xmlNode *reply = NULL;
NULL               73 daemons/schedulerd/schedulerd_messages.c     if (!cli_config_update(&converted, NULL, TRUE)) {
NULL               74 daemons/schedulerd/schedulerd_messages.c         data_set->graph = create_xml_node(NULL, XML_TAG_GRAPH);
NULL              106 daemons/schedulerd/schedulerd_messages.c     if ((value == NULL)
NULL              119 daemons/schedulerd/schedulerd_messages.c     data_set->input = NULL;
NULL              121 daemons/schedulerd/schedulerd_messages.c     CRM_ASSERT(reply != NULL);
NULL              125 daemons/schedulerd/schedulerd_messages.c         filename = NULL;
NULL              142 daemons/schedulerd/schedulerd_messages.c         char *graph_file = NULL;
NULL              191 daemons/schedulerd/schedulerd_messages.c     if (op == NULL) {
NULL              200 daemons/schedulerd/schedulerd_messages.c     } else if (sys_to == NULL || strcasecmp(sys_to, CRM_SYSTEM_PENGINE) != 0) {
NULL              212 daemons/schedulerd/schedulerd_messages.c     if (pcmk__new_client(c, uid, gid) == NULL) {
NULL              227 daemons/schedulerd/schedulerd_messages.c     if (msg != NULL) {
NULL              242 daemons/schedulerd/schedulerd_messages.c     if (client == NULL) {
NULL              259 daemons/schedulerd/schedulerd_messages.c     .connection_created = NULL,
NULL               31 devel/scratch.c     xmlNode *top = NULL;
NULL               32 devel/scratch.c     const char *xml_file = NULL;
NULL               34 devel/scratch.c     crm_log_init(NULL, LOG_TRACE, FALSE, TRUE, argc, argv, FALSE);
NULL              253 include/crm/common/internal.h                             ((flag_type == NULL)? "Group of" : flag_type),
NULL              255 include/crm/common/internal.h                             ((flags_str == NULL)? "flags" : flags_str),
NULL              256 include/crm/common/internal.h                             ((target == NULL)? "target" : target),
NULL              287 include/crm/common/internal.h                             ((flag_type == NULL)? "Group of" : flag_type),
NULL              289 include/crm/common/internal.h                             ((flags_str == NULL)? "flags" : flags_str),
NULL              290 include/crm/common/internal.h                             ((target == NULL)? "target" : target),
NULL              328 include/crm/common/internal.h     if (new_ptr == NULL) {
NULL              346 include/crm/common/internal.h     return list && (list->next == NULL);
NULL              353 include/crm/common/internal.h     return list && (list->next != NULL);
NULL              382 include/crm/common/internal.h     CRM_CHECK(prefix && rsc_id && op, return NULL);
NULL              196 include/crm/common/logging.h                 static struct qb_log_callsite *trace_cs = NULL;             \
NULL              197 include/crm/common/logging.h                 if (trace_cs == NULL) {                                     \
NULL              212 include/crm/common/logging.h             static struct qb_log_callsite *core_cs = NULL;              \
NULL              213 include/crm/common/logging.h             if(core_cs == NULL) {                                       \
NULL              228 include/crm/common/logging.h             static struct qb_log_callsite *core_cs = NULL;              \
NULL              229 include/crm/common/logging.h             if (core_cs == NULL) {                                      \
NULL              255 include/crm/common/logging.h                 static struct qb_log_callsite *xml_cs = NULL;               \
NULL              256 include/crm/common/logging.h                 if (xml_cs == NULL) {                                       \
NULL              341 include/crm/common/logging.h                 static struct qb_log_callsite *trace_tag_cs = NULL;         \
NULL              343 include/crm/common/logging.h                 if (trace_tag_cs == NULL) {                                 \
NULL              375 include/crm/common/logging.h         static struct qb_log_callsite *digest_cs = NULL;        \
NULL               56 include/crm/common/logging_internal.h         static struct qb_log_callsite *trace_cs = NULL;                     \
NULL               58 include/crm/common/logging_internal.h         if (trace_cs == NULL) {                                             \
NULL               88 include/crm/common/messages_internal.h     if ((request != NULL) && (request->ipc_client != NULL)) {
NULL               90 include/crm/common/messages_internal.h     } else if ((request != NULL) && (request->peer != NULL)) {
NULL              109 include/crm/common/messages_internal.h     if ((request != NULL) && (request->ipc_client != NULL)) {
NULL              111 include/crm/common/messages_internal.h     } else if ((request != NULL) && (request->peer != NULL)) {
NULL              870 include/crm/common/output_internal.h         out_obj->begin_list(out_obj, NULL, NULL, title);            \
NULL               43 include/crm/common/results_internal.h         .exit_reason = NULL,                    \
NULL               44 include/crm/common/results_internal.h         .action_stdout = NULL,                  \
NULL               45 include/crm/common/results_internal.h         .action_stderr = NULL,                  \
NULL               75 include/crm/common/results_internal.h     return (result != NULL) && (result->exit_status == CRM_EX_OK)
NULL               69 include/crm/common/strings_internal.h     return g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL,
NULL              170 include/crm/common/strings_internal.h     return (s == NULL) || (s[0] == '\0');
NULL              118 include/crm/common/util_compat.h     if (hashtable == NULL) {
NULL              170 include/crm/common/xml.h     return xml? (const char *)(xml->name) : NULL;
NULL              267 include/crm/common/xml.h     if(xpathObj == NULL || xpathObj->nodesetval == NULL) {
NULL               69 include/crm/common/xml_internal.h     if (!(dechunk) && (prefix) == NULL) {  /* quick pass */                     \
NULL               75 include/crm/common/xml_internal.h         char *CXLB_buf = NULL;                                                  \
NULL               77 include/crm/common/xml_internal.h         static char *CXLB_buffer = NULL;                                        \
NULL               93 include/crm/common/xml_internal.h                                             (prefix) != NULL ? (prefix) : "",   \
NULL               99 include/crm/common/xml_internal.h                                             (prefix) != NULL ? (prefix) : "",   \
NULL              103 include/crm/common/xml_internal.h                 CXLB_buf = NULL;  /* restore temporary override */              \
NULL              105 include/crm/common/xml_internal.h             CXLB_buffer = NULL;                                                 \
NULL              109 include/crm/common/xml_internal.h         } else if (CXLB_buffer == NULL) {                                       \
NULL              112 include/crm/common/xml_internal.h             CXLB_buf = NULL;                                                    \
NULL              200 include/crm/common/xml_internal.h     xmlNode *child = (parent? parent->children : NULL);
NULL              219 include/crm/common/xml_internal.h     xmlNode *next = (child? child->next : NULL);
NULL              238 include/crm/common/xml_internal.h     xmlNode *child = (parent? parent->children : NULL);
NULL              257 include/crm/common/xml_internal.h     xmlNode *next = child? child->next : NULL;
NULL              298 include/crm/common/xml_internal.h     return (xe == NULL)? NULL : xe->properties;
NULL              225 include/crm/crm.h     if ((task != NULL) && (interval_ms == 0)
NULL              325 include/crm/pengine/internal.h     return pe__find_active_on(rsc, NULL, NULL);
NULL              340 include/crm/pengine/internal.h     return NULL;
NULL               99 include/crm/pengine/status.h     return uber_parent(rsc)->parent != NULL;
NULL              516 include/crm/stonith-ng.h     static void *st_library = NULL;
NULL              519 include/crm/stonith-ng.h     if (st_library == NULL) {
NULL              522 include/crm/stonith-ng.h     if (st_library && st_kick_fn == NULL) {
NULL              525 include/crm/stonith-ng.h     if (st_kick_fn == NULL) {
NULL              533 include/crm/stonith-ng.h     return (*st_kick_fn) (nodeid, NULL, timeout, off);
NULL              539 include/crm/stonith-ng.h     static void *st_library = NULL;
NULL              542 include/crm/stonith-ng.h     if (st_library == NULL) {
NULL              545 include/crm/stonith-ng.h     if (st_library && st_time_fn == NULL) {
NULL              548 include/crm/stonith-ng.h     if (st_time_fn == NULL) {
NULL              552 include/crm/stonith-ng.h     return (*st_time_fn) (nodeid, NULL, in_progress);
NULL              122 include/gettext.h    pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES)
NULL              133 include/gettext.h    npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
NULL              198 include/gettext.h   dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES)
NULL              225 include/gettext.h   if (msg_ctxt_id != NULL)
NULL              245 include/gettext.h   dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
NULL              273 include/gettext.h   if (msg_ctxt_id != NULL)
NULL               85 include/pcmki/pcmki_scheduler.h     if (rsc == NULL) {
NULL               92 include/pcmki/pcmki_scheduler.h     return colocation->influence || (rsc->running_on == NULL);
NULL               44 lib/cib/cib_attrs.c     pcmk__output_t *out = NULL;
NULL               45 lib/cib/cib_attrs.c     const char* argv[] = { "", NULL };
NULL               49 lib/cib/cib_attrs.c         { NULL, NULL, NULL }
NULL               52 lib/cib/cib_attrs.c     pcmk__register_formats(NULL, formats);
NULL               53 lib/cib/cib_attrs.c     rc = pcmk__output_new(&out, ty, NULL, (char**)argv);
NULL               54 lib/cib/cib_attrs.c     if ((rc != pcmk_rc_ok) || (out == NULL)) {
NULL               56 lib/cib/cib_attrs.c         return NULL;
NULL               71 lib/cib/cib_attrs.c     const char *xpath_base = NULL;
NULL               72 lib/cib/cib_attrs.c     char *xpath_string = NULL;
NULL               73 lib/cib/cib_attrs.c     xmlNode *xml_search = NULL;
NULL               74 lib/cib/cib_attrs.c     const char *set_type = NULL;
NULL               75 lib/cib/cib_attrs.c     const char *node_type = NULL;
NULL               83 lib/cib/cib_attrs.c     CRM_ASSERT(value != NULL);
NULL               84 lib/cib/cib_attrs.c     *value = NULL;
NULL               87 lib/cib/cib_attrs.c         node_uuid = NULL;
NULL               91 lib/cib/cib_attrs.c                                     NULL)) {
NULL               92 lib/cib/cib_attrs.c         node_uuid = NULL;
NULL               96 lib/cib/cib_attrs.c         node_uuid = NULL;
NULL              100 lib/cib/cib_attrs.c     } else if (node_uuid == NULL) {
NULL              105 lib/cib/cib_attrs.c     if (xpath_base == NULL) {
NULL              111 lib/cib/cib_attrs.c     if (xpath_string == NULL) {
NULL              152 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, CIB_OP_QUERY, NULL, xpath_string, NULL, &xml_search,
NULL              166 lib/cib/cib_attrs.c         xmlNode *child = NULL;
NULL              171 lib/cib/cib_attrs.c         for (child = pcmk__xml_first_child(xml_search); child != NULL;
NULL              193 lib/cib/cib_attrs.c     const char *tag = NULL;
NULL              195 lib/cib/cib_attrs.c     xmlNode *xml_top = NULL;
NULL              196 lib/cib/cib_attrs.c     xmlNode *xml_obj = NULL;
NULL              198 lib/cib/cib_attrs.c     char *local_attr_id = NULL;
NULL              199 lib/cib/cib_attrs.c     char *local_set_name = NULL;
NULL              201 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return EINVAL);
NULL              202 lib/cib/cib_attrs.c     CRM_CHECK(attr_value != NULL, return EINVAL);
NULL              203 lib/cib/cib_attrs.c     CRM_CHECK(attr_name != NULL || attr_id != NULL, return EINVAL);
NULL              220 lib/cib/cib_attrs.c             node_uuid = NULL;
NULL              229 lib/cib/cib_attrs.c             if (node_uuid == NULL) {
NULL              245 lib/cib/cib_attrs.c             if (node_uuid == NULL) {
NULL              255 lib/cib/cib_attrs.c             node_uuid = NULL;
NULL              258 lib/cib/cib_attrs.c         if (set_name == NULL) {
NULL              282 lib/cib/cib_attrs.c         if (attr_id == NULL) {
NULL              287 lib/cib/cib_attrs.c         } else if (attr_name == NULL) {
NULL              292 lib/cib/cib_attrs.c         if (tag != NULL) {
NULL              295 lib/cib/cib_attrs.c             if (xml_top == NULL) {
NULL              300 lib/cib/cib_attrs.c         if (node_uuid == NULL && !pcmk__str_eq(node_type, XML_CIB_TAG_TICKETS, pcmk__str_casei)) {
NULL              315 lib/cib/cib_attrs.c         if (xml_top == NULL) {
NULL              322 lib/cib/cib_attrs.c     if (xml_top == NULL) {
NULL              327 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, xml_top, NULL,
NULL              354 lib/cib/cib_attrs.c     CRM_ASSERT(attr_value != NULL);
NULL              355 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return EINVAL);
NULL              356 lib/cib/cib_attrs.c     CRM_CHECK(attr_name != NULL || attr_id != NULL, return EINVAL);
NULL              358 lib/cib/cib_attrs.c     *attr_value = NULL;
NULL              377 lib/cib/cib_attrs.c     xmlNode *xml_obj = NULL;
NULL              378 lib/cib/cib_attrs.c     char *local_attr_id = NULL;
NULL              380 lib/cib/cib_attrs.c     CRM_CHECK(section != NULL, return EINVAL);
NULL              381 lib/cib/cib_attrs.c     CRM_CHECK(attr_name != NULL || attr_id != NULL, return EINVAL);
NULL              383 lib/cib/cib_attrs.c     if (attr_id == NULL) {
NULL              393 lib/cib/cib_attrs.c     xml_obj = crm_create_nvpair_xml(NULL, attr_id, attr_name, attr_value);
NULL              395 lib/cib/cib_attrs.c     rc = cib_internal_op(cib, CIB_OP_DELETE, NULL, section, xml_obj, NULL,
NULL              418 lib/cib/cib_attrs.c     pcmk__output_t *out = NULL;
NULL              422 lib/cib/cib_attrs.c     if (out == NULL) {
NULL              429 lib/cib/cib_attrs.c     out->finish(out, CRM_EX_OK, true, NULL);
NULL              440 lib/cib/cib_attrs.c     pcmk__output_t *out = NULL;
NULL              444 lib/cib/cib_attrs.c     if (out == NULL) {
NULL              452 lib/cib/cib_attrs.c     out->finish(out, CRM_EX_OK, true, NULL);
NULL              463 lib/cib/cib_attrs.c     pcmk__output_t *out = NULL;
NULL              467 lib/cib/cib_attrs.c     if (out == NULL) {
NULL              474 lib/cib/cib_attrs.c     out->finish(out, CRM_EX_OK, true, NULL);
NULL              485 lib/cib/cib_attrs.c     pcmk__output_t *out = NULL;
NULL              489 lib/cib/cib_attrs.c     if (out == NULL) {
NULL              496 lib/cib/cib_attrs.c     out->finish(out, CRM_EX_OK, true, NULL);
NULL              516 lib/cib/cib_attrs.c     const char *parsed_uuid = NULL;
NULL              519 lib/cib/cib_attrs.c     if (result == NULL) {
NULL              527 lib/cib/cib_attrs.c         CRM_CHECK(result != NULL, return rc);
NULL              601 lib/cib/cib_attrs.c     xmlNode *xml_search = NULL;
NULL              602 lib/cib/cib_attrs.c     char *host_lowercase = NULL;
NULL              604 lib/cib/cib_attrs.c     CRM_ASSERT(uname != NULL);
NULL              609 lib/cib/cib_attrs.c         *uuid = NULL;
NULL              616 lib/cib/cib_attrs.c     if (cib_internal_op(the_cib, CIB_OP_QUERY, NULL, xpath_string, NULL,
NULL              618 lib/cib/cib_attrs.c                         NULL) == pcmk_ok) {
NULL              640 lib/cib/cib_attrs.c     xmlNode *a_child = NULL;
NULL              641 lib/cib/cib_attrs.c     xmlNode *xml_obj = NULL;
NULL              642 lib/cib/cib_attrs.c     xmlNode *fragment = NULL;
NULL              643 lib/cib/cib_attrs.c     const char *child_name = NULL;
NULL              645 lib/cib/cib_attrs.c     CRM_ASSERT(uname != NULL);
NULL              646 lib/cib/cib_attrs.c     CRM_ASSERT(uuid != NULL);
NULL              657 lib/cib/cib_attrs.c     CRM_ASSERT(xml_obj != NULL);
NULL              661 lib/cib/cib_attrs.c     *uname = NULL;
NULL              663 lib/cib/cib_attrs.c     for (a_child = pcmk__xml_first_child(xml_obj); a_child != NULL;
NULL              671 lib/cib/cib_attrs.c                 if (child_name != NULL) {
NULL              688 lib/cib/cib_attrs.c     char *attr_id = NULL;
NULL              690 lib/cib/cib_attrs.c     CRM_CHECK(uuid != NULL, return -EINVAL);
NULL              691 lib/cib/cib_attrs.c     CRM_CHECK(standby_value != NULL, return -EINVAL);
NULL              693 lib/cib/cib_attrs.c     if (pcmk__strcase_any_of(scope, "reboot", XML_CIB_TAG_STATUS, NULL)) {
NULL              702 lib/cib/cib_attrs.c     rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL,
NULL              703 lib/cib/cib_attrs.c                               attr_id, "standby", standby_value, TRUE, NULL, NULL);
NULL               28 lib/cib/cib_client.c static GHashTable *cib_op_callback_table = NULL;
NULL               42 lib/cib/cib_client.c         if(cib == NULL) {                                               \
NULL               44 lib/cib/cib_client.c         } else if(cib->delegate_fn == NULL) {                           \
NULL               53 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_NOOP, NULL, NULL, NULL, NULL, call_options, NULL);
NULL               60 lib/cib/cib_client.c     return cib_internal_op(cib, CRM_OP_PING, NULL, NULL, NULL, output_data, call_options, NULL);
NULL               66 lib/cib/cib_client.c     return cib->cmds->query_from(cib, NULL, section, output_data, call_options);
NULL               74 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_QUERY, host, section, NULL, output_data, call_options, NULL);
NULL               81 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_ISMASTER, NULL, NULL, NULL, NULL,
NULL               82 lib/cib/cib_client.c                            cib_scope_local | cib_sync_call, NULL);
NULL               89 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_SLAVE, NULL, NULL, NULL, NULL, call_options, NULL);
NULL              103 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MASTER, NULL, NULL, NULL, NULL,
NULL              104 lib/cib/cib_client.c                            call_options | cib_scope_local, NULL);
NULL              111 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_BUMP, NULL, NULL, NULL, NULL, call_options, NULL);
NULL              118 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_UPGRADE, NULL, NULL, NULL, NULL, call_options, NULL);
NULL              124 lib/cib/cib_client.c     return cib->cmds->sync_from(cib, NULL, section, call_options);
NULL              131 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_SYNC, host, section, NULL, NULL, call_options, NULL);
NULL              138 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_CREATE, NULL, section, data, NULL, call_options, NULL);
NULL              145 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
NULL              152 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_MODIFY, NULL, section, data, NULL, call_options, NULL);
NULL              159 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_REPLACE, NULL, section, data, NULL, call_options, NULL);
NULL              166 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_DELETE, NULL, section, data, NULL, call_options, NULL);
NULL              173 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_DELETE_ALT, NULL, section, data, NULL, call_options, NULL);
NULL              180 lib/cib/cib_client.c     return cib_internal_op(cib, CIB_OP_ERASE, NULL, NULL, NULL, output_data, call_options, NULL);
NULL              203 lib/cib/cib_client.c     if (cib_op_callback_table != NULL) {
NULL              205 lib/cib/cib_client.c         cib_op_callback_table = NULL;
NULL              212 lib/cib/cib_client.c     char *cib_home = NULL;
NULL              213 lib/cib/cib_client.c     char *fullname = NULL;
NULL              217 lib/cib/cib_client.c     if (dir == NULL) {
NULL              220 lib/cib/cib_client.c         const char *user = NULL;
NULL              231 lib/cib/cib_client.c         if (pcmk__strcase_any_of(user, "root", CRM_DAEMON_USER, NULL)) {
NULL              235 lib/cib/cib_client.c             const char *home = NULL;
NULL              237 lib/cib/cib_client.c             if ((home = getenv("HOME")) == NULL) {
NULL              272 lib/cib/cib_client.c     cib_t *new_cib = NULL;
NULL              273 lib/cib/cib_client.c     char *shadow_file = NULL;
NULL              275 lib/cib/cib_client.c     CRM_CHECK(shadow != NULL, return NULL);
NULL              326 lib/cib/cib_client.c         if (user == NULL) {
NULL              331 lib/cib/cib_client.c         if (server == NULL) {
NULL              354 lib/cib/cib_client.c     cib_t *new_cib = NULL;
NULL              358 lib/cib/cib_client.c     if (new_cib == NULL) {
NULL              359 lib/cib/cib_client.c         return NULL;
NULL              370 lib/cib/cib_client.c     new_cib->op_callback = NULL;
NULL              371 lib/cib/cib_client.c     new_cib->variant_opaque = NULL;
NULL              372 lib/cib/cib_client.c     new_cib->notify_list = NULL;
NULL              377 lib/cib/cib_client.c     if (new_cib->cmds == NULL) {
NULL              379 lib/cib/cib_client.c         return NULL;
NULL              423 lib/cib/cib_client.c         while (list != NULL) {
NULL              429 lib/cib/cib_client.c         cib->notify_list = NULL;
NULL              463 lib/cib/cib_client.c     if (callback == NULL) {
NULL              477 lib/cib/cib_client.c     GList *list_item = NULL;
NULL              478 lib/cib/cib_client.c     cib_notify_client_t *new_client = NULL;
NULL              492 lib/cib/cib_client.c     if (list_item != NULL) {
NULL              510 lib/cib/cib_client.c     GList *l = NULL;
NULL              528 lib/cib/cib_client.c     GList *list_item = NULL;
NULL              529 lib/cib/cib_client.c     cib_notify_client_t *new_client = NULL;
NULL              548 lib/cib/cib_client.c     if (list_item != NULL) {
NULL              576 lib/cib/cib_client.c     CRM_CHECK(a_client->event != NULL && b_client->event != NULL, return 0);
NULL              599 lib/cib/cib_client.c     cib_native_callback(timer->cib, NULL, timer->call_id, -ETIME);
NULL              614 lib/cib/cib_client.c                                              callback_name, callback, NULL);
NULL              625 lib/cib/cib_client.c     cib_callback_client_t *blob = NULL;
NULL              629 lib/cib/cib_client.c             callback(NULL, call_id, call_id, NULL, user_data);
NULL              647 lib/cib/cib_client.c         struct timer_rec_s *async_timer = NULL;
NULL              679 lib/cib/cib_client.c     if (cib_op_callback_table == NULL) {
NULL              697 lib/cib/cib_client.c     if (cib_op_callback_table == NULL) {
NULL              700 lib/cib/cib_client.c     return g_hash_table_foreach(cib_op_callback_table, cib_dump_pending_op, NULL);
NULL              107 lib/cib/cib_file.c             if (expected == NULL) {
NULL              145 lib/cib/cib_file.c     char *local_sigfile = NULL;
NULL              146 lib/cib/cib_file.c     xmlNode *local_root = NULL;
NULL              148 lib/cib/cib_file.c     CRM_ASSERT(filename != NULL);
NULL              150 lib/cib/cib_file.c         *root = NULL;
NULL              165 lib/cib/cib_file.c     if (local_root == NULL) {
NULL              171 lib/cib/cib_file.c     if (sigfile == NULL) {
NULL              212 lib/cib/cib_file.c     if (filename != NULL) {
NULL              214 lib/cib/cib_file.c         char *real_filename = NULL;
NULL              217 lib/cib/cib_file.c             char *real_livename = NULL;
NULL              333 lib/cib/cib_file.c     xmlNode *cib_status_root = NULL;
NULL              342 lib/cib/cib_file.c     CRM_LOG_ASSERT(cib_status_root != NULL);
NULL              343 lib/cib/cib_file.c     if (cib_status_root != NULL) {
NULL              367 lib/cib/cib_file.c     char *digest = NULL;
NULL              382 lib/cib/cib_file.c     CRM_ASSERT((cib_path != NULL) && (digest_path != NULL)
NULL              383 lib/cib/cib_file.c                && (tmp_cib != NULL) && (tmp_digest != NULL));
NULL              387 lib/cib/cib_file.c     rc = cib_file_read_and_verify(cib_path, NULL, NULL);
NULL              437 lib/cib/cib_file.c     CRM_ASSERT(digest != NULL);
NULL              469 lib/cib/cib_file.c     rc = cib_file_read_and_verify(tmp_cib, tmp_digest, NULL);
NULL              497 lib/cib/cib_file.c     cib_file_opaque_t *private = NULL;
NULL              500 lib/cib/cib_file.c     if (cib == NULL) {
NULL              501 lib/cib/cib_file.c         return NULL;
NULL              506 lib/cib/cib_file.c     if (private == NULL) {
NULL              508 lib/cib/cib_file.c         return NULL;
NULL              514 lib/cib/cib_file.c     if (cib_location == NULL) {
NULL              537 lib/cib/cib_file.c static xmlNode *in_mem_cib = NULL;
NULL              557 lib/cib/cib_file.c     xmlNode *root = NULL;
NULL              566 lib/cib/cib_file.c     if (root == NULL) {
NULL              571 lib/cib/cib_file.c     if (find_xml_node(root, XML_CIB_TAG_STATUS, FALSE) == NULL) {
NULL              576 lib/cib/cib_file.c     if (validate_xml(root, NULL, TRUE) == FALSE) {
NULL              595 lib/cib/cib_file.c     if (private->filename == NULL) {
NULL              634 lib/cib/cib_file.c     if (daemon_pwent == NULL) {
NULL              653 lib/cib/cib_file.c     if (sep == NULL) { /* no directory component specified */
NULL              684 lib/cib/cib_file.c     if ((sep != NULL) && (*sep == '\0')) {
NULL              742 lib/cib/cib_file.c     in_mem_cib = NULL;
NULL              795 lib/cib/cib_file.c                                         NULL);
NULL              804 lib/cib/cib_file.c     char *effective_user = NULL;
NULL              807 lib/cib/cib_file.c     xmlNode *request = NULL;
NULL              808 lib/cib/cib_file.c     xmlNode *output = NULL;
NULL              809 lib/cib/cib_file.c     xmlNode *cib_diff = NULL;
NULL              810 lib/cib/cib_file.c     xmlNode *result_cib = NULL;
NULL              811 lib/cib/cib_file.c     cib_op_t *fn = NULL;
NULL              827 lib/cib/cib_file.c     if (output_data != NULL) {
NULL              828 lib/cib/cib_file.c         *output_data = NULL;
NULL              831 lib/cib/cib_file.c     if (op == NULL) {
NULL              843 lib/cib/cib_file.c     if (fn == NULL) {
NULL              854 lib/cib/cib_file.c     if (section != NULL && data != NULL && pcmk__str_eq(crm_element_name(data), XML_TAG_CIB, pcmk__str_none)) {
NULL              879 lib/cib/cib_file.c     if (cib->op_callback != NULL) {
NULL              880 lib/cib/cib_file.c         cib->op_callback(NULL, cib->call_id, rc, output);
NULL               58 lib/cib/cib_native.c     cib_native_opaque_t *native = NULL;
NULL               61 lib/cib/cib_native.c     if (cib == NULL) {
NULL               62 lib/cib/cib_native.c         return NULL;
NULL               67 lib/cib/cib_native.c     if (native == NULL) {
NULL               69 lib/cib/cib_native.c         return NULL;
NULL               75 lib/cib/cib_native.c     native->ipc = NULL;
NULL               76 lib/cib/cib_native.c     native->source = NULL;
NULL               77 lib/cib/cib_native.c     native->dnotify_fn = NULL;
NULL               95 lib/cib/cib_native.c     return cib_native_signon_raw(cib, name, type, NULL);
NULL              101 lib/cib/cib_native.c     const char *type = NULL;
NULL              102 lib/cib/cib_native.c     xmlNode *msg = NULL;
NULL              108 lib/cib/cib_native.c     if (cib == NULL) {
NULL              115 lib/cib/cib_native.c     if (msg == NULL) {
NULL              147 lib/cib/cib_native.c     native->source = NULL;
NULL              148 lib/cib/cib_native.c     native->ipc = NULL;
NULL              159 lib/cib/cib_native.c     const char *channel = NULL;
NULL              187 lib/cib/cib_native.c     if (async_fd != NULL) {
NULL              204 lib/cib/cib_native.c     if (rc != pcmk_ok || native->ipc == NULL || crm_ipc_connected(native->ipc) == FALSE) {
NULL              210 lib/cib/cib_native.c         xmlNode *reply = NULL;
NULL              211 lib/cib/cib_native.c         xmlNode *hello = create_xml_node(NULL, "cib_command");
NULL              231 lib/cib/cib_native.c                 if (native->token == NULL) {
NULL              265 lib/cib/cib_native.c     if (native->source != NULL) {
NULL              268 lib/cib/cib_native.c         native->source = NULL;
NULL              269 lib/cib/cib_native.c         native->ipc = NULL;
NULL              275 lib/cib/cib_native.c         native->ipc = NULL;
NULL              312 lib/cib/cib_native.c                                           data, output_data, call_options, NULL);
NULL              324 lib/cib/cib_native.c     xmlNode *op_msg = NULL;
NULL              325 lib/cib/cib_native.c     xmlNode *op_reply = NULL;
NULL              333 lib/cib/cib_native.c     if (output_data != NULL) {
NULL              334 lib/cib/cib_native.c         *output_data = NULL;
NULL              337 lib/cib/cib_native.c     if (op == NULL) {
NULL              351 lib/cib/cib_native.c     CRM_CHECK(native->token != NULL,;
NULL              356 lib/cib/cib_native.c     if (op_msg == NULL) {
NULL              390 lib/cib/cib_native.c         if (output_data == NULL || (call_options & cib_discard_reply)) {
NULL              393 lib/cib/cib_native.c         } else if (tmp != NULL) {
NULL              410 lib/cib/cib_native.c     if (op_reply == NULL && cib->state == cib_disconnected) {
NULL              413 lib/cib/cib_native.c     } else if (rc == pcmk_ok && op_reply == NULL) {
NULL              455 lib/cib/cib_native.c     cib_native_opaque_t *native = NULL;
NULL              457 lib/cib/cib_native.c     if (cib == NULL) {
NULL              472 lib/cib/cib_native.c     xmlNode *notify_msg = create_xml_node(NULL, "cib-callback");
NULL              480 lib/cib/cib_native.c                           1000 * cib->call_timeout, NULL);
NULL               33 lib/cib/cib_ops.c     xmlNode *obj_root = NULL;
NULL               43 lib/cib/cib_ops.c     CRM_CHECK(*answer == NULL, free_xml(*answer));
NULL               44 lib/cib/cib_ops.c     *answer = NULL;
NULL               47 lib/cib/cib_ops.c         section = NULL;
NULL               52 lib/cib/cib_ops.c     if (obj_root == NULL) {
NULL               66 lib/cib/cib_ops.c     if (result == pcmk_ok && *answer == NULL) {
NULL               81 lib/cib/cib_ops.c     *answer = NULL;
NULL              103 lib/cib/cib_ops.c     *answer = NULL;
NULL              106 lib/cib/cib_ops.c     if (value != NULL) {
NULL              135 lib/cib/cib_ops.c     *answer = NULL;
NULL              144 lib/cib/cib_ops.c     char *new_value = NULL;
NULL              145 lib/cib/cib_ops.c     char *old_value = NULL;
NULL              148 lib/cib/cib_ops.c     if (reset == FALSE && crm_element_value(xml_obj, field) != NULL) {
NULL              151 lib/cib/cib_ops.c     if (old_value != NULL) {
NULL              172 lib/cib/cib_ops.c     const char *tag = NULL;
NULL              182 lib/cib/cib_ops.c     *answer = NULL;
NULL              184 lib/cib/cib_ops.c     if (input == NULL) {
NULL              191 lib/cib/cib_ops.c         section = NULL;
NULL              194 lib/cib/cib_ops.c         section = NULL;
NULL              206 lib/cib/cib_ops.c         const char *reason = NULL;
NULL              249 lib/cib/cib_ops.c         if (reason != NULL) {
NULL              265 lib/cib/cib_ops.c         xmlNode *obj_root = NULL;
NULL              269 lib/cib/cib_ops.c         ok = replace_xml_child(NULL, obj_root, input, FALSE);
NULL              283 lib/cib/cib_ops.c     xmlNode *obj_root = NULL;
NULL              292 lib/cib/cib_ops.c     if (input == NULL) {
NULL              299 lib/cib/cib_ops.c         xmlNode *child = NULL;
NULL              302 lib/cib/cib_ops.c             if (replace_xml_child(NULL, obj_root, child, TRUE) == FALSE) {
NULL              307 lib/cib/cib_ops.c     } else if (replace_xml_child(NULL, obj_root, input, TRUE) == FALSE) {
NULL              318 lib/cib/cib_ops.c     xmlNode *obj_root = NULL;
NULL              327 lib/cib/cib_ops.c     if (input == NULL) {
NULL              333 lib/cib/cib_ops.c     if (obj_root == NULL) {
NULL              334 lib/cib/cib_ops.c         xmlNode *tmp_section = NULL;
NULL              337 lib/cib/cib_ops.c         if (path == NULL) {
NULL              341 lib/cib/cib_ops.c         tmp_section = create_xml_node(NULL, section);
NULL              342 lib/cib/cib_ops.c         cib_process_xpath(CIB_OP_CREATE, 0, path, NULL, tmp_section, NULL, result_cib, answer);
NULL              348 lib/cib/cib_ops.c     CRM_CHECK(obj_root != NULL, return -EINVAL);
NULL              385 lib/cib/cib_ops.c     xmlNode *target = NULL;
NULL              386 lib/cib/cib_ops.c     xmlNode *a_child = NULL;
NULL              387 lib/cib/cib_ops.c     const char *replace = NULL;
NULL              388 lib/cib/cib_ops.c     const char *object_id = NULL;
NULL              389 lib/cib/cib_ops.c     const char *object_name = NULL;
NULL              391 lib/cib/cib_ops.c     CRM_CHECK(update != NULL, return -EINVAL);
NULL              392 lib/cib/cib_ops.c     CRM_CHECK(parent != NULL, return -EINVAL);
NULL              395 lib/cib/cib_ops.c     CRM_CHECK(object_name != NULL, return -EINVAL);
NULL              400 lib/cib/cib_ops.c     if (object_id == NULL) {
NULL              408 lib/cib/cib_ops.c     if (target == NULL) {
NULL              415 lib/cib/cib_ops.c     if (replace != NULL) {
NULL              416 lib/cib/cib_ops.c         xmlNode *remove = NULL;
NULL              422 lib/cib/cib_ops.c                 char *replace_item = NULL;
NULL              432 lib/cib/cib_ops.c                 if (remove != NULL) {
NULL              436 lib/cib/cib_ops.c                     remove = NULL;
NULL              452 lib/cib/cib_ops.c     for (a_child = pcmk__xml_first_child(update); a_child != NULL;
NULL              479 lib/cib/cib_ops.c     const char *object_name = NULL;
NULL              480 lib/cib/cib_ops.c     const char *object_id = NULL;
NULL              481 lib/cib/cib_ops.c     xmlNode *equiv_node = NULL;
NULL              483 lib/cib/cib_ops.c     if (new_obj != NULL) {
NULL              490 lib/cib/cib_ops.c     if (new_obj == NULL || object_name == NULL) {
NULL              493 lib/cib/cib_ops.c     } else if (parent == NULL) {
NULL              496 lib/cib/cib_ops.c     } else if (object_id == NULL) {
NULL              508 lib/cib/cib_ops.c     } else if (equiv_node != NULL) {
NULL              522 lib/cib/cib_ops.c     xmlNode *failed = NULL;
NULL              524 lib/cib/cib_ops.c     xmlNode *update_section = NULL;
NULL              528 lib/cib/cib_ops.c         section = NULL;
NULL              531 lib/cib/cib_ops.c         section = NULL;
NULL              534 lib/cib/cib_ops.c         section = NULL;
NULL              539 lib/cib/cib_ops.c     if (input == NULL) {
NULL              544 lib/cib/cib_ops.c     if (section == NULL) {
NULL              549 lib/cib/cib_ops.c     failed = create_xml_node(NULL, XML_TAG_FAILED);
NULL              553 lib/cib/cib_ops.c         xmlNode *a_child = NULL;
NULL              555 lib/cib/cib_ops.c         for (a_child = pcmk__xml_first_child(input); a_child != NULL;
NULL              587 lib/cib/cib_ops.c     const char *originator = NULL;
NULL              589 lib/cib/cib_ops.c     if (req != NULL) {
NULL              607 lib/cib/cib_ops.c     xmlXPathObject *xpathObj = NULL;
NULL              610 lib/cib/cib_ops.c     CRM_ASSERT(diff != NULL);
NULL              612 lib/cib/cib_ops.c     if (*diff == NULL && last != NULL && next != NULL) {
NULL              616 lib/cib/cib_ops.c     if (*diff == NULL) {
NULL              642 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_GENERATION) != NULL) {
NULL              646 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_GENERATION_ADMIN) != NULL) {
NULL              651 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_VALIDATION) != NULL) {
NULL              655 lib/cib/cib_ops.c         if (crm_element_value(top, XML_ATTR_CRM_VERSION) != NULL) {
NULL              659 lib/cib/cib_ops.c         if (crm_element_value(top, "remote-clear-port") != NULL) {
NULL              663 lib/cib/cib_ops.c         if (crm_element_value(top, "remote-tls-port") != NULL) {
NULL              683 lib/cib/cib_ops.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              704 lib/cib/cib_ops.c             *answer = create_xml_node(NULL, "xpath-query");
NULL              713 lib/cib/cib_ops.c         xmlChar *path = NULL;
NULL              716 lib/cib/cib_ops.c         if (match == NULL) {
NULL              756 lib/cib/cib_ops.c                 if (*answer == NULL) {
NULL              761 lib/cib/cib_ops.c                 char *path = NULL;
NULL              766 lib/cib/cib_ops.c                     char *new_path = NULL;
NULL              782 lib/cib/cib_ops.c                 if (*answer == NULL) {
NULL              783 lib/cib/cib_ops.c                     *answer = create_xml_node(NULL, "xpath-query");
NULL              800 lib/cib/cib_ops.c             if (input != NULL) {
NULL              818 lib/cib/cib_ops.c     xmlNode *xml_node = NULL;
NULL              820 lib/cib/cib_ops.c     const char *error_msg = NULL;
NULL               92 lib/cib/cib_remote.c     xmlNode *notify_msg = create_xml_node(NULL, "cib_command");
NULL              107 lib/cib/cib_remote.c     cib_remote_opaque_t *private = NULL;
NULL              110 lib/cib/cib_remote.c     if (cib == NULL) {
NULL              111 lib/cib/cib_remote.c         return NULL;
NULL              116 lib/cib/cib_remote.c     if (private == NULL) {
NULL              118 lib/cib/cib_remote.c         return NULL;
NULL              162 lib/cib/cib_remote.c         private->command.tls_session = NULL;
NULL              163 lib/cib/cib_remote.c         private->callback.tls_session = NULL;
NULL              185 lib/cib/cib_remote.c     private->command.buffer = NULL;
NULL              186 lib/cib/cib_remote.c     private->callback.buffer = NULL;
NULL              197 lib/cib/cib_remote.c     xmlNode *answer = NULL;
NULL              198 lib/cib/cib_remote.c     xmlNode *login = NULL;
NULL              208 lib/cib/cib_remote.c     connection->tls_session = NULL;
NULL              210 lib/cib/cib_remote.c     rc = pcmk__connect_remote(private->server, private->port, 0, NULL,
NULL              211 lib/cib/cib_remote.c                               &(connection->tcp_socket), NULL, NULL);
NULL              232 lib/cib/cib_remote.c         if (connection->tls_session == NULL) {
NULL              243 lib/cib/cib_remote.c             connection->tls_session = NULL;
NULL              253 lib/cib/cib_remote.c     login = create_xml_node(NULL, "cib_command");
NULL              270 lib/cib/cib_remote.c     if (answer == NULL) {
NULL              282 lib/cib/cib_remote.c         } else if (tmp_ticket == NULL) {
NULL              290 lib/cib/cib_remote.c     answer = NULL;
NULL              324 lib/cib/cib_remote.c     private->command.buffer = NULL;
NULL              340 lib/cib/cib_remote.c     xmlNode *msg = NULL;
NULL              379 lib/cib/cib_remote.c     if (private->passwd == NULL) {
NULL              380 lib/cib/cib_remote.c         if (private->out == NULL) {
NULL              390 lib/cib/cib_remote.c     if (private->server == NULL || private->user == NULL) {
NULL              404 lib/cib/cib_remote.c             cib_create_op(0, private->callback.token, CRM_OP_REGISTER, NULL, NULL, NULL, 0, NULL);
NULL              473 lib/cib/cib_remote.c     xmlNode *op_msg = NULL;
NULL              474 lib/cib/cib_remote.c     xmlNode *op_reply = NULL;
NULL              482 lib/cib/cib_remote.c     if (output_data != NULL) {
NULL              483 lib/cib/cib_remote.c         *output_data = NULL;
NULL              486 lib/cib/cib_remote.c     if (op == NULL) {
NULL              498 lib/cib/cib_remote.c                       NULL);
NULL              499 lib/cib/cib_remote.c     if (op_msg == NULL) {
NULL              521 lib/cib/cib_remote.c     start_time = time(NULL);
NULL              555 lib/cib/cib_remote.c         op_reply = NULL;
NULL              558 lib/cib/cib_remote.c         remaining_time = time(NULL) - start_time;
NULL              570 lib/cib/cib_remote.c     } else if (op_reply == NULL) {
NULL              596 lib/cib/cib_remote.c     if (output_data == NULL) {
NULL              602 lib/cib/cib_remote.c         if (tmp == NULL) {
NULL               30 lib/cib/cib_utils.c     xmlNode *the_cib = NULL;
NULL               31 lib/cib/cib_utils.c     xmlNode *generation = create_xml_node(NULL, XML_CIB_TAG_GENERATION_TUPPLE);
NULL               33 lib/cib/cib_utils.c     cib->cmds->query(cib, NULL, &the_cib, cib_scope_local | cib_sync_call);
NULL               34 lib/cib/cib_utils.c     if (the_cib != NULL) {
NULL               49 lib/cib/cib_utils.c     if (cib == NULL) {
NULL               91 lib/cib/cib_utils.c     xmlNode *cib_root = NULL, *config = NULL;
NULL               93 lib/cib/cib_utils.c     cib_root = create_xml_node(NULL, XML_TAG_CIB);
NULL              131 lib/cib/cib_utils.c         const char *value = NULL;
NULL              152 lib/cib/cib_utils.c     xmlNode *top = NULL;
NULL              153 lib/cib/cib_utils.c     xmlNode *scratch = NULL;
NULL              154 lib/cib/cib_utils.c     xmlNode *local_diff = NULL;
NULL              156 lib/cib/cib_utils.c     const char *new_version = NULL;
NULL              157 lib/cib/cib_utils.c     static struct qb_log_callsite *diff_cs = NULL;
NULL              165 lib/cib/cib_utils.c     CRM_CHECK(output != NULL, return -ENOMSG);
NULL              166 lib/cib/cib_utils.c     CRM_CHECK(result_cib != NULL, return -ENOMSG);
NULL              167 lib/cib/cib_utils.c     CRM_CHECK(config_changed != NULL, return -ENOMSG);
NULL              170 lib/cib/cib_utils.c         *output = NULL;
NULL              173 lib/cib/cib_utils.c     *result_cib = NULL;
NULL              176 lib/cib/cib_utils.c     if (fn == NULL) {
NULL              182 lib/cib/cib_utils.c         xmlNode *cib_filtered = NULL;
NULL              186 lib/cib/cib_utils.c                 if (cib_filtered == NULL) {
NULL              197 lib/cib/cib_utils.c         if(output == NULL || *output == NULL) {
NULL              201 lib/cib/cib_utils.c             cib_filtered = NULL; /* Let them have this copy */
NULL              226 lib/cib/cib_utils.c         current_cib = create_xml_node(NULL, (const char *)scratch->name);
NULL              230 lib/cib/cib_utils.c         xml_track_changes(scratch, user, NULL, cib_acl_enabled(scratch, user));
NULL              235 lib/cib/cib_utils.c         xml_track_changes(scratch, user, NULL, cib_acl_enabled(scratch, user));
NULL              248 lib/cib/cib_utils.c     if (rc == pcmk_ok && scratch == NULL) {
NULL              313 lib/cib/cib_utils.c         time_t tm_now = time(NULL);
NULL              326 lib/cib/cib_utils.c     if (diff_cs == NULL) {
NULL              349 lib/cib/cib_utils.c             save_xml_to_file(c,           "PatchApply:calculated", NULL);
NULL              350 lib/cib/cib_utils.c             save_xml_to_file(current_cib, "PatchApply:input", NULL);
NULL              351 lib/cib/cib_utils.c             save_xml_to_file(scratch,     "PatchApply:actual", NULL);
NULL              352 lib/cib/cib_utils.c             save_xml_to_file(local_diff,  "PatchApply:diff", NULL);
NULL              394 lib/cib/cib_utils.c                 CRM_LOG_ASSERT(origin != NULL);
NULL              404 lib/cib/cib_utils.c     if ((rc == pcmk_ok) && check_schema && !validate_xml(scratch, NULL, TRUE)) {
NULL              418 lib/cib/cib_utils.c             if (*result_cib == NULL) {
NULL              440 lib/cib/cib_utils.c     xmlNode *op_msg = create_xml_node(NULL, "cib_command");
NULL              442 lib/cib/cib_utils.c     CRM_CHECK(op_msg != NULL, return NULL);
NULL              443 lib/cib/cib_utils.c     CRM_CHECK(token != NULL, return NULL);
NULL              459 lib/cib/cib_utils.c     if (data != NULL) {
NULL              464 lib/cib/cib_utils.c         CRM_CHECK((call_options & cib_scope_local), return NULL);
NULL              472 lib/cib/cib_utils.c     xmlNode *output = NULL;
NULL              473 lib/cib/cib_utils.c     cib_callback_client_t *blob = NULL;
NULL              475 lib/cib/cib_utils.c     if (msg != NULL) {
NULL              483 lib/cib/cib_utils.c     if (blob == NULL) {
NULL              487 lib/cib/cib_utils.c     if (cib == NULL) {
NULL              500 lib/cib/cib_utils.c     } else if (cib && cib->op_callback == NULL && rc != pcmk_ok) {
NULL              510 lib/cib/cib_utils.c     if (cib && cib->op_callback != NULL) {
NULL              522 lib/cib/cib_utils.c     const char *event = NULL;
NULL              524 lib/cib/cib_utils.c     if (msg == NULL) {
NULL              531 lib/cib/cib_utils.c     if (entry == NULL) {
NULL              535 lib/cib/cib_utils.c     } else if (entry->callback == NULL) {
NULL              556 lib/cib/cib_utils.c         "enable-acl", NULL, "boolean", NULL,
NULL              559 lib/cib/cib_utils.c         NULL
NULL              562 lib/cib/cib_utils.c         "cluster-ipc-limit", NULL, "integer", NULL,
NULL              599 lib/cib/cib_utils.c     xmlNode *config = NULL;
NULL              600 lib/cib/cib_utils.c     crm_time_t *now = NULL;
NULL              602 lib/cib/cib_utils.c     if (options == NULL || current_cib == NULL) {
NULL              606 lib/cib/cib_utils.c     now = crm_time_new(NULL);
NULL              612 lib/cib/cib_utils.c         pe_unpack_nvpairs(current_cib, config, XML_CIB_TAG_PROPSET, NULL,
NULL              613 lib/cib/cib_utils.c                           options, CIB_OPTIONS_FIRST, TRUE, now, NULL);
NULL              654 lib/cib/cib_utils.c     if(user_name == NULL) {
NULL              678 lib/cib/cib_utils.c     xmlNode *diff = NULL;
NULL              687 lib/cib/cib_utils.c     if (rc < pcmk_ok || diff == NULL) {
NULL              695 lib/cib/cib_utils.c     if (input != NULL) {
NULL              696 lib/cib/cib_utils.c         rc = cib_process_diff(NULL, cib_none, NULL, event, diff, input, output,
NULL              697 lib/cib/cib_utils.c                               NULL);
NULL              708 lib/cib/cib_utils.c             *output = NULL;
NULL              719 lib/cib/cib_utils.c     cib_t *cib_conn = NULL;
NULL              721 lib/cib/cib_utils.c     if (cib == NULL) {
NULL              728 lib/cib/cib_utils.c     if (cib_conn == NULL) {
NULL              736 lib/cib/cib_utils.c         rc = cib_conn->cmds->query(cib_conn, NULL, cib_object, cib_scope_local | cib_sync_call);
NULL              740 lib/cib/cib_utils.c     if (cib == NULL) {
NULL              744 lib/cib/cib_utils.c     if (cib_object == NULL) {
NULL              756 lib/cib/cib_utils.c     if (*cib == NULL) {
NULL              762 lib/cib/cib_utils.c     *cib = NULL;
NULL               40 lib/cluster/cluster.c     char *uuid = NULL;
NULL               43 lib/cluster/cluster.c     if (peer == NULL) {
NULL               44 lib/cluster/cluster.c         return NULL;
NULL               46 lib/cluster/cluster.c     if (peer->uuid != NULL) {
NULL              157 lib/cluster/cluster.c     static char *name = NULL;
NULL              159 lib/cluster/cluster.c     if (name == NULL) {
NULL              177 lib/cluster/cluster.c     char *name = NULL;
NULL              191 lib/cluster/cluster.c     if ((name == NULL) && (nodeid == 0)) {
NULL              193 lib/cluster/cluster.c         if (name == NULL) {
NULL              203 lib/cluster/cluster.c     if (name == NULL) {
NULL              224 lib/cluster/cluster.c     crm_node_t *node = NULL;
NULL              226 lib/cluster/cluster.c     CRM_CHECK(uuid != NULL, return NULL);
NULL              235 lib/cluster/cluster.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              237 lib/cluster/cluster.c             if (node->uname != NULL) {
NULL              243 lib/cluster/cluster.c     node = NULL;
NULL              252 lib/cluster/cluster.c             return NULL;
NULL              255 lib/cluster/cluster.c         node = pcmk__search_cluster_node_cache((uint32_t) id, NULL);
NULL              256 lib/cluster/cluster.c         if (node != NULL) {
NULL              262 lib/cluster/cluster.c         return NULL;
NULL              266 lib/cluster/cluster.c     return NULL;
NULL              314 lib/cluster/cluster.c     const char *cluster = NULL;
NULL              326 lib/cluster/cluster.c     if (cluster == NULL) {
NULL              338 lib/cluster/cluster.c              ((cluster == NULL)? "-unspecified-" : cluster));
NULL              339 lib/cluster/cluster.c     if (cluster == NULL) {
NULL               43 lib/cluster/corosync.c                                        gboolean quorate) = NULL;
NULL               57 lib/cluster/corosync.c     if ((node != NULL) && is_corosync_cluster()) {
NULL               64 lib/cluster/corosync.c     return NULL;
NULL               72 lib/cluster/corosync.c     if (name == NULL) {
NULL               80 lib/cluster/corosync.c     } else if (strstr(name, ":") != NULL) {
NULL              108 lib/cluster/corosync.c     char *name = NULL;
NULL              166 lib/cluster/corosync.c     while (name == NULL && cmap_handle != 0) {
NULL              168 lib/cluster/corosync.c         char *key = NULL;
NULL              182 lib/cluster/corosync.c             if (name == NULL) {
NULL              188 lib/cluster/corosync.c             if (name == NULL) {
NULL              195 lib/cluster/corosync.c                     name = NULL;
NULL              210 lib/cluster/corosync.c     if (name == NULL) {
NULL              272 lib/cluster/corosync.c     crm_node_t *node = NULL;
NULL              301 lib/cluster/corosync.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              312 lib/cluster/corosync.c         node = crm_get_peer(id, NULL);
NULL              313 lib/cluster/corosync.c         if (node->uname == NULL) {
NULL              370 lib/cluster/corosync.c                                      &quorum_type, NULL);
NULL              436 lib/cluster/corosync.c     pcmk__corosync_add_nodes(NULL);
NULL              453 lib/cluster/corosync.c     crm_node_t *peer = NULL;
NULL              477 lib/cluster/corosync.c     if (cluster->uname == NULL) {
NULL              533 lib/cluster/corosync.c     if (node == NULL) {
NULL              613 lib/cluster/corosync.c         char *name = NULL;
NULL              614 lib/cluster/corosync.c         char *key = NULL;
NULL              625 lib/cluster/corosync.c         if (name != NULL) {
NULL              627 lib/cluster/corosync.c             crm_node_t *node = NULL;
NULL              630 lib/cluster/corosync.c             while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              641 lib/cluster/corosync.c         if (nodeid > 0 || name != NULL) {
NULL              646 lib/cluster/corosync.c         if (nodeid > 0 && name != NULL) {
NULL              674 lib/cluster/corosync.c     char *cluster_name = NULL;
NULL              686 lib/cluster/corosync.c         return NULL;
NULL              802 lib/cluster/corosync.c     cs_rc = cmap_iter_next(cmap_handle, iter_handle, key_name, NULL, NULL);
NULL               43 lib/cluster/cpg.c static GList *cs_message_queue = NULL;
NULL              123 lib/cluster/cpg.c     cpg_model_v1_data_t cpg_model_info = {CPG_MODEL_V1, NULL, NULL, NULL, 0};
NULL              136 lib/cluster/cpg.c         cs_repeat(rc, retries, 5, cpg_model_initialize(&local_handle, CPG_MODEL_V1, (cpg_model_data_t *)&cpg_model_info, NULL));
NULL              237 lib/cluster/cpg.c     while ((cs_message_queue != NULL) && (sent < CS_SEND_MAX)) {
NULL              444 lib/cluster/cpg.c     char *data = NULL;
NULL              454 lib/cluster/cpg.c             return NULL;
NULL              459 lib/cluster/cpg.c             return NULL;
NULL              463 lib/cluster/cpg.c             return NULL;
NULL              468 lib/cluster/cpg.c             crm_node_t *peer = crm_get_peer(nodeid, NULL);
NULL              470 lib/cluster/cpg.c             if (peer == NULL) {
NULL              473 lib/cluster/cpg.c             } else if (peer->uname == NULL) {
NULL              489 lib/cluster/cpg.c     if (kind != NULL) {
NULL              492 lib/cluster/cpg.c     if (from != NULL) {
NULL              498 lib/cluster/cpg.c         char *uncompressed = NULL;
NULL              543 lib/cluster/cpg.c     return NULL;
NULL              604 lib/cluster/cpg.c     if (peer == NULL) {
NULL              606 lib/cluster/cpg.c     } else if (peer->uname == NULL) {
NULL              631 lib/cluster/cpg.c                                                        NULL);
NULL              632 lib/cluster/cpg.c     const struct cpg_address **rival = NULL;
NULL              646 lib/cluster/cpg.c     if (peer != NULL) {
NULL              652 lib/cluster/cpg.c     if (rival == NULL) {
NULL              657 lib/cluster/cpg.c         if (peer != NULL) {
NULL              700 lib/cluster/cpg.c     CRM_ASSERT(sorted != NULL);
NULL              714 lib/cluster/cpg.c     sorted = NULL;
NULL              723 lib/cluster/cpg.c         crm_node_t *peer = crm_get_peer(member_list[i].nodeid, NULL);
NULL              750 lib/cluster/cpg.c             time_t now = time(NULL);
NULL              791 lib/cluster/cpg.c     crm_node_t *peer = NULL;
NULL              808 lib/cluster/cpg.c 	    .cpg_totem_confchg_fn = NULL,
NULL              821 lib/cluster/cpg.c     cs_repeat(rc, retries, 30, cpg_model_initialize(&handle, CPG_MODEL_V1, (cpg_model_data_t *)&cpg_model_info, NULL));
NULL              876 lib/cluster/cpg.c     peer = crm_get_peer(id, NULL);
NULL              895 lib/cluster/cpg.c     char *data = NULL;
NULL              922 lib/cluster/cpg.c     static const char *local_name = NULL;
NULL              924 lib/cluster/cpg.c     char *target = NULL;
NULL              926 lib/cluster/cpg.c     pcmk__cpg_msg_t *msg = NULL;
NULL              939 lib/cluster/cpg.c     if (local_name == NULL) {
NULL              942 lib/cluster/cpg.c     if ((local_name_len == 0) && (local_name != NULL)) {
NULL              946 lib/cluster/cpg.c     if (data == NULL) {
NULL              987 lib/cluster/cpg.c     if ((local_name != NULL) && (msg->sender.size != 0)) {
NULL              999 lib/cluster/cpg.c         char *compressed = NULL;
NULL             1057 lib/cluster/cpg.c     CRM_CHECK(text != NULL, return type);
NULL             1063 lib/cluster/cpg.c     } else if (pcmk__strcase_any_of(text, CRM_SYSTEM_CRMD, CRM_SYSTEM_DC, NULL)) {
NULL               43 lib/cluster/election.c     if (e->cb != NULL) {
NULL               69 lib/cluster/election.c     return (e == NULL)? election_error : e->state;
NULL               91 lib/cluster/election.c     election_t *e = NULL;
NULL               95 lib/cluster/election.c     CRM_CHECK(uname != NULL, return NULL);
NULL               98 lib/cluster/election.c     if (e == NULL) {
NULL              100 lib/cluster/election.c         return NULL;
NULL              104 lib/cluster/election.c     if (e->uname == NULL) {
NULL              107 lib/cluster/election.c         return NULL;
NULL              131 lib/cluster/election.c     if ((e != NULL) && (uname != NULL) && (e->voted != NULL)) {
NULL              145 lib/cluster/election.c     if (e != NULL) {
NULL              151 lib/cluster/election.c             e->voted = NULL;
NULL              167 lib/cluster/election.c     if (e != NULL) {
NULL              180 lib/cluster/election.c     if (e != NULL) {
NULL              193 lib/cluster/election.c     if (e != NULL) {
NULL              207 lib/cluster/election.c     if (e != NULL) {
NULL              220 lib/cluster/election.c     time_t tm_now = time(NULL);
NULL              292 lib/cluster/election.c     xmlNode *vote = NULL;
NULL              295 lib/cluster/election.c     if (e == NULL) {
NULL              301 lib/cluster/election.c     if ((our_node == NULL) || (crm_is_peer_active(our_node) == FALSE)) {
NULL              309 lib/cluster/election.c     vote = create_request(CRM_OP_VOTE, NULL, NULL, CRM_SYSTEM_CRMD, CRM_SYSTEM_CRMD, NULL);
NULL              318 lib/cluster/election.c     send_cluster_message(NULL, crm_msg_crmd, vote, TRUE);
NULL              347 lib/cluster/election.c     if (e == NULL) {
NULL              351 lib/cluster/election.c     if (e->voted == NULL) {
NULL              369 lib/cluster/election.c             char *key = NULL;
NULL              373 lib/cluster/election.c             while (g_hash_table_iter_next(&gIter, NULL, (gpointer *) & node)) {
NULL              380 lib/cluster/election.c             while (g_hash_table_iter_next(&gIter, (gpointer *) & key, NULL)) {
NULL              436 lib/cluster/election.c     if ((vote->op == NULL) || (vote->from == NULL) || (vote->version == NULL)
NULL              437 lib/cluster/election.c         || (vote->election_owner == NULL) || (vote->election_id < 0)) {
NULL              466 lib/cluster/election.c     if (e == NULL) {
NULL              475 lib/cluster/election.c     if (crm_peer_cache == NULL) {
NULL              486 lib/cluster/election.c     char *voter_copy = NULL;
NULL              487 lib/cluster/election.c     char *vote_copy = NULL;
NULL              490 lib/cluster/election.c     if (e->voted == NULL) {
NULL              506 lib/cluster/election.c     xmlNode *novote = create_request(CRM_OP_NOVOTE, NULL, vote->from,
NULL              507 lib/cluster/election.c                                      CRM_SYSTEM_CRMD, CRM_SYSTEM_CRMD, NULL);
NULL              539 lib/cluster/election.c     crm_node_t *our_node = NULL, *your_node = NULL;
NULL              540 lib/cluster/election.c     time_t tm_now = time(NULL);
NULL              543 lib/cluster/election.c     CRM_CHECK(message != NULL, return election_error);
NULL              550 lib/cluster/election.c     we_are_owner = (our_node != NULL)
NULL              558 lib/cluster/election.c     } else if (our_node == NULL || crm_is_peer_active(our_node) == FALSE) {
NULL              568 lib/cluster/election.c     } else if (your_node == NULL || crm_is_peer_active(your_node) == FALSE) {
NULL              650 lib/cluster/election.c                 crm_write_blackbox(0, NULL);
NULL               36 lib/cluster/membership.c GHashTable *crm_peer_cache = NULL;
NULL               53 lib/cluster/membership.c GHashTable *crm_remote_peer_cache = NULL;
NULL               61 lib/cluster/membership.c static GHashTable *known_node_cache = NULL;
NULL               89 lib/cluster/membership.c     if (crm_remote_peer_cache == NULL) {
NULL              111 lib/cluster/membership.c     if (node_name == NULL) {
NULL              113 lib/cluster/membership.c         return NULL;
NULL              124 lib/cluster/membership.c     if (node == NULL) {
NULL              125 lib/cluster/membership.c         return NULL;
NULL              131 lib/cluster/membership.c     if (node->uuid == NULL) {
NULL              134 lib/cluster/membership.c         return NULL;
NULL              195 lib/cluster/membership.c     const char *state = NULL;
NULL              198 lib/cluster/membership.c     CRM_CHECK(remote != NULL, return);
NULL              208 lib/cluster/membership.c     if (node == NULL) {
NULL              253 lib/cluster/membership.c     g_hash_table_foreach(crm_remote_peer_cache, mark_dirty, NULL);
NULL              277 lib/cluster/membership.c     g_hash_table_foreach_remove(crm_remote_peer_cache, is_dirty, NULL);
NULL              283 lib/cluster/membership.c     if(node == NULL) {
NULL              307 lib/cluster/membership.c     if (search == NULL) {
NULL              338 lib/cluster/membership.c     if (crm_peer_cache == NULL) {
NULL              401 lib/cluster/membership.c     if (crm_peer_cache == NULL) {
NULL              405 lib/cluster/membership.c     if (crm_remote_peer_cache == NULL) {
NULL              406 lib/cluster/membership.c         crm_remote_peer_cache = pcmk__strikey_table(NULL, destroy_crm_node);
NULL              409 lib/cluster/membership.c     if (known_node_cache == NULL) {
NULL              417 lib/cluster/membership.c     if (crm_peer_cache != NULL) {
NULL              420 lib/cluster/membership.c         crm_peer_cache = NULL;
NULL              423 lib/cluster/membership.c     if (crm_remote_peer_cache != NULL) {
NULL              426 lib/cluster/membership.c         crm_remote_peer_cache = NULL;
NULL              429 lib/cluster/membership.c     if (known_node_cache != NULL) {
NULL              433 lib/cluster/membership.c         known_node_cache = NULL;
NULL              439 lib/cluster/membership.c                                     const void *) = NULL;
NULL              478 lib/cluster/membership.c     const char *id = NULL;
NULL              479 lib/cluster/membership.c     crm_node_t *node = NULL;
NULL              506 lib/cluster/membership.c     crm_node_t *node = NULL;
NULL              508 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
NULL              512 lib/cluster/membership.c     if ((uname != NULL) && pcmk_is_set(flags, CRM_GET_PEER_REMOTE)) {
NULL              516 lib/cluster/membership.c     if ((node == NULL) && pcmk_is_set(flags, CRM_GET_PEER_CLUSTER)) {
NULL              534 lib/cluster/membership.c     crm_node_t *node = NULL;
NULL              536 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
NULL              544 lib/cluster/membership.c     if ((node == NULL) && pcmk_is_set(flags, CRM_GET_PEER_CLUSTER)) {
NULL              563 lib/cluster/membership.c     crm_node_t *node = NULL;
NULL              564 lib/cluster/membership.c     crm_node_t *by_id = NULL;
NULL              565 lib/cluster/membership.c     crm_node_t *by_name = NULL;
NULL              567 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
NULL              571 lib/cluster/membership.c     if (uname != NULL) {
NULL              573 lib/cluster/membership.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              584 lib/cluster/membership.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL              598 lib/cluster/membership.c     } else if(by_id == NULL && by_name) {
NULL              605 lib/cluster/membership.c             node = NULL; /* Create a new one */
NULL              611 lib/cluster/membership.c     } else if(by_name == NULL && by_id) {
NULL              657 lib/cluster/membership.c     crm_node_t *existing_node = NULL;
NULL              659 lib/cluster/membership.c     if (node->id == 0 || node->uname == NULL) {
NULL              668 lib/cluster/membership.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &existing_node)) {
NULL              671 lib/cluster/membership.c             && existing_node->uname != NULL
NULL              702 lib/cluster/membership.c     crm_node_t *node = NULL;
NULL              703 lib/cluster/membership.c     char *uname_lookup = NULL;
NULL              705 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
NULL              713 lib/cluster/membership.c     if ((node == NULL || node->uname == NULL) && (uname == NULL)) { 
NULL              722 lib/cluster/membership.c         if (node == NULL) {
NULL              728 lib/cluster/membership.c     if (node == NULL) {
NULL              739 lib/cluster/membership.c     if(id > 0 && uname && (node->id == 0 || node->uname == NULL)) {
NULL              747 lib/cluster/membership.c     if (uname && (node->uname == NULL)) {
NULL              751 lib/cluster/membership.c     if(node->uuid == NULL) {
NULL              781 lib/cluster/membership.c     CRM_CHECK(uname != NULL,
NULL              783 lib/cluster/membership.c     CRM_CHECK(node != NULL,
NULL              802 lib/cluster/membership.c     if (peer_status_callback != NULL) {
NULL              803 lib/cluster/membership.c         peer_status_callback(crm_status_uname, node, NULL);
NULL              877 lib/cluster/membership.c     CRM_CHECK(node != NULL, crm_err("%s: Could not set %s to %s for NULL",
NULL              879 lib/cluster/membership.c                             return NULL);
NULL              887 lib/cluster/membership.c     if (status == NULL) {
NULL              911 lib/cluster/membership.c         if (status == NULL && flag <= crm_proc_none) {
NULL              922 lib/cluster/membership.c         if (peer_status_callback != NULL) {
NULL              929 lib/cluster/membership.c         if (crm_peer_cache == NULL) {
NULL              930 lib/cluster/membership.c             return NULL;
NULL              934 lib/cluster/membership.c             const char *peer_state = NULL;
NULL              962 lib/cluster/membership.c     char *last = NULL;
NULL              965 lib/cluster/membership.c     CRM_CHECK(node != NULL, crm_err("%s: Could not set 'expected' to %s", source, expected);
NULL              974 lib/cluster/membership.c     if (expected != NULL && !pcmk__str_eq(node->expected, expected, pcmk__str_casei)) {
NULL             1011 lib/cluster/membership.c     CRM_CHECK(node != NULL,
NULL             1014 lib/cluster/membership.c               return NULL);
NULL             1031 lib/cluster/membership.c         if (peer_status_callback != NULL) {
NULL             1049 lib/cluster/membership.c             node = NULL;
NULL             1078 lib/cluster/membership.c     return update_peer_state_iter(source, node, state, membership, NULL);
NULL             1091 lib/cluster/membership.c     crm_node_t *node = NULL;
NULL             1095 lib/cluster/membership.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *)&node)) {
NULL             1118 lib/cluster/membership.c     crm_node_t *node = NULL;
NULL             1119 lib/cluster/membership.c     crm_node_t *by_id = NULL;
NULL             1120 lib/cluster/membership.c     crm_node_t *by_name = NULL;
NULL             1124 lib/cluster/membership.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL             1135 lib/cluster/membership.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL             1149 lib/cluster/membership.c     } else if (by_id == NULL && by_name) {
NULL             1153 lib/cluster/membership.c             node = NULL;
NULL             1159 lib/cluster/membership.c     } else if (by_name == NULL && by_id) {
NULL             1163 lib/cluster/membership.c             node = NULL;
NULL             1178 lib/cluster/membership.c         node = NULL;
NULL             1181 lib/cluster/membership.c     if (node == NULL) {
NULL             1197 lib/cluster/membership.c     crm_node_t * node =  NULL;
NULL             1199 lib/cluster/membership.c     CRM_CHECK(id != NULL && uname !=NULL, return);
NULL             1202 lib/cluster/membership.c     if (node == NULL) {
NULL             1206 lib/cluster/membership.c         CRM_ASSERT(node != NULL);
NULL             1209 lib/cluster/membership.c         CRM_ASSERT(node->uname != NULL);
NULL             1212 lib/cluster/membership.c         CRM_ASSERT(node->uuid != NULL);
NULL             1230 lib/cluster/membership.c     g_hash_table_foreach(known_node_cache, mark_dirty, NULL);
NULL             1233 lib/cluster/membership.c                              known_node_cache_refresh_helper, NULL);
NULL             1236 lib/cluster/membership.c     g_hash_table_foreach_remove(known_node_cache, is_dirty, NULL);
NULL             1260 lib/cluster/membership.c     crm_node_t *node = NULL;
NULL             1261 lib/cluster/membership.c     char *id_str = NULL;
NULL             1263 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
NULL               54 lib/common/acl.c     xml_acl_t *acl = NULL;
NULL               61 lib/common/acl.c     if (tag == NULL) {
NULL               65 lib/common/acl.c     if (ref == NULL) {
NULL               70 lib/common/acl.c     if ((tag == NULL) && (ref == NULL) && (xpath == NULL)) {
NULL               74 lib/common/acl.c         return NULL;
NULL               78 lib/common/acl.c     CRM_ASSERT(acl != NULL);
NULL               83 lib/common/acl.c         CRM_ASSERT(acl->xpath != NULL);
NULL              127 lib/common/acl.c         CRM_ASSERT(acl->xpath != NULL);
NULL              149 lib/common/acl.c     xmlNode *child = NULL;
NULL              157 lib/common/acl.c             CRM_ASSERT(kind != NULL);
NULL              169 lib/common/acl.c                 xmlNode *role = NULL;
NULL              245 lib/common/acl.c     GList *aIter = NULL;
NULL              247 lib/common/acl.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              255 lib/common/acl.c     for (aIter = p->acls; aIter != NULL; aIter = aIter->next) {
NULL              290 lib/common/acl.c     xml_private_t *p = NULL;
NULL              292 lib/common/acl.c     if ((target == NULL) || (target->doc == NULL)
NULL              293 lib/common/acl.c         || (target->doc->_private == NULL)) {
NULL              302 lib/common/acl.c     } else if (p->acls == NULL) {
NULL              309 lib/common/acl.c             xmlNode *child = NULL;
NULL              368 lib/common/acl.c     xmlNode *child = NULL;
NULL              369 lib/common/acl.c     xmlAttr *xIter = NULL;
NULL              379 lib/common/acl.c     while (xIter != NULL) {
NULL              392 lib/common/acl.c     while ( child != NULL ) {
NULL              420 lib/common/acl.c     GList *aIter = NULL;
NULL              421 lib/common/acl.c     xmlNode *target = NULL;
NULL              422 lib/common/acl.c     xml_private_t *doc = NULL;
NULL              424 lib/common/acl.c     *result = NULL;
NULL              425 lib/common/acl.c     if ((xml == NULL) || !pcmk_acl_required(user)) {
NULL              433 lib/common/acl.c     if (target == NULL) {
NULL              440 lib/common/acl.c     for(aIter = doc->acls; aIter != NULL && target; aIter = aIter->next) {
NULL              476 lib/common/acl.c         doc->acls = NULL;
NULL              482 lib/common/acl.c         target = NULL;
NULL              507 lib/common/acl.c     char *path = NULL;
NULL              509 lib/common/acl.c     for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) {
NULL              516 lib/common/acl.c     if (strstr(path, "/" XML_CIB_TAG_ACLS "/") != NULL) {
NULL              551 lib/common/acl.c         } else if (pcmk__check_acl(xml, NULL, pcmk__xf_acl_write)) {
NULL              568 lib/common/acl.c     for (xmlNode *cIter = pcmk__xml_first_child(xml); cIter != NULL; ) {
NULL              623 lib/common/acl.c         offset = pcmk__element_xpath(NULL, xml, buffer, offset,
NULL              631 lib/common/acl.c         if (docp->acls == NULL) {
NULL              702 lib/common/acl.c     if (pwent == NULL) {
NULL              704 lib/common/acl.c         return NULL;
NULL              731 lib/common/acl.c     static const char *effective_user = NULL;
NULL              732 lib/common/acl.c     const char *requested_user = NULL;
NULL              733 lib/common/acl.c     const char *user = NULL;
NULL              735 lib/common/acl.c     if (effective_user == NULL) {
NULL              737 lib/common/acl.c         if (effective_user == NULL) {
NULL              739 lib/common/acl.c             CRM_CHECK(effective_user != NULL, return NULL);
NULL              745 lib/common/acl.c     if (requested_user == NULL) {
NULL              760 lib/common/acl.c     } else if (peer_user == NULL && requested_user == NULL) {
NULL              766 lib/common/acl.c     } else if (peer_user == NULL) {
NULL              776 lib/common/acl.c     } else if (requested_user == NULL) {
NULL              790 lib/common/acl.c     if (field != NULL && user != crm_element_value(request, field)) {
NULL               36 lib/common/agents.c     if (standard == NULL) {
NULL               96 lib/common/agents.c         return NULL;
NULL              126 lib/common/agents.c     *standard = NULL;
NULL              127 lib/common/agents.c     *provider = NULL;
NULL              128 lib/common/agents.c     *type = NULL;
NULL              131 lib/common/agents.c     if ((colon == NULL) || (colon == spec)) {
NULL              140 lib/common/agents.c         if ((colon == NULL) || (colon == spec)) {
NULL              172 lib/common/agents.c     if (param == NULL) {
NULL              176 lib/common/agents.c                          PCMK_STONITH_STONITH_TIMEOUT, NULL)) {
NULL              190 lib/common/agents.c                          NULL)) {
NULL              194 lib/common/agents.c     return pcmk__str_any_of(param, "_action", "_timeout", "_retries", NULL);
NULL               25 lib/common/alerts.c         "CRM_notify_recipient",         "CRM_alert_recipient",          NULL
NULL               28 lib/common/alerts.c         "CRM_notify_node",              "CRM_alert_node",               NULL
NULL               31 lib/common/alerts.c         "CRM_notify_nodeid",            "CRM_alert_nodeid",             NULL
NULL               34 lib/common/alerts.c         "CRM_notify_rsc",               "CRM_alert_rsc",                NULL
NULL               37 lib/common/alerts.c         "CRM_notify_task",              "CRM_alert_task",               NULL
NULL               40 lib/common/alerts.c         "CRM_notify_interval",          "CRM_alert_interval",           NULL
NULL               43 lib/common/alerts.c         "CRM_notify_desc",              "CRM_alert_desc",               NULL
NULL               46 lib/common/alerts.c         "CRM_notify_status",            "CRM_alert_status",             NULL
NULL               49 lib/common/alerts.c         "CRM_notify_target_rc",         "CRM_alert_target_rc",          NULL
NULL               52 lib/common/alerts.c         "CRM_notify_rc",                "CRM_alert_rc",                 NULL
NULL               55 lib/common/alerts.c         "CRM_notify_kind",              "CRM_alert_kind",               NULL
NULL               58 lib/common/alerts.c         "CRM_notify_version",           "CRM_alert_version",            NULL
NULL               61 lib/common/alerts.c         "CRM_notify_node_sequence",     PCMK__ALERT_NODE_SEQUENCE,      NULL
NULL               64 lib/common/alerts.c         "CRM_notify_timestamp",         "CRM_alert_timestamp",          NULL
NULL               67 lib/common/alerts.c         "CRM_notify_attribute_name",    "CRM_alert_attribute_name",     NULL
NULL               70 lib/common/alerts.c         "CRM_notify_attribute_value",   "CRM_alert_attribute_value",    NULL
NULL               73 lib/common/alerts.c         "CRM_notify_timestamp_epoch",   "CRM_alert_timestamp_epoch",    NULL
NULL               76 lib/common/alerts.c         "CRM_notify_timestamp_usec",    "CRM_alert_timestamp_usec",     NULL
NULL               79 lib/common/alerts.c         "CRM_notify_exec_time",         "CRM_alert_exec_time",          NULL
NULL              200 lib/common/alerts.c     xmlNode *change = NULL;
NULL              201 lib/common/alerts.c     xmlXPathObject *xpathObj = NULL;
NULL              203 lib/common/alerts.c     CRM_CHECK(msg != NULL, return FALSE);
NULL              215 lib/common/alerts.c         if ((xpathObj = xpath_search(msg, diff)) != NULL) {
NULL              220 lib/common/alerts.c         for (change = pcmk__xml_first_child(patchset); change != NULL;
NULL              224 lib/common/alerts.c             if (xpath == NULL) {
NULL              233 lib/common/alerts.c                 xmlNode *section = NULL;
NULL              234 lib/common/alerts.c                 const char *name = NULL;
NULL              237 lib/common/alerts.c                     ((section = pcmk__xml_first_child(change)) == NULL) ||
NULL              238 lib/common/alerts.c                     ((name = crm_element_name(section)) == NULL) ||
NULL               33 lib/common/attrd_client.c     xmlNode *attrd_op = create_xml_node(NULL, __func__);
NULL               58 lib/common/attrd_client.c     static crm_ipc_t *local_ipc = NULL;
NULL               61 lib/common/attrd_client.c     if (ipc == NULL && local_ipc == NULL) {
NULL               67 lib/common/attrd_client.c     if (ipc == NULL) {
NULL               78 lib/common/attrd_client.c             rc = crm_ipc_send(ipc, attrd_op, flags, 0, NULL);
NULL              139 lib/common/attrd_client.c     const char *task = NULL;
NULL              140 lib/common/attrd_client.c     const char *name_as = NULL;
NULL              142 lib/common/attrd_client.c     const char *display_command = NULL; /* for commands without name/value */
NULL              153 lib/common/attrd_client.c     if (name == NULL && command == 'U') {
NULL              190 lib/common/attrd_client.c     if (name_as != NULL) {
NULL              191 lib/common/attrd_client.c         if (name == NULL) {
NULL              246 lib/common/attrd_client.c     const char *interval_desc = NULL;
NULL              247 lib/common/attrd_client.c     const char *op_desc = NULL;
NULL              281 lib/common/attrd_client.c     if (name == NULL || pcmk__strcase_any_of(name, "auto", "localhost", NULL)) {
NULL              305 lib/common/attrd_client.c         return NULL;
NULL              322 lib/common/attrd_client.c     if (rsc_id == NULL) {
NULL              324 lib/common/attrd_client.c         if (rsc_id == NULL) {
NULL              325 lib/common/attrd_client.c             return NULL;
NULL               31 lib/common/cib.c         NULL,
NULL               96 lib/common/cib.c         NULL,
NULL              119 lib/common/cib.c     return NULL;
NULL              140 lib/common/cib.c     return NULL;
NULL               44 lib/common/cib_secrets.c     char *hash2 = NULL;
NULL               66 lib/common/cib_secrets.c         return NULL;
NULL               72 lib/common/cib_secrets.c         return NULL;
NULL              100 lib/common/cib_secrets.c     GList *secret_params = NULL, *l;
NULL              104 lib/common/cib_secrets.c     if (params == NULL) {
NULL              113 lib/common/cib_secrets.c     if (secret_params == NULL) { // No secret parameters found
NULL              161 lib/common/cib_secrets.c             if (hash == NULL) {
NULL               30 lib/common/cmdline.c     pcmk__common_args_t *args = NULL;
NULL               33 lib/common/cmdline.c     if (args == NULL) {
NULL               38 lib/common/cmdline.c     if (args->summary == NULL) {
NULL               40 lib/common/cmdline.c         args = NULL;
NULL               55 lib/common/cmdline.c     if (common_args->output_as_descr != NULL) {
NULL               72 lib/common/cmdline.c           NULL },
NULL               75 lib/common/cmdline.c           NULL },
NULL               77 lib/common/cmdline.c         { NULL }
NULL               80 lib/common/cmdline.c     main_group = g_option_group_new(NULL, "Application Options:", NULL, common_args, free_common_args);
NULL               88 lib/common/cmdline.c     if (fmts != NULL) {
NULL               91 lib/common/cmdline.c               NULL,
NULL               96 lib/common/cmdline.c             { NULL }
NULL               99 lib/common/cmdline.c         if (*output_group == NULL) {
NULL              100 lib/common/cmdline.c             *output_group = g_option_group_new("output", "Output Options:", "Show output help", NULL, NULL);
NULL              118 lib/common/cmdline.c     if (context == NULL) {
NULL              138 lib/common/cmdline.c     GOptionGroup *group = NULL;
NULL              140 lib/common/cmdline.c     group = g_option_group_new(name, header, desc, NULL, NULL);
NULL              149 lib/common/cmdline.c     GPtrArray *arr = NULL;
NULL              153 lib/common/cmdline.c     if (argv == NULL) {
NULL              154 lib/common/cmdline.c         return NULL;
NULL              157 lib/common/cmdline.c     if (g_get_prgname() == NULL && argv && *argv) {
NULL              166 lib/common/cmdline.c     for (int i = 0; argv[i] != NULL; i++) {
NULL              236 lib/common/cmdline.c                 if (special != NULL && strchr(special, *ch) != NULL) {
NULL              271 lib/common/cmdline.c     g_ptr_array_add(arr, NULL);
NULL              280 lib/common/cmdline.c     char *buf = NULL;
NULL              281 lib/common/cmdline.c     gchar **extra_args = NULL;
NULL              290 lib/common/cmdline.c     if (!g_shell_parse_argv(buf, NULL, &extra_args, error)) {
NULL              114 lib/common/crmcommon_private.h     return ((attr == NULL) || (attr->children == NULL))? NULL
NULL               35 lib/common/digest.c     char *buffer = NULL;
NULL               59 lib/common/digest.c     char *digest = NULL;
NULL               60 lib/common/digest.c     char *buffer = NULL;
NULL               61 lib/common/digest.c     xmlNode *copy = NULL;
NULL               65 lib/common/digest.c         copy = sorted_xml(input, NULL, TRUE);
NULL               71 lib/common/digest.c     CRM_CHECK(buffer != NULL && strlen(buffer) > 0, free_xml(copy);
NULL               73 lib/common/digest.c               return NULL);
NULL               94 lib/common/digest.c     char *digest = NULL;
NULL               95 lib/common/digest.c     char *buffer = NULL;
NULL               98 lib/common/digest.c     static struct qb_log_callsite *digest_cs = NULL;
NULL              119 lib/common/digest.c     CRM_ASSERT(buffer != NULL);
NULL              122 lib/common/digest.c     if (digest_cs == NULL) {
NULL              202 lib/common/digest.c     if (version == NULL || compare_version("3.0.5", version) > 0) {
NULL              222 lib/common/digest.c     char *calculated = NULL;
NULL              225 lib/common/digest.c     if (input != NULL) {
NULL              227 lib/common/digest.c         if (calculated == NULL) {
NULL              274 lib/common/digest.c     char *digest = NULL;
NULL              277 lib/common/digest.c     if (buffer == NULL) {
NULL               29 lib/common/health.c                                 NULL);
NULL               53 lib/common/io.c     CRM_CHECK(path != NULL, return -ENOMEM);
NULL               87 lib/common/io.c     CRM_CHECK((path != NULL) && (resolved_path != NULL), return EINVAL);
NULL               91 lib/common/io.c     *resolved_path = realpath(path, NULL);
NULL               92 lib/common/io.c     return (*resolved_path == NULL)? errno : pcmk_rc_ok;
NULL               98 lib/common/io.c     if ((*resolved_path == NULL) || (realpath(path, *resolved_path) == NULL)) {
NULL              103 lib/common/io.c     *resolved_path = NULL;
NULL              124 lib/common/io.c     CRM_ASSERT((directory != NULL) && (series != NULL));
NULL              144 lib/common/io.c     FILE *fp = NULL;
NULL              145 lib/common/io.c     char *series_file = NULL;
NULL              147 lib/common/io.c     if ((directory == NULL) || (series == NULL) || (seq == NULL)) {
NULL              153 lib/common/io.c     if (fp == NULL) {
NULL              191 lib/common/io.c     FILE *file_strm = NULL;
NULL              192 lib/common/io.c     char *series_file = NULL;
NULL              194 lib/common/io.c     CRM_CHECK(directory != NULL, return);
NULL              195 lib/common/io.c     CRM_CHECK(series != NULL, return);
NULL              206 lib/common/io.c     if (file_strm != NULL) {
NULL              216 lib/common/io.c     if (file_strm != NULL) {
NULL              240 lib/common/io.c     char *series_file = NULL;
NULL              243 lib/common/io.c     if ((directory == NULL) || (series == NULL)) {
NULL              257 lib/common/io.c     struct passwd *sys_user = NULL;
NULL              261 lib/common/io.c     if (sys_user == NULL) {
NULL              285 lib/common/io.c     struct group *sys_grp = NULL;
NULL              289 lib/common/io.c     if (sys_grp == NULL) {
NULL              331 lib/common/io.c     char *full_file = NULL;
NULL              332 lib/common/io.c     const char *target = NULL;
NULL              335 lib/common/io.c     CRM_ASSERT(dir != NULL);
NULL              338 lib/common/io.c     if (file != NULL) {
NULL              346 lib/common/io.c             full_file = NULL;
NULL              347 lib/common/io.c             target = NULL;
NULL              358 lib/common/io.c     if (target == NULL) {
NULL              401 lib/common/io.c     if (directory == NULL) {
NULL              437 lib/common/io.c     if ((filename == NULL) || (contents == NULL)) {
NULL              442 lib/common/io.c     if ((fp == NULL) || (fseek(fp, 0L, SEEK_END) < 0)) {
NULL              454 lib/common/io.c         *contents = NULL;
NULL              457 lib/common/io.c         if (*contents == NULL) {
NULL              465 lib/common/io.c             *contents = NULL;
NULL              471 lib/common/io.c     if (fp != NULL) {
NULL              492 lib/common/io.c     if (fp == NULL) {
NULL              495 lib/common/io.c     if ((contents != NULL) && (fprintf(fp, "%s", contents) < 0)) {
NULL              583 lib/common/io.c     if (dir == NULL) {
NULL              589 lib/common/io.c     if (dir != NULL) {
NULL              593 lib/common/io.c         while ((entry = readdir(dir)) != NULL) {
NULL              629 lib/common/io.c     char *path = NULL;
NULL              631 lib/common/io.c     CRM_ASSERT(filename != NULL);
NULL              635 lib/common/io.c         CRM_ASSERT(path != NULL);
NULL              638 lib/common/io.c         CRM_ASSERT(dirname != NULL);
NULL               49 lib/common/ipc_client.c     if (api == NULL) {
NULL               54 lib/common/ipc_client.c     if (*api == NULL) {
NULL               59 lib/common/ipc_client.c     if (pcmk_ipc_name(*api, false) == NULL) {
NULL               61 lib/common/ipc_client.c         *api = NULL;
NULL               96 lib/common/ipc_client.c     if ((*api)->cmds == NULL) {
NULL               98 lib/common/ipc_client.c         *api = NULL;
NULL              104 lib/common/ipc_client.c     if ((*api)->ipc == NULL) {
NULL              106 lib/common/ipc_client.c         *api = NULL;
NULL              111 lib/common/ipc_client.c     if ((*api)->cmds->new_data != NULL) {
NULL              114 lib/common/ipc_client.c             *api = NULL;
NULL              125 lib/common/ipc_client.c     if ((api != NULL) && (api->cmds != NULL)) {
NULL              126 lib/common/ipc_client.c         if ((api->cmds->free_data != NULL) && (api->api_data != NULL)) {
NULL              128 lib/common/ipc_client.c             api->api_data = NULL;
NULL              131 lib/common/ipc_client.c         api->cmds = NULL;
NULL              148 lib/common/ipc_client.c     if ((api != NULL) && (api->cb != NULL)) {
NULL              169 lib/common/ipc_client.c     if ((api->cmds != NULL) && (api->cmds->post_disconnect != NULL)) {
NULL              175 lib/common/ipc_client.c                             NULL);
NULL              182 lib/common/ipc_client.c     api->ipc = NULL;
NULL              183 lib/common/ipc_client.c     api->mainloop_io = NULL;
NULL              205 lib/common/ipc_client.c     if (api == NULL) {
NULL              210 lib/common/ipc_client.c     if (api->ipc != NULL) {
NULL              211 lib/common/ipc_client.c         if (api->mainloop_io != NULL) {
NULL              244 lib/common/ipc_client.c     if (api == NULL) {
NULL              245 lib/common/ipc_client.c         return for_log? "Pacemaker" : NULL;
NULL              249 lib/common/ipc_client.c             return for_log? "attribute manager" : NULL /* T_ATTRD */;
NULL              252 lib/common/ipc_client.c             return for_log? "CIB manager" : NULL /* PCMK__SERVER_BASED_RW */;
NULL              258 lib/common/ipc_client.c             return for_log? "executor" : NULL /* CRM_SYSTEM_LRMD */;
NULL              261 lib/common/ipc_client.c             return for_log? "fencer" : NULL /* "stonith-ng" */;
NULL              270 lib/common/ipc_client.c             return for_log? "Pacemaker" : NULL;
NULL              284 lib/common/ipc_client.c     return (api != NULL) && crm_ipc_connected(api->ipc);
NULL              301 lib/common/ipc_client.c     if ((api->cmds != NULL) && (api->cmds->dispatch != NULL)) {
NULL              329 lib/common/ipc_client.c     if (buffer == NULL) {
NULL              336 lib/common/ipc_client.c     if (msg == NULL) {
NULL              369 lib/common/ipc_client.c     CRM_CHECK(api != NULL, return 0);
NULL              398 lib/common/ipc_client.c     if ((api == NULL) || (api->dispatch_type != pcmk_ipc_dispatch_poll)) {
NULL              425 lib/common/ipc_client.c     if (api == NULL) {
NULL              488 lib/common/ipc_client.c     if (api == NULL) {
NULL              493 lib/common/ipc_client.c     if (api->ipc == NULL) {
NULL              496 lib/common/ipc_client.c         if (api->ipc == NULL) {
NULL              522 lib/common/ipc_client.c     if ((api->cmds != NULL) && (api->cmds->post_connect != NULL)) {
NULL              545 lib/common/ipc_client.c     if ((api == NULL) || (api->ipc == NULL)) {
NULL              554 lib/common/ipc_client.c                 api->mainloop_io = NULL;
NULL              555 lib/common/ipc_client.c                 api->ipc = NULL;
NULL              568 lib/common/ipc_client.c                 api->ipc = NULL;
NULL              596 lib/common/ipc_client.c     if (api == NULL) {
NULL              619 lib/common/ipc_client.c     xmlNode *reply = NULL;
NULL              622 lib/common/ipc_client.c     if ((api == NULL) || (api->ipc == NULL) || (request == NULL)) {
NULL              629 lib/common/ipc_client.c         && (api->cmds != NULL)
NULL              630 lib/common/ipc_client.c         && (api->cmds->reply_expected != NULL)
NULL              645 lib/common/ipc_client.c     if (reply != NULL) {
NULL              701 lib/common/ipc_client.c     xmlNode *request = NULL;
NULL              706 lib/common/ipc_client.c             request = create_xml_node(NULL, __func__);
NULL              719 lib/common/ipc_client.c             request = create_request(CRM_OP_RM_NODE_CACHE, NULL, NULL,
NULL              720 lib/common/ipc_client.c                                      pcmk_ipc_name(api, false), client, NULL);
NULL              750 lib/common/ipc_client.c     xmlNode *request = NULL;
NULL              752 lib/common/ipc_client.c     if (api == NULL) {
NULL              755 lib/common/ipc_client.c     if ((node_name == NULL) && (nodeid == 0)) {
NULL              760 lib/common/ipc_client.c     if (request == NULL) {
NULL              802 lib/common/ipc_client.c     crm_ipc_t *client = NULL;
NULL              805 lib/common/ipc_client.c     if (client == NULL) {
NULL              807 lib/common/ipc_client.c         return NULL;
NULL              811 lib/common/ipc_client.c     if (client->server_name == NULL) {
NULL              815 lib/common/ipc_client.c         return NULL;
NULL              819 lib/common/ipc_client.c     if (client->buffer == NULL) {
NULL              824 lib/common/ipc_client.c         return NULL;
NULL              857 lib/common/ipc_client.c     if (client->ipc == NULL) {
NULL              923 lib/common/ipc_client.c             client->ipc = NULL;
NULL              974 lib/common/ipc_client.c     if (client == NULL) {
NULL              978 lib/common/ipc_client.c     } else if (client->ipc == NULL) {
NULL             1006 lib/common/ipc_client.c     CRM_ASSERT(client != NULL);
NULL             1068 lib/common/ipc_client.c     pcmk__ipc_header_t *header = NULL;
NULL             1070 lib/common/ipc_client.c     CRM_ASSERT(client != NULL);
NULL             1071 lib/common/ipc_client.c     CRM_ASSERT(client->ipc != NULL);
NULL             1072 lib/common/ipc_client.c     CRM_ASSERT(client->buffer != NULL);
NULL             1117 lib/common/ipc_client.c     CRM_ASSERT(client != NULL);
NULL             1124 lib/common/ipc_client.c     pcmk__ipc_header_t *header = NULL;
NULL             1126 lib/common/ipc_client.c     CRM_ASSERT(client != NULL);
NULL             1127 lib/common/ipc_client.c     if (client->buffer == NULL) {
NULL             1138 lib/common/ipc_client.c     CRM_ASSERT(client != NULL);
NULL             1147 lib/common/ipc_client.c     time_t timeout = time(NULL) + 1 + (ms_timeout / 1000);
NULL             1157 lib/common/ipc_client.c             pcmk__ipc_header_t *hdr = NULL;
NULL             1187 lib/common/ipc_client.c     } while (time(NULL) < timeout);
NULL             1220 lib/common/ipc_client.c     if (client == NULL) {
NULL             1282 lib/common/ipc_client.c         time_t timeout = time(NULL) + 1 + (ms_timeout / 1000);
NULL             1293 lib/common/ipc_client.c         } while ((qb_rc == -EAGAIN) && (time(NULL) < timeout));
NULL             1351 lib/common/ipc_client.c         crm_write_blackbox(0, NULL);
NULL             1420 lib/common/ipc_client.c         if (gotpid != NULL) {
NULL             1423 lib/common/ipc_client.c         if (gotuid != NULL) {
NULL             1426 lib/common/ipc_client.c         if (gotgid != NULL) {
NULL             1444 lib/common/ipc_client.c     int ret  = pcmk__crm_ipc_is_authentic_process(NULL, sock, refuid, refgid,
NULL             1477 lib/common/ipc_client.c     if (c == NULL) {
NULL             1492 lib/common/ipc_client.c             c = NULL; // qb_ipcc_connect_continue cleaned up for us
NULL             1524 lib/common/ipc_client.c     if (gotpid != NULL) {
NULL             1547 lib/common/ipc_client.c     if (c != NULL) {
NULL               83 lib/common/ipc_common.c     if (header == NULL) {
NULL               34 lib/common/ipc_controld.c     struct controld_api_private_s *private = NULL;
NULL               38 lib/common/ipc_controld.c     if (api->api_data == NULL) {
NULL               96 lib/common/ipc_controld.c     if (msg_data == NULL) {
NULL              111 lib/common/ipc_controld.c     if (msg_data == NULL) {
NULL              128 lib/common/ipc_controld.c          node != NULL; node = crm_next_same_xml(node)) {
NULL              148 lib/common/ipc_controld.c     if (command == NULL) {
NULL              165 lib/common/ipc_controld.c     xmlNode *msg_data = NULL;
NULL              166 lib/common/ipc_controld.c     const char *value = NULL;
NULL              168 lib/common/ipc_controld.c         pcmk_controld_reply_unknown, NULL, NULL,
NULL              201 lib/common/ipc_controld.c     if ((value == NULL) || (strcmp(value, XML_ATTR_REQUEST)
NULL              209 lib/common/ipc_controld.c     if (crm_element_value(reply, XML_ATTR_REFERENCE) == NULL) {
NULL              216 lib/common/ipc_controld.c     if (value == NULL) {
NULL              266 lib/common/ipc_controld.c     if (cmds != NULL) {
NULL              291 lib/common/ipc_controld.c     struct controld_api_private_s *private = NULL;
NULL              292 lib/common/ipc_controld.c     const char *sys_to = NULL;
NULL              294 lib/common/ipc_controld.c     if (api == NULL) {
NULL              295 lib/common/ipc_controld.c         return NULL;
NULL              298 lib/common/ipc_controld.c     if ((node == NULL) && !strcmp(op, CRM_OP_PING)) {
NULL              315 lib/common/ipc_controld.c     if (crm_element_value(request, XML_ATTR_REFERENCE) == NULL) {
NULL              332 lib/common/ipc_controld.c     msg_data = create_xml_node(NULL, "data_for_" CRM_OP_REPROBE);
NULL              334 lib/common/ipc_controld.c     if ((router_node != NULL) && !pcmk__str_eq(router_node, target_node, pcmk__str_casei)) {
NULL              358 lib/common/ipc_controld.c     if (api == NULL) {
NULL              361 lib/common/ipc_controld.c     if (router_node == NULL) {
NULL              391 lib/common/ipc_controld.c     request = create_controller_request(api, CRM_OP_NODE_INFO, NULL, NULL);
NULL              392 lib/common/ipc_controld.c     if (request == NULL) {
NULL              419 lib/common/ipc_controld.c     request = create_controller_request(api, CRM_OP_PING, node_name, NULL);
NULL              420 lib/common/ipc_controld.c     if (request == NULL) {
NULL              442 lib/common/ipc_controld.c     request = create_controller_request(api, PCMK__CONTROLD_CMD_NODES, NULL,
NULL              443 lib/common/ipc_controld.c                                         NULL);
NULL              444 lib/common/ipc_controld.c     if (request != NULL) {
NULL              463 lib/common/ipc_controld.c     if (api == NULL) {
NULL              466 lib/common/ipc_controld.c     if (router_node == NULL) {
NULL              470 lib/common/ipc_controld.c     msg_data = create_xml_node(NULL, XML_GRAPH_TAG_RSC_OP);
NULL              599 lib/common/ipc_controld.c     xmlNode *hello_node = NULL;
NULL              600 lib/common/ipc_controld.c     xmlNode *hello = NULL;
NULL              608 lib/common/ipc_controld.c         return NULL;
NULL              611 lib/common/ipc_controld.c     hello_node = create_xml_node(NULL, XML_TAG_OPTIONS);
NULL              612 lib/common/ipc_controld.c     if (hello_node == NULL) {
NULL              615 lib/common/ipc_controld.c         return NULL;
NULL              623 lib/common/ipc_controld.c     hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid);
NULL              624 lib/common/ipc_controld.c     if (hello == NULL) {
NULL              627 lib/common/ipc_controld.c         return NULL;
NULL               42 lib/common/ipc_pacemakerd.c     if (state == NULL) {
NULL               69 lib/common/ipc_pacemakerd.c     struct pacemakerd_api_private_s *private = NULL;
NULL               73 lib/common/ipc_pacemakerd.c     if (api->api_data == NULL) {
NULL               98 lib/common/ipc_pacemakerd.c     struct pacemakerd_api_private_s *private = NULL;
NULL              100 lib/common/ipc_pacemakerd.c     if (api->api_data == NULL) {
NULL              112 lib/common/ipc_pacemakerd.c     struct pacemakerd_api_private_s *private = NULL;
NULL              114 lib/common/ipc_pacemakerd.c     if (api->api_data == NULL) {
NULL              128 lib/common/ipc_pacemakerd.c     if (command == NULL) {
NULL              133 lib/common/ipc_pacemakerd.c     return pcmk__str_any_of(command, CRM_OP_PING, CRM_OP_QUIT, NULL);
NULL              140 lib/common/ipc_pacemakerd.c     xmlNode *msg_data = NULL;
NULL              144 lib/common/ipc_pacemakerd.c     const char *value = NULL;
NULL              154 lib/common/ipc_pacemakerd.c     if ((value == NULL) || (strcmp(value, XML_ATTR_RESPONSE))) {
NULL              161 lib/common/ipc_pacemakerd.c     if (crm_element_value(reply, XML_ATTR_REFERENCE) == NULL) {
NULL              203 lib/common/ipc_pacemakerd.c     if (cmds != NULL) {
NULL              221 lib/common/ipc_pacemakerd.c     if (api == NULL) {
NULL              226 lib/common/ipc_pacemakerd.c     CRM_ASSERT(private != NULL);
NULL              228 lib/common/ipc_pacemakerd.c     cmd = create_request(task, NULL, NULL, CRM_SYSTEM_MCP,
NULL               31 lib/common/ipc_schedulerd.c     struct schedulerd_api_private_s *private = NULL;
NULL               35 lib/common/ipc_schedulerd.c     if (api->api_data == NULL) {
NULL               57 lib/common/ipc_schedulerd.c     if (api->api_data == NULL) {
NULL               69 lib/common/ipc_schedulerd.c     if (command == NULL) {
NULL               74 lib/common/ipc_schedulerd.c     return pcmk__str_any_of(command, CRM_OP_PECALC, NULL);
NULL               81 lib/common/ipc_schedulerd.c     xmlNode *msg_data = NULL;
NULL               85 lib/common/ipc_schedulerd.c     const char *value = NULL;
NULL               92 lib/common/ipc_schedulerd.c     if ((value == NULL) || (strcmp(value, XML_ATTR_RESPONSE))) {
NULL               99 lib/common/ipc_schedulerd.c     if (crm_element_value(reply, XML_ATTR_REFERENCE) == NULL) {
NULL              130 lib/common/ipc_schedulerd.c     if (cmds != NULL) {
NULL              144 lib/common/ipc_schedulerd.c     xmlNode *cmd = NULL;
NULL              152 lib/common/ipc_schedulerd.c     CRM_ASSERT(private != NULL);
NULL              154 lib/common/ipc_schedulerd.c     cmd = create_request(task, cib, NULL, CRM_SYSTEM_PENGINE,
NULL               27 lib/common/ipc_server.c static GHashTable *client_connections = NULL;
NULL               53 lib/common/ipc_server.c     if ((func != NULL) && (client_connections != NULL)) {
NULL               66 lib/common/ipc_server.c     return NULL;
NULL               86 lib/common/ipc_server.c     return NULL;
NULL              101 lib/common/ipc_server.c     if (c == NULL) {
NULL              104 lib/common/ipc_server.c     } else if (c->name != NULL) {
NULL              107 lib/common/ipc_server.c     } else if (c->id != NULL) {
NULL              118 lib/common/ipc_server.c     if (client_connections != NULL) {
NULL              125 lib/common/ipc_server.c         g_hash_table_destroy(client_connections); client_connections = NULL;
NULL              132 lib/common/ipc_server.c     qb_ipcs_connection_t *c = NULL;
NULL              134 lib/common/ipc_server.c     if (service == NULL) {
NULL              140 lib/common/ipc_server.c     while (c != NULL) {
NULL              168 lib/common/ipc_server.c     if (client == NULL) {
NULL              170 lib/common/ipc_server.c         return NULL;
NULL              175 lib/common/ipc_server.c         if (client->user == NULL) {
NULL              177 lib/common/ipc_server.c             CRM_CHECK(client->user != NULL, free(client); return NULL);
NULL              184 lib/common/ipc_server.c         if (key == NULL) {
NULL              190 lib/common/ipc_server.c     if (client->id == NULL) {
NULL              194 lib/common/ipc_server.c         return NULL;
NULL              196 lib/common/ipc_server.c     if (key == NULL) {
NULL              199 lib/common/ipc_server.c     if (client_connections == NULL) {
NULL              217 lib/common/ipc_server.c     pcmk__client_t *client = client_from_connection(NULL, key, 0);
NULL              219 lib/common/ipc_server.c     CRM_ASSERT(client != NULL);
NULL              229 lib/common/ipc_server.c     pcmk__client_t *client = NULL;
NULL              231 lib/common/ipc_server.c     CRM_CHECK(c != NULL, return NULL);
NULL              250 lib/common/ipc_server.c     client = client_from_connection(c, NULL, uid_client);
NULL              251 lib/common/ipc_server.c     if (client == NULL) {
NULL              252 lib/common/ipc_server.c         return NULL;
NULL              270 lib/common/ipc_server.c     CRM_ASSERT(iov != NULL);
NULL              282 lib/common/ipc_server.c     if (event != NULL) {
NULL              298 lib/common/ipc_server.c     if (c->event_queue == NULL) {
NULL              307 lib/common/ipc_server.c     if (c == NULL) {
NULL              395 lib/common/ipc_server.c     xmlNode *xml = NULL;
NULL              396 lib/common/ipc_server.c     char *uncompressed = NULL;
NULL              401 lib/common/ipc_server.c         return NULL;
NULL              434 lib/common/ipc_server.c             return NULL;
NULL              491 lib/common/ipc_server.c     if (c == NULL) {
NULL              504 lib/common/ipc_server.c         pcmk__ipc_header_t *header = NULL;
NULL              505 lib/common/ipc_server.c         struct iovec *event = NULL;
NULL              511 lib/common/ipc_server.c         if (event == NULL) { // Queue is empty
NULL              593 lib/common/ipc_server.c     char *compressed = NULL;
NULL              594 lib/common/ipc_server.c     char *buffer = NULL;
NULL              595 lib/common/ipc_server.c     pcmk__ipc_header_t *header = NULL;
NULL              597 lib/common/ipc_server.c     if ((message == NULL) || (result == NULL)) {
NULL              602 lib/common/ipc_server.c     if (header == NULL) {
NULL              613 lib/common/ipc_server.c     *result = NULL;
NULL              664 lib/common/ipc_server.c     if (bytes != NULL) {
NULL              753 lib/common/ipc_server.c     struct iovec *iov = NULL;
NULL              756 lib/common/ipc_server.c     if (c == NULL) {
NULL              760 lib/common/ipc_server.c                                &iov, NULL);
NULL              789 lib/common/ipc_server.c     xmlNode *ack = NULL;
NULL              792 lib/common/ipc_server.c         ack = create_xml_node(NULL, tag);
NULL              822 lib/common/ipc_server.c     if (ack != NULL) {
NULL              859 lib/common/ipc_server.c     if (*ipcs_ro == NULL || *ipcs_rw == NULL || *ipcs_shm == NULL) {
NULL              915 lib/common/ipc_server.c     if (*ipcs == NULL) {
NULL              937 lib/common/ipc_server.c     if (*ipcs == NULL) {
NULL              958 lib/common/ipc_server.c     if (*ipcs == NULL) {
NULL               64 lib/common/iso8601.c     crm_time_t *utc = NULL;
NULL               66 lib/common/iso8601.c     if (dt == NULL) {
NULL               68 lib/common/iso8601.c         return NULL;
NULL               95 lib/common/iso8601.c     crm_time_t *dt = NULL;
NULL               98 lib/common/iso8601.c     if (date_time == NULL) {
NULL               99 lib/common/iso8601.c         tm_now = time(NULL);
NULL              120 lib/common/iso8601.c     CRM_ASSERT(result != NULL);
NULL              135 lib/common/iso8601.c     return (t != NULL) && (t->years || t->months || t->days || t->seconds
NULL              142 lib/common/iso8601.c     if (dt == NULL) {
NULL              310 lib/common/iso8601.c     crm_time_t *utc = NULL;
NULL              313 lib/common/iso8601.c     if (dt == NULL) {
NULL              318 lib/common/iso8601.c     if (utc == NULL) {
NULL              352 lib/common/iso8601.c     return (dt == NULL)? 0 : (crm_time_get_seconds(dt) - EPOCH_SECONDS);
NULL              498 lib/common/iso8601.c     crm_time_t *dt = NULL;
NULL              499 lib/common/iso8601.c     crm_time_t *utc = NULL;
NULL              501 lib/common/iso8601.c     char *result_copy = NULL;
NULL              592 lib/common/iso8601.c     CRM_ASSERT(result_copy != NULL);
NULL              660 lib/common/iso8601.c     if (offset_str == NULL) {
NULL              663 lib/common/iso8601.c         time_t now = time(NULL);
NULL              717 lib/common/iso8601.c     char *offset_s = NULL;
NULL              726 lib/common/iso8601.c         if (offset_s == NULL) {
NULL              761 lib/common/iso8601.c     const char *time_s = NULL;
NULL              762 lib/common/iso8601.c     crm_time_t *dt = NULL;
NULL              777 lib/common/iso8601.c         dt = crm_time_new(NULL);
NULL              885 lib/common/iso8601.c     if (time_s == NULL) {
NULL              890 lib/common/iso8601.c             time_s = NULL;
NULL              893 lib/common/iso8601.c     if ((time_s != NULL) && (crm_time_parse(time_s, dt) == FALSE)) {
NULL              908 lib/common/iso8601.c     return NULL;
NULL              985 lib/common/iso8601.c     crm_time_t *diff = NULL;
NULL             1076 lib/common/iso8601.c     return NULL;
NULL             1093 lib/common/iso8601.c     crm_time_period_t *period = NULL;
NULL             1102 lib/common/iso8601.c     CRM_ASSERT(period != NULL);
NULL             1106 lib/common/iso8601.c         if (period->diff == NULL) {
NULL             1111 lib/common/iso8601.c         if (period->start == NULL) {
NULL             1120 lib/common/iso8601.c             if (period->diff != NULL) {
NULL             1127 lib/common/iso8601.c             if (period->diff == NULL) {
NULL             1132 lib/common/iso8601.c             if (period->end == NULL) {
NULL             1137 lib/common/iso8601.c     } else if (period->diff != NULL) {
NULL             1139 lib/common/iso8601.c         period->start = crm_time_new(NULL);
NULL             1149 lib/common/iso8601.c     if (period->start == NULL) {
NULL             1152 lib/common/iso8601.c     } else if (period->end == NULL) {
NULL             1172 lib/common/iso8601.c     return NULL;
NULL             1196 lib/common/iso8601.c     CRM_CHECK(target != NULL && source != NULL, return);
NULL             1272 lib/common/iso8601.c     crm_time_t *utc = NULL;
NULL             1273 lib/common/iso8601.c     crm_time_t *answer = NULL;
NULL             1275 lib/common/iso8601.c     if ((dt == NULL) || (value == NULL)) {
NULL             1277 lib/common/iso8601.c         return NULL;
NULL             1283 lib/common/iso8601.c     if (utc == NULL) {
NULL             1285 lib/common/iso8601.c         return NULL;
NULL             1300 lib/common/iso8601.c     crm_time_t *utc = NULL;
NULL             1301 lib/common/iso8601.c     crm_time_t *answer = NULL;
NULL             1303 lib/common/iso8601.c     if ((dt == NULL) || (value == NULL)) {
NULL             1305 lib/common/iso8601.c         return NULL;
NULL             1309 lib/common/iso8601.c     if (utc == NULL) {
NULL             1310 lib/common/iso8601.c         return NULL;
NULL             1314 lib/common/iso8601.c     if (answer == NULL) {
NULL             1316 lib/common/iso8601.c         return NULL;
NULL             1334 lib/common/iso8601.c     crm_time_t *utc = NULL;
NULL             1335 lib/common/iso8601.c     crm_time_t *answer = NULL;
NULL             1337 lib/common/iso8601.c     if ((dt == NULL) || (value == NULL)) {
NULL             1339 lib/common/iso8601.c         return NULL;
NULL             1343 lib/common/iso8601.c     if (utc == NULL) {
NULL             1344 lib/common/iso8601.c         return NULL;
NULL             1368 lib/common/iso8601.c     return (dt != NULL)
NULL             1393 lib/common/iso8601.c     if ((t1 == NULL) && (t2 == NULL)) {
NULL             1395 lib/common/iso8601.c     } else if (t1 == NULL) {
NULL             1397 lib/common/iso8601.c     } else if (t2 == NULL) {
NULL             1558 lib/common/iso8601.c     pcmk__time_hr_t *hr_dt = NULL;
NULL             1562 lib/common/iso8601.c         CRM_ASSERT(hr_dt != NULL);
NULL             1607 lib/common/iso8601.c     pcmk__time_hr_t *hr_dt = NULL;
NULL             1611 lib/common/iso8601.c         if (gettimeofday(&tv_now, NULL) == 0) {
NULL             1612 lib/common/iso8601.c             hr_dt = pcmk__time_timeval_hr_convert(NULL, &tv_now);
NULL             1618 lib/common/iso8601.c         hr_dt = pcmk__time_hr_convert(NULL, dt);
NULL             1641 lib/common/iso8601.c         return NULL;
NULL             1699 lib/common/iso8601.c     return (date_len == 0)?NULL:strdup(date_s);
NULL             1717 lib/common/iso8601.c     char *since_epoch = NULL;
NULL             1719 lib/common/iso8601.c     if (when == NULL) {
NULL             1720 lib/common/iso8601.c         time_t a_time = time(NULL);
NULL             1723 lib/common/iso8601.c             return NULL;
NULL             1731 lib/common/iso8601.c     if (since_epoch == NULL) {
NULL             1732 lib/common/iso8601.c         return NULL;
NULL               18 lib/common/lists.c     for (GList *item = items; item != NULL; item = item->next) {
NULL               21 lib/common/lists.c         if (match != NULL) {
NULL               50 lib/common/logging.c static GLogFunc glib_log_default = NULL;
NULL               60 lib/common/logging.c     static struct qb_log_callsite *glib_cs = NULL;
NULL               62 lib/common/logging.c     if (glib_cs == NULL) {
NULL              121 lib/common/logging.c     crm_write_blackbox(nsig, NULL);
NULL              127 lib/common/logging.c     if (glib_log_default != NULL) {
NULL              128 lib/common/logging.c         g_log_set_default_handler(glib_log_default, NULL);
NULL              242 lib/common/logging.c     if (modestr != NULL) {
NULL              243 lib/common/logging.c         long filemode_l = strtol(modestr, NULL, 8);
NULL              298 lib/common/logging.c     if (pcmk__env_option(PCMK__ENV_LOGFILE) == NULL) {
NULL              320 lib/common/logging.c     FILE *logfile = NULL;
NULL              327 lib/common/logging.c     if (filename == NULL) {
NULL              347 lib/common/logging.c     if (logfile == NULL) {
NULL              387 lib/common/logging.c static volatile char *blackbox_file_prefix = NULL;
NULL              405 lib/common/logging.c     if (blackbox_file_prefix == NULL) {
NULL              434 lib/common/logging.c         blackbox_trigger = qb_log_custom_open(blackbox_logger, NULL, NULL, NULL);
NULL              480 lib/common/logging.c     time_t now = time(NULL);
NULL              482 lib/common/logging.c     if (blackbox_file_prefix == NULL) {
NULL              560 lib/common/logging.c             if (strstr(trace_blackbox, key) != NULL) {
NULL              573 lib/common/logging.c     } else if (trace_files && strstr(trace_files, cs->filename) != NULL) {
NULL              575 lib/common/logging.c     } else if (trace_fns && strstr(trace_fns, cs->function) != NULL) {
NULL              577 lib/common/logging.c     } else if (trace_fmts && strstr(trace_fmts, cs->format) != NULL) {
NULL              581 lib/common/logging.c                && cs->tags != crm_trace_nonlog && g_quark_to_string(cs->tags) != NULL) {
NULL              591 lib/common/logging.c     static const char *trace_fns = NULL;
NULL              592 lib/common/logging.c     static const char *trace_tags = NULL;
NULL              593 lib/common/logging.c     static const char *trace_fmts = NULL;
NULL              594 lib/common/logging.c     static const char *trace_files = NULL;
NULL              595 lib/common/logging.c     static const char *trace_blackbox = NULL;
NULL              605 lib/common/logging.c         if (trace_tags != NULL) {
NULL              608 lib/common/logging.c             const char *offset = NULL;
NULL              623 lib/common/logging.c             } while (next != NULL && next[0] != 0);
NULL              639 lib/common/logging.c     if (cs == NULL) {
NULL              706 lib/common/logging.c         {NULL, -1}
NULL              710 lib/common/logging.c     for (lpc = 0; name != NULL && p_names[lpc].name != NULL; lpc++) {
NULL              738 lib/common/logging.c     if (crm_system_name != NULL) {
NULL              742 lib/common/logging.c     if (entity != NULL) {
NULL              745 lib/common/logging.c     } else if ((argc > 0) && (argv != NULL)) {
NULL              759 lib/common/logging.c     CRM_ASSERT(crm_system_name != NULL);
NULL              791 lib/common/logging.c     glib_log_default = g_log_set_default_handler(crm_glib_handler, NULL);
NULL              839 lib/common/logging.c     CRM_ASSERT(bindtextdomain(PACKAGE, PCMK__LOCALE_DIR) != NULL);
NULL              842 lib/common/logging.c     CRM_ASSERT(textdomain(PACKAGE) != NULL);
NULL              853 lib/common/logging.c     const char *syslog_priority = NULL;
NULL              868 lib/common/logging.c     if (facility == NULL) {
NULL              915 lib/common/logging.c             && (pcmk__is_daemon || (logfile != NULL))) {
NULL              939 lib/common/logging.c         if (user != NULL && !pcmk__strcase_any_of(user, "root", CRM_DAEMON_USER, NULL)) {
NULL              949 lib/common/logging.c         if (pwent == NULL) {
NULL              952 lib/common/logging.c         } else if (!pcmk__strcase_any_of(pwent->pw_name, "root", CRM_DAEMON_USER, NULL)) {
NULL             1048 lib/common/logging.c     gchar *arg_string = NULL;
NULL             1050 lib/common/logging.c     if ((argc == 0) || (argv == NULL) || logged) {
NULL             1063 lib/common/logging.c     const char *next = NULL;
NULL             1064 lib/common/logging.c     const char *offset = NULL;
NULL             1070 lib/common/logging.c     if (output == NULL) {
NULL             1087 lib/common/logging.c     } while (next != NULL && next[0] != 0);
NULL             1093 lib/common/logging.c     crm_log_init(name, LOG_ERR, FALSE, FALSE, 0, NULL, TRUE);
NULL             1097 lib/common/logging.c         crm_bump_log_level(0, NULL);
NULL              148 lib/common/mainloop.c     crm_trigger_t *trigger = NULL;
NULL              157 lib/common/mainloop.c         g_source_set_callback(source, dispatch, trigger, NULL);
NULL              163 lib/common/mainloop.c     trigger->id = g_source_attach(source, NULL);
NULL              188 lib/common/mainloop.c     GSource *source = NULL;
NULL              192 lib/common/mainloop.c     CRM_ASSERT(source != NULL);
NULL              208 lib/common/mainloop.c     GSource *gs = NULL;
NULL              210 lib/common/mainloop.c     if(source == NULL) {
NULL              281 lib/common/mainloop.c     if (sig > 0 && sig < NSIG && crm_signals[sig] != NULL) {
NULL              337 lib/common/mainloop.c     crm_signals[sig] = NULL;
NULL              357 lib/common/mainloop.c     GSource *source = NULL;
NULL              372 lib/common/mainloop.c     } else if (crm_signals[sig] != NULL && crm_signals[sig]->handler == dispatch) {
NULL              376 lib/common/mainloop.c     } else if (crm_signals[sig] != NULL) {
NULL              384 lib/common/mainloop.c     crm_signals[sig] = (crm_signal_t *) mainloop_setup_trigger(source, priority, NULL, NULL);
NULL              385 lib/common/mainloop.c     CRM_ASSERT(crm_signals[sig] != NULL);
NULL              415 lib/common/mainloop.c     } else if (crm_signal_handler(sig, NULL) == SIG_ERR) {
NULL              419 lib/common/mainloop.c     } else if (crm_signals[sig] == NULL) {
NULL              426 lib/common/mainloop.c static qb_array_t *gio_map = NULL;
NULL              638 lib/common/mainloop.c     .job_add = NULL,
NULL              682 lib/common/mainloop.c     qb_ipcs_service_t *server = NULL;
NULL              684 lib/common/mainloop.c     if (gio_map == NULL) {
NULL              690 lib/common/mainloop.c     if (server == NULL) {
NULL              692 lib/common/mainloop.c         return NULL;
NULL              707 lib/common/mainloop.c         return NULL;
NULL              856 lib/common/mainloop.c         client->destroy_fn = NULL;
NULL              863 lib/common/mainloop.c         client->ipc = NULL;
NULL              869 lib/common/mainloop.c     free(client->name); client->name = NULL;
NULL              898 lib/common/mainloop.c     CRM_CHECK((ipc != NULL) && (callbacks != NULL), return EINVAL);
NULL              906 lib/common/mainloop.c                               userdata, NULL);
NULL              907 lib/common/mainloop.c     if (*source == NULL) {
NULL              940 lib/common/mainloop.c     mainloop_io_t *source = NULL;
NULL              955 lib/common/mainloop.c         return NULL;
NULL              972 lib/common/mainloop.c     return NULL;
NULL              979 lib/common/mainloop.c     mainloop_io_t *client = NULL;
NULL              983 lib/common/mainloop.c         if (client == NULL) {
NULL              984 lib/common/mainloop.c             return NULL;
NULL             1022 lib/common/mainloop.c     if (client != NULL) {
NULL             1033 lib/common/mainloop.c static GList *child_list = NULL;
NULL             1062 lib/common/mainloop.c     child->privatedata = NULL;
NULL             1219 lib/common/mainloop.c     mainloop_child_t *child = NULL;
NULL             1220 lib/common/mainloop.c     mainloop_child_t *match = NULL;
NULL             1225 lib/common/mainloop.c     for (iter = child_list; iter != NULL && match == NULL; iter = iter->next) {
NULL             1232 lib/common/mainloop.c     if (match == NULL) {
NULL             1298 lib/common/mainloop.c         g_timeout_add(1, child_signal_init, NULL);
NULL             1316 lib/common/mainloop.c     CRM_ASSERT(t != NULL);
NULL             1439 lib/common/mainloop.c     if ((mloop != NULL) && g_main_loop_is_running(mloop)) {
NULL             1469 lib/common/mainloop.c     GMainContext *ctx = NULL;
NULL             1475 lib/common/mainloop.c         time_t start_time = time(NULL);
NULL             1479 lib/common/mainloop.c                && check(timer_ms - (time(NULL) - start_time) * 1000)) {
NULL               47 lib/common/messages.c     char *true_from = NULL;
NULL               48 lib/common/messages.c     xmlNode *request = NULL;
NULL               52 lib/common/messages.c                                         (long long) time(NULL), ref_counter++);
NULL               54 lib/common/messages.c     if (uuid_from != NULL) {
NULL               57 lib/common/messages.c     } else if (sys_from != NULL) {
NULL               64 lib/common/messages.c     request = create_xml_node(NULL, __func__);
NULL               75 lib/common/messages.c     if (host_to != NULL && strlen(host_to) > 0) {
NULL               79 lib/common/messages.c     if (msg_data != NULL) {
NULL              105 lib/common/messages.c     xmlNode *reply = NULL;
NULL              114 lib/common/messages.c     if (type == NULL) {
NULL              116 lib/common/messages.c         CRM_ASSERT(type != NULL);
NULL              117 lib/common/messages.c         return NULL;
NULL              121 lib/common/messages.c         return NULL;
NULL              124 lib/common/messages.c     reply = create_xml_node(NULL, __func__);
NULL              125 lib/common/messages.c     if (reply == NULL) {
NULL              127 lib/common/messages.c         return NULL;
NULL              142 lib/common/messages.c     if (host_from != NULL && strlen(host_from) > 0) {
NULL              146 lib/common/messages.c     if (xml_response_data != NULL) {
NULL              184 lib/common/messages.c     if (name == NULL) {
NULL              228 lib/common/messages.c     if (handlers != NULL) {
NULL              231 lib/common/messages.c         for (i = 0; handlers[i].command != NULL; ++i) {
NULL              235 lib/common/messages.c         if (handlers[i].handler != NULL) {
NULL              255 lib/common/messages.c     xmlNode *(*handler)(pcmk__request_t *request) = NULL;
NULL              257 lib/common/messages.c     CRM_CHECK((request != NULL) && (request->op != NULL) && (handlers != NULL),
NULL              258 lib/common/messages.c               return NULL);
NULL              261 lib/common/messages.c         && (request->ipc_client != NULL)) {
NULL              263 lib/common/messages.c                   return NULL);
NULL              267 lib/common/messages.c     if (handler == NULL) {
NULL              269 lib/common/messages.c         if (handler == NULL) {
NULL              273 lib/common/messages.c             return NULL;
NULL               49 lib/common/nvpair.c     pcmk_nvpair_t *nvpair = NULL;
NULL              123 lib/common/nvpair.c     CRM_ASSERT(a != NULL);
NULL              124 lib/common/nvpair.c     CRM_ASSERT(pair_a->name != NULL);
NULL              126 lib/common/nvpair.c     CRM_ASSERT(b != NULL);
NULL              127 lib/common/nvpair.c     CRM_ASSERT(pair_b->name != NULL);
NULL              163 lib/common/nvpair.c     GSList *result = NULL;
NULL              165 lib/common/nvpair.c     for (xmlAttrPtr iter = pcmk__xe_first_attr(xml); iter != NULL;
NULL              224 lib/common/nvpair.c     *name = NULL;
NULL              225 lib/common/nvpair.c     *value = NULL;
NULL              230 lib/common/nvpair.c     char *sep = NULL;
NULL              231 lib/common/nvpair.c     *name = NULL;
NULL              232 lib/common/nvpair.c     *value = NULL;
NULL              235 lib/common/nvpair.c     if (sep == NULL) {
NULL              241 lib/common/nvpair.c     if (*name == NULL) {
NULL              251 lib/common/nvpair.c         if (*value == NULL) {
NULL              257 lib/common/nvpair.c     if (*name != NULL && *value != NULL) {
NULL              259 lib/common/nvpair.c     } else if (*name != NULL || *value != NULL) {
NULL              326 lib/common/nvpair.c     xmlAttr *attr = NULL;
NULL              328 lib/common/nvpair.c     CRM_CHECK(node != NULL, return NULL);
NULL              329 lib/common/nvpair.c     CRM_CHECK(name != NULL, return NULL);
NULL              331 lib/common/nvpair.c     if (value == NULL) {
NULL              332 lib/common/nvpair.c         return NULL;
NULL              336 lib/common/nvpair.c         const char *old_value = NULL;
NULL              350 lib/common/nvpair.c         if (old == NULL || value == NULL || strcmp(old, value) != 0) {
NULL              357 lib/common/nvpair.c         return NULL;
NULL              365 lib/common/nvpair.c     CRM_CHECK(attr && attr->children && attr->children->content, return NULL);
NULL              383 lib/common/nvpair.c     xmlAttr *attr = NULL;
NULL              384 lib/common/nvpair.c     const char *old_value = NULL;
NULL              386 lib/common/nvpair.c     CRM_CHECK(node != NULL, return NULL);
NULL              387 lib/common/nvpair.c     CRM_CHECK(name != NULL && name[0] != 0, return NULL);
NULL              397 lib/common/nvpair.c         return NULL;
NULL              401 lib/common/nvpair.c         return NULL;
NULL              414 lib/common/nvpair.c     CRM_CHECK(attr && attr->children && attr->children->content, return NULL);
NULL              486 lib/common/nvpair.c         return NULL;
NULL              508 lib/common/nvpair.c     const char *added = NULL;
NULL              531 lib/common/nvpair.c     xmlAttr *attr = NULL;
NULL              533 lib/common/nvpair.c     if (data == NULL) {
NULL              535 lib/common/nvpair.c         CRM_LOG_ASSERT(data != NULL);
NULL              536 lib/common/nvpair.c         return NULL;
NULL              538 lib/common/nvpair.c     } else if (name == NULL) {
NULL              540 lib/common/nvpair.c         return NULL;
NULL              548 lib/common/nvpair.c         return NULL;
NULL              567 lib/common/nvpair.c     const char *value = NULL;
NULL              569 lib/common/nvpair.c     CRM_CHECK(dest != NULL, return -1);
NULL              599 lib/common/nvpair.c     const char *value = NULL;
NULL              601 lib/common/nvpair.c     CRM_CHECK(dest != NULL, return -1);
NULL              603 lib/common/nvpair.c     if ((value != NULL)
NULL              624 lib/common/nvpair.c     const char *value = NULL;
NULL              627 lib/common/nvpair.c     CRM_CHECK(dest != NULL, return -1);
NULL              684 lib/common/nvpair.c     CRM_CHECK(dest != NULL, return -EINVAL);
NULL              688 lib/common/nvpair.c     if (xml == NULL) {
NULL              728 lib/common/nvpair.c     char *value_copy = NULL;
NULL              761 lib/common/nvpair.c     } else if (crm_element_value(xml_node, name) == NULL) {
NULL              789 lib/common/nvpair.c     if (crm_element_value(xml_node, name) == NULL) {
NULL              812 lib/common/nvpair.c     char *crm_name = NULL;
NULL              814 lib/common/nvpair.c     if (key == NULL || value == NULL) {
NULL              853 lib/common/nvpair.c     CRM_CHECK(id || name, return NULL);
NULL              856 lib/common/nvpair.c     CRM_CHECK(nvp, return NULL);
NULL              910 lib/common/nvpair.c     xmlNode *child = NULL;
NULL              911 lib/common/nvpair.c     xmlAttrPtr pIter = NULL;
NULL              912 lib/common/nvpair.c     xmlNode *nvpair_list = NULL;
NULL              915 lib/common/nvpair.c     CRM_CHECK(parent != NULL, return nvpair_hash);
NULL              918 lib/common/nvpair.c     if (nvpair_list == NULL) {
NULL              925 lib/common/nvpair.c     for (pIter = pcmk__xe_first_attr(nvpair_list); pIter != NULL;
NULL              936 lib/common/nvpair.c     for (child = pcmk__xml_first_child(nvpair_list); child != NULL;
NULL              944 lib/common/nvpair.c             if (key != NULL && value != NULL) {
NULL              961 lib/common/nvpair.c     const char *xml_value = NULL;
NULL              964 lib/common/nvpair.c     if (node == NULL) {
NULL              966 lib/common/nvpair.c     } else if (name == NULL || value == NULL) {
NULL              972 lib/common/nvpair.c     if (xml_value == NULL) {
NULL               30 lib/common/operations.c static regex_t *notify_migrate_re = NULL;
NULL               47 lib/common/operations.c     CRM_ASSERT(rsc_id != NULL);
NULL               48 lib/common/operations.c     CRM_ASSERT(op_type != NULL);
NULL               58 lib/common/operations.c     l = strtoul(s, NULL, 10);
NULL               92 lib/common/operations.c     char *interval_sep = NULL;
NULL               93 lib/common/operations.c     char *type_sep = NULL;
NULL               97 lib/common/operations.c     if (interval_sep == NULL) {
NULL              144 lib/common/operations.c     if (notify_migrate_re == NULL) {
NULL              169 lib/common/operations.c                 *rsc_id = NULL;
NULL              174 lib/common/operations.c                 *op_type = NULL;
NULL              187 lib/common/operations.c     char *underbar1 = NULL;
NULL              188 lib/common/operations.c     char *underbar2 = NULL;
NULL              189 lib/common/operations.c     char *underbar3 = NULL;
NULL              193 lib/common/operations.c         *rsc_id = NULL;
NULL              197 lib/common/operations.c         *op_type = NULL;
NULL              232 lib/common/operations.c     CRM_CHECK(rsc_id != NULL, return NULL);
NULL              233 lib/common/operations.c     CRM_CHECK(op_type != NULL, return NULL);
NULL              234 lib/common/operations.c     CRM_CHECK(notify_type != NULL, return NULL);
NULL              259 lib/common/operations.c     char *key = NULL;
NULL              264 lib/common/operations.c     CRM_CHECK(magic != NULL, return FALSE);
NULL              299 lib/common/operations.c     CRM_CHECK(node != NULL, return NULL);
NULL              328 lib/common/operations.c         *uuid = NULL;
NULL              340 lib/common/operations.c     CRM_CHECK(key != NULL, return FALSE);
NULL              380 lib/common/operations.c                             NULL);
NULL              392 lib/common/operations.c     char *key = NULL;
NULL              393 lib/common/operations.c     char *timeout = NULL;
NULL              396 lib/common/operations.c     if (param_set == NULL) {
NULL              408 lib/common/operations.c     key = NULL;
NULL              415 lib/common/operations.c     pcmk__xe_remove_matching_attrs(param_set, should_filter_for_digest, NULL);
NULL              418 lib/common/operations.c     if (timeout != NULL) {
NULL              431 lib/common/operations.c         decode_transition_key(op->user_data, NULL, NULL, NULL, &rc);
NULL              479 lib/common/operations.c     CRM_CHECK(prefix && task && interval_spec, return NULL);
NULL              508 lib/common/operations.c     CRM_CHECK((rsc_class != NULL) || (op != NULL), return false);
NULL              510 lib/common/operations.c     if ((rsc_class != NULL)
NULL              515 lib/common/operations.c     if (op == NULL) {
NULL              524 lib/common/operations.c                             CRMD_ACTION_NOTIFY, NULL);
NULL              538 lib/common/operations.c     return pcmk__str_any_of(action, "off", "reboot", "poweroff", NULL);
NULL              544 lib/common/operations.c     if (task == NULL) {
NULL               33 lib/common/options.c static char *crm_short_options = NULL;
NULL               34 lib/common/options.c static pcmk__cli_option_t *crm_long_options = NULL;
NULL               35 lib/common/options.c static const char *crm_app_description = NULL;
NULL               36 lib/common/options.c static const char *crm_app_usage = NULL;
NULL               42 lib/common/options.c     crm_short_options = NULL;
NULL               48 lib/common/options.c     struct option *long_opts = NULL;
NULL               69 lib/common/options.c     for (lpc = 0; long_options[lpc].name != NULL; lpc++) {
NULL               86 lib/common/options.c     long_opts[index].name = NULL;
NULL              114 lib/common/options.c         char *local_short_options = NULL;
NULL              116 lib/common/options.c         for (lpc = 0; long_options[lpc].name != NULL; lpc++) {
NULL              150 lib/common/options.c     static struct option *long_opts = NULL;
NULL              152 lib/common/options.c     if (long_opts == NULL && crm_long_options) {
NULL              217 lib/common/options.c         for (i = 0; crm_long_options[i].name != NULL; i++) {
NULL              289 lib/common/options.c     const char *value = NULL;
NULL              293 lib/common/options.c     if (value != NULL) {
NULL              300 lib/common/options.c     if (value != NULL) {
NULL              306 lib/common/options.c     return NULL;
NULL              360 lib/common/options.c     return (value != NULL) && (crm_is_true(value) || strstr(value, daemon));
NULL              386 lib/common/options.c     if (value == NULL) {
NULL              394 lib/common/options.c     return pcmk__scan_ll(value, NULL, 0LL) == pcmk_rc_ok;
NULL              409 lib/common/options.c     return pcmk__strcase_any_of(value, "stop", "freeze", "ignore", "demote", "suicide", NULL);
NULL              442 lib/common/options.c     char *end = NULL;
NULL              468 lib/common/options.c     const char *value = NULL;
NULL              469 lib/common/options.c     char *new_value = NULL;
NULL              471 lib/common/options.c     CRM_ASSERT(name != NULL);
NULL              476 lib/common/options.c         if ((value == NULL) && old_name) {
NULL              478 lib/common/options.c             if (value != NULL) {
NULL              494 lib/common/options.c             value = NULL;
NULL              505 lib/common/options.c     if (value == NULL) {
NULL              508 lib/common/options.c         return NULL;
NULL              514 lib/common/options.c                   return NULL);
NULL              541 lib/common/options.c     const char *value = NULL;
NULL              553 lib/common/options.c     return NULL;
NULL              572 lib/common/options.c     if (values != NULL) {
NULL              579 lib/common/options.c         static const char *locale = NULL;
NULL              584 lib/common/options.c             if (locale == NULL) {
NULL              585 lib/common/options.c                 locale = strtok(setlocale(LC_ALL, NULL), "_");
NULL              588 lib/common/options.c 	    if (spaces != NULL) {
NULL              593 lib/common/options.c             if (values != NULL) {
NULL              623 lib/common/options.c     add_desc(s, "longdesc", desc_long, NULL, "  ");
NULL              626 lib/common/options.c     add_desc(s, "shortdesc", desc_short, NULL, "  ");
NULL              633 lib/common/options.c         if (long_desc == NULL) {
NULL              635 lib/common/options.c             if (long_desc == NULL) {
NULL              647 lib/common/options.c         add_desc(s, "shortdesc", option_list[lpc].description_short, NULL, "      ");
NULL              658 lib/common/options.c             while (ptr != NULL) {
NULL              660 lib/common/options.c                 ptr = strtok(NULL, delim);
NULL               16 lib/common/output.c static GHashTable *formatters = NULL;
NULL               22 lib/common/output.c     if (out->messages != NULL) {
NULL               33 lib/common/output.c     pcmk__output_factory_t create = NULL;;
NULL               35 lib/common/output.c     if (formatters == NULL) {
NULL               42 lib/common/output.c     if (fmt_name == NULL) {
NULL               48 lib/common/output.c     if (create == NULL) {
NULL               53 lib/common/output.c     if (*out == NULL) {
NULL               61 lib/common/output.c         if ((*out)->dest == NULL) {
NULL               67 lib/common/output.c     (*out)->messages = pcmk__strkey_table(free, NULL);
NULL               82 lib/common/output.c     if (create == NULL) {
NULL               86 lib/common/output.c     if (formatters == NULL) {
NULL               87 lib/common/output.c         formatters = pcmk__strkey_table(free, NULL);
NULL               90 lib/common/output.c     if (options != NULL && group != NULL) {
NULL              100 lib/common/output.c     pcmk__supported_format_t *entry = NULL;
NULL              102 lib/common/output.c     if (formats == NULL) {
NULL              106 lib/common/output.c     for (entry = formats; entry->name != NULL; entry++) {
NULL              113 lib/common/output.c     if (formatters != NULL) {
NULL              125 lib/common/output.c     if (fn == NULL) {
NULL              148 lib/common/output.c     for (entry = table; entry->message_id != NULL; entry++) {
NULL              149 lib/common/output.c         if (pcmk__strcase_any_of(entry->fmt_name, "default", out->fmt_name, NULL)) {
NULL              158 lib/common/output.c     if (error == NULL) {
NULL              162 lib/common/output.c     if (out != NULL) {
NULL               39 lib/common/output_html.c static char *stylesheet_link = NULL;
NULL               40 lib/common/output_html.c static char *title = NULL;
NULL               41 lib/common/output_html.c static GSList *extra_headers = NULL;
NULL               46 lib/common/output_html.c       NULL },
NULL               56 lib/common/output_html.c     { NULL }
NULL               77 lib/common/output_html.c     if (priv == NULL) {
NULL               85 lib/common/output_html.c     out->priv = NULL;
NULL               90 lib/common/output_html.c     private_data_t *priv = NULL;
NULL               93 lib/common/output_html.c     if (out->priv != NULL) {
NULL               97 lib/common/output_html.c         if (out->priv == NULL) {
NULL              106 lib/common/output_html.c     priv->root = create_xml_node(NULL, "html");
NULL              107 lib/common/output_html.c     xmlCreateIntSubset(priv->root->doc, (pcmkXmlStr) "html", NULL, NULL);
NULL              111 lib/common/output_html.c     priv->errors = NULL;
NULL              113 lib/common/output_html.c     pcmk__output_xml_create_parent(out, "body", NULL);
NULL              122 lib/common/output_html.c     out->list_item(out, NULL, "%s", str);
NULL              128 lib/common/output_html.c     htmlNodePtr head_node = NULL;
NULL              129 lib/common/output_html.c     htmlNodePtr charset_node = NULL;
NULL              134 lib/common/output_html.c     if (priv == NULL || priv->root == NULL) {
NULL              146 lib/common/output_html.c     head_node = xmlNewNode(NULL, (pcmkXmlStr) "head");
NULL              148 lib/common/output_html.c     if (title != NULL ) {
NULL              150 lib/common/output_html.c     } else if (out->request != NULL) {
NULL              170 lib/common/output_html.c     if (stylesheet_link != NULL) {
NULL              174 lib/common/output_html.c                            NULL);
NULL              180 lib/common/output_html.c         out->begin_list(out, "Errors", NULL, NULL);
NULL              189 lib/common/output_html.c     if (copy_dest != NULL) {
NULL              194 lib/common/output_html.c     extra_headers = NULL;
NULL              199 lib/common/output_html.c     CRM_ASSERT(out != NULL);
NULL              201 lib/common/output_html.c     out->dest = freopen(NULL, "w", out->dest);
NULL              202 lib/common/output_html.c     CRM_ASSERT(out->dest != NULL);
NULL              211 lib/common/output_html.c     char *rc_buf = NULL;
NULL              213 lib/common/output_html.c     CRM_ASSERT(out != NULL);
NULL              218 lib/common/output_html.c     pcmk__output_create_html_node(out, "div", NULL, NULL, rc_buf);
NULL              220 lib/common/output_html.c     if (proc_stdout != NULL) {
NULL              221 lib/common/output_html.c         pcmk__output_create_html_node(out, "div", NULL, NULL, "Stdout");
NULL              222 lib/common/output_html.c         pcmk__output_create_html_node(out, "div", NULL, "output", proc_stdout);
NULL              224 lib/common/output_html.c     if (proc_stderr != NULL) {
NULL              225 lib/common/output_html.c         pcmk__output_create_html_node(out, "div", NULL, NULL, "Stderr");
NULL              226 lib/common/output_html.c         pcmk__output_create_html_node(out, "div", NULL, "output", proc_stderr);
NULL              234 lib/common/output_html.c     CRM_ASSERT(out != NULL);
NULL              237 lib/common/output_html.c     pcmk__output_create_html_node(out, "div", NULL, NULL, "Program: Pacemaker");
NULL              238 lib/common/output_html.c     pcmk__output_create_html_node(out, "div", NULL, NULL, crm_strdup_printf("Version: %s", PACEMAKER_VERSION));
NULL              239 lib/common/output_html.c     pcmk__output_create_html_node(out, "div", NULL, NULL,
NULL              242 lib/common/output_html.c     pcmk__output_create_html_node(out, "div", NULL, NULL, crm_strdup_printf("Build: %s", BUILD_VERSION));
NULL              243 lib/common/output_html.c     pcmk__output_create_html_node(out, "div", NULL, NULL, crm_strdup_printf("Features: %s", CRM_FEATURES));
NULL              249 lib/common/output_html.c     private_data_t *priv = NULL;
NULL              251 lib/common/output_html.c     char *buf = NULL;
NULL              254 lib/common/output_html.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              273 lib/common/output_html.c     htmlNodePtr node = NULL;
NULL              275 lib/common/output_html.c     CRM_ASSERT(out != NULL);
NULL              277 lib/common/output_html.c     node = pcmk__output_create_html_node(out, "pre", NULL, NULL, buf);
NULL              286 lib/common/output_html.c     private_data_t *priv = NULL;
NULL              287 lib/common/output_html.c     xmlNodePtr node = NULL;
NULL              289 lib/common/output_html.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              298 lib/common/output_html.c         pcmk__output_xml_create_parent(out, "li", NULL);
NULL              301 lib/common/output_html.c     if (format != NULL) {
NULL              303 lib/common/output_html.c         char *buf = NULL;
NULL              320 lib/common/output_html.c     node = pcmk__output_xml_create_parent(out, "ul", NULL);
NULL              327 lib/common/output_html.c     htmlNodePtr item_node = NULL;
NULL              329 lib/common/output_html.c     char *buf = NULL;
NULL              332 lib/common/output_html.c     CRM_ASSERT(out != NULL);
NULL              342 lib/common/output_html.c     if (name != NULL) {
NULL              354 lib/common/output_html.c     private_data_t *priv = NULL;
NULL              356 lib/common/output_html.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              376 lib/common/output_html.c     CRM_ASSERT(out != NULL);
NULL              377 lib/common/output_html.c     pcmk__output_create_xml_node(out, "br", NULL);
NULL              389 lib/common/output_html.c     if (retval == NULL) {
NULL              390 lib/common/output_html.c         return NULL;
NULL              394 lib/common/output_html.c     retval->request = argv == NULL ? NULL : g_strjoinv(" ", argv);
NULL              426 lib/common/output_html.c     htmlNodePtr node = NULL;
NULL              428 lib/common/output_html.c     CRM_ASSERT(out != NULL);
NULL              432 lib/common/output_html.c     if (class_name != NULL) {
NULL              436 lib/common/output_html.c     if (id != NULL) {
NULL              450 lib/common/output_html.c     header_node = xmlNewNode(NULL, (pcmkXmlStr) name);
NULL              455 lib/common/output_html.c         if (key == NULL) {
NULL               18 lib/common/output_log.c     { NULL }
NULL               37 lib/common/output_log.c     if (priv == NULL) {
NULL               43 lib/common/output_log.c     out->priv = NULL;
NULL               48 lib/common/output_log.c     private_data_t *priv = NULL;
NULL               51 lib/common/output_log.c     if (out->priv != NULL) {
NULL               56 lib/common/output_log.c     if (out->priv == NULL) {
NULL               75 lib/common/output_log.c     CRM_ASSERT(out != NULL);
NULL               77 lib/common/output_log.c     out->dest = freopen(NULL, "w", out->dest);
NULL               78 lib/common/output_log.c     CRM_ASSERT(out->dest != NULL);
NULL               86 lib/common/output_log.c     private_data_t *priv = NULL;
NULL               88 lib/common/output_log.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              105 lib/common/output_log.c     char* buffer = NULL;
NULL              108 lib/common/output_log.c     CRM_ASSERT(out != NULL);
NULL              125 lib/common/output_log.c     xmlNodePtr node = NULL;
NULL              126 lib/common/output_log.c     private_data_t *priv = NULL;
NULL              128 lib/common/output_log.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              131 lib/common/output_log.c     node = create_xml_node(NULL, name);
NULL              143 lib/common/output_log.c     char* buffer = NULL;
NULL              144 lib/common/output_log.c     private_data_t *priv = NULL;
NULL              146 lib/common/output_log.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              169 lib/common/output_log.c     private_data_t *priv = NULL;
NULL              172 lib/common/output_log.c     char* buffer = NULL;
NULL              174 lib/common/output_log.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              191 lib/common/output_log.c         if ((name != NULL) && (strcmp(name, "") != 0)) {
NULL              210 lib/common/output_log.c     private_data_t *priv = NULL;
NULL              212 lib/common/output_log.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              215 lib/common/output_log.c     if (priv->prefixes == NULL) {
NULL              218 lib/common/output_log.c     CRM_ASSERT(priv->prefixes->tail != NULL);
NULL              227 lib/common/output_log.c     private_data_t *priv = NULL;
NULL              230 lib/common/output_log.c     char* buffer = NULL;
NULL              232 lib/common/output_log.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              270 lib/common/output_log.c     if (retval == NULL) {
NULL              271 lib/common/output_log.c         return NULL;
NULL              275 lib/common/output_log.c     retval->request = argv == NULL ? NULL : g_strjoinv(" ", argv);
NULL              305 lib/common/output_log.c     private_data_t *priv = NULL;
NULL              307 lib/common/output_log.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL               18 lib/common/output_none.c     { NULL }
NULL               38 lib/common/output_none.c     CRM_ASSERT(out != NULL);
NULL              118 lib/common/output_none.c     if (retval == NULL) {
NULL              119 lib/common/output_none.c         return NULL;
NULL              123 lib/common/output_none.c     retval->request = argv == NULL ? NULL : g_strjoinv(" ", argv);
NULL               22 lib/common/output_text.c       NULL },
NULL               24 lib/common/output_text.c     { NULL }
NULL               41 lib/common/output_text.c     if (priv == NULL) {
NULL               47 lib/common/output_text.c     out->priv = NULL;
NULL               52 lib/common/output_text.c     private_data_t *priv = NULL;
NULL               55 lib/common/output_text.c     if (out->priv != NULL) {
NULL               59 lib/common/output_text.c         if (out->priv == NULL) {
NULL               77 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL               80 lib/common/output_text.c         out->dest = freopen(NULL, "w", out->dest);
NULL               83 lib/common/output_text.c     CRM_ASSERT(out->dest != NULL);
NULL               92 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL               94 lib/common/output_text.c     if (proc_stdout != NULL) {
NULL               98 lib/common/output_text.c     if (proc_stderr != NULL) {
NULL              105 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              122 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              143 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              165 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              173 lib/common/output_text.c     private_data_t *priv = NULL;
NULL              174 lib/common/output_text.c     text_list_data_t *new_list = NULL;
NULL              177 lib/common/output_text.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              202 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              207 lib/common/output_text.c         if (id != NULL) {
NULL              230 lib/common/output_text.c     private_data_t *priv = NULL;
NULL              233 lib/common/output_text.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              237 lib/common/output_text.c     CRM_ASSERT(tail != NULL);
NULL              243 lib/common/output_text.c     private_data_t *priv = NULL;
NULL              244 lib/common/output_text.c     text_list_data_t *node = NULL;
NULL              246 lib/common/output_text.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              251 lib/common/output_text.c     if (node->singular_noun != NULL && node->plural_noun != NULL) {
NULL              264 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              270 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              276 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              291 lib/common/output_text.c     if (retval == NULL) {
NULL              292 lib/common/output_text.c         return NULL;
NULL              296 lib/common/output_text.c     retval->request = argv == NULL ? NULL : g_strjoinv(" ", argv);
NULL              330 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              341 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              351 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              361 lib/common/output_text.c         CRM_ASSERT(priv != NULL);
NULL              382 lib/common/output_text.c     CRM_ASSERT(out != NULL);
NULL              396 lib/common/output_text.c     CRM_ASSERT(prompt != NULL);
NULL              397 lib/common/output_text.c     CRM_ASSERT(dest != NULL);
NULL              411 lib/common/output_text.c         if (*dest != NULL) {
NULL              413 lib/common/output_text.c             *dest = NULL;
NULL              427 lib/common/output_text.c         *dest = NULL;
NULL               26 lib/common/output_xml.c       NULL,
NULL               27 lib/common/output_xml.c       NULL },
NULL               29 lib/common/output_xml.c       NULL,
NULL               30 lib/common/output_xml.c       NULL },
NULL               32 lib/common/output_xml.c       NULL,
NULL               33 lib/common/output_xml.c       NULL },
NULL               35 lib/common/output_xml.c     { NULL }
NULL               64 lib/common/output_xml.c     { NULL, NULL }
NULL               86 lib/common/output_xml.c     if (priv == NULL) {
NULL               94 lib/common/output_xml.c     out->priv = NULL;
NULL               99 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              102 lib/common/output_xml.c     if (out->priv != NULL) {
NULL              106 lib/common/output_xml.c         if (out->priv == NULL) {
NULL              114 lib/common/output_xml.c         priv->root = create_xml_node(NULL, "crm_mon");
NULL              117 lib/common/output_xml.c         priv->root = create_xml_node(NULL, "pacemaker-result");
NULL              120 lib/common/output_xml.c         if (out->request != NULL) {
NULL              126 lib/common/output_xml.c     priv->errors = NULL;
NULL              147 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              150 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              156 lib/common/output_xml.c     if (priv == NULL || priv->root == NULL) {
NULL              167 lib/common/output_xml.c         while (node != NULL) {
NULL              177 lib/common/output_xml.c                            NULL);
NULL              194 lib/common/output_xml.c     if (copy_dest != NULL) {
NULL              201 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              203 lib/common/output_xml.c     out->dest = freopen(NULL, "w", out->dest);
NULL              204 lib/common/output_xml.c     CRM_ASSERT(out->dest != NULL);
NULL              214 lib/common/output_xml.c     char *rc_as_str = NULL;
NULL              216 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              222 lib/common/output_xml.c                                           NULL);
NULL              224 lib/common/output_xml.c     if (proc_stdout != NULL) {
NULL              229 lib/common/output_xml.c     if (proc_stderr != NULL) {
NULL              240 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              249 lib/common/output_xml.c                                  NULL);
NULL              255 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              257 lib/common/output_xml.c     char *buf = NULL;
NULL              260 lib/common/output_xml.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              279 lib/common/output_xml.c     xmlNodePtr parent = NULL;
NULL              280 lib/common/output_xml.c     xmlNodePtr cdata_node = NULL;
NULL              282 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              284 lib/common/output_xml.c     parent = pcmk__output_create_xml_node(out, name, NULL);
NULL              294 lib/common/output_xml.c     char *name = NULL;
NULL              295 lib/common/output_xml.c     char *buf = NULL;
NULL              298 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              306 lib/common/output_xml.c         for (subst_t *s = substitutions; s->from != NULL; s++) {
NULL              314 lib/common/output_xml.c     if (name == NULL) {
NULL              319 lib/common/output_xml.c         pcmk__output_xml_create_parent(out, name, NULL);
NULL              323 lib/common/output_xml.c                                        NULL);
NULL              333 lib/common/output_xml.c     xmlNodePtr item_node = NULL;
NULL              335 lib/common/output_xml.c     char *buf = NULL;
NULL              338 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              347 lib/common/output_xml.c     if (name != NULL) {
NULL              361 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              363 lib/common/output_xml.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              369 lib/common/output_xml.c         char *buf = NULL;
NULL              398 lib/common/output_xml.c     if (retval == NULL) {
NULL              399 lib/common/output_xml.c         return NULL;
NULL              403 lib/common/output_xml.c     retval->request = argv == NULL ? NULL : g_strjoinv(" ", argv);
NULL              435 lib/common/output_xml.c     xmlNodePtr node = NULL;
NULL              437 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              439 lib/common/output_xml.c     node = pcmk__output_create_xml_node(out, name, NULL);
NULL              451 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              453 lib/common/output_xml.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              454 lib/common/output_xml.c     CRM_ASSERT(node != NULL);
NULL              456 lib/common/output_xml.c     if (!pcmk__str_any_of(out->fmt_name, "xml", "html", NULL)) {
NULL              467 lib/common/output_xml.c     xmlNodePtr node = NULL;
NULL              468 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              471 lib/common/output_xml.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              472 lib/common/output_xml.c     CRM_ASSERT(pcmk__str_any_of(out->fmt_name, "xml", "html", NULL));
NULL              486 lib/common/output_xml.c     xmlNodePtr node = NULL;
NULL              488 lib/common/output_xml.c     CRM_ASSERT(out != NULL);
NULL              490 lib/common/output_xml.c     node = pcmk__output_create_xml_node(out, name, NULL);
NULL              497 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              499 lib/common/output_xml.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              500 lib/common/output_xml.c     CRM_ASSERT(parent != NULL);
NULL              502 lib/common/output_xml.c     if (!pcmk__str_any_of(out->fmt_name, "xml", "html", NULL)) {
NULL              513 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              515 lib/common/output_xml.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              517 lib/common/output_xml.c     if (!pcmk__str_any_of(out->fmt_name, "xml", "html", NULL)) {
NULL              529 lib/common/output_xml.c     private_data_t *priv = NULL;
NULL              531 lib/common/output_xml.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              532 lib/common/output_xml.c     CRM_ASSERT(pcmk__str_any_of(out->fmt_name, "xml", "html", NULL));
NULL               87 lib/common/patchset.c     xmlNode *cIter = NULL;
NULL               88 lib/common/patchset.c     xmlAttr *pIter = NULL;
NULL               89 lib/common/patchset.c     xmlNode *change = NULL;
NULL               91 lib/common/patchset.c     const char *value = NULL;
NULL               98 lib/common/patchset.c         if (pcmk__element_xpath(NULL, xml->parent, buffer, offset,
NULL              114 lib/common/patchset.c     for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
NULL              116 lib/common/patchset.c         xmlNode *attr = NULL;
NULL              123 lib/common/patchset.c         if (change == NULL) {
NULL              127 lib/common/patchset.c             if (pcmk__element_xpath(NULL, xml, buffer, offset,
NULL              153 lib/common/patchset.c         xmlNode *result = NULL;
NULL              158 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
NULL              169 lib/common/patchset.c     for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
NULL              181 lib/common/patchset.c         if (pcmk__element_xpath(NULL, xml, buffer, offset,
NULL              196 lib/common/patchset.c     GList *gIter = NULL;
NULL              197 lib/common/patchset.c     xml_private_t *p = NULL;
NULL              203 lib/common/patchset.c     if ((p != NULL) && pcmk_is_set(p->flags, pcmk__xf_dirty)) {
NULL              207 lib/common/patchset.c     if ((xml->doc != NULL) && (xml->doc->_private != NULL)) {
NULL              213 lib/common/patchset.c                        "/" XML_TAG_CIB "/" XML_CIB_TAG_CONFIGURATION) != NULL) {
NULL              226 lib/common/patchset.c     xmlNode *cib = NULL;
NULL              227 lib/common/patchset.c     xmlNode *diff_child = NULL;
NULL              229 lib/common/patchset.c     const char *tag = NULL;
NULL              237 lib/common/patchset.c     if (local_diff == NULL) {
NULL              244 lib/common/patchset.c     if (diff_child == NULL) {
NULL              250 lib/common/patchset.c     if (cib == NULL) {
NULL              254 lib/common/patchset.c     for (lpc = 0; (last != NULL) && (lpc < PCMK__NELEM(vfields)); lpc++) {
NULL              265 lib/common/patchset.c     if (diff_child == NULL) {
NULL              271 lib/common/patchset.c     if (cib == NULL) {
NULL              281 lib/common/patchset.c     for (xmlAttrPtr a = pcmk__xe_first_attr(next); a != NULL; a = a->next) {
NULL              308 lib/common/patchset.c     GList *gIter = NULL;
NULL              309 lib/common/patchset.c     xml_private_t *doc = NULL;
NULL              311 lib/common/patchset.c     xmlNode *v = NULL;
NULL              312 lib/common/patchset.c     xmlNode *version = NULL;
NULL              313 lib/common/patchset.c     xmlNode *patchset = NULL;
NULL              322 lib/common/patchset.c         return NULL;
NULL              328 lib/common/patchset.c     patchset = create_xml_node(NULL, XML_TAG_DIFF);
NULL              337 lib/common/patchset.c         if (value == NULL) {
NULL              347 lib/common/patchset.c         if (value == NULL) {
NULL              374 lib/common/patchset.c     xmlNode *patch = NULL;
NULL              380 lib/common/patchset.c         return NULL; /* No change */
NULL              420 lib/common/patchset.c             return NULL;
NULL              430 lib/common/patchset.c     const char *version = NULL;
NULL              431 lib/common/patchset.c     char *digest = NULL;
NULL              433 lib/common/patchset.c     if ((patch == NULL) || (source == NULL) || (target == NULL)) {
NULL              460 lib/common/patchset.c     xmlNode *child = NULL;
NULL              461 lib/common/patchset.c     xmlNode *added = NULL;
NULL              462 lib/common/patchset.c     xmlNode *removed = NULL;
NULL              468 lib/common/patchset.c     const char *fmt = NULL;
NULL              469 lib/common/patchset.c     const char *digest = NULL;
NULL              472 lib/common/patchset.c     static struct qb_log_callsite *patchset_cs = NULL;
NULL              477 lib/common/patchset.c     if (patchset_cs == NULL) {
NULL              482 lib/common/patchset.c     if (patchset == NULL) {
NULL              502 lib/common/patchset.c     } else if ((patchset != NULL) && (add[0] || add[1] || add[2])) {
NULL              510 lib/common/patchset.c         xmlNode *change = NULL;
NULL              512 lib/common/patchset.c         for (change = pcmk__xml_first_child(patchset); change != NULL;
NULL              517 lib/common/patchset.c             if (op == NULL) {
NULL              551 lib/common/patchset.c                 for (child = pcmk__xml_first_child(clist); child != NULL;
NULL              556 lib/common/patchset.c                     if (op == NULL) {
NULL              605 lib/common/patchset.c     if ((log_level < LOG_DEBUG) || (function == NULL)) {
NULL              610 lib/common/patchset.c     for (child = pcmk__xml_first_child(removed); child != NULL;
NULL              623 lib/common/patchset.c     for (child = pcmk__xml_first_child(added); child != NULL;
NULL              646 lib/common/patchset.c     xmlNode *patch_child = NULL;
NULL              647 lib/common/patchset.c     xmlNode *cIter = NULL;
NULL              649 lib/common/patchset.c     char *id = NULL;
NULL              650 lib/common/patchset.c     const char *name = NULL;
NULL              651 lib/common/patchset.c     const char *value = NULL;
NULL              653 lib/common/patchset.c     if ((target == NULL) || (patch == NULL)) {
NULL              664 lib/common/patchset.c     CRM_CHECK(name != NULL, return);
NULL              673 lib/common/patchset.c     if ((value != NULL) && (strcmp(value, "removed:top") == 0)) {
NULL              681 lib/common/patchset.c     pcmk__xe_remove_matching_attrs(patch, not_id, NULL);
NULL              699 lib/common/patchset.c     xmlNode *patch_child = NULL;
NULL              700 lib/common/patchset.c     xmlNode *target_child = NULL;
NULL              701 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
NULL              703 lib/common/patchset.c     const char *id = NULL;
NULL              704 lib/common/patchset.c     const char *name = NULL;
NULL              705 lib/common/patchset.c     const char *value = NULL;
NULL              707 lib/common/patchset.c     if (patch == NULL) {
NULL              709 lib/common/patchset.c     } else if ((parent == NULL) && (target == NULL)) {
NULL              715 lib/common/patchset.c     if ((target == NULL) && (value != NULL)
NULL              723 lib/common/patchset.c     } else if (target == NULL) {
NULL              735 lib/common/patchset.c     CRM_CHECK(name != NULL, return);
NULL              741 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(patch); xIter != NULL;
NULL              751 lib/common/patchset.c     for (patch_child = pcmk__xml_first_child(patch); patch_child != NULL;
NULL              782 lib/common/patchset.c             if (cib_node != NULL) {
NULL              793 lib/common/patchset.c             *patch_node = NULL;
NULL              805 lib/common/patchset.c     xmlNode *tmp = NULL;
NULL              820 lib/common/patchset.c     if (tmp != NULL) {
NULL              831 lib/common/patchset.c     if (tmp != NULL) {
NULL              932 lib/common/patchset.c     xmlNode *child_diff = NULL;
NULL              938 lib/common/patchset.c     for (child_diff = pcmk__xml_first_child(removed); child_diff != NULL;
NULL              956 lib/common/patchset.c         xmlNode *child_diff = NULL;
NULL              958 lib/common/patchset.c         for (child_diff = pcmk__xml_first_child(added); child_diff != NULL;
NULL              962 lib/common/patchset.c                 process_v1_additions(NULL, xml, child_diff);
NULL              985 lib/common/patchset.c     xmlNode *cIter = NULL;
NULL              987 lib/common/patchset.c     for (cIter = pcmk__xml_first_child(parent); cIter != NULL;
NULL              994 lib/common/patchset.c             if ((cid == NULL) || (strcmp(cid, id) != 0)) {
NULL             1008 lib/common/patchset.c     return NULL;
NULL             1033 lib/common/patchset.c     char *path = NULL;
NULL             1037 lib/common/patchset.c     CRM_CHECK(key != NULL, return NULL);
NULL             1045 lib/common/patchset.c     CRM_ASSERT(remainder != NULL);
NULL             1048 lib/common/patchset.c     CRM_ASSERT(section != NULL);
NULL             1051 lib/common/patchset.c     CRM_ASSERT(id != NULL);
NULL             1054 lib/common/patchset.c     CRM_ASSERT(tag != NULL);
NULL             1073 lib/common/patchset.c                     target = first_matching_xml_child(target, tag, NULL,
NULL             1082 lib/common/patchset.c                     target = NULL;
NULL             1145 lib/common/patchset.c     xmlNode *change = NULL;
NULL             1146 lib/common/patchset.c     GList *change_objs = NULL;
NULL             1147 lib/common/patchset.c     GList *gIter = NULL;
NULL             1149 lib/common/patchset.c     for (change = pcmk__xml_first_child(patchset); change != NULL;
NULL             1151 lib/common/patchset.c         xmlNode *match = NULL;
NULL             1156 lib/common/patchset.c         if (op == NULL) {
NULL             1169 lib/common/patchset.c         if ((match == NULL) && (strcmp(op, "delete") == 0)) {
NULL             1173 lib/common/patchset.c         } else if (match == NULL) {
NULL             1182 lib/common/patchset.c             CRM_ASSERT(change_obj != NULL);
NULL             1191 lib/common/patchset.c                 if ((match->parent != NULL) && (match->parent->last != NULL)) {
NULL             1200 lib/common/patchset.c             xmlNode *attrs = NULL;
NULL             1204 lib/common/patchset.c             if (attrs == NULL) {
NULL             1208 lib/common/patchset.c             pcmk__xe_remove_matching_attrs(match, NULL, NULL); // Remove all
NULL             1210 lib/common/patchset.c             for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL;
NULL             1230 lib/common/patchset.c         const char *op = NULL;
NULL             1231 lib/common/patchset.c         const char *xpath = NULL;
NULL             1242 lib/common/patchset.c             xmlNode *child = NULL;
NULL             1243 lib/common/patchset.c             xmlNode *match_child = NULL;
NULL             1248 lib/common/patchset.c             while ((match_child != NULL)
NULL             1276 lib/common/patchset.c                 xmlNode *match_child = NULL;
NULL             1283 lib/common/patchset.c                 CRM_ASSERT(match->parent != NULL);
NULL             1286 lib/common/patchset.c                 while ((match_child != NULL)
NULL             1301 lib/common/patchset.c                     CRM_ASSERT(match->parent->last != NULL);
NULL             1329 lib/common/patchset.c     xmlNode *old = NULL;
NULL             1332 lib/common/patchset.c     if (patchset == NULL) {
NULL             1365 lib/common/patchset.c     if ((rc == pcmk_ok) && (digest != NULL)) {
NULL             1366 lib/common/patchset.c         static struct qb_log_callsite *digest_cs = NULL;
NULL             1368 lib/common/patchset.c         char *new_digest = NULL;
NULL             1371 lib/common/patchset.c         if (digest_cs == NULL) {
NULL             1383 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
NULL             1384 lib/common/patchset.c                 save_xml_to_file(old,      "PatchDigest:input",  NULL);
NULL             1385 lib/common/patchset.c                 save_xml_to_file(xml,      "PatchDigest:result", NULL);
NULL             1386 lib/common/patchset.c                 save_xml_to_file(patchset, "PatchDigest:diff",   NULL);
NULL             1390 lib/common/patchset.c                           ((digest_cs != NULL)? digest_cs->targets : 0));
NULL             1407 lib/common/patchset.c     xmlNode *child = NULL;
NULL             1409 lib/common/patchset.c     CRM_CHECK(a_node != NULL, return);
NULL             1412 lib/common/patchset.c     for (child = pcmk__xml_first_child(a_node); child != NULL;
NULL             1421 lib/common/patchset.c     xmlNode *tmp1 = NULL;
NULL             1422 lib/common/patchset.c     xmlNode *diff = create_xml_node(NULL, "diff");
NULL             1428 lib/common/patchset.c     tmp1 = subtract_xml_object(removed, old, new, FALSE, NULL, "removed:top");
NULL             1429 lib/common/patchset.c     if (suppress && (tmp1 != NULL) && can_prune_leaf(tmp1)) {
NULL             1433 lib/common/patchset.c     tmp1 = subtract_xml_object(added, new, old, TRUE, NULL, "added:top");
NULL             1434 lib/common/patchset.c     if (suppress && (tmp1 != NULL) && can_prune_leaf(tmp1)) {
NULL             1438 lib/common/patchset.c     if ((added->children == NULL) && (removed->children == NULL)) {
NULL             1440 lib/common/patchset.c         diff = NULL;
NULL             1450 lib/common/patchset.c     CRM_CHECK(left != NULL, return NULL);
NULL             1451 lib/common/patchset.c     CRM_CHECK(left->type == XML_COMMENT_NODE, return NULL);
NULL             1453 lib/common/patchset.c     if ((right == NULL) || !pcmk__str_eq((const char *)left->content,
NULL             1456 lib/common/patchset.c         xmlNode *deleted = NULL;
NULL             1464 lib/common/patchset.c     return NULL;
NULL             1472 lib/common/patchset.c     xmlNode *diff = NULL;
NULL             1473 lib/common/patchset.c     xmlNode *right_child = NULL;
NULL             1474 lib/common/patchset.c     xmlNode *left_child = NULL;
NULL             1475 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
NULL             1477 lib/common/patchset.c     const char *id = NULL;
NULL             1478 lib/common/patchset.c     const char *name = NULL;
NULL             1479 lib/common/patchset.c     const char *value = NULL;
NULL             1480 lib/common/patchset.c     const char *right_val = NULL;
NULL             1482 lib/common/patchset.c     if (changed == NULL) {
NULL             1486 lib/common/patchset.c     if (left == NULL) {
NULL             1487 lib/common/patchset.c         return NULL;
NULL             1495 lib/common/patchset.c     if (right == NULL) {
NULL             1496 lib/common/patchset.c         xmlNode *deleted = NULL;
NULL             1508 lib/common/patchset.c     CRM_CHECK(name != NULL, return NULL);
NULL             1511 lib/common/patchset.c               return NULL);
NULL             1515 lib/common/patchset.c     if ((value != NULL) && (strcmp(value, "removed:top") == 0)) {
NULL             1518 lib/common/patchset.c         return NULL;
NULL             1525 lib/common/patchset.c     for (left_child = pcmk__xml_first_child(left); left_child != NULL;
NULL             1541 lib/common/patchset.c         xmlAttrPtr pIter = NULL;
NULL             1543 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
NULL             1556 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(left); xIter != NULL;
NULL             1559 lib/common/patchset.c         xmlAttrPtr right_attr = NULL;
NULL             1560 lib/common/patchset.c         xml_private_t *p = NULL;
NULL             1578 lib/common/patchset.c         if ((right_val == NULL) || (p && pcmk_is_set(p->flags, pcmk__xf_deleted))) {
NULL             1582 lib/common/patchset.c                 xmlAttrPtr pIter = NULL;
NULL             1584 lib/common/patchset.c                 for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
NULL             1610 lib/common/patchset.c                     xmlAttrPtr pIter = NULL;
NULL             1614 lib/common/patchset.c                     for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
NULL             1636 lib/common/patchset.c         return NULL;
NULL             1638 lib/common/patchset.c     } else if (!full && (id != NULL)) {
NULL             1655 lib/common/patchset.c     static struct qb_log_callsite *digest_cs = NULL;
NULL             1659 lib/common/patchset.c     xmlNode *child_diff = NULL;
NULL             1663 lib/common/patchset.c     CRM_CHECK(new_xml != NULL, return FALSE);
NULL             1664 lib/common/patchset.c     if (digest_cs == NULL) {
NULL             1670 lib/common/patchset.c     for (child_diff = pcmk__xml_first_child(removed); child_diff != NULL;
NULL             1674 lib/common/patchset.c             *new_xml = subtract_xml_object(NULL, old_xml, child_diff, FALSE,
NULL             1675 lib/common/patchset.c                                            NULL, NULL);
NULL             1692 lib/common/patchset.c         xmlNode *child_diff = NULL;
NULL             1694 lib/common/patchset.c         for (child_diff = pcmk__xml_first_child(added); child_diff != NULL;
NULL             1698 lib/common/patchset.c                 pcmk__xml_update(NULL, *new_xml, child_diff, true);
NULL             1709 lib/common/patchset.c     } else if (result && (digest != NULL)) {
NULL             1710 lib/common/patchset.c         char *new_digest = NULL;
NULL             1721 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
NULL             1722 lib/common/patchset.c                 save_xml_to_file(old_xml, "diff:original", NULL);
NULL             1723 lib/common/patchset.c                 save_xml_to_file(diff, "diff:input", NULL);
NULL             1724 lib/common/patchset.c                 save_xml_to_file(*new_xml, "diff:new", NULL);
NULL               32 lib/common/pid.c     bool no_name_check = ((daemon == NULL) || (have_proc_pid == -1));
NULL               65 lib/common/pid.c     } else if (daemon != NULL) {
NULL              140 lib/common/pid.c     CRM_CHECK((filename != NULL) && (pid != NULL), return EINVAL);
NULL              235 lib/common/pid.c     rc = pcmk__pidfile_matches(filename, 0, name, NULL);
NULL              255 lib/common/pid.c     rc = pcmk__pidfile_matches(filename, mypid, name, NULL);
NULL               82 lib/common/procfs.c     if (name != NULL) {
NULL              119 lib/common/procfs.c     if (dp == NULL) {
NULL              124 lib/common/procfs.c     while ((entry = readdir(dp)) != NULL) {
NULL              127 lib/common/procfs.c             && (pcmk__pid_active(pid, NULL) == pcmk_rc_ok)) {
NULL              148 lib/common/procfs.c     FILE *stream = NULL;
NULL              152 lib/common/procfs.c     if (stream == NULL) {
NULL              102 lib/common/remote.c         return NULL;
NULL              112 lib/common/remote.c             return NULL;
NULL              136 lib/common/remote.c     time_t time_limit = time(NULL) + timeout_ms / 1000;
NULL              155 lib/common/remote.c     } while (time(NULL) < time_limit);
NULL              220 lib/common/remote.c     const char *prio_base = NULL;
NULL              221 lib/common/remote.c     char *prio = NULL;
NULL              222 lib/common/remote.c     gnutls_session_t *session = NULL;
NULL              232 lib/common/remote.c     if (prio_base == NULL) {
NULL              239 lib/common/remote.c     if (session == NULL) {
NULL              253 lib/common/remote.c     rc = gnutls_priority_set_direct(*session, prio, NULL);
NULL              278 lib/common/remote.c     if (session != NULL) {
NULL              281 lib/common/remote.c     return NULL;
NULL              376 lib/common/remote.c     if (unsent == NULL) {
NULL              418 lib/common/remote.c     if (unsent == NULL) {
NULL              492 lib/common/remote.c     char *xml_text = NULL;
NULL              497 lib/common/remote.c     CRM_CHECK((remote != NULL) && (msg != NULL), return EINVAL);
NULL              500 lib/common/remote.c     CRM_CHECK(xml_text != NULL, return EINVAL);
NULL              503 lib/common/remote.c     CRM_ASSERT(header != NULL);
NULL              542 lib/common/remote.c     xmlNode *xml = NULL;
NULL              545 lib/common/remote.c     if (header == NULL) {
NULL              546 lib/common/remote.c         return NULL;
NULL              566 lib/common/remote.c             return NULL;
NULL              572 lib/common/remote.c             return NULL;
NULL              591 lib/common/remote.c     if (xml == NULL && header->version > REMOTE_MSG_VERSION) {
NULL              595 lib/common/remote.c     } else if (xml == NULL) {
NULL              647 lib/common/remote.c     start = time(NULL);
NULL              657 lib/common/remote.c             timeout = timeout_ms - ((time(NULL) - start) * 1000);
NULL              794 lib/common/remote.c     time_t start = time(NULL);
NULL              836 lib/common/remote.c         remaining_timeout = timeout_ms - ((time(NULL) - start) * 1000);
NULL              869 lib/common/remote.c     rc = select(cb_data->sock + 1, &rset, &wset, NULL, &ts);
NULL              874 lib/common/remote.c             if ((time(NULL) - cb_data->start) < (cb_data->timeout_ms / 1000)) {
NULL              884 lib/common/remote.c         if ((time(NULL) - cb_data->start) < (cb_data->timeout_ms / 1000)) {
NULL              959 lib/common/remote.c     struct tcp_async_cb_data *cb_data = NULL;
NULL              990 lib/common/remote.c         cb_data->start = time(NULL);
NULL             1068 lib/common/remote.c     struct addrinfo *res = NULL;
NULL             1069 lib/common/remote.c     struct addrinfo *rp = NULL;
NULL             1075 lib/common/remote.c     CRM_CHECK((host != NULL) && (sock_fd != NULL), return EINVAL);
NULL             1082 lib/common/remote.c     rc = getaddrinfo(server, NULL, &hints, &res);
NULL             1096 lib/common/remote.c     for (rp = res; rp != NULL; rp = rp->ai_next) {
NULL             1258 lib/common/remote.c             port = strtol(env, NULL, 10);
NULL              817 lib/common/results.c     if (result == NULL) {
NULL              826 lib/common/results.c         result->exit_reason = (exit_reason == NULL)? NULL : strdup(exit_reason);
NULL              850 lib/common/results.c     char *reason = NULL;
NULL              852 lib/common/results.c     if (result == NULL) {
NULL              859 lib/common/results.c     if (format != NULL) {
NULL              885 lib/common/results.c     if (result == NULL) {
NULL              905 lib/common/results.c     if (result == NULL) {
NULL              910 lib/common/results.c     result->exit_reason = NULL;
NULL              913 lib/common/results.c     result->action_stdout = NULL;
NULL              916 lib/common/results.c     result->action_stderr = NULL;
NULL              929 lib/common/results.c     CRM_CHECK((src != NULL) && (dst != NULL), return);
NULL               63 lib/common/schemas.c static struct schema_s *known_schemas = NULL;
NULL               79 lib/common/schemas.c         PCMK__XML_LOG_BASE(priority, FALSE, 0, NULL, fmt, ap);
NULL              189 lib/common/schemas.c     CRM_ASSERT(known_schemas != NULL);
NULL              272 lib/common/schemas.c     char *xslt = NULL,
NULL              273 lib/common/schemas.c          *transform_upgrade = NULL,
NULL              274 lib/common/schemas.c          *transform_enter = NULL;
NULL              304 lib/common/schemas.c                 xslt = NULL;
NULL              308 lib/common/schemas.c         if (xslt != NULL) {
NULL              315 lib/common/schemas.c             transform_enter = NULL;
NULL              322 lib/common/schemas.c         transform_upgrade = NULL;
NULL              327 lib/common/schemas.c     add_schema(schema_validator_rng, version, NULL,
NULL              344 lib/common/schemas.c         CRM_ASSERT(secprefs == NULL);
NULL              359 lib/common/schemas.c         secprefs = NULL;
NULL              380 lib/common/schemas.c     struct dirent **namelist = NULL;
NULL              427 lib/common/schemas.c                NULL, NULL, FALSE, -1);
NULL              430 lib/common/schemas.c                NULL, NULL, FALSE, -1);
NULL              465 lib/common/schemas.c     relaxng_ctx_cache_t *ctx = NULL;
NULL              467 lib/common/schemas.c     CRM_CHECK(doc != NULL, return FALSE);
NULL              468 lib/common/schemas.c     CRM_CHECK(relaxng_file != NULL, return FALSE);
NULL              479 lib/common/schemas.c         CRM_CHECK(ctx->parser != NULL, goto cleanup);
NULL              494 lib/common/schemas.c         CRM_CHECK(ctx->rng != NULL,
NULL              499 lib/common/schemas.c         CRM_CHECK(ctx->valid != NULL, goto cleanup);
NULL              532 lib/common/schemas.c         if (ctx->parser != NULL) {
NULL              535 lib/common/schemas.c         if (ctx->valid != NULL) {
NULL              538 lib/common/schemas.c         if (ctx->rng != NULL) {
NULL              555 lib/common/schemas.c     relaxng_ctx_cache_t *ctx = NULL;
NULL              564 lib/common/schemas.c                 if (ctx == NULL) {
NULL              567 lib/common/schemas.c                 if (ctx->parser != NULL) {
NULL              570 lib/common/schemas.c                 if (ctx->valid != NULL) {
NULL              573 lib/common/schemas.c                 if (ctx->rng != NULL) {
NULL              577 lib/common/schemas.c                 known_schemas[lpc].cache = NULL;
NULL              585 lib/common/schemas.c     known_schemas = NULL;
NULL              593 lib/common/schemas.c     xmlDocPtr doc = NULL;
NULL              595 lib/common/schemas.c     char *file = NULL;
NULL              605 lib/common/schemas.c     CRM_CHECK(xml != NULL, return FALSE);
NULL              642 lib/common/schemas.c     FILE *fp = NULL;
NULL              645 lib/common/schemas.c     CRM_CHECK(filename != NULL, return);
NULL              648 lib/common/schemas.c     if (fp == NULL) {
NULL              673 lib/common/schemas.c     xmlDoc *doc = NULL;
NULL              674 lib/common/schemas.c     xmlNode *xml = NULL;
NULL              676 lib/common/schemas.c     char *filename = NULL;
NULL              688 lib/common/schemas.c     rc = validate_xml(xml, NULL, FALSE);
NULL              702 lib/common/schemas.c     if (validation == NULL) {
NULL              706 lib/common/schemas.c     if (validation == NULL) {
NULL              795 lib/common/schemas.c                 if (arg_cur != NULL) {
NULL              802 lib/common/schemas.c                         if (ctx == NULL) {
NULL              813 lib/common/schemas.c                         if (ctx == NULL) {
NULL              824 lib/common/schemas.c                         if (ctx == NULL) {
NULL              864 lib/common/schemas.c     if (log_level != NULL) {
NULL              900 lib/common/schemas.c     char *xform = NULL;
NULL              901 lib/common/schemas.c     xmlNode *out = NULL;
NULL              902 lib/common/schemas.c     xmlDocPtr res = NULL;
NULL              903 lib/common/schemas.c     xmlDocPtr doc = NULL;
NULL              904 lib/common/schemas.c     xsltStylesheet *xslt = NULL;
NULL              911 lib/common/schemas.c     CRM_CHECK(xml != NULL, return FALSE);
NULL              921 lib/common/schemas.c         xsltSetGenericErrorFunc(NULL, cib_upgrade_err);
NULL              927 lib/common/schemas.c     CRM_CHECK(xslt != NULL, goto cleanup);
NULL              929 lib/common/schemas.c     res = xsltApplyStylesheet(xslt, doc, NULL);
NULL              930 lib/common/schemas.c     CRM_CHECK(res != NULL, goto cleanup);
NULL              932 lib/common/schemas.c     xsltSetGenericErrorFunc(NULL, NULL);  /* restore default one */
NULL              967 lib/common/schemas.c     xmlNode *upgrade = NULL,
NULL              968 lib/common/schemas.c             *final = NULL;
NULL              974 lib/common/schemas.c         if (upgrade == NULL) {
NULL              980 lib/common/schemas.c     if (upgrade == NULL) {
NULL              989 lib/common/schemas.c         upgrade = NULL;
NULL              992 lib/common/schemas.c     if (final != NULL && transform_onleave) {
NULL              995 lib/common/schemas.c         CRM_ASSERT(schema->transform_enter != NULL);
NULL             1002 lib/common/schemas.c         if (final == NULL) {
NULL             1028 lib/common/schemas.c     if (name == NULL) {
NULL             1044 lib/common/schemas.c     xmlNode *xml = NULL;
NULL             1045 lib/common/schemas.c     char *value = NULL;
NULL             1050 lib/common/schemas.c     CRM_CHECK(best != NULL, return -EINVAL);
NULL             1053 lib/common/schemas.c     CRM_CHECK(xml_blob != NULL, return -EINVAL);
NULL             1054 lib/common/schemas.c     CRM_CHECK(*xml_blob != NULL, return -EINVAL);
NULL             1059 lib/common/schemas.c     if (value != NULL) {
NULL             1113 lib/common/schemas.c             xmlNode *upgrade = NULL;
NULL             1126 lib/common/schemas.c             } else if (known_schemas[lpc].transform == NULL
NULL             1144 lib/common/schemas.c                 if (upgrade == NULL) {
NULL             1192 lib/common/schemas.c     char *const orig_value = strdup(value == NULL ? "(none)" : value);
NULL             1200 lib/common/schemas.c         xmlNode *converted = NULL;
NULL             1250 lib/common/schemas.c             converted = NULL;
NULL               38 lib/common/scores.c     if (score == NULL) {
NULL               87 lib/common/scores.c     CRM_CHECK((buf != NULL) && (len >= sizeof(CRM_MINUS_INFINITY_S)),
NULL               88 lib/common/scores.c               return NULL);
NULL              116 lib/common/scores.c     char *result = NULL;
NULL              120 lib/common/scores.c         CRM_ASSERT(result != NULL);
NULL              124 lib/common/scores.c         CRM_ASSERT(result != NULL);
NULL               47 lib/common/strings.c     char *local_end_text = NULL;
NULL               51 lib/common/strings.c     if (text != NULL) {
NULL               71 lib/common/strings.c         if ((end_text == NULL) && !pcmk__str_empty(local_end_text)) {
NULL               77 lib/common/strings.c     if (end_text != NULL) {
NULL               80 lib/common/strings.c     if (result != NULL) {
NULL              102 lib/common/strings.c     if (text != NULL) {
NULL              103 lib/common/strings.c         rc = scan_ll(text, &local_result, default_value, NULL);
NULL              108 lib/common/strings.c     if (result != NULL) {
NULL              144 lib/common/strings.c     if (result != NULL) {
NULL              166 lib/common/strings.c     if ((text != NULL) && (rc == pcmk_rc_ok) // wasn't default or invalid
NULL              173 lib/common/strings.c     if (port != NULL) {
NULL              203 lib/common/strings.c     char *local_end_text = NULL;
NULL              205 lib/common/strings.c     CRM_ASSERT(result != NULL);
NULL              208 lib/common/strings.c     text = (text != NULL) ? text : default_text;
NULL              210 lib/common/strings.c     if (text == NULL) {
NULL              273 lib/common/strings.c                 if (strchr("0.eE", *p) == NULL) {
NULL              286 lib/common/strings.c         if ((end_text == NULL) && !pcmk__str_empty(local_end_text)) {
NULL              292 lib/common/strings.c     if (end_text != NULL) {
NULL              318 lib/common/strings.c     CRM_CHECK((table != NULL) && (key != NULL), return EINVAL);
NULL              320 lib/common/strings.c     if (result != NULL) {
NULL              325 lib/common/strings.c     if (value == NULL) {
NULL              339 lib/common/strings.c     if (result != NULL) {
NULL              366 lib/common/strings.c     const char *num_start = NULL;
NULL              372 lib/common/strings.c     char *end_text = NULL;
NULL              374 lib/common/strings.c     if (input == NULL) {
NULL              420 lib/common/strings.c     if (s != NULL) {
NULL              429 lib/common/strings.c     if (s == NULL) {
NULL              460 lib/common/strings.c     if (str == NULL) {
NULL              505 lib/common/strings.c     } else if (s == NULL) {
NULL              515 lib/common/strings.c             return (s == NULL)? false : !strcmp(s, match);
NULL              677 lib/common/strings.c     GHashTable *new_table = NULL;
NULL              708 lib/common/strings.c     CRM_ASSERT(list != NULL);
NULL              715 lib/common/strings.c     orig_len = (len != NULL)? *len : ((*list == NULL)? 0 : strlen(*list));
NULL              722 lib/common/strings.c     } else if (separator == NULL) {
NULL              727 lib/common/strings.c     if (len != NULL) {
NULL              753 lib/common/strings.c     char *compressed = NULL;
NULL              803 lib/common/strings.c     char *string = NULL;
NULL              815 lib/common/strings.c     char *remainder = NULL;
NULL              817 lib/common/strings.c     CRM_ASSERT(start != NULL && end != NULL);
NULL              847 lib/common/strings.c             char *more_remainder = NULL;
NULL              888 lib/common/strings.c     for (GList *ele = lst; ele != NULL; ele = ele->next) {
NULL              900 lib/common/strings.c     if (s == NULL) {
NULL              907 lib/common/strings.c         if (ele == NULL) {
NULL              992 lib/common/strings.c         if (ele == NULL) {
NULL              994 lib/common/strings.c         } else if (strchr(ele, ch) != NULL) {
NULL             1027 lib/common/strings.c             char *end1 = NULL;
NULL             1028 lib/common/strings.c             char *end2 = NULL;
NULL             1110 lib/common/strings.c         if (s1 == NULL || s2 == NULL) {
NULL             1122 lib/common/strings.c             rc = regexec(&r_patt, s1, 0, NULL, 0);
NULL             1143 lib/common/strings.c         if (s1 == NULL || s2 == NULL) {
NULL             1151 lib/common/strings.c     if (s1 == NULL) {
NULL             1153 lib/common/strings.c     } else if (s2 == NULL) {
NULL             1190 lib/common/strings.c     if ((str != NULL) && !pcmk__str_eq(*str, value, pcmk__str_none)) {
NULL             1192 lib/common/strings.c         if (value == NULL) {
NULL             1193 lib/common/strings.c             *str = NULL;
NULL             1196 lib/common/strings.c             CRM_ASSERT(*str != NULL);
NULL             1212 lib/common/strings.c     } else if (a == NULL || b == NULL) {
NULL             1231 lib/common/strings.c     } else if (a == NULL || b == NULL) {
NULL             1244 lib/common/strings.c     if (buffer != NULL) {
NULL             1279 lib/common/strings.c     if (text == NULL) {
NULL             1281 lib/common/strings.c         if (text == NULL) {
NULL             1287 lib/common/strings.c     scan_ll(text, &result, PCMK__PARSE_INT_DEFAULT, NULL);
NULL               22 lib/common/tests/acl/pcmk_acl_required_test.c     assert_false(pcmk_acl_required(NULL));
NULL               37 lib/common/tests/acl/pcmk_acl_required_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/acl/xml_acl_denied_test.c     xmlNode *test_xml = create_xml_node(NULL, "test_xml");
NULL               26 lib/common/tests/acl/xml_acl_denied_test.c     test_xml->doc->_private = NULL;
NULL               29 lib/common/tests/acl/xml_acl_denied_test.c     test_xml->doc = NULL;
NULL               32 lib/common/tests/acl/xml_acl_denied_test.c     test_xml = NULL;
NULL               41 lib/common/tests/acl/xml_acl_denied_test.c     xmlNode *test_xml = create_xml_node(NULL, "test_xml");
NULL               71 lib/common/tests/acl/xml_acl_denied_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/acl/xml_acl_enabled_test.c     xmlNode *test_xml = create_xml_node(NULL, "test_xml");
NULL               26 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml->doc->_private = NULL;
NULL               29 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml->doc = NULL;
NULL               32 lib/common/tests/acl/xml_acl_enabled_test.c     test_xml = NULL;
NULL               41 lib/common/tests/acl/xml_acl_enabled_test.c     xmlNode *test_xml = create_xml_node(NULL, "test_xml");
NULL               71 lib/common/tests/acl/xml_acl_enabled_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               22 lib/common/tests/agents/pcmk_stonith_param_test.c     assert_false(pcmk_stonith_param(NULL));
NULL               61 lib/common/tests/agents/pcmk_stonith_param_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               29 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     assert_null(pcmk__cmdline_preproc(NULL, ""));
NULL               34 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-a", "-b", "-c", "-d", "-1", NULL };
NULL               35 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-a", "-b", "-c", "-d", "-1", NULL };
NULL               37 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL);
NULL               48 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-", NULL };
NULL               49 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-", NULL };
NULL               51 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL);
NULL               58 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-a", "--", "-bc", NULL };
NULL               59 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-a", "--", "-bc", NULL };
NULL               61 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL);
NULL               68 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-aX", "-Fval", NULL };
NULL               69 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-a", "X", "-F", "val", NULL };
NULL               78 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-a", NULL };
NULL               79 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-a", NULL };
NULL               88 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "--blah=foo", NULL };
NULL               89 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "--blah=foo", NULL };
NULL               91 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL);
NULL               98 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-v", "-1000", NULL };
NULL               99 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-v", "-1000", NULL };
NULL              108 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-1i3", NULL };
NULL              109 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-1", "-i", "-3", NULL };
NULL              111 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL);
NULL              118 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-n", "crm_mon_options", "-v", "--opt1 --opt2", NULL };
NULL              119 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-n", "crm_mon_options", "-v", "--opt1 --opt2", NULL };
NULL              128 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-n", "crm_mon_options", "-v", "-1i3", NULL };
NULL              129 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-n", "crm_mon_options", "-v", "-1i3", NULL };
NULL              138 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const char *argv[] = { "-abc", "-1i3", NULL };
NULL              139 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     const gchar *expected[] = { "-a", "-b", "-c", "-1i3", NULL };
NULL              165 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               21 lib/common/tests/flags/pcmk__clear_flags_as_test.c                                           "test", 0x0f0, 0x00f, NULL), 0x0f0);
NULL               23 lib/common/tests/flags/pcmk__clear_flags_as_test.c                                           "test", 0x0f0, 0xf0f, NULL), 0x0f0);
NULL               29 lib/common/tests/flags/pcmk__clear_flags_as_test.c                                           "test", 0x0f0, 0x020, NULL), 0x0d0);
NULL               31 lib/common/tests/flags/pcmk__clear_flags_as_test.c                                           "test", 0x0f0, 0x030, NULL), 0x0c0);
NULL               37 lib/common/tests/flags/pcmk__clear_flags_as_test.c                                           "test", 0x0f0, 0x0f0, NULL), 0x000);
NULL               39 lib/common/tests/flags/pcmk__clear_flags_as_test.c                                           "test", 0x0f0, 0xfff, NULL), 0x000);
NULL               52 lib/common/tests/flags/pcmk__clear_flags_as_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               21 lib/common/tests/flags/pcmk__set_flags_as_test.c                      "test", 0x0f0, 0x00f, NULL), 0x0ff);
NULL               23 lib/common/tests/flags/pcmk__set_flags_as_test.c                      "test", 0x0f0, 0xf0f, NULL), 0xfff);
NULL               25 lib/common/tests/flags/pcmk__set_flags_as_test.c                      "test", 0x0f0, 0xfff, NULL), 0xfff);
NULL               36 lib/common/tests/flags/pcmk__set_flags_as_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               44 lib/common/tests/flags/pcmk_all_flags_set_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               37 lib/common/tests/flags/pcmk_any_flags_set_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               20 lib/common/tests/health/pcmk__parse_health_strategy_test.c     assert_int_equal(pcmk__parse_health_strategy(NULL),
NULL               67 lib/common/tests/health/pcmk__parse_health_strategy_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               34 lib/common/tests/health/pcmk__validate_health_strategy_test.c     assert_false(pcmk__validate_health_strategy(NULL));
NULL               48 lib/common/tests/health/pcmk__validate_health_strategy_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/io/pcmk__full_path_test.c     char *path = NULL;
NULL               46 lib/common/tests/io/pcmk__full_path_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               46 lib/common/tests/io/pcmk__get_tmpdir_test.c     will_return(__wrap_getenv, NULL);                   // getenv("TMPDIR") return value
NULL               92 lib/common/tests/io/pcmk__get_tmpdir_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               37 lib/common/tests/iso8601/pcmk__readable_interval_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               26 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *from = NULL;
NULL               27 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *items = NULL;
NULL               28 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *result = NULL;
NULL               52 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *from = NULL;
NULL               53 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *items = NULL;
NULL               54 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *result = NULL;
NULL               76 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *from = NULL;
NULL               77 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *items = NULL;
NULL               78 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *result = NULL;
NULL              100 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *from = NULL;
NULL              101 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *items = NULL;
NULL              102 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *result = NULL;
NULL              124 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *from = NULL;
NULL              125 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *items = NULL;
NULL              126 lib/common/tests/lists/pcmk__subtract_lists_test.c     GList *result = NULL;
NULL              157 lib/common/tests/lists/pcmk__subtract_lists_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               26 lib/common/tests/nvpair/pcmk__xe_attr_is_true_test.c     assert_false(pcmk__xe_attr_is_true(NULL, NULL));
NULL               27 lib/common/tests/nvpair/pcmk__xe_attr_is_true_test.c     assert_false(pcmk__xe_attr_is_true(NULL, "whatever"));
NULL               28 lib/common/tests/nvpair/pcmk__xe_attr_is_true_test.c     assert_false(pcmk__xe_attr_is_true(node, NULL));
NULL               63 lib/common/tests/nvpair/pcmk__xe_attr_is_true_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               28 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c     assert_int_equal(pcmk__xe_get_bool_attr(NULL, NULL, &value), ENODATA);
NULL               29 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c     assert_int_equal(pcmk__xe_get_bool_attr(NULL, "whatever", &value), ENODATA);
NULL               30 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c     assert_int_equal(pcmk__xe_get_bool_attr(node, NULL, &value), EINVAL);
NULL               31 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c     assert_int_equal(pcmk__xe_get_bool_attr(node, "whatever", NULL), EINVAL);
NULL               73 lib/common/tests/nvpair/pcmk__xe_get_bool_attr_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               44 lib/common/tests/nvpair/pcmk__xe_set_bool_attr_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL               24 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL               38 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL               39 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL               60 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL               61 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL               82 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL               83 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL              111 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL              112 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL              140 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL              143 lib/common/tests/operations/parse_op_key_test.c     assert_true(parse_op_key("Fencing_monitor_60000", NULL, &ty, &ms));
NULL              152 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL              155 lib/common/tests/operations/parse_op_key_test.c     assert_true(parse_op_key("Fencing_monitor_60000", &rsc, NULL, &ms));
NULL              164 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL              165 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL              167 lib/common/tests/operations/parse_op_key_test.c     assert_true(parse_op_key("Fencing_monitor_60000", &rsc, &ty, NULL));
NULL              177 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL              178 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL              186 lib/common/tests/operations/parse_op_key_test.c     assert_false(parse_op_key(NULL, &rsc, &ty, &ms));
NULL              195 lib/common/tests/operations/parse_op_key_test.c     char *rsc = NULL;
NULL              196 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
NULL              233 lib/common/tests/operations/parse_op_key_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               22 lib/common/tests/operations/pcmk_is_probe_test.c     assert_false(pcmk_is_probe(NULL, 0));
NULL               36 lib/common/tests/operations/pcmk_is_probe_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               22 lib/common/tests/operations/pcmk_xe_is_probe_test.c     xmlNode *node = NULL;
NULL               24 lib/common/tests/operations/pcmk_xe_is_probe_test.c     assert_false(pcmk_xe_is_probe(NULL));
NULL               54 lib/common/tests/operations/pcmk_xe_is_probe_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               21 lib/common/tests/operations/pcmk_xe_mask_probe_failure_test.c     xmlNode *node = NULL;
NULL               34 lib/common/tests/operations/pcmk_xe_mask_probe_failure_test.c     xmlNode *node = NULL;
NULL               47 lib/common/tests/operations/pcmk_xe_mask_probe_failure_test.c     xmlNode *node = NULL;
NULL              161 lib/common/tests/operations/pcmk_xe_mask_probe_failure_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               70 lib/common/tests/results/pcmk__results_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               25 lib/common/tests/scores/char2score_test.c     assert_int_equal(char2score(NULL), 0);
NULL               85 lib/common/tests/scores/char2score_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               84 lib/common/tests/scores/pcmk__add_scores_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/scores/score2char_stack_test.c     assert_null(score2char_stack(100, NULL, 9));
NULL               69 lib/common/tests/scores/score2char_stack_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               21 lib/common/tests/scores/score2char_test.c     char *a = NULL;
NULL               35 lib/common/tests/scores/score2char_test.c     char *a = NULL;
NULL               58 lib/common/tests/scores/score2char_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               20 lib/common/tests/strings/crm_get_msec_test.c     assert_int_equal(crm_get_msec(NULL), PCMK__PARSE_INT_DEFAULT);
NULL               61 lib/common/tests/strings/crm_get_msec_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               20 lib/common/tests/strings/crm_is_true_test.c     assert_false(crm_is_true(NULL));
NULL               68 lib/common/tests/strings/crm_is_true_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               20 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean(NULL, NULL), -1);
NULL               21 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("", NULL), -1);
NULL               22 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("blahblah", NULL), -1);
NULL               51 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("truedat", NULL), -1);
NULL               52 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("onnn", NULL), -1);
NULL               53 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("yep", NULL), -1);
NULL               54 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("Y!", NULL), -1);
NULL               55 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("100", NULL), -1);
NULL               84 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("falseee", NULL), -1);
NULL               85 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("of", NULL), -1);
NULL               86 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("nope", NULL), -1);
NULL               87 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("N!", NULL), -1);
NULL               88 lib/common/tests/strings/crm_str_to_boolean_test.c     assert_int_equal(crm_str_to_boolean("000", NULL), -1);
NULL              103 lib/common/tests/strings/crm_str_to_boolean_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/strings/pcmk__add_word_test.c     char *list = NULL;
NULL               35 lib/common/tests/strings/pcmk__add_word_test.c     char *list = NULL;
NULL               37 lib/common/tests/strings/pcmk__add_word_test.c     pcmk__add_word(&list, NULL, "hello");
NULL               38 lib/common/tests/strings/pcmk__add_word_test.c     pcmk__add_word(&list, NULL, "world");
NULL               46 lib/common/tests/strings/pcmk__add_word_test.c     char *list = NULL;
NULL               48 lib/common/tests/strings/pcmk__add_word_test.c     pcmk__add_word(&list, NULL, "hello");
NULL               49 lib/common/tests/strings/pcmk__add_word_test.c     pcmk__add_word(&list, NULL, NULL);
NULL               50 lib/common/tests/strings/pcmk__add_word_test.c     pcmk__add_word(&list, NULL, "");
NULL               58 lib/common/tests/strings/pcmk__add_word_test.c     char *list = NULL;
NULL               61 lib/common/tests/strings/pcmk__add_word_test.c     pcmk__add_separated_word(&list, &list_len, "hello", NULL);
NULL               62 lib/common/tests/strings/pcmk__add_word_test.c     pcmk__add_separated_word(&list, &list_len, "world", NULL);
NULL               63 lib/common/tests/strings/pcmk__add_word_test.c     pcmk__add_separated_word(&list, &list_len, "I am a unit test", NULL);
NULL               71 lib/common/tests/strings/pcmk__add_word_test.c     char *list = NULL;
NULL               84 lib/common/tests/strings/pcmk__add_word_test.c     char *list = NULL;
NULL              107 lib/common/tests/strings/pcmk__add_word_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               33 lib/common/tests/strings/pcmk__btoa_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               21 lib/common/tests/strings/pcmk__char_in_any_str_test.c     assert_false(pcmk__char_in_any_str('x', NULL));
NULL               22 lib/common/tests/strings/pcmk__char_in_any_str_test.c     assert_false(pcmk__char_in_any_str('\0', NULL));
NULL               28 lib/common/tests/strings/pcmk__char_in_any_str_test.c     assert_true(pcmk__char_in_any_str('\0', "xxx", "yyy", NULL));
NULL               29 lib/common/tests/strings/pcmk__char_in_any_str_test.c     assert_true(pcmk__char_in_any_str('\0', "", NULL));
NULL               35 lib/common/tests/strings/pcmk__char_in_any_str_test.c     assert_true(pcmk__char_in_any_str('x', "aaa", "bbb", "xxx", NULL));
NULL               41 lib/common/tests/strings/pcmk__char_in_any_str_test.c     assert_false(pcmk__char_in_any_str('x', "aaa", "bbb", NULL));
NULL               42 lib/common/tests/strings/pcmk__char_in_any_str_test.c     assert_false(pcmk__char_in_any_str('A', "aaa", "bbb", NULL));
NULL               43 lib/common/tests/strings/pcmk__char_in_any_str_test.c     assert_false(pcmk__char_in_any_str('x', "", NULL));
NULL               56 lib/common/tests/strings/pcmk__char_in_any_str_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               50 lib/common/tests/strings/pcmk__compress_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               20 lib/common/tests/strings/pcmk__ends_with_test.c     assert_false(pcmk__ends_with(NULL, "xyz"));
NULL               22 lib/common/tests/strings/pcmk__ends_with_test.c     assert_true(pcmk__ends_with(NULL, NULL));
NULL               23 lib/common/tests/strings/pcmk__ends_with_test.c     assert_true(pcmk__ends_with(NULL, ""));
NULL               24 lib/common/tests/strings/pcmk__ends_with_test.c     assert_true(pcmk__ends_with("", NULL));
NULL               26 lib/common/tests/strings/pcmk__ends_with_test.c     assert_true(pcmk__ends_with("abc", NULL));
NULL               68 lib/common/tests/strings/pcmk__ends_with_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               26 lib/common/tests/strings/pcmk__guint_from_hash_test.c     assert_int_equal(pcmk__guint_from_hash(NULL, "abc", 123, &result), EINVAL);
NULL               27 lib/common/tests/strings/pcmk__guint_from_hash_test.c     assert_int_equal(pcmk__guint_from_hash(tbl, NULL, 123, &result), EINVAL);
NULL               85 lib/common/tests/strings/pcmk__guint_from_hash_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               81 lib/common/tests/strings/pcmk__numeric_strcasecmp_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/strings/pcmk__parse_ll_range_test.c     assert_int_equal(pcmk__parse_ll_range(NULL, &start, &end), pcmk_rc_unknown_format);
NULL              117 lib/common/tests/strings/pcmk__parse_ll_range_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               38 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(NULL, &result, NULL, NULL), EINVAL);
NULL               41 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("", &result, NULL, NULL), EINVAL);
NULL               45 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(NULL, &result, "2.0", NULL), pcmk_rc_ok);
NULL               48 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("", &result, "2.0", NULL), EINVAL);
NULL               58 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("asdf", &result, NULL, NULL), EINVAL);
NULL               61 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("as2.0", &result, NULL, NULL), EINVAL);
NULL               65 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("asdf", &result, "2.0", NULL), EINVAL);
NULL               68 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("as2.0", &result, "2.0", NULL), EINVAL);
NULL               78 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("2.0asdf", &result, NULL, &end_text), pcmk_rc_ok);
NULL               89 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("0.0", &result, NULL, NULL), pcmk_rc_ok);
NULL               92 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("1.0", &result, NULL, NULL), pcmk_rc_ok);
NULL               95 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double("-1.0", &result, NULL, NULL), pcmk_rc_ok);
NULL               99 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(str, &result, NULL, NULL), pcmk_rc_ok);
NULL              103 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(str, &result, NULL, NULL), pcmk_rc_ok);
NULL              118 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(str, &result, NULL, NULL), EOVERFLOW);
NULL              122 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(str, &result, NULL, NULL), EOVERFLOW);
NULL              139 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(str, &result, NULL, NULL), pcmk_rc_underflow);
NULL              144 lib/common/tests/strings/pcmk__scan_double_test.c     assert_int_equal(pcmk__scan_double(str, &result, NULL, NULL), pcmk_rc_underflow);
NULL              164 lib/common/tests/strings/pcmk__scan_double_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               26 lib/common/tests/strings/pcmk__scan_min_int_test.c     assert_int_equal(pcmk__scan_min_int(NULL, &result, 1), pcmk_rc_ok);
NULL               70 lib/common/tests/strings/pcmk__scan_min_int_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               69 lib/common/tests/strings/pcmk__scan_port_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               20 lib/common/tests/strings/pcmk__starts_with_test.c     assert_false(pcmk__starts_with(NULL, "x"));
NULL               21 lib/common/tests/strings/pcmk__starts_with_test.c     assert_false(pcmk__starts_with("abc", NULL));
NULL               46 lib/common/tests/strings/pcmk__starts_with_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               20 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__strcase_any_of("xxx", NULL));
NULL               21 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__str_any_of("xxx", NULL));
NULL               22 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__strcase_any_of("", NULL));
NULL               23 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__str_any_of("", NULL));
NULL               28 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__strcase_any_of("", "xxx", "yyy", NULL));
NULL               29 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__str_any_of("", "xxx", "yyy", NULL));
NULL               30 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__strcase_any_of(NULL, "xxx", "yyy", NULL));
NULL               31 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__str_any_of(NULL, "xxx", "yyy", NULL));
NULL               36 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_true(pcmk__strcase_any_of("xxx", "aaa", "bbb", "xxx", NULL));
NULL               37 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_true(pcmk__str_any_of("xxx", "aaa", "bbb", "xxx", NULL));
NULL               38 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_true(pcmk__strcase_any_of("XXX", "aaa", "bbb", "xxx", NULL));
NULL               43 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__strcase_any_of("xxx", "aaa", "bbb", NULL));
NULL               44 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__str_any_of("xxx", "aaa", "bbb", NULL));
NULL               45 lib/common/tests/strings/pcmk__str_any_of_test.c     assert_false(pcmk__str_any_of("AAA", "aaa", "bbb", NULL));
NULL               58 lib/common/tests/strings/pcmk__str_any_of_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               22 lib/common/tests/strings/pcmk__str_in_list_test.c     assert_false(pcmk__str_in_list(NULL, NULL, pcmk__str_none));
NULL               23 lib/common/tests/strings/pcmk__str_in_list_test.c     assert_false(pcmk__str_in_list(NULL, NULL, pcmk__str_null_matches));
NULL               24 lib/common/tests/strings/pcmk__str_in_list_test.c     assert_false(pcmk__str_in_list("xxx", NULL, pcmk__str_none));
NULL               25 lib/common/tests/strings/pcmk__str_in_list_test.c     assert_false(pcmk__str_in_list("", NULL, pcmk__str_none));
NULL               30 lib/common/tests/strings/pcmk__str_in_list_test.c     GList *list = NULL;
NULL               34 lib/common/tests/strings/pcmk__str_in_list_test.c     assert_false(pcmk__str_in_list(NULL, list, pcmk__str_none));
NULL               35 lib/common/tests/strings/pcmk__str_in_list_test.c     assert_true(pcmk__str_in_list(NULL, list, pcmk__str_null_matches));
NULL               44 lib/common/tests/strings/pcmk__str_in_list_test.c     GList *list = NULL;
NULL               59 lib/common/tests/strings/pcmk__str_in_list_test.c     GList *list = NULL;
NULL               67 lib/common/tests/strings/pcmk__str_in_list_test.c     assert_false(pcmk__str_in_list(NULL, list, pcmk__str_star_matches));
NULL               74 lib/common/tests/strings/pcmk__str_in_list_test.c     GList *list = NULL;
NULL               92 lib/common/tests/strings/pcmk__str_in_list_test.c     GList *list = NULL;
NULL              117 lib/common/tests/strings/pcmk__str_in_list_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/strings/pcmk__str_table_dup_test.c     assert_null(pcmk__str_table_dup(NULL));
NULL               30 lib/common/tests/strings/pcmk__str_table_dup_test.c     GHashTable *copy = NULL;
NULL               43 lib/common/tests/strings/pcmk__str_table_dup_test.c     GHashTable *copy = NULL;
NULL               68 lib/common/tests/strings/pcmk__str_table_dup_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               20 lib/common/tests/strings/pcmk__str_update_test.c     char *str = NULL;
NULL               23 lib/common/tests/strings/pcmk__str_update_test.c     pcmk__str_update(NULL, NULL);
NULL               24 lib/common/tests/strings/pcmk__str_update_test.c     pcmk__str_update(NULL, "value");
NULL               27 lib/common/tests/strings/pcmk__str_update_test.c     pcmk__str_update(&str, NULL);
NULL               32 lib/common/tests/strings/pcmk__str_update_test.c     pcmk__str_update(&str, NULL);
NULL               38 lib/common/tests/strings/pcmk__str_update_test.c     char *str = NULL;
NULL               39 lib/common/tests/strings/pcmk__str_update_test.c     char *saved = NULL;
NULL               50 lib/common/tests/strings/pcmk__str_update_test.c     char *str = NULL;
NULL               68 lib/common/tests/strings/pcmk__str_update_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               27 lib/common/tests/strings/pcmk__strcmp_test.c     assert_int_equal(pcmk__strcmp(NULL, NULL, pcmk__str_none), 0);
NULL               34 lib/common/tests/strings/pcmk__strcmp_test.c     assert_int_equal(pcmk__strcmp(s1, NULL, pcmk__str_null_matches), 0);
NULL               35 lib/common/tests/strings/pcmk__strcmp_test.c     assert_true(pcmk__str_eq(s1, NULL, pcmk__str_null_matches));
NULL               36 lib/common/tests/strings/pcmk__strcmp_test.c     assert_int_equal(pcmk__strcmp(NULL, s1, pcmk__str_null_matches), 0);
NULL               37 lib/common/tests/strings/pcmk__strcmp_test.c     assert_in_range(pcmk__strcmp(s1, NULL, pcmk__str_none), 1, 255);
NULL               38 lib/common/tests/strings/pcmk__strcmp_test.c     assert_false(pcmk__str_eq(s1, NULL, pcmk__str_none));
NULL               39 lib/common/tests/strings/pcmk__strcmp_test.c     assert_in_range(pcmk__strcmp(NULL, s1, pcmk__str_none), -255, -1);
NULL               66 lib/common/tests/strings/pcmk__strcmp_test.c     assert_int_equal(pcmk__strcmp(NULL, "a..d", pcmk__str_regex), 1);
NULL               67 lib/common/tests/strings/pcmk__strcmp_test.c     assert_int_equal(pcmk__strcmp(s1, NULL, pcmk__str_regex), 1);
NULL               89 lib/common/tests/strings/pcmk__strcmp_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/strings/pcmk__strikey_table_test.c     GHashTable *tbl = NULL;
NULL               49 lib/common/tests/strings/pcmk__strikey_table_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/strings/pcmk__strkey_table_test.c     GHashTable *tbl = NULL;
NULL               49 lib/common/tests/strings/pcmk__strkey_table_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               25 lib/common/tests/strings/pcmk__trim_test.c     assert_null(pcmk__trim(NULL));
NULL               81 lib/common/tests/strings/pcmk__trim_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               21 lib/common/tests/utils/compare_version_test.c     assert_int_equal(compare_version(NULL, NULL), 0);
NULL               22 lib/common/tests/utils/compare_version_test.c     assert_int_equal(compare_version(NULL, "abc"), -1);
NULL               23 lib/common/tests/utils/compare_version_test.c     assert_int_equal(compare_version(NULL, "1.0.1"), -1);
NULL               24 lib/common/tests/utils/compare_version_test.c     assert_int_equal(compare_version("abc", NULL), 1);
NULL               25 lib/common/tests/utils/compare_version_test.c     assert_int_equal(compare_version("1.0.1", NULL), 1);
NULL               65 lib/common/tests/utils/compare_version_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               22 lib/common/tests/utils/crm_meta_name_test.c     assert_null(crm_meta_name(NULL));
NULL               28 lib/common/tests/utils/crm_meta_name_test.c     char *s = NULL;
NULL               51 lib/common/tests/utils/crm_meta_name_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               26 lib/common/tests/utils/crm_meta_value_test.c     assert_null(crm_meta_value(NULL, NULL));
NULL               27 lib/common/tests/utils/crm_meta_value_test.c     assert_null(crm_meta_value(tbl, NULL));
NULL               66 lib/common/tests/utils/crm_meta_value_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               53 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_calloc, NULL);                   // calloc() return value
NULL               67 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, NULL);               // result parameter to getpwnam_r()
NULL               81 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, NULL);               // result parameter to getpwnam_r()
NULL              104 lib/common/tests/utils/crm_user_lookup_test.c     assert_int_equal(crm_user_lookup("hauser", NULL, NULL), 0);
NULL              126 lib/common/tests/utils/crm_user_lookup_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               35 lib/common/tests/utils/pcmk_daemon_user_test.c     will_return(__wrap_getpwnam_r, NULL);               // result parameter to getpwnam_r()
NULL               55 lib/common/tests/utils/pcmk_daemon_user_test.c     assert_int_equal(pcmk_daemon_user(NULL, NULL), 0);
NULL               72 lib/common/tests/utils/pcmk_daemon_user_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               70 lib/common/tests/utils/pcmk_hostname_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               46 lib/common/tests/utils/pcmk_str_is_infinity_test.c     assert_false(pcmk_str_is_infinity(NULL));
NULL               67 lib/common/tests/utils/pcmk_str_is_infinity_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               43 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     assert_false(pcmk_str_is_minus_infinity(NULL));
NULL               64 lib/common/tests/utils/pcmk_str_is_minus_infinity_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               23 lib/common/tests/xpath/pcmk__xpath_node_id_test.c     assert_null(pcmk__xpath_node_id(NULL, "lrm"));
NULL               25 lib/common/tests/xpath/pcmk__xpath_node_id_test.c     assert_null(pcmk__xpath_node_id("/blah/blah", NULL));
NULL               27 lib/common/tests/xpath/pcmk__xpath_node_id_test.c     assert_null(pcmk__xpath_node_id(NULL, NULL));
NULL               38 lib/common/tests/xpath/pcmk__xpath_node_id_test.c     char *s = NULL;
NULL               59 lib/common/tests/xpath/pcmk__xpath_node_id_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               54 lib/common/utils.c char *crm_system_name = NULL;
NULL               60 lib/common/utils.c     char *buffer = NULL;
NULL               62 lib/common/utils.c     struct passwd *pwentry = NULL;
NULL               65 lib/common/utils.c     if (buffer == NULL) {
NULL              133 lib/common/utils.c     CRM_ASSERT(end_text != NULL);
NULL              137 lib/common/utils.c     if (text != NULL && text[0] != 0) {
NULL              166 lib/common/utils.c     if (version1 == NULL && version2 == NULL) {
NULL              168 lib/common/utils.c     } else if (version1 == NULL) {
NULL              170 lib/common/utils.c     } else if (version2 == NULL) {
NULL              187 lib/common/utils.c         if (ver1_iter != NULL) {
NULL              191 lib/common/utils.c         if (ver2_iter != NULL) {
NULL              204 lib/common/utils.c         if (ver1_iter != NULL && *ver1_iter == '.') {
NULL              207 lib/common/utils.c         if (ver1_iter != NULL && *ver1_iter == '\0') {
NULL              208 lib/common/utils.c             ver1_iter = NULL;
NULL              211 lib/common/utils.c         if (ver2_iter != NULL && *ver2_iter == '.') {
NULL              214 lib/common/utils.c         if (ver2_iter != NULL && *ver2_iter == 0) {
NULL              215 lib/common/utils.c             ver2_iter = NULL;
NULL              247 lib/common/utils.c     if (input == NULL) {
NULL              348 lib/common/utils.c             crm_write_blackbox(SIGTRAP, NULL);
NULL              443 lib/common/utils.c     char *crm_name = NULL;
NULL              445 lib/common/utils.c     CRM_CHECK(field != NULL, return NULL);
NULL              463 lib/common/utils.c     char *key = NULL;
NULL              464 lib/common/utils.c     const char *value = NULL;
NULL              509 lib/common/utils.c     return (uname(&hostinfo) < 0)? NULL : strdup(hostinfo.nodename);
NULL              514 lib/common/utils.c     return pcmk__str_any_of(s, CRM_INFINITY_S, CRM_PLUS_INFINITY_S, NULL);
NULL              551 lib/common/utils.c         nanosleep(&req, NULL);
NULL              561 lib/common/utils.c         select(0, NULL, NULL, NULL, &tv);
NULL              164 lib/common/watchdog.c     static struct qb_log_callsite *panic_cs = NULL;
NULL              166 lib/common/watchdog.c     if (panic_cs == NULL) {
NULL              201 lib/common/watchdog.c     char *pidfile = NULL;
NULL              202 lib/common/watchdog.c     char *sbd_path = NULL;
NULL              259 lib/common/watchdog.c         if (sync_env == NULL) {
NULL               53 lib/common/xml.c     if(xml == NULL || xml->doc == NULL || xml->doc->_private == NULL) {
NULL               75 lib/common/xml.c             char *tmp = NULL;                                           \
NULL               92 lib/common/xml.c         if ((*buffer) == NULL || spaces >= ((*max) - (*offset))) {
NULL              108 lib/common/xml.c         if(p == NULL) {
NULL              140 lib/common/xml.c     xmlNode *cIter = NULL;
NULL              147 lib/common/xml.c     for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
NULL              157 lib/common/xml.c     xmlNode *cIter = NULL;
NULL              165 lib/common/xml.c         for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
NULL              176 lib/common/xml.c     xml_private_t *p = NULL;
NULL              206 lib/common/xml.c         p->user = NULL;
NULL              210 lib/common/xml.c             p->acls = NULL;
NULL              215 lib/common/xml.c             p->deleted_objs = NULL;
NULL              231 lib/common/xml.c     if (node->type != XML_DOCUMENT_NODE || node->name == NULL
NULL              242 lib/common/xml.c     xml_private_t *p = NULL;
NULL              281 lib/common/xml.c         if(acl_source == NULL) {
NULL              292 lib/common/xml.c     return (xml != NULL) && (xml->doc != NULL) && (xml->doc->_private != NULL)
NULL              299 lib/common/xml.c     return (xml != NULL) && (xml->doc != NULL) && (xml->doc->_private != NULL)
NULL              317 lib/common/xml.c     xmlNode *cIter = NULL;
NULL              351 lib/common/xml.c     pcmk__xe_remove_matching_attrs(xml, marked_as_deleted, NULL);
NULL              354 lib/common/xml.c     for (xmlNodePtr cIter = pcmk__xml_first_child(xml); cIter != NULL;
NULL              371 lib/common/xml.c     CRM_CHECK(needle != NULL, return NULL);
NULL              378 lib/common/xml.c         const char *attr = (id == NULL)? NULL : XML_ATTR_ID;
NULL              387 lib/common/xml.c     GList *gIter = NULL;
NULL              388 lib/common/xml.c     xml_private_t *doc = NULL;
NULL              422 lib/common/xml.c     xmlNode *top = NULL;
NULL              423 lib/common/xml.c     xml_private_t *doc = NULL;
NULL              425 lib/common/xml.c     if(xml == NULL) {
NULL              447 lib/common/xml.c     xmlNode *a_child = NULL;
NULL              450 lib/common/xml.c     if (root != NULL) {
NULL              454 lib/common/xml.c     if (search_path == NULL) {
NULL              456 lib/common/xml.c         return NULL;
NULL              459 lib/common/xml.c     for (a_child = pcmk__xml_first_child(root); a_child != NULL;
NULL              469 lib/common/xml.c     } else if (root != NULL) {
NULL              475 lib/common/xml.c     return NULL;
NULL              499 lib/common/xml.c     CRM_CHECK(attr_n == NULL || attr_v != NULL, return NULL);
NULL              501 lib/common/xml.c     for (xmlNode *child = pcmk__xml_first_child(parent); child != NULL;
NULL              505 lib/common/xml.c             && ((attr_n == NULL) || attr_matches(child, attr_n, attr_v))) {
NULL              516 lib/common/xml.c     return NULL;
NULL              522 lib/common/xml.c     if (src == NULL) {
NULL              525 lib/common/xml.c     } else if (target == NULL) {
NULL              529 lib/common/xml.c         for (xmlAttrPtr a = pcmk__xe_first_attr(src); a != NULL; a = a->next) {
NULL              544 lib/common/xml.c     xmlNode *child = NULL;
NULL              546 lib/common/xml.c     for (xmlAttrPtr a = pcmk__xe_first_attr(target); a != NULL; a = a->next) {
NULL              552 lib/common/xml.c     for (child = pcmk__xml_first_child(target); child != NULL;
NULL              566 lib/common/xml.c     const char *old_value = NULL;
NULL              568 lib/common/xml.c     if (value == NULL || name == NULL) {
NULL              574 lib/common/xml.c     if (old_value == NULL) {
NULL              633 lib/common/xml.c     xmlAttrPtr next = NULL;
NULL              635 lib/common/xml.c     for (xmlAttrPtr a = pcmk__xe_first_attr(element); a != NULL; a = next) {
NULL              637 lib/common/xml.c         if ((match == NULL) || match(a, user_data)) {
NULL              638 lib/common/xml.c             if (!pcmk__check_acl(element, NULL, pcmk__xf_acl_write)) {
NULL              660 lib/common/xml.c     xmlDoc *doc = NULL;
NULL              662 lib/common/xml.c     CRM_CHECK(node != NULL, return NULL);
NULL              665 lib/common/xml.c     if (doc == NULL) {
NULL              676 lib/common/xml.c     xmlNode *child = NULL;
NULL              679 lib/common/xml.c     CRM_CHECK(src_node != NULL, return NULL);
NULL              698 lib/common/xml.c     xmlDoc *doc = NULL;
NULL              699 lib/common/xml.c     xmlNode *node = NULL;
NULL              702 lib/common/xml.c         CRM_CHECK(name != NULL && name[0] == 0, return NULL);
NULL              703 lib/common/xml.c         return NULL;
NULL              706 lib/common/xml.c     if (parent == NULL) {
NULL              708 lib/common/xml.c         node = xmlNewDocRawNode(doc, NULL, (pcmkXmlStr) name, NULL);
NULL              713 lib/common/xml.c         node = xmlNewDocRawNode(doc, NULL, (pcmkXmlStr) name, NULL);
NULL              725 lib/common/xml.c     if (node != NULL) {
NULL              738 lib/common/xml.c     if (class_name != NULL) {
NULL              742 lib/common/xml.c     if (id != NULL) {
NULL              764 lib/common/xml.c     if (child != NULL) {
NULL              765 lib/common/xml.c         xmlNode *top = NULL;
NULL              769 lib/common/xml.c         if (doc != NULL) {
NULL              773 lib/common/xml.c         if (doc != NULL && top == child) {
NULL              777 lib/common/xml.c         } else if (pcmk__check_acl(child, NULL, pcmk__xf_acl_write) == FALSE) {
NULL              781 lib/common/xml.c             pcmk__element_xpath(NULL, child, buffer, offset, sizeof(buffer));
NULL              791 lib/common/xml.c                 if (pcmk__element_xpath(NULL, child, buffer, offset,
NULL              793 lib/common/xml.c                     pcmk__deleted_xml_t *deleted_obj = NULL;
NULL              849 lib/common/xml.c     static struct qb_log_callsite *xml_error_cs = NULL;
NULL              851 lib/common/xml.c     if (xml_error_cs == NULL) {
NULL              871 lib/common/xml.c     xmlNode *xml = NULL;
NULL              872 lib/common/xml.c     xmlDocPtr output = NULL;
NULL              873 lib/common/xml.c     xmlParserCtxtPtr ctxt = NULL;
NULL              874 lib/common/xml.c     xmlErrorPtr last_error = NULL;
NULL              876 lib/common/xml.c     if (input == NULL) {
NULL              878 lib/common/xml.c         return NULL;
NULL              883 lib/common/xml.c     CRM_CHECK(ctxt != NULL, return NULL);
NULL              887 lib/common/xml.c     output = xmlCtxtReadDoc(ctxt, (pcmkXmlStr) input, NULL, NULL,
NULL              908 lib/common/xml.c             if (xml != NULL) {
NULL              935 lib/common/xml.c     char *xml_buffer = NULL;
NULL              936 lib/common/xml.c     xmlNode *xml_obj = NULL;
NULL              948 lib/common/xml.c         return NULL;
NULL              962 lib/common/xml.c     char *buffer = NULL;
NULL              965 lib/common/xml.c     BZFILE *bz_file = NULL;
NULL              968 lib/common/xml.c     if (input == NULL) {
NULL              970 lib/common/xml.c         return NULL;
NULL              973 lib/common/xml.c     bz_file = BZ2_bzReadOpen(&rc, input, 0, 0, NULL, 0);
NULL              979 lib/common/xml.c         return NULL;
NULL             1002 lib/common/xml.c         buffer = NULL;
NULL             1047 lib/common/xml.c     xmlNode *xml = NULL;
NULL             1048 lib/common/xml.c     xmlDocPtr output = NULL;
NULL             1050 lib/common/xml.c     xmlParserCtxtPtr ctxt = NULL;
NULL             1051 lib/common/xml.c     xmlErrorPtr last_error = NULL;
NULL             1055 lib/common/xml.c     CRM_CHECK(ctxt != NULL, return NULL);
NULL             1066 lib/common/xml.c         output = xmlCtxtReadFd(ctxt, STDIN_FILENO, "unknown.xml", NULL,
NULL             1070 lib/common/xml.c         output = xmlCtxtReadFile(ctxt, filename, NULL, PCMK__XML_PARSE_OPTS);
NULL             1075 lib/common/xml.c         output = xmlCtxtReadDoc(ctxt, (pcmkXmlStr) input, NULL, NULL,
NULL             1096 lib/common/xml.c             if (xml != NULL) {
NULL             1117 lib/common/xml.c     const char *now_str = pcmk__epoch2str(NULL);
NULL             1155 lib/common/xml.c     char *id = NULL;
NULL             1185 lib/common/xml.c     char *buffer = NULL;
NULL             1198 lib/common/xml.c         BZFILE *bz_file = NULL;
NULL             1274 lib/common/xml.c     FILE *stream = NULL;
NULL             1280 lib/common/xml.c     if (stream == NULL) {
NULL             1302 lib/common/xml.c     FILE *stream = NULL;
NULL             1308 lib/common/xml.c     if (stream == NULL) {
NULL             1365 lib/common/xml.c     if (text == NULL) {
NULL             1366 lib/common/xml.c         return NULL;
NULL             1371 lib/common/xml.c     CRM_ASSERT(copy != NULL);
NULL             1421 lib/common/xml.c     char *p_value = NULL;
NULL             1422 lib/common/xml.c     const char *p_name = NULL;
NULL             1423 lib/common/xml.c     xml_private_t *p = NULL;
NULL             1425 lib/common/xml.c     CRM_ASSERT(buffer != NULL);
NULL             1426 lib/common/xml.c     if (attr == NULL || attr->children == NULL) {
NULL             1449 lib/common/xml.c     const char *name = NULL;
NULL             1450 lib/common/xml.c     const char *hidden = NULL;
NULL             1452 lib/common/xml.c     xmlNode *child = NULL;
NULL             1454 lib/common/xml.c     if ((data == NULL) || (log_level == LOG_NEVER)) {
NULL             1461 lib/common/xml.c         char *buffer = NULL;
NULL             1472 lib/common/xml.c             for (xmlAttrPtr a = pcmk__xe_first_attr(data); a != NULL;
NULL             1478 lib/common/xml.c                 char *p_copy = NULL;
NULL             1488 lib/common/xml.c                 } else if (hidden != NULL && p_name[0] != 0 && strstr(hidden, p_name) != NULL) {
NULL             1525 lib/common/xml.c         for (child = pcmk__xml_first_child(data); child != NULL;
NULL             1534 lib/common/xml.c         char *buffer = NULL;
NULL             1550 lib/common/xml.c     char *prefix_m = NULL;
NULL             1551 lib/common/xml.c     xmlNode *child = NULL;
NULL             1553 lib/common/xml.c     if ((data == NULL) || (log_level == LOG_NEVER)) {
NULL             1571 lib/common/xml.c         char *prefix_del = NULL;
NULL             1572 lib/common/xml.c         char *prefix_moved = NULL;
NULL             1591 lib/common/xml.c         for (xmlAttrPtr a = pcmk__xe_first_attr(data); a != NULL; a = a->next) {
NULL             1624 lib/common/xml.c         for (child = pcmk__xml_first_child(data); child != NULL;
NULL             1634 lib/common/xml.c         for (child = pcmk__xml_first_child(data); child != NULL;
NULL             1649 lib/common/xml.c     xmlNode *a_child = NULL;
NULL             1651 lib/common/xml.c     char *prefix_m = NULL;
NULL             1657 lib/common/xml.c     if (prefix == NULL) {
NULL             1662 lib/common/xml.c     if (data == NULL) {
NULL             1676 lib/common/xml.c             && (data->children == NULL || crm_element_value(data, XML_DIFF_MARKER))) {
NULL             1683 lib/common/xml.c                    && (data->children == NULL || crm_element_value(data, XML_DIFF_MARKER))) {
NULL             1694 lib/common/xml.c         for (a_child = pcmk__xml_first_child(data); a_child != NULL;
NULL             1709 lib/common/xml.c     for (xmlAttrPtr a = pcmk__xe_first_attr(data); a != NULL; a = a->next) {
NULL             1719 lib/common/xml.c     const char *name = NULL;
NULL             1721 lib/common/xml.c     CRM_ASSERT(max != NULL);
NULL             1722 lib/common/xml.c     CRM_ASSERT(offset != NULL);
NULL             1723 lib/common/xml.c     CRM_ASSERT(buffer != NULL);
NULL             1725 lib/common/xml.c     if (data == NULL) {
NULL             1730 lib/common/xml.c     if (*buffer == NULL) {
NULL             1736 lib/common/xml.c     CRM_ASSERT(name != NULL);
NULL             1745 lib/common/xml.c         for (xmlAttrPtr a = pcmk__xe_first_attr(data); a != NULL; a = a->next) {
NULL             1750 lib/common/xml.c     if (data->children == NULL) {
NULL             1762 lib/common/xml.c         xmlNode *xChild = NULL;
NULL             1763 lib/common/xml.c         for(xChild = data->children; xChild != NULL; xChild = xChild->next) {
NULL             1779 lib/common/xml.c     CRM_ASSERT(max != NULL);
NULL             1780 lib/common/xml.c     CRM_ASSERT(offset != NULL);
NULL             1781 lib/common/xml.c     CRM_ASSERT(buffer != NULL);
NULL             1783 lib/common/xml.c     if (data == NULL) {
NULL             1788 lib/common/xml.c     if (*buffer == NULL) {
NULL             1805 lib/common/xml.c     CRM_ASSERT(max != NULL);
NULL             1806 lib/common/xml.c     CRM_ASSERT(offset != NULL);
NULL             1807 lib/common/xml.c     CRM_ASSERT(buffer != NULL);
NULL             1809 lib/common/xml.c     if (data == NULL) {
NULL             1814 lib/common/xml.c     if (*buffer == NULL) {
NULL             1833 lib/common/xml.c     CRM_ASSERT(max != NULL);
NULL             1834 lib/common/xml.c     CRM_ASSERT(offset != NULL);
NULL             1835 lib/common/xml.c     CRM_ASSERT(buffer != NULL);
NULL             1837 lib/common/xml.c     if (data == NULL) {
NULL             1842 lib/common/xml.c     if (*buffer == NULL) {
NULL             1875 lib/common/xml.c     if(data == NULL) {
NULL             1891 lib/common/xml.c         time_t next, new = time(NULL);
NULL             1898 lib/common/xml.c         CRM_CHECK(doc != NULL, return);
NULL             1900 lib/common/xml.c         xml_buffer = xmlAllocOutputBuffer(NULL);
NULL             1901 lib/common/xml.c         CRM_ASSERT(xml_buffer != NULL);
NULL             1914 lib/common/xml.c                           (options & xml_log_option_formatted), NULL);
NULL             1917 lib/common/xml.c         if (xml_buffer->buffer != NULL) {
NULL             1923 lib/common/xml.c         next = time(NULL);
NULL             1997 lib/common/xml.c     char *buffer = NULL;
NULL             2009 lib/common/xml.c     char *buffer = NULL;
NULL             2020 lib/common/xml.c     char *buffer = NULL;
NULL             2030 lib/common/xml.c     if (xml_root != NULL && xml_root->children != NULL) {
NULL             2039 lib/common/xml.c     if (pcmk__check_acl(obj, NULL, pcmk__xf_acl_write) == FALSE) {
NULL             2044 lib/common/xml.c         xml_private_t *p = NULL;
NULL             2058 lib/common/xml.c     char *f = NULL;
NULL             2060 lib/common/xml.c     if (filename == NULL) {
NULL             2102 lib/common/xml.c     xmlAttr *attr = NULL;
NULL             2175 lib/common/xml.c     while (attr_iter != NULL) {
NULL             2182 lib/common/xml.c         if (new_attr == NULL) {
NULL             2219 lib/common/xml.c     while (attr_iter != NULL) {
NULL             2281 lib/common/xml.c     if (pcmk__xml_match(new_parent, old_child, true) == NULL) {
NULL             2311 lib/common/xml.c     xmlNode *cIter = NULL;
NULL             2312 lib/common/xml.c     xml_private_t *p = NULL;
NULL             2314 lib/common/xml.c     CRM_CHECK(new_xml != NULL, return);
NULL             2315 lib/common/xml.c     if (old_xml == NULL) {
NULL             2322 lib/common/xml.c     CRM_CHECK(p != NULL, return);
NULL             2333 lib/common/xml.c     for (cIter = pcmk__xml_first_child(old_xml); cIter != NULL; ) {
NULL             2347 lib/common/xml.c     for (cIter = pcmk__xml_first_child(new_xml); cIter != NULL; ) {
NULL             2352 lib/common/xml.c         if(old_child == NULL) {
NULL             2385 lib/common/xml.c         xml_track_changes(new_xml, NULL, NULL, FALSE);
NULL             2394 lib/common/xml.c     xmlNode *cIter = NULL;
NULL             2399 lib/common/xml.c                              XML_ACL_TAG_ROLE_REF, XML_ACL_TAG_ROLE_REFv1, NULL)) {
NULL             2403 lib/common/xml.c     for (xmlAttrPtr a = pcmk__xe_first_attr(xml_node); a != NULL; a = a->next) {
NULL             2437 lib/common/xml.c     xmlNode *a_child = NULL;
NULL             2440 lib/common/xml.c     CRM_CHECK(search_comment->type == XML_COMMENT_NODE, return NULL);
NULL             2442 lib/common/xml.c     for (a_child = pcmk__xml_first_child(root); a_child != NULL;
NULL             2452 lib/common/xml.c                 return NULL;
NULL             2465 lib/common/xml.c             return NULL;
NULL             2469 lib/common/xml.c     return NULL;
NULL             2486 lib/common/xml.c     CRM_CHECK(update != NULL, return);
NULL             2489 lib/common/xml.c     if (target == NULL) {
NULL             2493 lib/common/xml.c     if (target == NULL) {
NULL             2518 lib/common/xml.c     xmlNode *a_child = NULL;
NULL             2519 lib/common/xml.c     const char *object_name = NULL,
NULL             2520 lib/common/xml.c                *object_href = NULL,
NULL             2521 lib/common/xml.c                *object_href_val = NULL;
NULL             2528 lib/common/xml.c     CRM_CHECK(update != NULL, return);
NULL             2537 lib/common/xml.c     if (object_href_val != NULL) {
NULL             2541 lib/common/xml.c         object_href = (object_href_val == NULL) ? NULL : XML_ATTR_IDREF;
NULL             2544 lib/common/xml.c     CRM_CHECK(object_name != NULL, return);
NULL             2545 lib/common/xml.c     CRM_CHECK(target != NULL || parent != NULL, return);
NULL             2547 lib/common/xml.c     if (target == NULL) {
NULL             2552 lib/common/xml.c     if (target == NULL) {
NULL             2554 lib/common/xml.c         CRM_CHECK(target != NULL, return);
NULL             2581 lib/common/xml.c         for (xmlAttrPtr a = pcmk__xe_first_attr(update); a != NULL;
NULL             2591 lib/common/xml.c     for (a_child = pcmk__xml_first_child(update); a_child != NULL;
NULL             2600 lib/common/xml.c         pcmk__xml_update(target, NULL, a_child, as_diff);
NULL             2616 lib/common/xml.c     xmlNode *child_of_child = NULL;
NULL             2618 lib/common/xml.c     CRM_CHECK(child != NULL, return FALSE);
NULL             2619 lib/common/xml.c     CRM_CHECK(to_update != NULL, return FALSE);
NULL             2631 lib/common/xml.c         pcmk__xml_update(NULL, child, to_update, false);
NULL             2634 lib/common/xml.c     for (child_of_child = pcmk__xml_first_child(child); child_of_child != NULL;
NULL             2652 lib/common/xml.c     CRM_CHECK(root != NULL, return FALSE);
NULL             2653 lib/common/xml.c     CRM_CHECK(children != NULL, return FALSE);
NULL             2655 lib/common/xml.c     if (tag != NULL && !pcmk__str_eq(tag, crm_element_name(root), pcmk__str_casei)) {
NULL             2657 lib/common/xml.c     } else if (value != NULL && !pcmk__str_eq(value, crm_element_value(root, field), pcmk__str_casei)) {
NULL             2660 lib/common/xml.c         if (*children == NULL) {
NULL             2661 lib/common/xml.c             *children = create_xml_node(NULL, __func__);
NULL             2668 lib/common/xml.c         xmlNode *child = NULL;
NULL             2670 lib/common/xml.c         for (child = pcmk__xml_first_child(root); child != NULL;
NULL             2683 lib/common/xml.c     xmlNode *child_of_child = NULL;
NULL             2685 lib/common/xml.c     const char *up_id = NULL;
NULL             2686 lib/common/xml.c     const char *child_id = NULL;
NULL             2687 lib/common/xml.c     const char *right_val = NULL;
NULL             2689 lib/common/xml.c     CRM_CHECK(child != NULL, return FALSE);
NULL             2690 lib/common/xml.c     CRM_CHECK(update != NULL, return FALSE);
NULL             2695 lib/common/xml.c     if (up_id == NULL || (child_id && strcmp(child_id, up_id) == 0)) {
NULL             2702 lib/common/xml.c         for (xmlAttrPtr a = pcmk__xe_first_attr(update); a != NULL;
NULL             2714 lib/common/xml.c     if (can_delete && parent != NULL) {
NULL             2716 lib/common/xml.c         if (delete_only || update == NULL) {
NULL             2722 lib/common/xml.c             xmlNode *old = NULL;
NULL             2736 lib/common/xml.c         child = NULL;
NULL             2752 lib/common/xml.c             child_of_child = NULL;
NULL             2764 lib/common/xml.c     xmlNode *child = NULL;
NULL             2765 lib/common/xml.c     GSList *nvpairs = NULL;
NULL             2766 lib/common/xml.c     xmlNode *result = NULL;
NULL             2767 lib/common/xml.c     const char *name = NULL;
NULL             2769 lib/common/xml.c     CRM_CHECK(input != NULL, return NULL);
NULL             2772 lib/common/xml.c     CRM_CHECK(name != NULL, return NULL);
NULL             2780 lib/common/xml.c     for (child = pcmk__xml_first_child(input); child != NULL;
NULL             2796 lib/common/xml.c     xmlNode *match = NULL;
NULL             2798 lib/common/xml.c     for (match = pcmk__xe_first_child(parent); match != NULL;
NULL             2809 lib/common/xml.c     return NULL;
NULL             2825 lib/common/xml.c     while (match != NULL) {
NULL             2831 lib/common/xml.c     return NULL;
NULL             2869 lib/common/xml.c     const char *tag = NULL;
NULL             2870 lib/common/xml.c     const char *ref = NULL;
NULL             2873 lib/common/xml.c     if (result == NULL) {
NULL             2874 lib/common/xml.c         return NULL;
NULL             2876 lib/common/xml.c     } else if (top == NULL) {
NULL             2883 lib/common/xml.c     if (ref != NULL) {
NULL             2887 lib/common/xml.c         if (result == NULL) {
NULL             2908 lib/common/xml.c     static const char *base = NULL;
NULL             2909 lib/common/xml.c     char *ret = NULL;
NULL             2911 lib/common/xml.c     if (base == NULL) {
NULL             2936 lib/common/xml.c     char *base = pcmk__xml_artefact_root(ns), *ret = NULL;
NULL             2962 lib/common/xml.c         if (name == NULL) {
NULL             2967 lib/common/xml.c         if (value != NULL) {
NULL             2991 lib/common/xml.c                           ((id == NULL)? id : XML_ATTR_ID), id);
NULL               43 lib/common/xpath.c     if (xpathObj == NULL) {
NULL               49 lib/common/xpath.c             xpathObj->nodesetval->nodeTab[lpc] = NULL;
NULL               60 lib/common/xpath.c     xmlNode *match = NULL;
NULL               63 lib/common/xpath.c     CRM_CHECK(index >= 0, return NULL);
NULL               64 lib/common/xpath.c     CRM_CHECK(xpathObj != NULL, return NULL);
NULL               68 lib/common/xpath.c         return NULL;
NULL               70 lib/common/xpath.c     } else if(xpathObj->nodesetval->nodeTab[index] == NULL) {
NULL               72 lib/common/xpath.c         return NULL;
NULL               76 lib/common/xpath.c     CRM_CHECK(match != NULL, return NULL);
NULL               80 lib/common/xpath.c         xpathObj->nodesetval->nodeTab[index] = NULL;
NULL               95 lib/common/xpath.c         match = NULL;
NULL              105 lib/common/xpath.c     if (xpathObj == NULL) {
NULL              110 lib/common/xpath.c         xmlNode *xml = NULL;
NULL              113 lib/common/xpath.c         if (xpathObj->nodesetval->nodeTab[lpc] == NULL) {
NULL              124 lib/common/xpath.c                     xpathObj->nodesetval->nodeTab[lpc] = NULL;
NULL              141 lib/common/xpath.c     xmlDocPtr doc = NULL;
NULL              142 lib/common/xpath.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              143 lib/common/xpath.c     xmlXPathContextPtr xpathCtx = NULL;
NULL              146 lib/common/xpath.c     CRM_CHECK(path != NULL, return NULL);
NULL              147 lib/common/xpath.c     CRM_CHECK(xml_top != NULL, return NULL);
NULL              148 lib/common/xpath.c     CRM_CHECK(strlen(path) > 0, return NULL);
NULL              153 lib/common/xpath.c     CRM_ASSERT(xpathCtx != NULL);
NULL              183 lib/common/xpath.c         CRM_LOG_ASSERT(result != NULL);
NULL              194 lib/common/xpath.c     xmlNode *result = NULL;
NULL              195 lib/common/xpath.c     char *xpath_full = NULL;
NULL              196 lib/common/xpath.c     char *xpath_prefix = NULL;
NULL              198 lib/common/xpath.c     if (xml_obj == NULL || xpath == NULL) {
NULL              199 lib/common/xpath.c         return NULL;
NULL              217 lib/common/xpath.c     xmlNode *result = NULL;
NULL              218 lib/common/xpath.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              219 lib/common/xpath.c     char *nodePath = NULL;
NULL              220 lib/common/xpath.c     char *matchNodePath = NULL;
NULL              222 lib/common/xpath.c     if (xpath == NULL) {
NULL              247 lib/common/xpath.c                 CRM_LOG_ASSERT(match != NULL);
NULL              248 lib/common/xpath.c                 if (match != NULL) {
NULL              274 lib/common/xpath.c     if(offset == 0 && prefix == NULL && xml->parent) {
NULL              275 lib/common/xpath.c         offset = pcmk__element_xpath(NULL, xml->parent, buffer, offset,
NULL              296 lib/common/xpath.c     if (pcmk__element_xpath(NULL, xml, buffer, offset, sizeof(buffer)) > 0) {
NULL              299 lib/common/xpath.c     return NULL;
NULL              305 lib/common/xpath.c     char *retval = NULL;
NULL              306 lib/common/xpath.c     char *patt = NULL;
NULL              307 lib/common/xpath.c     char *start = NULL;
NULL              308 lib/common/xpath.c     char *end = NULL;
NULL              310 lib/common/xpath.c     if (node == NULL || xpath == NULL) {
NULL               79 lib/fencing/st_actions.c     if (action->result.action_stderr != NULL) {
NULL               98 lib/fencing/st_actions.c         && (strstr(key, CRM_META) == NULL)
NULL              113 lib/fencing/st_actions.c     GHashTable *arg_list = NULL;
NULL              114 lib/fencing/st_actions.c     const char *value = NULL;
NULL              116 lib/fencing/st_actions.c     CRM_CHECK(action != NULL, return NULL);
NULL              139 lib/fencing/st_actions.c         const char *param = NULL;
NULL              161 lib/fencing/st_actions.c             if (param == NULL) {
NULL              165 lib/fencing/st_actions.c                 param = (host_arg == NULL)? "port" : host_arg;
NULL              174 lib/fencing/st_actions.c                 const char *alias = NULL;
NULL              179 lib/fencing/st_actions.c                 if (alias == NULL) {
NULL              231 lib/fencing/st_actions.c     return (action == NULL)? NULL : &(action->result);
NULL              246 lib/fencing/st_actions.c     CRM_ASSERT(action != NULL);
NULL              263 lib/fencing/st_actions.c         const char *value = NULL;
NULL              279 lib/fencing/st_actions.c     int diff = time(NULL) - action->initial_start_time;
NULL              348 lib/fencing/st_actions.c     if (result->action_stderr == NULL) {
NULL              413 lib/fencing/st_actions.c     const char *exit_reason = NULL;
NULL              414 lib/fencing/st_actions.c     const char *action_stdout = NULL;
NULL              417 lib/fencing/st_actions.c     CRM_CHECK(xml != NULL, return);
NULL              419 lib/fencing/st_actions.c     if (result != NULL) {
NULL              452 lib/fencing/st_actions.c     if (match == NULL) {
NULL              473 lib/fencing/st_actions.c     const char *exit_reason = NULL;
NULL              474 lib/fencing/st_actions.c     char *action_stdout = NULL;
NULL              476 lib/fencing/st_actions.c     CRM_CHECK((xml != NULL) && (result != NULL), return);
NULL              505 lib/fencing/st_actions.c     pcmk__set_result_output(result, action_stdout, NULL);
NULL              514 lib/fencing/st_actions.c     svc_action->params = NULL;
NULL              530 lib/fencing/st_actions.c     action->svc_action = NULL; // don't remove our caller
NULL              547 lib/fencing/st_actions.c                      NULL);
NULL              558 lib/fencing/st_actions.c     svc_action_t *svc_action = NULL;
NULL              560 lib/fencing/st_actions.c     char *buffer = NULL;
NULL              562 lib/fencing/st_actions.c     CRM_CHECK(action != NULL, return -EINVAL);
NULL              564 lib/fencing/st_actions.c     if ((action->action == NULL) || (action->args == NULL)
NULL              565 lib/fencing/st_actions.c         || (action->agent == NULL)) {
NULL              572 lib/fencing/st_actions.c         action->initial_start_time = time(NULL);
NULL              584 lib/fencing/st_actions.c     svc_action = services_action_create_generic(buffer, NULL);
NULL              628 lib/fencing/st_actions.c     svc_action->params = NULL;
NULL              677 lib/fencing/st_actions.c     CRM_CHECK(action != NULL, return -EINVAL);
NULL              176 lib/fencing/st_client.c     char *list = NULL;
NULL              180 lib/fencing/st_client.c             int rc = stonith_api->cmds->connect(stonith_api, "stonith-api", NULL);
NULL              192 lib/fencing/st_client.c             if ((rc != pcmk_ok) || (list == NULL)) {
NULL              233 lib/fencing/st_client.c     return stonith__watchdog_fencing_enabled_for_node_api(NULL, node);
NULL              253 lib/fencing/st_client.c         while (list_item != NULL)
NULL              272 lib/fencing/st_client.c     stonith_private_t *native = NULL;
NULL              277 lib/fencing/st_client.c     blob.xml = create_xml_node(NULL, "notify");
NULL              280 lib/fencing/st_client.c     native->ipc = NULL;
NULL              281 lib/fencing/st_client.c     native->source = NULL;
NULL              283 lib/fencing/st_client.c     free(native->token); native->token = NULL;
NULL              297 lib/fencing/st_client.c     xmlNode *data = create_xml_node(NULL, F_STONITH_DEVICE);
NULL              302 lib/fencing/st_client.c         namespace = stonith_get_namespace(agent, NULL);
NULL              333 lib/fencing/st_client.c     xmlNode *data = NULL;
NULL              336 lib/fencing/st_client.c                                           agent, params, NULL);
NULL              338 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_DEVICE_ADD, data, NULL, call_options, 0);
NULL              348 lib/fencing/st_client.c     xmlNode *data = NULL;
NULL              350 lib/fencing/st_client.c     data = create_xml_node(NULL, F_STONITH_DEVICE);
NULL              353 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_DEVICE_DEL, data, NULL, call_options, 0);
NULL              365 lib/fencing/st_client.c     xmlNode *data = NULL;
NULL              369 lib/fencing/st_client.c     data = create_xml_node(NULL, XML_TAG_FENCING_LEVEL);
NULL              384 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_LEVEL_DEL, data, NULL, options, 0);
NULL              394 lib/fencing/st_client.c                                          NULL, NULL, NULL, level);
NULL              418 lib/fencing/st_client.c     char *list = NULL;
NULL              421 lib/fencing/st_client.c     CRM_CHECK(node || pattern || (attr && value), return NULL);
NULL              423 lib/fencing/st_client.c     data = create_xml_node(NULL, XML_TAG_FENCING_LEVEL);
NULL              424 lib/fencing/st_client.c     CRM_CHECK(data, return NULL);
NULL              462 lib/fencing/st_client.c     CRM_CHECK(data != NULL, return -EINVAL);
NULL              464 lib/fencing/st_client.c     rc = stonith_send_command(st, STONITH_OP_LEVEL_ADD, data, NULL, options, 0);
NULL              474 lib/fencing/st_client.c     return stonith_api_register_level_full(st, options, node, NULL, NULL, NULL,
NULL              485 lib/fencing/st_client.c     if (devices == NULL) {
NULL              541 lib/fencing/st_client.c     xmlNode *data = NULL;
NULL              542 lib/fencing/st_client.c     xmlNode *output = NULL;
NULL              543 lib/fencing/st_client.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              545 lib/fencing/st_client.c     CRM_CHECK(devices != NULL, return -EINVAL);
NULL              547 lib/fencing/st_client.c     data = create_xml_node(NULL, F_STONITH_DEVICE);
NULL              564 lib/fencing/st_client.c             CRM_LOG_ASSERT(match != NULL);
NULL              565 lib/fencing/st_client.c             if(match != NULL) {
NULL              570 lib/fencing/st_client.c                 *devices = stonith_key_value_add(*devices, NULL, crm_element_value(match, XML_ATTR_ID));
NULL              589 lib/fencing/st_client.c     xmlNode *data = NULL;
NULL              591 lib/fencing/st_client.c     data = create_xml_node(NULL, F_STONITH_DEVICE);
NULL              608 lib/fencing/st_client.c     xmlNode *output = NULL;
NULL              610 lib/fencing/st_client.c     rc = stonith_api_call(stonith, call_options, id, "list", NULL, timeout, &output);
NULL              632 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, "monitor", NULL, timeout, NULL);
NULL              639 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, "status", port, timeout, NULL);
NULL              647 lib/fencing/st_client.c     xmlNode *data = NULL;
NULL              649 lib/fencing/st_client.c     data = create_xml_node(NULL, __func__);
NULL              656 lib/fencing/st_client.c     rc = stonith_send_command(stonith, STONITH_OP_FENCE, data, NULL, call_options, timeout);
NULL              682 lib/fencing/st_client.c     xmlNode *data = NULL;
NULL              683 lib/fencing/st_client.c     xmlNode *output = NULL;
NULL              684 lib/fencing/st_client.c     stonith_history_t *last = NULL;
NULL              686 lib/fencing/st_client.c     *history = NULL;
NULL              689 lib/fencing/st_client.c         data = create_xml_node(NULL, __func__);
NULL              699 lib/fencing/st_client.c         xmlNode *op = NULL;
NULL              703 lib/fencing/st_client.c         for (op = pcmk__xml_first_child(reply); op != NULL;
NULL              724 lib/fencing/st_client.c             result.exit_reason = NULL;
NULL              766 lib/fencing/st_client.c     CRM_CHECK(a_client->event != NULL && b_client->event != NULL, return 0);
NULL              769 lib/fencing/st_client.c         if (a_client->notify == NULL || b_client->notify == NULL) {
NULL              790 lib/fencing/st_client.c     xmlNode *op_msg = create_xml_node(NULL, "stonith_command");
NULL              792 lib/fencing/st_client.c     CRM_CHECK(op_msg != NULL, return NULL);
NULL              793 lib/fencing/st_client.c     CRM_CHECK(token != NULL, return NULL);
NULL              804 lib/fencing/st_client.c     if (data != NULL) {
NULL              830 lib/fencing/st_client.c     if (native->source != NULL) {
NULL              833 lib/fencing/st_client.c         native->source = NULL;
NULL              834 lib/fencing/st_client.c         native->ipc = NULL;
NULL              840 lib/fencing/st_client.c         native->ipc = NULL;
NULL              845 lib/fencing/st_client.c     free(native->token); native->token = NULL;
NULL              856 lib/fencing/st_client.c         private->op_callback = NULL;
NULL              861 lib/fencing/st_client.c         private->op_callback = NULL;
NULL              911 lib/fencing/st_client.c     stonith_private_t *private = NULL;
NULL              912 lib/fencing/st_client.c     stonith_callback_client_t *cb_info = NULL;
NULL              915 lib/fencing/st_client.c     CRM_CHECK(stonith != NULL, return);
NULL              916 lib/fencing/st_client.c     CRM_CHECK(stonith->st_private != NULL, return);
NULL              920 lib/fencing/st_client.c     if (msg == NULL) {
NULL              940 lib/fencing/st_client.c     if ((cb_info != NULL) && (cb_info->callback != NULL)
NULL              947 lib/fencing/st_client.c     } else if ((private->op_callback == NULL) && !pcmk__result_ok(&result)) {
NULL              951 lib/fencing/st_client.c                  ((result.exit_reason == NULL)? "" : ": "),
NULL              952 lib/fencing/st_client.c                  ((result.exit_reason == NULL)? "" : result.exit_reason));
NULL              956 lib/fencing/st_client.c     if (private->op_callback != NULL) {
NULL              958 lib/fencing/st_client.c         invoke_fence_action_callback(stonith, call_id, &result, NULL,
NULL              962 lib/fencing/st_client.c     if (cb_info != NULL) {
NULL              974 lib/fencing/st_client.c     invoke_registered_callbacks(timer->stonith, NULL, timer->call_id);
NULL             1013 lib/fencing/st_client.c     stonith_callback_client_t *callback = NULL;
NULL             1028 lib/fencing/st_client.c     const char *type = NULL;
NULL             1032 lib/fencing/st_client.c     stonith_private_t *private = NULL;
NULL             1034 lib/fencing/st_client.c     CRM_ASSERT(st != NULL);
NULL             1039 lib/fencing/st_client.c     if (blob.xml == NULL) {
NULL             1074 lib/fencing/st_client.c     stonith_private_t *native = NULL;
NULL             1082 lib/fencing/st_client.c     CRM_CHECK(stonith != NULL, return -EINVAL);
NULL             1085 lib/fencing/st_client.c     CRM_ASSERT(native != NULL);
NULL             1100 lib/fencing/st_client.c             native->ipc = NULL;
NULL             1110 lib/fencing/st_client.c     if (native->ipc == NULL) {
NULL             1113 lib/fencing/st_client.c         xmlNode *reply = NULL;
NULL             1114 lib/fencing/st_client.c         xmlNode *hello = create_xml_node(NULL, "stonith_command");
NULL             1126 lib/fencing/st_client.c         } else if (reply == NULL) {
NULL             1140 lib/fencing/st_client.c             } else if (native->token == NULL) {
NULL             1168 lib/fencing/st_client.c     xmlNode *notify_msg = create_xml_node(NULL, __func__);
NULL             1180 lib/fencing/st_client.c         rc = crm_ipc_send(native->ipc, notify_msg, crm_ipc_client_response, -1, NULL);
NULL             1197 lib/fencing/st_client.c     GList *list_item = NULL;
NULL             1198 lib/fencing/st_client.c     stonith_notify_client_t *new_client = NULL;
NULL             1199 lib/fencing/st_client.c     stonith_private_t *private = NULL;
NULL             1210 lib/fencing/st_client.c     if (list_item != NULL) {
NULL             1240 lib/fencing/st_client.c     GList *list_item = NULL;
NULL             1241 lib/fencing/st_client.c     stonith_notify_client_t *new_client = NULL;
NULL             1244 lib/fencing/st_client.c     if (event == NULL) {
NULL             1255 lib/fencing/st_client.c     new_client->notify = NULL;
NULL             1261 lib/fencing/st_client.c     if (list_item != NULL) {
NULL             1286 lib/fencing/st_client.c     stonith_callback_client_t *blob = NULL;
NULL             1287 lib/fencing/st_client.c     stonith_private_t *private = NULL;
NULL             1289 lib/fencing/st_client.c     CRM_CHECK(stonith != NULL, return -EINVAL);
NULL             1290 lib/fencing/st_client.c     CRM_CHECK(stonith->st_private != NULL, return -EINVAL);
NULL             1302 lib/fencing/st_client.c                              stonith__legacy2status(call_id), NULL);
NULL             1343 lib/fencing/st_client.c     if (private->stonith_op_callback_table == NULL) {
NULL             1346 lib/fencing/st_client.c     return g_hash_table_foreach(private->stonith_op_callback_table, stonith_dump_pending_op, NULL);
NULL             1390 lib/fencing/st_client.c     struct event_private *event_private = NULL;
NULL             1392 lib/fencing/st_client.c     CRM_ASSERT(event != NULL);
NULL             1395 lib/fencing/st_client.c     CRM_ASSERT(event->opaque != NULL);
NULL             1410 lib/fencing/st_client.c         if (data == NULL) {
NULL             1453 lib/fencing/st_client.c     stonith_event_t *st_event = NULL;
NULL             1454 lib/fencing/st_client.c     const char *event = NULL;
NULL             1456 lib/fencing/st_client.c     if (blob->xml == NULL) {
NULL             1463 lib/fencing/st_client.c     if (entry == NULL) {
NULL             1471 lib/fencing/st_client.c     } else if (entry->notify == NULL) {
NULL             1510 lib/fencing/st_client.c     xmlNode *op_msg = NULL;
NULL             1511 lib/fencing/st_client.c     xmlNode *op_reply = NULL;
NULL             1512 lib/fencing/st_client.c     stonith_private_t *native = NULL;
NULL             1517 lib/fencing/st_client.c     if (output_data != NULL) {
NULL             1518 lib/fencing/st_client.c         *output_data = NULL;
NULL             1521 lib/fencing/st_client.c     if ((stonith->state == stonith_disconnected) || (native->token == NULL)) {
NULL             1535 lib/fencing/st_client.c     if (op_msg == NULL) {
NULL             1588 lib/fencing/st_client.c         if ((call_options & st_opt_discard_reply) || output_data == NULL) {
NULL             1593 lib/fencing/st_client.c             op_reply = NULL;    /* Prevent subsequent free */
NULL             1612 lib/fencing/st_client.c         free(native->token); native->token = NULL;
NULL             1625 lib/fencing/st_client.c     stonith_private_t *private = NULL;
NULL             1627 lib/fencing/st_client.c     CRM_ASSERT(st != NULL);
NULL             1706 lib/fencing/st_client.c     const char *host_arg = NULL;
NULL             1732 lib/fencing/st_client.c         *output = NULL;
NULL             1735 lib/fencing/st_client.c         *error_output = NULL;
NULL             1768 lib/fencing/st_client.c     stonith_t *new_stonith = NULL;
NULL             1769 lib/fencing/st_client.c     stonith_private_t *private = NULL;
NULL             1772 lib/fencing/st_client.c     if (new_stonith == NULL) {
NULL             1773 lib/fencing/st_client.c         return NULL;
NULL             1777 lib/fencing/st_client.c     if (private == NULL) {
NULL             1779 lib/fencing/st_client.c         return NULL;
NULL             1784 lib/fencing/st_client.c     private->notify_list = NULL;
NULL             1792 lib/fencing/st_client.c     if (new_stonith->cmds == NULL) {
NULL             1795 lib/fencing/st_client.c         return NULL;
NULL             1849 lib/fencing/st_client.c         rc = st->cmds->connect(st, name, NULL);
NULL             1916 lib/fencing/st_client.c     if (st == NULL) {
NULL             1922 lib/fencing/st_client.c     rc = st->cmds->connect(st, "stonith-api", NULL);
NULL             1927 lib/fencing/st_client.c         char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname);
NULL             1932 lib/fencing/st_client.c         if ((uname == NULL) && (nodeid > 0)) {
NULL             1956 lib/fencing/st_client.c     stonith_history_t *history = NULL, *hp = NULL;
NULL             1958 lib/fencing/st_client.c     if (st == NULL) {
NULL             1964 lib/fencing/st_client.c     rc = st->cmds->connect(st, "stonith-api", NULL);
NULL             1972 lib/fencing/st_client.c         char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname);
NULL             1975 lib/fencing/st_client.c         if ((uname == NULL) && (nodeid > 0)) {
NULL             1986 lib/fencing/st_client.c                     when = time(NULL);
NULL             2017 lib/fencing/st_client.c     stonith_t *st = NULL;
NULL             2018 lib/fencing/st_client.c     stonith_key_value_t *devices = NULL;
NULL             2019 lib/fencing/st_client.c     stonith_key_value_t *dIter = NULL;
NULL             2022 lib/fencing/st_client.c     if (agent == NULL) {
NULL             2027 lib/fencing/st_client.c     if (st == NULL) {
NULL             2031 lib/fencing/st_client.c     st->cmds->list_agents(st, st_opt_sync_call, NULL, &devices, timeout == 0 ? 120 : timeout);
NULL             2033 lib/fencing/st_client.c     for (dIter = devices; dIter != NULL; dIter = dIter->next) {
NULL             2048 lib/fencing/st_client.c     if (action == NULL) {
NULL             2090 lib/fencing/st_client.c             char *entry = NULL;
NULL             2099 lib/fencing/st_client.c             CRM_ASSERT(entry != NULL);
NULL             2112 lib/fencing/st_client.c             } else if (pcmk__strcase_any_of(entry, "on", "off", NULL)) {
NULL             2156 lib/fencing/st_client.c     GList *targets = NULL;
NULL             2158 lib/fencing/st_client.c     if (target_spec != NULL) {
NULL             2228 lib/fencing/st_client.c     stonith_history_t *new = NULL, *pending = NULL, *hp, *np, *tmp;
NULL             2303 lib/fencing/st_client.c     return NULL;
NULL             2328 lib/fencing/st_client.c     xmlXPathObjectPtr xpath = NULL;
NULL             2332 lib/fencing/st_client.c     CRM_CHECK((device_flags != NULL) && (metadata != NULL), return);
NULL             2343 lib/fencing/st_client.c         const char *parameter = NULL;
NULL             2346 lib/fencing/st_client.c         CRM_LOG_ASSERT(match != NULL);
NULL             2347 lib/fencing/st_client.c         if (match == NULL) {
NULL             2377 lib/fencing/st_client.c     if ((data == NULL) || (data->opaque == NULL)) {
NULL             2394 lib/fencing/st_client.c     if ((data == NULL) || (data->opaque == NULL)) {
NULL             2411 lib/fencing/st_client.c     if ((data == NULL) || (data->opaque == NULL)) {
NULL             2412 lib/fencing/st_client.c         return NULL;
NULL             2428 lib/fencing/st_client.c     if ((event == NULL) || (event->opaque == NULL)) {
NULL             2448 lib/fencing/st_client.c     if ((event == NULL) || (event->opaque == NULL)) {
NULL             2468 lib/fencing/st_client.c     if ((event == NULL) || (event->opaque == NULL)) {
NULL             2469 lib/fencing/st_client.c         return NULL;
NULL             2497 lib/fencing/st_client.c     if (origin == NULL) {
NULL             2500 lib/fencing/st_client.c     if (executioner == NULL) {
NULL             2515 lib/fencing/st_client.c                              ((reason == NULL)? "" : " ("),
NULL             2516 lib/fencing/st_client.c                              ((reason == NULL)? "" : reason),
NULL             2517 lib/fencing/st_client.c                              ((reason == NULL)? "" : ")"),
NULL               31 lib/fencing/st_lha.c static void *lha_agents_lib = NULL;
NULL               58 lib/fencing/st_lha.c     if (*handle == NULL) {
NULL               60 lib/fencing/st_lha.c         if ((*handle) == NULL) {
NULL               62 lib/fencing/st_lha.c             return NULL;
NULL               67 lib/fencing/st_lha.c     if (a_function == NULL) {
NULL               85 lib/fencing/st_lha.c     Stonith *stonith_obj = NULL;
NULL               88 lib/fencing/st_lha.c     static Stonith *(*st_new_fn) (const char *) = NULL;
NULL               89 lib/fencing/st_lha.c     static void (*st_del_fn) (Stonith *) = NULL;
NULL              115 lib/fencing/st_lha.c     char **entry = NULL;
NULL              116 lib/fencing/st_lha.c     char **type_list = NULL;
NULL              117 lib/fencing/st_lha.c     static char **(*type_list_fn) (void) = NULL;
NULL              118 lib/fencing/st_lha.c     static void (*type_free_fn) (char **) = NULL;
NULL              134 lib/fencing/st_lha.c     for (entry = type_list; entry != NULL && *entry; ++entry) {
NULL              136 lib/fencing/st_lha.c         *devices = stonith_key_value_add(*devices, NULL, *entry);
NULL              155 lib/fencing/st_lha.c     char *string = NULL;
NULL              173 lib/fencing/st_lha.c     char *buffer = NULL;
NULL              176 lib/fencing/st_lha.c     Stonith *stonith_obj = NULL;
NULL              179 lib/fencing/st_lha.c     static Stonith *(*st_new_fn) (const char *) = NULL;
NULL              180 lib/fencing/st_lha.c     static const char *(*st_info_fn) (Stonith *, int) = NULL;
NULL              181 lib/fencing/st_lha.c     static void (*st_del_fn) (Stonith *) = NULL;
NULL              182 lib/fencing/st_lha.c     static void (*st_log_fn) (Stonith *, PILLogFun) = NULL;
NULL              197 lib/fencing/st_lha.c         char *xml_meta_longdesc = NULL;
NULL              198 lib/fencing/st_lha.c         char *xml_meta_shortdesc = NULL;
NULL              200 lib/fencing/st_lha.c         char *meta_param = NULL;
NULL              201 lib/fencing/st_lha.c         char *meta_longdesc = NULL;
NULL              202 lib/fencing/st_lha.c         char *meta_shortdesc = NULL;
NULL              209 lib/fencing/st_lha.c             if (meta_longdesc == NULL) {
NULL              216 lib/fencing/st_lha.c             if (meta_shortdesc == NULL) {
NULL              223 lib/fencing/st_lha.c             if (meta_param == NULL) {
NULL              235 lib/fencing/st_lha.c             (char *)xmlEncodeEntitiesReentrant(NULL, (const unsigned char *)meta_longdesc);
NULL              237 lib/fencing/st_lha.c             (char *)xmlEncodeEntitiesReentrant(NULL, (const unsigned char *)meta_shortdesc);
NULL               27 lib/fencing/st_output.c     crm_time_t *crm_when = crm_time_new(NULL);
NULL               28 lib/fencing/st_output.c     char *buf = NULL;
NULL              150 lib/fencing/st_output.c                                      NULL);
NULL              167 lib/fencing/st_output.c         pcmk__output_create_html_node(out, "div", NULL, NULL, buf);
NULL              202 lib/fencing/st_output.c                                      NULL);
NULL              271 lib/fencing/st_output.c                            (event->exit_reason == NULL)? "" : " (",
NULL              272 lib/fencing/st_output.c                            (event->exit_reason == NULL)? "" : event->exit_reason,
NULL              273 lib/fencing/st_output.c                            (event->exit_reason == NULL)? "" : ")",
NULL              309 lib/fencing/st_output.c                                   (event->exit_reason == NULL)? "" : " (",
NULL              310 lib/fencing/st_output.c                                   (event->exit_reason == NULL)? "" : event->exit_reason,
NULL              311 lib/fencing/st_output.c                                   (event->exit_reason == NULL)? "" : ")",
NULL              344 lib/fencing/st_output.c     char *buf = NULL;
NULL              351 lib/fencing/st_output.c                                                    NULL);
NULL              357 lib/fencing/st_output.c                                NULL);
NULL              368 lib/fencing/st_output.c                                NULL);
NULL              374 lib/fencing/st_output.c     if (event->delegate != NULL) {
NULL              399 lib/fencing/st_output.c         pcmk__output_create_html_node(out, "div", NULL, NULL, buf);
NULL              404 lib/fencing/st_output.c         pcmk__output_create_html_node(out, "div", NULL, NULL, buf);
NULL              445 lib/fencing/st_output.c                                                    NULL);
NULL              447 lib/fencing/st_output.c     if (device != NULL) {
NULL              477 lib/fencing/st_output.c     { NULL, NULL, NULL }
NULL               74 lib/fencing/st_rhcs.c                 *devices = stonith_key_value_add(*devices, NULL,
NULL               95 lib/fencing/st_rhcs.c     char *xpath = NULL;
NULL               96 lib/fencing/st_rhcs.c     xmlXPathObject *xpathObj = NULL;
NULL               98 lib/fencing/st_rhcs.c     CRM_CHECK(metadata != NULL, return);
NULL               99 lib/fencing/st_rhcs.c     CRM_CHECK(parameter != NULL, return);
NULL              126 lib/fencing/st_rhcs.c     xmlNode *xml = NULL;
NULL              127 lib/fencing/st_rhcs.c     xmlNode *actions = NULL;
NULL              128 lib/fencing/st_rhcs.c     xmlXPathObject *xpathObj = NULL;
NULL              129 lib/fencing/st_rhcs.c     pcmk__action_result_t *result = NULL;
NULL              130 lib/fencing/st_rhcs.c     stonith_action_t *action = stonith_action_create(agent, "metadata", NULL, 0,
NULL              131 lib/fencing/st_rhcs.c                                                      5, NULL, NULL, NULL);
NULL              159 lib/fencing/st_rhcs.c     if (result->action_stdout == NULL) {
NULL              168 lib/fencing/st_rhcs.c     if (xml == NULL) {
NULL              182 lib/fencing/st_rhcs.c         xmlNode *tmp = NULL;
NULL              221 lib/fencing/st_rhcs.c     char *buffer = NULL;
NULL              222 lib/fencing/st_rhcs.c     xmlNode *xml = NULL;
NULL              233 lib/fencing/st_rhcs.c     if (buffer == NULL) {
NULL              263 lib/fencing/st_rhcs.c     xmlNode *metadata = NULL;
NULL              264 lib/fencing/st_rhcs.c     stonith_action_t *action = NULL;
NULL              266 lib/fencing/st_rhcs.c     if (host_arg == NULL) {
NULL              267 lib/fencing/st_rhcs.c         time_t start_time = time(NULL);
NULL              286 lib/fencing/st_rhcs.c         remaining_timeout -= time(NULL) - start_time;
NULL              293 lib/fencing/st_rhcs.c         host_arg = NULL;
NULL              298 lib/fencing/st_rhcs.c                                    NULL, host_arg);
NULL              307 lib/fencing/st_rhcs.c         if (output != NULL) {
NULL              309 lib/fencing/st_rhcs.c             result->action_stdout = NULL;
NULL              311 lib/fencing/st_rhcs.c         if (error_output != NULL) {
NULL              313 lib/fencing/st_rhcs.c             result->action_stderr = NULL;
NULL               32 lib/lrmd/lrmd_alerts.c     if (value == NULL) {
NULL               95 lib/lrmd/lrmd_alerts.c     CRM_CHECK(value != NULL, return FALSE);
NULL               97 lib/lrmd/lrmd_alerts.c     if (list == NULL) {
NULL              132 lib/lrmd/lrmd_alerts.c     pcmk__time_hr_t *now = NULL;
NULL              143 lib/lrmd/lrmd_alerts.c         lrmd_key_value_t *copy_params = NULL;
NULL              144 lib/lrmd/lrmd_alerts.c         lrmd_key_value_t *head = NULL;
NULL              161 lib/lrmd/lrmd_alerts.c         if (now == NULL) {
NULL              162 lib/lrmd/lrmd_alerts.c             if (gettimeofday(&tv_now, NULL) == 0) {
NULL              163 lib/lrmd/lrmd_alerts.c                 now = pcmk__time_timeval_hr_convert(NULL, &tv_now);
NULL              170 lib/lrmd/lrmd_alerts.c         for (head = params; head != NULL; head = head->next) {
NULL              242 lib/lrmd/lrmd_alerts.c     lrmd_key_value_t *params = NULL;
NULL              244 lib/lrmd/lrmd_alerts.c     if (lrmd == NULL) {
NULL              279 lib/lrmd/lrmd_alerts.c     lrmd_key_value_t *params = NULL;
NULL              281 lib/lrmd/lrmd_alerts.c     if (lrmd == NULL) {
NULL              289 lib/lrmd/lrmd_alerts.c     rc = exec_alert_list(lrmd, alert_list, pcmk__alert_node, NULL, params);
NULL              315 lib/lrmd/lrmd_alerts.c     lrmd_key_value_t *params = NULL;
NULL              317 lib/lrmd/lrmd_alerts.c     if (lrmd == NULL) {
NULL              326 lib/lrmd/lrmd_alerts.c     rc = exec_alert_list(lrmd, alert_list, pcmk__alert_fencing, NULL, params);
NULL              350 lib/lrmd/lrmd_alerts.c     lrmd_key_value_t *params = NULL;
NULL              352 lib/lrmd/lrmd_alerts.c     if (lrmd == NULL) {
NULL              396 lib/lrmd/lrmd_alerts.c     rc = exec_alert_list(lrmd, alert_list, pcmk__alert_resource, NULL, params);
NULL              199 lib/lrmd/lrmd_client.c     CRM_ASSERT(event != NULL);
NULL              209 lib/lrmd/lrmd_client.c     lrmd_event_data_t *copy = NULL;
NULL              245 lib/lrmd/lrmd_client.c     if (event == NULL) {
NULL              254 lib/lrmd/lrmd_client.c     if (event->params != NULL) {
NULL              268 lib/lrmd/lrmd_client.c     if (proxy_session != NULL) {
NULL              340 lib/lrmd/lrmd_client.c     if (native->callback != NULL) {
NULL              361 lib/lrmd/lrmd_client.c     return (native->remote->tls_session != NULL);
NULL              380 lib/lrmd/lrmd_client.c     xmlNode *xml = NULL;
NULL              393 lib/lrmd/lrmd_client.c         GList *iter = NULL;
NULL              400 lib/lrmd/lrmd_client.c         native->pending_notify = NULL;
NULL              483 lib/lrmd/lrmd_client.c     lrmd_private_t *private = NULL;
NULL              485 lib/lrmd/lrmd_client.c     CRM_ASSERT(lrmd != NULL);
NULL              520 lib/lrmd/lrmd_client.c     xmlNode *op_msg = create_xml_node(NULL, "lrmd_command");
NULL              522 lib/lrmd/lrmd_client.c     CRM_CHECK(op_msg != NULL, return NULL);
NULL              523 lib/lrmd/lrmd_client.c     CRM_CHECK(token != NULL, return NULL);
NULL              532 lib/lrmd/lrmd_client.c     if (data != NULL) {
NULL              550 lib/lrmd/lrmd_client.c     native->ipc = NULL;
NULL              551 lib/lrmd/lrmd_client.c     native->source = NULL;
NULL              583 lib/lrmd/lrmd_client.c         native->process_notify = NULL;
NULL              587 lib/lrmd/lrmd_client.c         native->pending_notify = NULL;
NULL              591 lib/lrmd/lrmd_client.c     native->remote->buffer = NULL;
NULL              594 lib/lrmd/lrmd_client.c     native->psk_cred_c = NULL;
NULL              595 lib/lrmd/lrmd_client.c     native->remote->tls_session = NULL;
NULL              623 lib/lrmd/lrmd_client.c     time_t start = time(NULL);
NULL              624 lib/lrmd/lrmd_client.c     const char *msg_type = NULL;
NULL              635 lib/lrmd/lrmd_client.c     for (*reply = NULL; *reply == NULL; ) {
NULL              638 lib/lrmd/lrmd_client.c         if (*reply == NULL) {
NULL              641 lib/lrmd/lrmd_client.c                 remaining_timeout = total_timeout - ((time(NULL) - start) * 1000);
NULL              655 lib/lrmd/lrmd_client.c             if (*reply == NULL) {
NULL              666 lib/lrmd/lrmd_client.c             *reply = NULL;
NULL              675 lib/lrmd/lrmd_client.c             *reply = NULL;
NULL              680 lib/lrmd/lrmd_client.c             *reply = NULL;
NULL              688 lib/lrmd/lrmd_client.c             *reply = NULL;
NULL              725 lib/lrmd/lrmd_client.c     xmlNode *xml = NULL;
NULL              786 lib/lrmd/lrmd_client.c             rc = crm_ipc_send(native->ipc, msg, crm_ipc_flags_none, 0, NULL);
NULL              853 lib/lrmd/lrmd_client.c     xmlNode *op_msg = NULL;
NULL              854 lib/lrmd/lrmd_client.c     xmlNode *op_reply = NULL;
NULL              860 lib/lrmd/lrmd_client.c     if (op == NULL) {
NULL              865 lib/lrmd/lrmd_client.c     CRM_CHECK(native->token != NULL,;
NULL              871 lib/lrmd/lrmd_client.c     if (op_msg == NULL) {
NULL              886 lib/lrmd/lrmd_client.c     } else if(op_reply == NULL) {
NULL              902 lib/lrmd/lrmd_client.c         op_reply = NULL;        /* Prevent subsequent free */
NULL              920 lib/lrmd/lrmd_client.c     xmlNode *data = create_xml_node(NULL, F_LRMD_RSC);
NULL              923 lib/lrmd/lrmd_client.c     rc = lrmd_send_command(lrmd, LRMD_OP_POKE, data, NULL, 0, 0,
NULL              937 lib/lrmd/lrmd_client.c     xmlNode *data = create_xml_node(NULL, F_LRMD_OPERATION);
NULL              947 lib/lrmd/lrmd_client.c     rc = lrmd_send_command(lrmd, LRMD_OP_CHECK, data, NULL, 0, 0,
NULL              958 lib/lrmd/lrmd_client.c     xmlNode *reply = NULL;
NULL              959 lib/lrmd/lrmd_client.c     xmlNode *hello = create_xml_node(NULL, "lrmd_command");
NULL              976 lib/lrmd/lrmd_client.c     } else if (reply == NULL) {
NULL              995 lib/lrmd/lrmd_client.c         } else if (tmp_ticket == NULL) {
NULL             1043 lib/lrmd/lrmd_client.c     if (native->ipc == NULL) {
NULL             1055 lib/lrmd/lrmd_client.c     CRM_ASSERT((dest != NULL) && (source != NULL) && (source->data != NULL));
NULL             1068 lib/lrmd/lrmd_client.c     datum->data = NULL;
NULL             1078 lib/lrmd/lrmd_client.c     FILE *stream = NULL;
NULL             1081 lib/lrmd/lrmd_client.c     if ((location == NULL) || (key == NULL)) {
NULL             1086 lib/lrmd/lrmd_client.c     if (stream == NULL) {
NULL             1135 lib/lrmd/lrmd_client.c     return (time(NULL) - key_cache->updated) >= 60;
NULL             1142 lib/lrmd/lrmd_client.c     if ((key_cache->updated != 0) || (key_cache->location != NULL)) {
NULL             1144 lib/lrmd/lrmd_client.c         key_cache->location = NULL;
NULL             1161 lib/lrmd/lrmd_client.c     key_cache->updated = time(NULL);
NULL             1184 lib/lrmd/lrmd_client.c     if ((location == NULL) || (key == NULL)) {
NULL             1221 lib/lrmd/lrmd_client.c     static const char *env_location = NULL;
NULL             1237 lib/lrmd/lrmd_client.c     if (env_location != NULL) {
NULL             1386 lib/lrmd/lrmd_client.c     gnutls_datum_t psk_key = { NULL, 0 };
NULL             1422 lib/lrmd/lrmd_client.c     if (native->remote->tls_session == NULL) {
NULL             1433 lib/lrmd/lrmd_client.c         native->remote->tls_session = NULL;
NULL             1472 lib/lrmd/lrmd_client.c     gnutls_datum_t psk_key = { NULL, 0 };
NULL             1477 lib/lrmd/lrmd_client.c     rc = pcmk__connect_remote(native->server, native->port, 0, NULL,
NULL             1478 lib/lrmd/lrmd_client.c                               &(native->sock), NULL, NULL);
NULL             1500 lib/lrmd/lrmd_client.c     if (native->remote->tls_session == NULL) {
NULL             1509 lib/lrmd/lrmd_client.c         native->remote->tls_session = NULL;
NULL             1566 lib/lrmd/lrmd_client.c             rc = lrmd_api_connect(lrmd, name, NULL);
NULL             1594 lib/lrmd/lrmd_client.c     if (native->source != NULL) {
NULL             1597 lib/lrmd/lrmd_client.c         native->source = NULL;
NULL             1598 lib/lrmd/lrmd_client.c         native->ipc = NULL;
NULL             1604 lib/lrmd/lrmd_client.c         native->ipc = NULL;
NULL             1628 lib/lrmd/lrmd_client.c     if (native->source != NULL) {
NULL             1631 lib/lrmd/lrmd_client.c         native->source = NULL;
NULL             1640 lib/lrmd/lrmd_client.c         native->pending_notify = NULL;
NULL             1670 lib/lrmd/lrmd_client.c     native->token = NULL;
NULL             1673 lib/lrmd/lrmd_client.c     native->peer_version = NULL;
NULL             1684 lib/lrmd/lrmd_client.c     xmlNode *data = NULL;
NULL             1690 lib/lrmd/lrmd_client.c         && (provider == NULL)) {
NULL             1694 lib/lrmd/lrmd_client.c     data = create_xml_node(NULL, F_LRMD_RSC);
NULL             1701 lib/lrmd/lrmd_client.c     rc = lrmd_send_command(lrmd, LRMD_OP_RSC_REG, data, NULL, 0, options, TRUE);
NULL             1711 lib/lrmd/lrmd_client.c     xmlNode *data = create_xml_node(NULL, F_LRMD_RSC);
NULL             1715 lib/lrmd/lrmd_client.c     rc = lrmd_send_command(lrmd, LRMD_OP_RSC_UNREG, data, NULL, 0, options, TRUE);
NULL             1758 lib/lrmd/lrmd_client.c     lrmd_rsc_info_t *rsc_info = NULL;
NULL             1759 lib/lrmd/lrmd_client.c     xmlNode *data = create_xml_node(NULL, F_LRMD_RSC);
NULL             1760 lib/lrmd/lrmd_client.c     xmlNode *output = NULL;
NULL             1761 lib/lrmd/lrmd_client.c     const char *class = NULL;
NULL             1762 lib/lrmd/lrmd_client.c     const char *provider = NULL;
NULL             1763 lib/lrmd/lrmd_client.c     const char *type = NULL;
NULL             1771 lib/lrmd/lrmd_client.c         return NULL;
NULL             1780 lib/lrmd/lrmd_client.c         return NULL;
NULL             1784 lib/lrmd/lrmd_client.c         return NULL;
NULL             1808 lib/lrmd/lrmd_client.c     xmlNode *data = NULL;
NULL             1809 lib/lrmd/lrmd_client.c     xmlNode *output_xml = NULL;
NULL             1812 lib/lrmd/lrmd_client.c     if (output == NULL) {
NULL             1815 lib/lrmd/lrmd_client.c     *output = NULL;
NULL             1819 lib/lrmd/lrmd_client.c         data = create_xml_node(NULL, F_LRMD_RSC);
NULL             1830 lib/lrmd/lrmd_client.c     if ((rc != pcmk_ok) || (output_xml == NULL)) {
NULL             1834 lib/lrmd/lrmd_client.c          (rsc_xml != NULL) && (rc == pcmk_ok);
NULL             1838 lib/lrmd/lrmd_client.c         if (rsc_id == NULL) {
NULL             1843 lib/lrmd/lrmd_client.c              op_xml != NULL; op_xml = crm_next_same_xml(op_xml)) {
NULL             1847 lib/lrmd/lrmd_client.c             if (op_info == NULL) {
NULL             1896 lib/lrmd/lrmd_client.c     if (lrmd == NULL) {
NULL             1911 lib/lrmd/lrmd_client.c     if (stonith_api == NULL) {
NULL             1918 lib/lrmd/lrmd_client.c     if ((rc == pcmk_ok) && (*output == NULL)) {
NULL             1931 lib/lrmd/lrmd_client.c                                            output, options, NULL);
NULL             1940 lib/lrmd/lrmd_client.c     svc_action_t *action = NULL;
NULL             1941 lib/lrmd/lrmd_client.c     GHashTable *params_table = NULL;
NULL             1963 lib/lrmd/lrmd_client.c     if (action == NULL) {
NULL             1999 lib/lrmd/lrmd_client.c     xmlNode *data = create_xml_node(NULL, F_LRMD_RSC);
NULL             2001 lib/lrmd/lrmd_client.c     lrmd_key_value_t *tmp = NULL;
NULL             2015 lib/lrmd/lrmd_client.c     rc = lrmd_send_command(lrmd, LRMD_OP_RSC_EXEC, data, NULL, timeout, options, TRUE);
NULL             2028 lib/lrmd/lrmd_client.c     xmlNode *data = create_xml_node(NULL, F_LRMD_ALERT);
NULL             2030 lib/lrmd/lrmd_client.c     lrmd_key_value_t *tmp = NULL;
NULL             2041 lib/lrmd/lrmd_client.c     rc = lrmd_send_command(lrmd, LRMD_OP_ALERT_EXEC, data, NULL, timeout,
NULL             2054 lib/lrmd/lrmd_client.c     xmlNode *data = create_xml_node(NULL, F_LRMD_RSC);
NULL             2060 lib/lrmd/lrmd_client.c     rc = lrmd_send_command(lrmd, LRMD_OP_RSC_CANCEL, data, NULL, 0, 0, TRUE);
NULL             2070 lib/lrmd/lrmd_client.c     stonith_key_value_t *stonith_resources = NULL;
NULL             2071 lib/lrmd/lrmd_client.c     stonith_key_value_t *dIter = NULL;
NULL             2073 lib/lrmd/lrmd_client.c     if (stonith_api == NULL) {
NULL             2077 lib/lrmd/lrmd_client.c     stonith_api->cmds->list_agents(stonith_api, st_opt_sync_call, NULL,
NULL             2103 lib/lrmd/lrmd_client.c         GList *gIter = NULL;
NULL             2106 lib/lrmd/lrmd_client.c         for (gIter = agents; gIter != NULL; gIter = gIter->next) {
NULL             2135 lib/lrmd/lrmd_client.c     GList *agents = NULL;
NULL             2136 lib/lrmd/lrmd_client.c     GList *gIter2 = NULL;
NULL             2139 lib/lrmd/lrmd_client.c     for (gIter2 = agents; gIter2 != NULL; gIter2 = gIter2->next) {
NULL             2152 lib/lrmd/lrmd_client.c     char *provider = NULL;
NULL             2153 lib/lrmd/lrmd_client.c     GList *ocf_providers = NULL;
NULL             2154 lib/lrmd/lrmd_client.c     GList *gIter = NULL;
NULL             2158 lib/lrmd/lrmd_client.c     for (gIter = ocf_providers; gIter != NULL; gIter = gIter->next) {
NULL             2175 lib/lrmd/lrmd_client.c     GList *standards = NULL;
NULL             2176 lib/lrmd/lrmd_client.c     GList *gIter = NULL;
NULL             2180 lib/lrmd/lrmd_client.c     for (gIter = standards; gIter != NULL; gIter = gIter->next) {
NULL             2185 lib/lrmd/lrmd_client.c     if (list_stonith_agents(NULL) > 0) {
NULL             2216 lib/lrmd/lrmd_client.c     lrmd_private_t *pvt = NULL;
NULL             2218 lib/lrmd/lrmd_client.c     if (api == NULL) {
NULL             2221 lib/lrmd/lrmd_client.c     *api = NULL;
NULL             2226 lib/lrmd/lrmd_client.c     if (*api == NULL) {
NULL             2231 lib/lrmd/lrmd_client.c     if (pvt == NULL) {
NULL             2233 lib/lrmd/lrmd_client.c         *api = NULL;
NULL             2243 lib/lrmd/lrmd_client.c     if ((pvt->remote == NULL) || ((*api)->cmds == NULL)) {
NULL             2245 lib/lrmd/lrmd_client.c         *api = NULL;
NULL             2269 lib/lrmd/lrmd_client.c     if ((nodename == NULL) && (server == NULL)) {
NULL             2273 lib/lrmd/lrmd_client.c         if (nodename == NULL) {
NULL             2275 lib/lrmd/lrmd_client.c         } else if (server == NULL) {
NULL             2281 lib/lrmd/lrmd_client.c         if ((pvt->remote_nodename == NULL) || (pvt->server == NULL)) {
NULL             2283 lib/lrmd/lrmd_client.c             *api = NULL;
NULL             2294 lib/lrmd/lrmd_client.c         *api = NULL;
NULL             2304 lib/lrmd/lrmd_client.c     lrmd_t *api = NULL;
NULL             2306 lib/lrmd/lrmd_client.c     CRM_ASSERT(lrmd__new(&api, NULL, NULL, 0) == pcmk_rc_ok);
NULL             2313 lib/lrmd/lrmd_client.c     lrmd_t *api = NULL;
NULL             2322 lib/lrmd/lrmd_client.c     if (lrmd == NULL) {
NULL             2325 lib/lrmd/lrmd_client.c     if (lrmd->cmds != NULL) { // Never NULL, but make static analysis happy
NULL             2326 lib/lrmd/lrmd_client.c         if (lrmd->cmds->disconnect != NULL) { // Also never really NULL
NULL             2331 lib/lrmd/lrmd_client.c     if (lrmd->lrmd_private != NULL) {
NULL             2359 lib/lrmd/lrmd_client.c     if (event == NULL) {
NULL             2377 lib/lrmd/lrmd_client.c     if (event == NULL) {
NULL             2382 lib/lrmd/lrmd_client.c     event->exit_reason = NULL;
NULL             2385 lib/lrmd/lrmd_client.c     event->output = NULL;
NULL               18 lib/lrmd/lrmd_output.c     lrmd_list_t *iter = NULL;
NULL               20 lib/lrmd/lrmd_output.c     out->begin_list(out, NULL, NULL, "%s", title);
NULL               22 lib/lrmd/lrmd_output.c     for (iter = list; iter != NULL; iter = iter->next) {
NULL               23 lib/lrmd/lrmd_output.c         out->list_item(out, NULL, "%s", iter->val);
NULL               33 lib/lrmd/lrmd_output.c     lrmd_list_t *iter = NULL;
NULL               35 lib/lrmd/lrmd_output.c     for (iter = list; iter != NULL; iter = iter->next) {
NULL               51 lib/lrmd/lrmd_output.c                                    NULL);
NULL               73 lib/lrmd/lrmd_output.c                                                      NULL);
NULL              105 lib/lrmd/lrmd_output.c                                                      NULL);
NULL              107 lib/lrmd/lrmd_output.c     if (agent_spec != NULL) {
NULL              140 lib/lrmd/lrmd_output.c     { NULL, NULL, NULL }
NULL               26 lib/lrmd/proxy_common.c GHashTable *proxy_table = NULL;
NULL               32 lib/lrmd/proxy_common.c     xmlNode *msg = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL               47 lib/lrmd/proxy_common.c     xmlNode *msg = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL               62 lib/lrmd/proxy_common.c     xmlNode *msg = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL               72 lib/lrmd/proxy_common.c     xmlNode *event = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL               85 lib/lrmd/proxy_common.c     xmlNode *response = create_xml_node(NULL, T_LRMD_IPC_PROXY);
NULL               97 lib/lrmd/proxy_common.c     if (proxy == NULL) {
NULL              122 lib/lrmd/proxy_common.c     xmlNode *xml = NULL;
NULL              127 lib/lrmd/proxy_common.c     if (xml == NULL) {
NULL              154 lib/lrmd/proxy_common.c     proxy->source = NULL;
NULL              155 lib/lrmd/proxy_common.c     proxy->ipc = NULL;
NULL              159 lib/lrmd/proxy_common.c         proxy->lrm = NULL;
NULL              169 lib/lrmd/proxy_common.c     remote_proxy_t *proxy = NULL;
NULL              171 lib/lrmd/proxy_common.c     if(channel == NULL) {
NULL              174 lib/lrmd/proxy_common.c         return NULL;
NULL              191 lib/lrmd/proxy_common.c         if (proxy->source == NULL) {
NULL              194 lib/lrmd/proxy_common.c             return NULL;
NULL              217 lib/lrmd/proxy_common.c     CRM_CHECK(op != NULL, return);
NULL              218 lib/lrmd/proxy_common.c     CRM_CHECK(session != NULL, return);
NULL              231 lib/lrmd/proxy_common.c         CRM_CHECK(request != NULL, return);
NULL              233 lib/lrmd/proxy_common.c         if (proxy == NULL) {
NULL              260 lib/lrmd/proxy_common.c                                      PCMK__XA_ATTR_NODE_NAME) == NULL
NULL              264 lib/lrmd/proxy_common.c                                     PCMK__ATTRD_CMD_UPDATE_DELAY, NULL)) {
NULL              268 lib/lrmd/proxy_common.c             rc = crm_ipc_send(proxy->ipc, request, flags, 5000, NULL);
NULL              271 lib/lrmd/proxy_common.c                 xmlNode *op_reply = create_xml_node(NULL, "nack");
NULL              291 lib/lrmd/proxy_common.c             xmlNode *op_reply = NULL;
NULL              213 lib/pacemaker/libpacemaker_private.h                        NULL,                                                \
NULL              215 lib/pacemaker/libpacemaker_private.h                        NULL, (flags), (data_set))
NULL               60 lib/pacemaker/pcmk_acl.c         if (*ns_recycle_writable == NULL)
NULL               70 lib/pacemaker/pcmk_acl.c         if (*ns_recycle_readable == NULL)
NULL               80 lib/pacemaker/pcmk_acl.c         if (*ns_recycle_denied == NULL)
NULL              108 lib/pacemaker/pcmk_acl.c     static xmlNs *ns_recycle_writable = NULL,
NULL              109 lib/pacemaker/pcmk_acl.c                  *ns_recycle_readable = NULL,
NULL              110 lib/pacemaker/pcmk_acl.c                  *ns_recycle_denied = NULL;
NULL              111 lib/pacemaker/pcmk_acl.c     static const xmlDoc *prev_doc = NULL;
NULL              113 lib/pacemaker/pcmk_acl.c     xmlNode *i_node = NULL;
NULL              117 lib/pacemaker/pcmk_acl.c     if (prev_doc == NULL || prev_doc != xml_modify->doc) {
NULL              119 lib/pacemaker/pcmk_acl.c         ns_recycle_writable = ns_recycle_readable = ns_recycle_denied = NULL;
NULL              122 lib/pacemaker/pcmk_acl.c     for (i_node = xml_modify; i_node != NULL; i_node = i_node->next) {
NULL              127 lib/pacemaker/pcmk_acl.c             if (!pcmk__check_acl(i_node, NULL, pcmk__xf_acl_read)) {
NULL              129 lib/pacemaker/pcmk_acl.c             } else if (!pcmk__check_acl(i_node, NULL, pcmk__xf_acl_write)) {
NULL              136 lib/pacemaker/pcmk_acl.c             if (i_node->properties != NULL) {
NULL              142 lib/pacemaker/pcmk_acl.c             if (i_node->children != NULL) {
NULL              193 lib/pacemaker/pcmk_acl.c     CRM_CHECK(cred != NULL, return EINVAL);
NULL              194 lib/pacemaker/pcmk_acl.c     CRM_CHECK(cib_doc != NULL, return EINVAL);
NULL              195 lib/pacemaker/pcmk_acl.c     CRM_CHECK(acl_evaled_doc != NULL, return EINVAL);
NULL              198 lib/pacemaker/pcmk_acl.c     if (strpbrk(cred, "<>&") != NULL) {
NULL              215 lib/pacemaker/pcmk_acl.c     if (target == NULL) {
NULL              227 lib/pacemaker/pcmk_acl.c         if (comment == NULL) {
NULL              256 lib/pacemaker/pcmk_acl.c         NULL
NULL              265 lib/pacemaker/pcmk_acl.c         NULL
NULL              273 lib/pacemaker/pcmk_acl.c         NULL
NULL              288 lib/pacemaker/pcmk_acl.c     res = xmlReadDoc(annotated_dump, "on-the-fly-access-render", NULL,
NULL              290 lib/pacemaker/pcmk_acl.c     CRM_ASSERT(res != NULL);
NULL              299 lib/pacemaker/pcmk_acl.c     CRM_ASSERT(sfile != NULL);
NULL              300 lib/pacemaker/pcmk_acl.c     CRM_ASSERT(parser_ctxt != NULL);
NULL              302 lib/pacemaker/pcmk_acl.c     xslt_doc = xmlCtxtReadFile(parser_ctxt, sfile, NULL, XML_PARSE_NONET);
NULL              305 lib/pacemaker/pcmk_acl.c     if (xslt == NULL) {
NULL              310 lib/pacemaker/pcmk_acl.c     sfile = NULL;
NULL              314 lib/pacemaker/pcmk_acl.c     CRM_ASSERT(xslt_ctxt != NULL);
NULL              326 lib/pacemaker/pcmk_acl.c     res = xsltApplyStylesheetUser(xslt, annotated_doc, NULL,
NULL              327 lib/pacemaker/pcmk_acl.c                                   NULL, NULL, xslt_ctxt);
NULL              330 lib/pacemaker/pcmk_acl.c     annotated_doc = NULL;
NULL              332 lib/pacemaker/pcmk_acl.c     xslt_ctxt = NULL;
NULL              338 lib/pacemaker/pcmk_acl.c         } while (*param_i++ != NULL);
NULL              342 lib/pacemaker/pcmk_acl.c     if (res == NULL) {
NULL               44 lib/pacemaker/pcmk_cluster_queries.c     if (data->mainloop != NULL) {
NULL               47 lib/pacemaker/pcmk_cluster_queries.c         data->mainloop = NULL; // Don't re-enter this block
NULL               75 lib/pacemaker/pcmk_cluster_queries.c     data->mainloop = g_main_loop_new(NULL, FALSE);
NULL              101 lib/pacemaker/pcmk_cluster_queries.c             return NULL;
NULL              107 lib/pacemaker/pcmk_cluster_queries.c             return NULL;
NULL              120 lib/pacemaker/pcmk_cluster_queries.c         return NULL;
NULL              128 lib/pacemaker/pcmk_cluster_queries.c         return NULL;
NULL              144 lib/pacemaker/pcmk_cluster_queries.c     if (reply != NULL) {
NULL              166 lib/pacemaker/pcmk_cluster_queries.c     if (reply != NULL) {
NULL              184 lib/pacemaker/pcmk_cluster_queries.c     char *pinged_buf = NULL;
NULL              221 lib/pacemaker/pcmk_cluster_queries.c     crm_when = crm_time_new(NULL);
NULL              245 lib/pacemaker/pcmk_cluster_queries.c     pcmk_ipc_api_t *api = NULL;
NULL              249 lib/pacemaker/pcmk_cluster_queries.c     if (api == NULL) {
NULL              254 lib/pacemaker/pcmk_cluster_queries.c         return NULL;
NULL              256 lib/pacemaker/pcmk_cluster_queries.c     if (cb != NULL) {
NULL              265 lib/pacemaker/pcmk_cluster_queries.c         return NULL;
NULL              276 lib/pacemaker/pcmk_cluster_queries.c         .mainloop = NULL,
NULL              283 lib/pacemaker/pcmk_cluster_queries.c     if (controld_api != NULL) {
NULL              301 lib/pacemaker/pcmk_cluster_queries.c     pcmk__output_t *out = NULL;
NULL              321 lib/pacemaker/pcmk_cluster_queries.c         .mainloop = NULL,
NULL              328 lib/pacemaker/pcmk_cluster_queries.c     if (controld_api != NULL) {
NULL              329 lib/pacemaker/pcmk_cluster_queries.c         int rc = pcmk_controld_api_ping(controld_api, NULL);
NULL              346 lib/pacemaker/pcmk_cluster_queries.c     pcmk__output_t *out = NULL;
NULL              366 lib/pacemaker/pcmk_cluster_queries.c         .mainloop = NULL,
NULL              373 lib/pacemaker/pcmk_cluster_queries.c     if (pacemakerd_api != NULL) {
NULL              391 lib/pacemaker/pcmk_cluster_queries.c     pcmk__output_t *out = NULL;
NULL              435 lib/pacemaker/pcmk_cluster_queries.c     xmlNode *xml_node = NULL;
NULL              438 lib/pacemaker/pcmk_cluster_queries.c     rc = cib__signon_query(NULL, &xml_node);
NULL              447 lib/pacemaker/pcmk_cluster_queries.c         out->begin_list(out, NULL, NULL, "nodes");
NULL              450 lib/pacemaker/pcmk_cluster_queries.c             node_types = NULL;
NULL              489 lib/pacemaker/pcmk_cluster_queries.c     pcmk__output_t *out = NULL;
NULL               24 lib/pacemaker/pcmk_fence.c static GMainLoop *mainloop = NULL;
NULL               35 lib/pacemaker/pcmk_fence.c } async_fence_data = { NULL, };
NULL               40 lib/pacemaker/pcmk_fence.c     char *node = NULL;
NULL               41 lib/pacemaker/pcmk_fence.c     char *pattern = NULL;
NULL               42 lib/pacemaker/pcmk_fence.c     char *name = NULL;
NULL               43 lib/pacemaker/pcmk_fence.c     char *value = NULL;
NULL               46 lib/pacemaker/pcmk_fence.c     if (target == NULL) {
NULL               53 lib/pacemaker/pcmk_fence.c     if (value != NULL)  {
NULL               86 lib/pacemaker/pcmk_fence.c     new->next = NULL;
NULL               91 lib/pacemaker/pcmk_fence.c         hp->next = NULL;
NULL              175 lib/pacemaker/pcmk_fence.c                                 st_opt_timeout_updates, NULL, "callback", fence_callback);
NULL              196 lib/pacemaker/pcmk_fence.c                      NULL);
NULL              198 lib/pacemaker/pcmk_fence.c     trig = mainloop_add_trigger(G_PRIORITY_HIGH, async_fence_helper, NULL);
NULL              201 lib/pacemaker/pcmk_fence.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL              206 lib/pacemaker/pcmk_fence.c     if (reason != NULL) {
NULL              209 lib/pacemaker/pcmk_fence.c         async_fence_data.result.exit_reason = NULL;
NULL              231 lib/pacemaker/pcmk_fence.c     stonith_history_t *history = NULL, *hp, *latest = NULL;
NULL              251 lib/pacemaker/pcmk_fence.c                            pcmk__str_eq(target, "*", pcmk__str_none)? NULL : target,
NULL              295 lib/pacemaker/pcmk_fence.c     pcmk__output_t *out = NULL;
NULL              315 lib/pacemaker/pcmk_fence.c     stonith_key_value_t *devices = NULL;
NULL              318 lib/pacemaker/pcmk_fence.c     rc = st->cmds->list_agents(st, st_opt_sync_call, NULL, &devices, timeout/1000);
NULL              337 lib/pacemaker/pcmk_fence.c     pcmk__output_t *out = NULL;
NULL              357 lib/pacemaker/pcmk_fence.c     if (target == NULL) {
NULL              362 lib/pacemaker/pcmk_fence.c         when = stonith_api_time(atol(target), NULL, FALSE);
NULL              373 lib/pacemaker/pcmk_fence.c     pcmk__output_t *out = NULL;
NULL              392 lib/pacemaker/pcmk_fence.c     GList *targets = NULL;
NULL              393 lib/pacemaker/pcmk_fence.c     char *lists = NULL;
NULL              404 lib/pacemaker/pcmk_fence.c     while (targets != NULL) {
NULL              405 lib/pacemaker/pcmk_fence.c         out->list_item(out, NULL, "%s", (const char *) targets->data);
NULL              418 lib/pacemaker/pcmk_fence.c     pcmk__output_t *out = NULL;
NULL              437 lib/pacemaker/pcmk_fence.c     char *buffer = NULL;
NULL              438 lib/pacemaker/pcmk_fence.c     int rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer,
NULL              454 lib/pacemaker/pcmk_fence.c     pcmk__output_t *out = NULL;
NULL              473 lib/pacemaker/pcmk_fence.c     stonith_key_value_t *devices = NULL;
NULL              500 lib/pacemaker/pcmk_fence.c     pcmk__output_t *out = NULL;
NULL              532 lib/pacemaker/pcmk_fence.c     return handle_level(st, target, fence_level, NULL, false);
NULL              546 lib/pacemaker/pcmk_fence.c     char *output = NULL;
NULL              547 lib/pacemaker/pcmk_fence.c     char *error_output = NULL;
NULL              550 lib/pacemaker/pcmk_fence.c     rc  = st->cmds->validate(st, st_opt_sync_call, id, NULL, agent, params,
NULL              561 lib/pacemaker/pcmk_fence.c     pcmk__output_t *out = NULL;
NULL              583 lib/pacemaker/pcmk_fence.c     if (st == NULL) {
NULL              586 lib/pacemaker/pcmk_fence.c         rc = st->cmds->history(st, st_opt_sync_call, NULL, stonith_history, 120);
NULL               51 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) {
NULL               82 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
NULL              113 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
NULL              137 lib/pacemaker/pcmk_graph_consumer.c static crm_graph_functions_t *graph_fns = NULL;
NULL              151 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns != NULL);
NULL              152 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->rsc != NULL);
NULL              153 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->crmd != NULL);
NULL              154 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->pseudo != NULL);
NULL              155 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->stonith != NULL);
NULL              170 lib/pacemaker/pcmk_graph_consumer.c     GList *lpc = NULL;
NULL              173 lib/pacemaker/pcmk_graph_consumer.c     for (lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) {
NULL              195 lib/pacemaker/pcmk_graph_consumer.c     for (lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
NULL              231 lib/pacemaker/pcmk_graph_consumer.c     CRM_CHECK(id != NULL, return EINVAL);
NULL              275 lib/pacemaker/pcmk_graph_consumer.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
NULL              346 lib/pacemaker/pcmk_graph_consumer.c     GList *lpc = NULL;
NULL              351 lib/pacemaker/pcmk_graph_consumer.c     if (graph_fns == NULL) {
NULL              354 lib/pacemaker/pcmk_graph_consumer.c     if (graph == NULL) {
NULL              365 lib/pacemaker/pcmk_graph_consumer.c     for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
NULL              379 lib/pacemaker/pcmk_graph_consumer.c     for (lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
NULL              466 lib/pacemaker/pcmk_graph_consumer.c     crm_action_t *action = NULL;
NULL              470 lib/pacemaker/pcmk_graph_consumer.c     if (value == NULL) {
NULL              473 lib/pacemaker/pcmk_graph_consumer.c         return NULL;
NULL              491 lib/pacemaker/pcmk_graph_consumer.c         return NULL;
NULL              495 lib/pacemaker/pcmk_graph_consumer.c     if (action == NULL) {
NULL              498 lib/pacemaker/pcmk_graph_consumer.c         return NULL;
NULL              527 lib/pacemaker/pcmk_graph_consumer.c     if (value != NULL) {
NULL              562 lib/pacemaker/pcmk_graph_consumer.c     const char *value = NULL;
NULL              563 lib/pacemaker/pcmk_graph_consumer.c     xmlNode *action_set = NULL;
NULL              564 lib/pacemaker/pcmk_graph_consumer.c     synapse_t *new_synapse = NULL;
NULL              569 lib/pacemaker/pcmk_graph_consumer.c     if (new_synapse == NULL) {
NULL              570 lib/pacemaker/pcmk_graph_consumer.c         return NULL;
NULL              579 lib/pacemaker/pcmk_graph_consumer.c                                     return NULL);
NULL              587 lib/pacemaker/pcmk_graph_consumer.c          action_set != NULL; action_set = crm_next_same_xml(action_set)) {
NULL              590 lib/pacemaker/pcmk_graph_consumer.c              action != NULL; action = pcmk__xml_next(action)) {
NULL              594 lib/pacemaker/pcmk_graph_consumer.c             if (new_action == NULL) {
NULL              609 lib/pacemaker/pcmk_graph_consumer.c          inputs != NULL; inputs = crm_next_same_xml(inputs)) {
NULL              612 lib/pacemaker/pcmk_graph_consumer.c              trigger != NULL; trigger = crm_next_same_xml(trigger)) {
NULL              615 lib/pacemaker/pcmk_graph_consumer.c                  input != NULL; input = pcmk__xml_next(input)) {
NULL              619 lib/pacemaker/pcmk_graph_consumer.c                 if (new_input == NULL) {
NULL              663 lib/pacemaker/pcmk_graph_consumer.c     crm_graph_t *new_graph = NULL;
NULL              664 lib/pacemaker/pcmk_graph_consumer.c     const char *t_id = NULL;
NULL              665 lib/pacemaker/pcmk_graph_consumer.c     const char *time = NULL;
NULL              668 lib/pacemaker/pcmk_graph_consumer.c     if (new_graph == NULL) {
NULL              669 lib/pacemaker/pcmk_graph_consumer.c         return NULL;
NULL              672 lib/pacemaker/pcmk_graph_consumer.c     new_graph->source = strdup((reference == NULL)? "unknown" : reference);
NULL              673 lib/pacemaker/pcmk_graph_consumer.c     if (new_graph->source == NULL) {
NULL              675 lib/pacemaker/pcmk_graph_consumer.c         return NULL;
NULL              685 lib/pacemaker/pcmk_graph_consumer.c     if (xml_graph != NULL) {
NULL              687 lib/pacemaker/pcmk_graph_consumer.c         CRM_CHECK(t_id != NULL, free(new_graph);
NULL              688 lib/pacemaker/pcmk_graph_consumer.c                                 return NULL);
NULL              692 lib/pacemaker/pcmk_graph_consumer.c         CRM_CHECK(time != NULL, free(new_graph);
NULL              693 lib/pacemaker/pcmk_graph_consumer.c                                 return NULL);
NULL              697 lib/pacemaker/pcmk_graph_consumer.c         if (time == NULL) {
NULL              705 lib/pacemaker/pcmk_graph_consumer.c         if ((t_id == NULL)
NULL              717 lib/pacemaker/pcmk_graph_consumer.c          synapse_xml != NULL; synapse_xml = crm_next_same_xml(synapse_xml)) {
NULL              721 lib/pacemaker/pcmk_graph_consumer.c         if (new_synapse != NULL) {
NULL              750 lib/pacemaker/pcmk_graph_consumer.c     if ((action->timer != NULL) && (action->timer->source_id != 0)) {
NULL              754 lib/pacemaker/pcmk_graph_consumer.c     if (action->params != NULL) {
NULL              787 lib/pacemaker/pcmk_graph_consumer.c     if (graph != NULL) {
NULL              815 lib/pacemaker/pcmk_graph_consumer.c     lrmd_event_data_t *op = NULL;
NULL              817 lib/pacemaker/pcmk_graph_consumer.c     const char *name = NULL;
NULL              818 lib/pacemaker/pcmk_graph_consumer.c     const char *value = NULL;
NULL              819 lib/pacemaker/pcmk_graph_consumer.c     xmlNode *action_resource = NULL;
NULL              821 lib/pacemaker/pcmk_graph_consumer.c     CRM_CHECK(action != NULL, return NULL);
NULL              822 lib/pacemaker/pcmk_graph_consumer.c     CRM_CHECK(action->type == action_type_rsc, return NULL);
NULL              825 lib/pacemaker/pcmk_graph_consumer.c     CRM_CHECK(action_resource != NULL, crm_log_xml_warn(action->xml, "invalid");
NULL              826 lib/pacemaker/pcmk_graph_consumer.c                                        return NULL);
NULL              832 lib/pacemaker/pcmk_graph_consumer.c     op->t_run = time(NULL);
NULL              841 lib/pacemaker/pcmk_graph_consumer.c     for (xmlNode *xop = pcmk__xml_first_child(resource); xop != NULL;
NULL               73 lib/pacemaker/pcmk_graph_logging.c     if (graph == NULL) {
NULL               74 lib/pacemaker/pcmk_graph_logging.c         return NULL;
NULL               77 lib/pacemaker/pcmk_graph_logging.c     for (GList *sIter = graph->synapses; sIter != NULL; sIter = sIter->next) {
NULL               80 lib/pacemaker/pcmk_graph_logging.c         for (GList *aIter = synapse->actions; aIter != NULL;
NULL               90 lib/pacemaker/pcmk_graph_logging.c     return NULL;
NULL              115 lib/pacemaker/pcmk_graph_logging.c     char *pending = NULL;
NULL              118 lib/pacemaker/pcmk_graph_logging.c     for (GList *lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) {
NULL              127 lib/pacemaker/pcmk_graph_logging.c         } else if (find_graph_action_by_id(graph, input->id) != NULL) {
NULL              132 lib/pacemaker/pcmk_graph_logging.c     if (pending == NULL) {
NULL              143 lib/pacemaker/pcmk_graph_logging.c     for (GList *lpc = synapse->inputs; lpc != NULL; lpc = lpc->next) {
NULL              148 lib/pacemaker/pcmk_graph_logging.c         if (find_graph_action_by_id(graph, input->id) == NULL) {
NULL              177 lib/pacemaker/pcmk_graph_logging.c     char *pending = NULL;
NULL              182 lib/pacemaker/pcmk_graph_logging.c     for (GList *lpc = synapse->actions; lpc != NULL; lpc = lpc->next) {
NULL              195 lib/pacemaker/pcmk_graph_logging.c     log_synapse(log_level, NULL, action->synapse);
NULL              201 lib/pacemaker/pcmk_graph_logging.c     if ((graph == NULL) || (graph->num_actions == 0)) {
NULL              213 lib/pacemaker/pcmk_graph_logging.c     for (GList *lpc = graph->synapses; lpc != NULL; lpc = lpc->next) {
NULL               36 lib/pacemaker/pcmk_graph_producer.c     (((a)->node == NULL)? "no node" : (a)->node->details->uname)
NULL               79 lib/pacemaker/pcmk_graph_producer.c     GList *gIter = NULL;
NULL               81 lib/pacemaker/pcmk_graph_producer.c         xml?create_xml_node(xml, XML_GRAPH_TAG_MAINTENANCE):NULL;
NULL               84 lib/pacemaker/pcmk_graph_producer.c     for (gIter = data_set->nodes; gIter != NULL;
NULL              116 lib/pacemaker/pcmk_graph_producer.c     pe_action_t *action = NULL;
NULL              118 lib/pacemaker/pcmk_graph_producer.c     if (add_maintenance_nodes(NULL, data_set)) {
NULL              170 lib/pacemaker/pcmk_graph_producer.c         for (iter = action->actions_before; iter != NULL; iter = iter->next) {
NULL              202 lib/pacemaker/pcmk_graph_producer.c         CRM_LOG_ASSERT((n_type != NULL) && (n_task != NULL));
NULL              205 lib/pacemaker/pcmk_graph_producer.c     } else if (action->cancel_task != NULL) {
NULL              227 lib/pacemaker/pcmk_graph_producer.c     if (router_node != NULL) {
NULL              242 lib/pacemaker/pcmk_graph_producer.c     xmlNode *rsc_xml = NULL;
NULL              261 lib/pacemaker/pcmk_graph_producer.c         && (action->rsc->clone_name != NULL)) {
NULL              295 lib/pacemaker/pcmk_graph_producer.c         if ((action->rsc->clone_name != NULL)
NULL              304 lib/pacemaker/pcmk_graph_producer.c         CRM_ASSERT(action->rsc->clone_name == NULL);
NULL              324 lib/pacemaker/pcmk_graph_producer.c     xmlNode *args_xml = NULL;
NULL              330 lib/pacemaker/pcmk_graph_producer.c     args_xml = create_xml_node(NULL, XML_TAG_ATTRS);
NULL              335 lib/pacemaker/pcmk_graph_producer.c     if ((action->rsc != NULL) && (action->node != NULL)) {
NULL              346 lib/pacemaker/pcmk_graph_producer.c             xmlNode *versioned_parameters = create_xml_node(NULL, XML_TAG_RSC_VER_ATTRS);
NULL              357 lib/pacemaker/pcmk_graph_producer.c     } else if ((action->rsc != NULL) && (action->rsc->variant <= pe_native)) {
NULL              358 lib/pacemaker/pcmk_graph_producer.c         GHashTable *params = pe_rsc_params(action->rsc, NULL,
NULL              371 lib/pacemaker/pcmk_graph_producer.c     if (rsc_details != NULL) {
NULL              382 lib/pacemaker/pcmk_graph_producer.c     if (action->rsc != NULL) {
NULL              387 lib/pacemaker/pcmk_graph_producer.c         while (parent != NULL) {
NULL              392 lib/pacemaker/pcmk_graph_producer.c         if (value != NULL) {
NULL              400 lib/pacemaker/pcmk_graph_producer.c                && (action->node != NULL)) {
NULL              429 lib/pacemaker/pcmk_graph_producer.c     xmlNode *action_xml = NULL;
NULL              431 lib/pacemaker/pcmk_graph_producer.c     pe_rsc_action_details_t *rsc_details = NULL;
NULL              434 lib/pacemaker/pcmk_graph_producer.c     if ((action == NULL) || (data_set == NULL)) {
NULL              450 lib/pacemaker/pcmk_graph_producer.c                                 CRM_OP_LRM_REFRESH, NULL)) {
NULL              476 lib/pacemaker/pcmk_graph_producer.c     if ((action->rsc != NULL) && (action->rsc->clone_name != NULL)) {
NULL              477 lib/pacemaker/pcmk_graph_producer.c         char *clone_key = NULL;
NULL              492 lib/pacemaker/pcmk_graph_producer.c     if (needs_node_info && (action->node != NULL)) {
NULL              504 lib/pacemaker/pcmk_graph_producer.c     if ((action->rsc != NULL)
NULL              515 lib/pacemaker/pcmk_graph_producer.c     if (needs_node_info && (action->node != NULL)) {
NULL              551 lib/pacemaker/pcmk_graph_producer.c     if ((action->rsc != NULL)
NULL              575 lib/pacemaker/pcmk_graph_producer.c                                 NULL)) {
NULL              579 lib/pacemaker/pcmk_graph_producer.c     if (action->node == NULL) {
NULL              708 lib/pacemaker/pcmk_graph_producer.c             if ((input_node == NULL) || (allocated == NULL)
NULL              720 lib/pacemaker/pcmk_graph_producer.c         } else if ((input_node == NULL) || (action->node == NULL)
NULL              848 lib/pacemaker/pcmk_graph_producer.c          iter != NULL; iter = iter->next) {
NULL              889 lib/pacemaker/pcmk_graph_producer.c     if (action->rsc != NULL) {
NULL              920 lib/pacemaker/pcmk_graph_producer.c     xmlNode *syn = NULL;
NULL              921 lib/pacemaker/pcmk_graph_producer.c     xmlNode *set = NULL;
NULL              922 lib/pacemaker/pcmk_graph_producer.c     xmlNode *in = NULL;
NULL              945 lib/pacemaker/pcmk_graph_producer.c     for (GList *lpc = action->actions_before; lpc != NULL; lpc = lpc->next) {
NULL              971 lib/pacemaker/pcmk_graph_producer.c                 (filename == NULL)? "" : ", saving inputs in ",
NULL              972 lib/pacemaker/pcmk_graph_producer.c                 (filename == NULL)? "" : filename);
NULL              977 lib/pacemaker/pcmk_graph_producer.c                  (filename == NULL)? "" : ", saving inputs in ",
NULL              978 lib/pacemaker/pcmk_graph_producer.c                  (filename == NULL)? "" : filename);
NULL              983 lib/pacemaker/pcmk_graph_producer.c                    (filename == NULL)? "" : ", saving inputs in ",
NULL              984 lib/pacemaker/pcmk_graph_producer.c                    (filename == NULL)? "" : filename);
NULL             1001 lib/pacemaker/pcmk_graph_producer.c     GList *iter = NULL;
NULL             1002 lib/pacemaker/pcmk_graph_producer.c     const char *value = NULL;
NULL             1008 lib/pacemaker/pcmk_graph_producer.c     data_set->graph = create_xml_node(NULL, XML_TAG_GRAPH);
NULL             1035 lib/pacemaker/pcmk_graph_producer.c         char *recheck_epoch = NULL;
NULL             1049 lib/pacemaker/pcmk_graph_producer.c     for (iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL             1060 lib/pacemaker/pcmk_graph_producer.c     for (iter = data_set->actions; iter != NULL; iter = iter->next) {
NULL             1063 lib/pacemaker/pcmk_graph_producer.c         if ((action->rsc != NULL)
NULL             1064 lib/pacemaker/pcmk_graph_producer.c             && (action->node != NULL)
NULL               55 lib/pacemaker/pcmk_injections.c     xmlNode *attrs = NULL;
NULL               56 lib/pacemaker/pcmk_injections.c     xmlNode *instance_attrs = NULL;
NULL               62 lib/pacemaker/pcmk_injections.c     if (attrs == NULL) {
NULL               68 lib/pacemaker/pcmk_injections.c     if (instance_attrs == NULL) {
NULL               73 lib/pacemaker/pcmk_injections.c     crm_create_nvpair_xml(instance_attrs, NULL, name, value);
NULL              100 lib/pacemaker/pcmk_injections.c         char *name = NULL;
NULL              101 lib/pacemaker/pcmk_injections.c         char *now = pcmk__ttoa(time(NULL));
NULL              128 lib/pacemaker/pcmk_injections.c     rc = cib_conn->cmds->query(cib_conn, xpath, NULL,
NULL              132 lib/pacemaker/pcmk_injections.c         xmlNode *cib_object = create_xml_node(NULL, XML_CIB_TAG_NODE);
NULL              164 lib/pacemaker/pcmk_injections.c     lrmd_event_data_t *op = NULL;
NULL              165 lib/pacemaker/pcmk_injections.c     xmlNode *xop = NULL;
NULL              169 lib/pacemaker/pcmk_injections.c     op->params = NULL; // Not needed for simulation purposes
NULL              170 lib/pacemaker/pcmk_injections.c     op->t_run = (unsigned int) time(NULL);
NULL              175 lib/pacemaker/pcmk_injections.c     for (xop = pcmk__xe_first_child(cib_resource); xop != NULL;
NULL              205 lib/pacemaker/pcmk_injections.c                                     target_rc, NULL, crm_system_name);
NULL              225 lib/pacemaker/pcmk_injections.c     xmlNode *cib_object = NULL;
NULL              235 lib/pacemaker/pcmk_injections.c     if ((cib_object != NULL) && (ID(cib_object) == NULL)) {
NULL              241 lib/pacemaker/pcmk_injections.c         return NULL; // not reached, but makes static analysis happy
NULL              245 lib/pacemaker/pcmk_injections.c         char *found_uuid = NULL;
NULL              247 lib/pacemaker/pcmk_injections.c         if (uuid == NULL) {
NULL              248 lib/pacemaker/pcmk_injections.c             query_node_uuid(cib_conn, node, &found_uuid, NULL);
NULL              253 lib/pacemaker/pcmk_injections.c         cib_object = create_xml_node(NULL, XML_CIB_TAG_STATE);
NULL              284 lib/pacemaker/pcmk_injections.c     xmlNode *cib_node = pcmk__inject_node(cib_conn, node, NULL);
NULL              292 lib/pacemaker/pcmk_injections.c                            NULL);
NULL              299 lib/pacemaker/pcmk_injections.c                            NULL);
NULL              348 lib/pacemaker/pcmk_injections.c     xmlNode *lrm = NULL;
NULL              349 lib/pacemaker/pcmk_injections.c     xmlNode *container = NULL;
NULL              350 lib/pacemaker/pcmk_injections.c     xmlNode *cib_resource = NULL;
NULL              353 lib/pacemaker/pcmk_injections.c     if (cib_resource != NULL) {
NULL              363 lib/pacemaker/pcmk_injections.c         if (cib_resource != NULL) {
NULL              368 lib/pacemaker/pcmk_injections.c     if ((rclass == NULL) || (rtype == NULL)) {
NULL              372 lib/pacemaker/pcmk_injections.c         return NULL;
NULL              380 lib/pacemaker/pcmk_injections.c                                      PCMK_RESOURCE_CLASS_LSB, NULL)) {
NULL              382 lib/pacemaker/pcmk_injections.c         return NULL;
NULL              385 lib/pacemaker/pcmk_injections.c                && (rprovider == NULL)) {
NULL              388 lib/pacemaker/pcmk_injections.c         return NULL;
NULL              395 lib/pacemaker/pcmk_injections.c     if (lrm == NULL) {
NULL              403 lib/pacemaker/pcmk_injections.c     if (container == NULL) {
NULL              427 lib/pacemaker/pcmk_injections.c     xmlNode *xml_search = NULL;
NULL              429 lib/pacemaker/pcmk_injections.c     char *xpath_string = NULL;
NULL              431 lib/pacemaker/pcmk_injections.c     CRM_ASSERT(ticket_state_xml != NULL);
NULL              432 lib/pacemaker/pcmk_injections.c     *ticket_state_xml = NULL;
NULL              481 lib/pacemaker/pcmk_injections.c     xmlNode *xml_top = NULL;
NULL              482 lib/pacemaker/pcmk_injections.c     xmlNode *ticket_state_xml = NULL;
NULL              494 lib/pacemaker/pcmk_injections.c         xmlNode *xml_obj = NULL;
NULL              496 lib/pacemaker/pcmk_injections.c         xml_top = create_xml_node(NULL, XML_CIB_TAG_STATUS);
NULL              535 lib/pacemaker/pcmk_injections.c     char *key = NULL;
NULL              536 lib/pacemaker/pcmk_injections.c     char *node = NULL;
NULL              537 lib/pacemaker/pcmk_injections.c     char *task = NULL;
NULL              538 lib/pacemaker/pcmk_injections.c     char *resource = NULL;
NULL              540 lib/pacemaker/pcmk_injections.c     const char *rtype = NULL;
NULL              541 lib/pacemaker/pcmk_injections.c     const char *rclass = NULL;
NULL              542 lib/pacemaker/pcmk_injections.c     const char *rprovider = NULL;
NULL              544 lib/pacemaker/pcmk_injections.c     xmlNode *cib_op = NULL;
NULL              545 lib/pacemaker/pcmk_injections.c     xmlNode *cib_node = NULL;
NULL              546 lib/pacemaker/pcmk_injections.c     xmlNode *cib_resource = NULL;
NULL              547 lib/pacemaker/pcmk_injections.c     pe_resource_t *rsc = NULL;
NULL              548 lib/pacemaker/pcmk_injections.c     lrmd_event_data_t *op = NULL;
NULL              564 lib/pacemaker/pcmk_injections.c     if (rsc == NULL) {
NULL              573 lib/pacemaker/pcmk_injections.c     cib_node = pcmk__inject_node(cib, node, NULL);
NULL              574 lib/pacemaker/pcmk_injections.c     CRM_ASSERT(cib_node != NULL);
NULL              581 lib/pacemaker/pcmk_injections.c     CRM_ASSERT(cib_resource != NULL);
NULL              584 lib/pacemaker/pcmk_injections.c     CRM_ASSERT(op != NULL);
NULL              587 lib/pacemaker/pcmk_injections.c     CRM_ASSERT(cib_op != NULL);
NULL              613 lib/pacemaker/pcmk_injections.c     GList *iter = NULL;
NULL              614 lib/pacemaker/pcmk_injections.c     xmlNode *cib_node = NULL;
NULL              619 lib/pacemaker/pcmk_injections.c     if (injections->quorum != NULL) {
NULL              620 lib/pacemaker/pcmk_injections.c         xmlNode *top = create_xml_node(NULL, XML_TAG_CIB);
NULL              625 lib/pacemaker/pcmk_injections.c         rc = cib->cmds->modify(cib, NULL, top, cib_sync_call|cib_scope_local);
NULL              629 lib/pacemaker/pcmk_injections.c     if (injections->watchdog != NULL) {
NULL              631 lib/pacemaker/pcmk_injections.c                                    XML_CIB_TAG_CRMCONFIG, NULL, NULL, NULL, NULL,
NULL              633 lib/pacemaker/pcmk_injections.c                                    NULL, NULL);
NULL              637 lib/pacemaker/pcmk_injections.c     for (iter = injections->node_up; iter != NULL; iter = iter->next) {
NULL              643 lib/pacemaker/pcmk_injections.c         CRM_ASSERT(cib_node != NULL);
NULL              651 lib/pacemaker/pcmk_injections.c     for (iter = injections->node_down; iter != NULL; iter = iter->next) {
NULL              653 lib/pacemaker/pcmk_injections.c         char *xpath = NULL;
NULL              658 lib/pacemaker/pcmk_injections.c         CRM_ASSERT(cib_node != NULL);
NULL              667 lib/pacemaker/pcmk_injections.c         cib->cmds->remove(cib, xpath, NULL,
NULL              673 lib/pacemaker/pcmk_injections.c         cib->cmds->remove(cib, xpath, NULL,
NULL              678 lib/pacemaker/pcmk_injections.c     for (iter = injections->node_fail; iter != NULL; iter = iter->next) {
NULL              685 lib/pacemaker/pcmk_injections.c         CRM_ASSERT(cib_node != NULL);
NULL              693 lib/pacemaker/pcmk_injections.c     for (iter = injections->ticket_grant; iter != NULL; iter = iter->next) {
NULL              702 lib/pacemaker/pcmk_injections.c     for (iter = injections->ticket_revoke; iter != NULL; iter = iter->next) {
NULL              711 lib/pacemaker/pcmk_injections.c     for (iter = injections->ticket_standby; iter != NULL; iter = iter->next) {
NULL              720 lib/pacemaker/pcmk_injections.c     for (iter = injections->ticket_activate; iter != NULL; iter = iter->next) {
NULL              729 lib/pacemaker/pcmk_injections.c     for (iter = injections->op_inject; iter != NULL; iter = iter->next) {
NULL              741 lib/pacemaker/pcmk_injections.c     if (injections == NULL) {
NULL               25 lib/pacemaker/pcmk_output.c     char *score = NULL;
NULL               26 lib/pacemaker/pcmk_output.c     char *retval = NULL;
NULL               45 lib/pacemaker/pcmk_output.c     char *score = NULL;
NULL               46 lib/pacemaker/pcmk_output.c     xmlNodePtr node = NULL;
NULL               54 lib/pacemaker/pcmk_output.c                                         NULL);
NULL               76 lib/pacemaker/pcmk_output.c     GList *lpc = NULL;
NULL               80 lib/pacemaker/pcmk_output.c     for (lpc = list; lpc != NULL; lpc = lpc->next) {
NULL               83 lib/pacemaker/pcmk_output.c         GList *lpc2 = NULL;
NULL               85 lib/pacemaker/pcmk_output.c         for (lpc2 = cons->node_list_rh; lpc2 != NULL; lpc2 = lpc2->next) {
NULL               98 lib/pacemaker/pcmk_output.c                                          NULL);
NULL              124 lib/pacemaker/pcmk_output.c     char *reason = NULL;
NULL              125 lib/pacemaker/pcmk_output.c     char *details = NULL;
NULL              134 lib/pacemaker/pcmk_output.c     CRM_ASSERT(destination != NULL || origin != NULL);
NULL              136 lib/pacemaker/pcmk_output.c     if(source == NULL) {
NULL              150 lib/pacemaker/pcmk_output.c     if(origin != NULL && destination != NULL && origin->details == destination->details) {
NULL              158 lib/pacemaker/pcmk_output.c     if (need_role && (origin == NULL)) {
NULL              162 lib/pacemaker/pcmk_output.c     } else if (origin == NULL) {
NULL              166 lib/pacemaker/pcmk_output.c     } else if (need_role && (destination == NULL)) {
NULL              170 lib/pacemaker/pcmk_output.c     } else if (destination == NULL) {
NULL              215 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "%-8s   %-*s   ( %*s )%s%s", change, rsc_width,
NULL              236 lib/pacemaker/pcmk_output.c     char *change_str = NULL;
NULL              241 lib/pacemaker/pcmk_output.c     xmlNode *xml = NULL;
NULL              244 lib/pacemaker/pcmk_output.c     CRM_ASSERT(destination != NULL || origin != NULL);
NULL              246 lib/pacemaker/pcmk_output.c     if (source == NULL) {
NULL              255 lib/pacemaker/pcmk_output.c     if(origin != NULL && destination != NULL && origin->details == destination->details) {
NULL              267 lib/pacemaker/pcmk_output.c                                        NULL);
NULL              270 lib/pacemaker/pcmk_output.c     if (need_role && (origin == NULL)) {
NULL              276 lib/pacemaker/pcmk_output.c                            NULL);
NULL              278 lib/pacemaker/pcmk_output.c     } else if (origin == NULL) {
NULL              282 lib/pacemaker/pcmk_output.c     } else if (need_role && (destination == NULL)) {
NULL              287 lib/pacemaker/pcmk_output.c                            NULL);
NULL              289 lib/pacemaker/pcmk_output.c     } else if (destination == NULL) {
NULL              298 lib/pacemaker/pcmk_output.c                            NULL);
NULL              310 lib/pacemaker/pcmk_output.c                            NULL);
NULL              317 lib/pacemaker/pcmk_output.c                            NULL);
NULL              325 lib/pacemaker/pcmk_output.c                            NULL);
NULL              334 lib/pacemaker/pcmk_output.c                            NULL);
NULL              341 lib/pacemaker/pcmk_output.c                            NULL);
NULL              367 lib/pacemaker/pcmk_output.c     for (GList *lpc = rsc->rsc_cons; lpc != NULL; lpc = lpc->next) {
NULL              369 lib/pacemaker/pcmk_output.c         char *hdr = NULL;
NULL              374 lib/pacemaker/pcmk_output.c             out->list_item(out, NULL, "%s (id=%s - loop)",
NULL              380 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "%s", hdr);
NULL              384 lib/pacemaker/pcmk_output.c         out->begin_list(out, NULL, NULL, NULL);
NULL              412 lib/pacemaker/pcmk_output.c     for (GList *lpc = rsc->rsc_cons; lpc != NULL; lpc = lpc->next) {
NULL              445 lib/pacemaker/pcmk_output.c     for (GList *lpc = rsc->rsc_cons_lhs; lpc != NULL; lpc = lpc->next) {
NULL              447 lib/pacemaker/pcmk_output.c         char *hdr = NULL;
NULL              452 lib/pacemaker/pcmk_output.c             out->list_item(out, NULL, "%s (id=%s - loop)",
NULL              458 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "%s", hdr);
NULL              462 lib/pacemaker/pcmk_output.c         out->begin_list(out, NULL, NULL, NULL);
NULL              490 lib/pacemaker/pcmk_output.c     for (GList *lpc = rsc->rsc_cons_lhs; lpc != NULL; lpc = lpc->next) {
NULL              515 lib/pacemaker/pcmk_output.c     GList *lpc = NULL;
NULL              519 lib/pacemaker/pcmk_output.c     for (lpc = list; lpc != NULL; lpc = lpc->next) {
NULL              522 lib/pacemaker/pcmk_output.c         GList *lpc2 = NULL;
NULL              524 lib/pacemaker/pcmk_output.c         for (lpc2 = cons->node_list_rh; lpc2 != NULL; lpc2 = lpc2->next) {
NULL              529 lib/pacemaker/pcmk_output.c             out->list_item(out, NULL, "Node %s (score=%s, id=%s, rsc=%s)",
NULL              580 lib/pacemaker/pcmk_output.c     pcmk__output_xml_create_parent(out, "constraints", NULL);
NULL              605 lib/pacemaker/pcmk_output.c     } else if (fsa_state != NULL) {
NULL              626 lib/pacemaker/pcmk_output.c                                  NULL);
NULL              661 lib/pacemaker/pcmk_output.c                                  NULL);
NULL              672 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "Testing %s ... %.2f secs", xml_file,
NULL              690 lib/pacemaker/pcmk_output.c                                  NULL);
NULL              704 lib/pacemaker/pcmk_output.c     } else if (dc != NULL) {
NULL              720 lib/pacemaker/pcmk_output.c                                  NULL);
NULL              756 lib/pacemaker/pcmk_output.c                                  NULL);
NULL              771 lib/pacemaker/pcmk_output.c     char *action_desc = NULL;
NULL              777 lib/pacemaker/pcmk_output.c                                         ((task == NULL)? "unknown" : task));
NULL              782 lib/pacemaker/pcmk_output.c                                         ((task == NULL)? "unknown" : task));
NULL              784 lib/pacemaker/pcmk_output.c     if ((rsc != NULL) && (rsc->id != NULL)) {
NULL              787 lib/pacemaker/pcmk_output.c     if ((node != NULL) && (node->details->uname != NULL)) {
NULL              790 lib/pacemaker/pcmk_output.c     out->begin_list(out, NULL, NULL, "Digests for %s %s on %s",
NULL              794 lib/pacemaker/pcmk_output.c     if (digests == NULL) {
NULL              795 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "none");
NULL              799 lib/pacemaker/pcmk_output.c     if (digests->digest_all_calc != NULL) {
NULL              800 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "%s (all parameters)",
NULL              803 lib/pacemaker/pcmk_output.c     if (digests->digest_secure_calc != NULL) {
NULL              804 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "%s (non-private parameters)",
NULL              807 lib/pacemaker/pcmk_output.c     if (digests->digest_restart_calc != NULL) {
NULL              808 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "%s (non-reloadable parameters)",
NULL              819 lib/pacemaker/pcmk_output.c     if (digest != NULL) {
NULL              822 lib/pacemaker/pcmk_output.c         crm_xml_add(digest_xml, "type", ((type == NULL)? "unspecified" : type));
NULL              824 lib/pacemaker/pcmk_output.c         if (digest_source != NULL) {
NULL              842 lib/pacemaker/pcmk_output.c     xmlNode *xml = NULL;
NULL              849 lib/pacemaker/pcmk_output.c                                        NULL);
NULL              851 lib/pacemaker/pcmk_output.c     if (digests != NULL) {
NULL              865 lib/pacemaker/pcmk_output.c         } else if(stop == NULL) {                                       \
NULL              868 lib/pacemaker/pcmk_output.c             CRM_ASSERT(stop != NULL);                                   \
NULL              884 lib/pacemaker/pcmk_output.c     GList *possible_matches = NULL;
NULL              885 lib/pacemaker/pcmk_output.c     char *key = NULL;
NULL              889 lib/pacemaker/pcmk_output.c     pe_node_t *start_node = NULL;
NULL              890 lib/pacemaker/pcmk_output.c     pe_action_t *start = NULL;
NULL              891 lib/pacemaker/pcmk_output.c     pe_action_t *stop = NULL;
NULL              892 lib/pacemaker/pcmk_output.c     pe_action_t *promote = NULL;
NULL              893 lib/pacemaker/pcmk_output.c     pe_action_t *demote = NULL;
NULL              896 lib/pacemaker/pcmk_output.c         || (current == NULL && next == NULL)) {
NULL              903 lib/pacemaker/pcmk_output.c     moving = (current != NULL) && (next != NULL)
NULL              912 lib/pacemaker/pcmk_output.c     if ((start == NULL) || !pcmk_is_set(start->flags, pe_action_runnable)) {
NULL              913 lib/pacemaker/pcmk_output.c         start_node = NULL;
NULL              926 lib/pacemaker/pcmk_output.c         possible_matches = pe__resource_actions(rsc, NULL, RSC_STOP, FALSE);
NULL              927 lib/pacemaker/pcmk_output.c         if (possible_matches != NULL) {
NULL              946 lib/pacemaker/pcmk_output.c         pe_action_t *migrate_op = NULL;
NULL              948 lib/pacemaker/pcmk_output.c         CRM_CHECK(next != NULL, return rc);
NULL              955 lib/pacemaker/pcmk_output.c         if ((migrate_op != NULL) && (current != NULL)
NULL              958 lib/pacemaker/pcmk_output.c                               next, start, NULL);
NULL              962 lib/pacemaker/pcmk_output.c                               next, start, NULL);
NULL              964 lib/pacemaker/pcmk_output.c         } else if (start == NULL || pcmk_is_set(start->flags, pe_action_optional)) {
NULL              965 lib/pacemaker/pcmk_output.c             if ((demote != NULL) && (promote != NULL)
NULL              977 lib/pacemaker/pcmk_output.c                               NULL, stop, (stop && stop->reason)? stop : start);
NULL              982 lib/pacemaker/pcmk_output.c                               rsc, current, next, stop, NULL);
NULL              986 lib/pacemaker/pcmk_output.c                               NULL, stop, NULL);
NULL              991 lib/pacemaker/pcmk_output.c                               next, start, NULL);
NULL             1003 lib/pacemaker/pcmk_output.c         GList *gIter = NULL;
NULL             1006 lib/pacemaker/pcmk_output.c         for (gIter = rsc->running_on; gIter != NULL; gIter = gIter->next) {
NULL             1008 lib/pacemaker/pcmk_output.c             pe_action_t *stop_op = NULL;
NULL             1020 lib/pacemaker/pcmk_output.c             if (out->message(out, "rsc-action-item", "Stop", rsc, node, NULL,
NULL             1028 lib/pacemaker/pcmk_output.c     } else if ((stop != NULL)
NULL             1037 lib/pacemaker/pcmk_output.c                           stop, NULL);
NULL             1042 lib/pacemaker/pcmk_output.c                           start, NULL);
NULL             1044 lib/pacemaker/pcmk_output.c     } else if (stop != NULL && !pcmk_is_set(stop->flags, pe_action_optional)) {
NULL             1046 lib/pacemaker/pcmk_output.c                           next, start, NULL);
NULL             1050 lib/pacemaker/pcmk_output.c         CRM_LOG_ASSERT(current != NULL);
NULL             1052 lib/pacemaker/pcmk_output.c                           next, demote, NULL);
NULL             1057 lib/pacemaker/pcmk_output.c                           next, promote, NULL);
NULL             1061 lib/pacemaker/pcmk_output.c                           start, NULL);
NULL             1075 lib/pacemaker/pcmk_output.c     if (task == NULL) {
NULL             1078 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "%s %s '%s'", task, node_name, reason);
NULL             1094 lib/pacemaker/pcmk_output.c     if (task == NULL) {
NULL             1101 lib/pacemaker/pcmk_output.c                                      NULL);
NULL             1122 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Cluster action:  %s for %s on %s", task, ID(rsc), node);
NULL             1124 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Cluster action:  %s on %s", task, node);
NULL             1138 lib/pacemaker/pcmk_output.c     xmlNodePtr xml_node = NULL;
NULL             1147 lib/pacemaker/pcmk_output.c                                             NULL);
NULL             1167 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "Fencing %s (%s)", target, op);
NULL             1185 lib/pacemaker/pcmk_output.c                                  NULL);
NULL             1197 lib/pacemaker/pcmk_output.c     xmlChar *node_path = NULL;
NULL             1205 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "Injecting attribute %s=%s into %s '%s'",
NULL             1220 lib/pacemaker/pcmk_output.c     xmlChar *node_path = NULL;
NULL             1233 lib/pacemaker/pcmk_output.c                                  NULL);
NULL             1248 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "Injecting %s into the configuration", spec);
NULL             1264 lib/pacemaker/pcmk_output.c                                  NULL);
NULL             1279 lib/pacemaker/pcmk_output.c     out->begin_list(out, NULL, NULL, "Performing Requested Modifications");
NULL             1282 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Setting quorum: %s", quorum);
NULL             1286 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Setting watchdog: %s", watchdog);
NULL             1299 lib/pacemaker/pcmk_output.c     xmlNodePtr node = NULL;
NULL             1305 lib/pacemaker/pcmk_output.c     node = pcmk__output_xml_create_parent(out, "modifications", NULL);
NULL             1330 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Bringing node %s online", node);
NULL             1333 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Taking node %s offline", node);
NULL             1336 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Failing node %s", node);
NULL             1357 lib/pacemaker/pcmk_output.c                                  NULL);
NULL             1373 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Making ticket %s standby", ticket);
NULL             1375 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "%s ticket %s", action, ticket);
NULL             1395 lib/pacemaker/pcmk_output.c                                  NULL);
NULL             1410 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "Pseudo action:   %s%s%s", task, node ? " on " : "",
NULL             1422 lib/pacemaker/pcmk_output.c     xmlNodePtr xml_node = NULL;
NULL             1430 lib/pacemaker/pcmk_output.c                                             NULL);
NULL             1452 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Resource action: %-15s %s=%u on %s",
NULL             1455 lib/pacemaker/pcmk_output.c         out->list_item(out, NULL, "Resource action: %-15s %s on %s",
NULL             1471 lib/pacemaker/pcmk_output.c     xmlNodePtr xml_node = NULL;
NULL             1481 lib/pacemaker/pcmk_output.c                                             NULL);
NULL             1564 lib/pacemaker/pcmk_output.c             out->begin_list(out, NULL, NULL, "Failed Fencing Actions");
NULL             1565 lib/pacemaker/pcmk_output.c             out->list_item(out, NULL, "Failed to get fencing history: %s",
NULL             1589 lib/pacemaker/pcmk_output.c                 out->begin_list(out, NULL, NULL, "Failed Fencing Actions");
NULL             1590 lib/pacemaker/pcmk_output.c                 out->list_item(out, NULL, "Failed to get fencing history: %s",
NULL             1603 lib/pacemaker/pcmk_output.c             stonith_history_t *hp = stonith__first_matching_event(stonith_history, stonith__event_state_pending, NULL);
NULL             1753 lib/pacemaker/pcmk_output.c             out->begin_list(out, NULL, NULL, "Failed Fencing Actions");
NULL             1754 lib/pacemaker/pcmk_output.c             out->list_item(out, NULL, "Failed to get fencing history: %s",
NULL             1764 lib/pacemaker/pcmk_output.c                 out->begin_list(out, NULL, NULL, "Failed Fencing Actions");
NULL             1765 lib/pacemaker/pcmk_output.c                 out->list_item(out, NULL, "Failed to get fencing history: %s",
NULL             1777 lib/pacemaker/pcmk_output.c             stonith_history_t *hp = stonith__first_matching_event(stonith_history, stonith__event_state_pending, NULL);
NULL             1844 lib/pacemaker/pcmk_output.c     xmlNodePtr node = NULL;
NULL             1849 lib/pacemaker/pcmk_output.c                                         NULL);
NULL             1916 lib/pacemaker/pcmk_output.c     { NULL, NULL, NULL }
NULL               18 lib/pacemaker/pcmk_output_utils.c     { NULL, NULL, NULL }
NULL               25 lib/pacemaker/pcmk_output_utils.c     if (*xml != NULL) {
NULL               29 lib/pacemaker/pcmk_output_utils.c     pcmk__register_formats(NULL, pcmk__out_formats);
NULL               30 lib/pacemaker/pcmk_output_utils.c     rc = pcmk__output_new(out, "xml", NULL, NULL);
NULL               60 lib/pacemaker/pcmk_output_utils.c     pcmk__output_t *out = NULL;
NULL               61 lib/pacemaker/pcmk_output_utils.c     const char* argv[] = { "", NULL };
NULL               64 lib/pacemaker/pcmk_output_utils.c         { NULL, NULL, NULL }
NULL               67 lib/pacemaker/pcmk_output_utils.c     pcmk__register_formats(NULL, formats);
NULL               68 lib/pacemaker/pcmk_output_utils.c     rc = pcmk__output_new(&out, "log", NULL, (char**)argv);
NULL               69 lib/pacemaker/pcmk_output_utils.c     if ((rc != pcmk_rc_ok) || (out == NULL)) {
NULL               72 lib/pacemaker/pcmk_output_utils.c         return NULL;
NULL               33 lib/pacemaker/pcmk_resource.c     char *xpath = NULL;
NULL               34 lib/pacemaker/pcmk_resource.c     xmlNode *history = NULL;
NULL               35 lib/pacemaker/pcmk_resource.c     xmlNode *best = NULL;
NULL               44 lib/pacemaker/pcmk_resource.c          lrm_rsc_op != NULL; lrm_rsc_op = crm_next_same_xml(lrm_rsc_op)) {
NULL               56 lib/pacemaker/pcmk_resource.c             if (best == NULL) {
NULL               63 lib/pacemaker/pcmk_resource.c         if (digest != NULL) {
NULL               88 lib/pacemaker/pcmk_resource.c     const char *task = NULL;
NULL               89 lib/pacemaker/pcmk_resource.c     xmlNode *xml_op = NULL;
NULL               90 lib/pacemaker/pcmk_resource.c     op_digest_cache_t *digests = NULL;
NULL               94 lib/pacemaker/pcmk_resource.c     if ((out == NULL) || (rsc == NULL) || (node == NULL) || (data_set == NULL)) {
NULL              106 lib/pacemaker/pcmk_resource.c     if (xml_op != NULL) {
NULL              110 lib/pacemaker/pcmk_resource.c     if (task == NULL) { // Assume start if no history is available
NULL              129 lib/pacemaker/pcmk_resource.c     pcmk__output_t *out = NULL;
NULL               40 lib/pacemaker/pcmk_sched_actions.c     if (action->rsc == NULL) {
NULL               48 lib/pacemaker/pcmk_sched_actions.c     flags = action->rsc->cmds->action_flags(action, NULL);
NULL               49 lib/pacemaker/pcmk_sched_actions.c     if ((node == NULL) || !pe_rsc_is_clone(action->rsc)) {
NULL               98 lib/pacemaker/pcmk_sched_actions.c     char *uuid = NULL;
NULL               99 lib/pacemaker/pcmk_sched_actions.c     char *rid = NULL;
NULL              100 lib/pacemaker/pcmk_sched_actions.c     char *first_task_str = NULL;
NULL              105 lib/pacemaker/pcmk_sched_actions.c     if ((strstr(first_uuid, "notify") != NULL)
NULL              148 lib/pacemaker/pcmk_sched_actions.c             && ((first_rsc->parent == NULL)
NULL              162 lib/pacemaker/pcmk_sched_actions.c     if (uuid == NULL) {
NULL              164 lib/pacemaker/pcmk_sched_actions.c         CRM_ASSERT(uuid != NULL);
NULL              193 lib/pacemaker/pcmk_sched_actions.c     if ((rsc != NULL) && (rsc->variant >= pe_group) && (action->uuid != NULL)) {
NULL              196 lib/pacemaker/pcmk_sched_actions.c         result = find_first_action(rsc->actions, uuid, NULL, NULL);
NULL              197 lib/pacemaker/pcmk_sched_actions.c         if (result == NULL) {
NULL              252 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
NULL              268 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(order->type, pe_order_restart) && (then->rsc != NULL)) {
NULL              280 lib/pacemaker/pcmk_sched_actions.c         if (first->rsc != NULL) {
NULL              297 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
NULL              311 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
NULL              337 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(order->type, pe_order_probe) && (then->rsc != NULL)) {
NULL              339 lib/pacemaker/pcmk_sched_actions.c             && (first->rsc->running_on != NULL)) {
NULL              358 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
NULL              377 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
NULL              389 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
NULL              402 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
NULL              415 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
NULL              449 lib/pacemaker/pcmk_sched_actions.c         && (first->rsc != NULL)
NULL              480 lib/pacemaker/pcmk_sched_actions.c     (((a)->node == NULL)? "no node" : (a)->node->details->uname)
NULL              492 lib/pacemaker/pcmk_sched_actions.c     GList *lpc = NULL;
NULL              522 lib/pacemaker/pcmk_sched_actions.c     for (lpc = then->actions_before; lpc != NULL; lpc = lpc->next) {
NULL              529 lib/pacemaker/pcmk_sched_actions.c         if ((first->rsc != NULL)
NULL              533 lib/pacemaker/pcmk_sched_actions.c             first_node = first->rsc->fns->location(first->rsc, NULL, FALSE);
NULL              534 lib/pacemaker/pcmk_sched_actions.c             if (first_node != NULL) {
NULL              540 lib/pacemaker/pcmk_sched_actions.c         if ((then->rsc != NULL)
NULL              544 lib/pacemaker/pcmk_sched_actions.c             then_node = then->rsc->fns->location(then->rsc, NULL, FALSE);
NULL              545 lib/pacemaker/pcmk_sched_actions.c             if (then_node != NULL) {
NULL              553 lib/pacemaker/pcmk_sched_actions.c             && (first_node != NULL) && (then_node != NULL)
NULL              566 lib/pacemaker/pcmk_sched_actions.c         if ((first->rsc != NULL)
NULL              579 lib/pacemaker/pcmk_sched_actions.c         if ((first->rsc != NULL) && (then->rsc != NULL)
NULL              630 lib/pacemaker/pcmk_sched_actions.c             for (GList *lpc2 = first->actions_after; lpc2 != NULL;
NULL              656 lib/pacemaker/pcmk_sched_actions.c         for (lpc = then->actions_after; lpc != NULL; lpc = lpc->next) {
NULL              675 lib/pacemaker/pcmk_sched_actions.c     const char *node_uname = NULL;
NULL              676 lib/pacemaker/pcmk_sched_actions.c     const char *node_uuid = NULL;
NULL              677 lib/pacemaker/pcmk_sched_actions.c     const char *desc = NULL;
NULL              679 lib/pacemaker/pcmk_sched_actions.c     CRM_CHECK(action != NULL, return);
NULL              682 lib/pacemaker/pcmk_sched_actions.c         if (action->node != NULL) {
NULL              705 lib/pacemaker/pcmk_sched_actions.c                       ((pre_text == NULL)? "" : pre_text),
NULL              706 lib/pacemaker/pcmk_sched_actions.c                       ((pre_text == NULL)? "" : ": "),
NULL              725 lib/pacemaker/pcmk_sched_actions.c                       ((pre_text == NULL)? "" : pre_text),
NULL              726 lib/pacemaker/pcmk_sched_actions.c                       ((pre_text == NULL)? "" : ": "),
NULL              736 lib/pacemaker/pcmk_sched_actions.c         GList *iter = NULL;
NULL              739 lib/pacemaker/pcmk_sched_actions.c         for (iter = action->actions_before; iter != NULL; iter = iter->next) {
NULL              745 lib/pacemaker/pcmk_sched_actions.c         for (iter = action->actions_after; iter != NULL; iter = iter->next) {
NULL              774 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *action = NULL;
NULL              776 lib/pacemaker/pcmk_sched_actions.c     CRM_ASSERT((rsc != NULL) && (task != NULL));
NULL              778 lib/pacemaker/pcmk_sched_actions.c     action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0), task, NULL,
NULL              803 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *cancel_op = NULL;
NULL              804 lib/pacemaker/pcmk_sched_actions.c     char *key = NULL;
NULL              805 lib/pacemaker/pcmk_sched_actions.c     char *interval_ms_s = NULL;
NULL              807 lib/pacemaker/pcmk_sched_actions.c     CRM_ASSERT((rsc != NULL) && (task != NULL) && (node != NULL));
NULL              838 lib/pacemaker/pcmk_sched_actions.c     char *shutdown_id = NULL;
NULL              839 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *shutdown_op = NULL;
NULL              841 lib/pacemaker/pcmk_sched_actions.c     CRM_ASSERT((node != NULL) && (data_set != NULL));
NULL              846 lib/pacemaker/pcmk_sched_actions.c     shutdown_op = custom_action(NULL, shutdown_id, CRM_OP_SHUTDOWN, node, FALSE,
NULL              868 lib/pacemaker/pcmk_sched_actions.c     char *digest = NULL;
NULL              869 lib/pacemaker/pcmk_sched_actions.c     xmlNode *args_xml = NULL;
NULL              871 lib/pacemaker/pcmk_sched_actions.c     if (op->params == NULL) {
NULL              874 lib/pacemaker/pcmk_sched_actions.c     args_xml = create_xml_node(NULL, XML_TAG_PARAMS);
NULL              877 lib/pacemaker/pcmk_sched_actions.c     digest = calculate_operation_digest(args_xml, NULL);
NULL              903 lib/pacemaker/pcmk_sched_actions.c     char *key = NULL;
NULL              904 lib/pacemaker/pcmk_sched_actions.c     char *magic = NULL;
NULL              905 lib/pacemaker/pcmk_sched_actions.c     char *op_id = NULL;
NULL              906 lib/pacemaker/pcmk_sched_actions.c     char *op_id_additional = NULL;
NULL              907 lib/pacemaker/pcmk_sched_actions.c     char *local_user_data = NULL;
NULL              908 lib/pacemaker/pcmk_sched_actions.c     const char *exit_reason = NULL;
NULL              910 lib/pacemaker/pcmk_sched_actions.c     xmlNode *xml_op = NULL;
NULL              911 lib/pacemaker/pcmk_sched_actions.c     const char *task = NULL;
NULL              913 lib/pacemaker/pcmk_sched_actions.c     CRM_CHECK(op != NULL, return NULL);
NULL              917 lib/pacemaker/pcmk_sched_actions.c               ((node == NULL)? "no node" : node), caller_version, origin);
NULL              931 lib/pacemaker/pcmk_sched_actions.c                          NULL)) {
NULL              944 lib/pacemaker/pcmk_sched_actions.c         CRM_LOG_ASSERT(n_type != NULL);
NULL              945 lib/pacemaker/pcmk_sched_actions.c         CRM_LOG_ASSERT(n_task != NULL);
NULL              954 lib/pacemaker/pcmk_sched_actions.c             lrmd__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              974 lib/pacemaker/pcmk_sched_actions.c     if (xml_op == NULL) {
NULL              978 lib/pacemaker/pcmk_sched_actions.c     if (op->user_data == NULL) {
NULL              987 lib/pacemaker/pcmk_sched_actions.c     if (magic == NULL) {
NULL              999 lib/pacemaker/pcmk_sched_actions.c     crm_xml_add(xml_op, XML_LRM_ATTR_EXIT_REASON, exit_reason == NULL ? "" : exit_reason);
NULL             1028 lib/pacemaker/pcmk_sched_actions.c     if (pcmk__str_any_of(op->op_type, CRMD_ACTION_MIGRATE, CRMD_ACTION_MIGRATED, NULL)) {
NULL             1045 lib/pacemaker/pcmk_sched_actions.c         op_id_additional = NULL;
NULL             1051 lib/pacemaker/pcmk_sched_actions.c         op->user_data = NULL;
NULL             1077 lib/pacemaker/pcmk_sched_actions.c     if ((action == NULL) || (action->rsc == NULL)
NULL             1078 lib/pacemaker/pcmk_sched_actions.c         || (action->rsc->lock_node == NULL) || (action->node == NULL)
NULL             1086 lib/pacemaker/pcmk_sched_actions.c     if (action->node->details->shutdown && (action->task != NULL)
NULL             1101 lib/pacemaker/pcmk_sched_actions.c     if (a == NULL) {
NULL             1104 lib/pacemaker/pcmk_sched_actions.c     if (b == NULL) {
NULL             1125 lib/pacemaker/pcmk_sched_actions.c     GList *item = NULL;
NULL             1126 lib/pacemaker/pcmk_sched_actions.c     GList *next = NULL;
NULL             1127 lib/pacemaker/pcmk_sched_actions.c     pe_action_wrapper_t *last_input = NULL;
NULL             1131 lib/pacemaker/pcmk_sched_actions.c     for (item = action->actions_before; item != NULL; item = next) {
NULL             1135 lib/pacemaker/pcmk_sched_actions.c         if ((last_input != NULL)
NULL             1172 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
NULL             1173 lib/pacemaker/pcmk_sched_actions.c         char *node_name = NULL;
NULL             1174 lib/pacemaker/pcmk_sched_actions.c         char *task = NULL;
NULL             1177 lib/pacemaker/pcmk_sched_actions.c         if (action->rsc != NULL) {
NULL             1200 lib/pacemaker/pcmk_sched_actions.c         } else if (action->node != NULL) {
NULL             1211 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL             1233 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *cancel = NULL;
NULL             1235 lib/pacemaker/pcmk_sched_actions.c     CRM_CHECK((rsc != NULL) && (task != NULL)
NULL             1236 lib/pacemaker/pcmk_sched_actions.c               && (node != NULL) && (reason != NULL),
NULL             1246 lib/pacemaker/pcmk_sched_actions.c     pcmk__new_ordering(rsc, stop_key(rsc), NULL, rsc, NULL, cancel,
NULL             1264 lib/pacemaker/pcmk_sched_actions.c     bool config = (find_rsc_op_entry(rsc, key) != NULL);
NULL             1286 lib/pacemaker/pcmk_sched_actions.c         && pcmk__str_any_of(task, RSC_STATUS, RSC_MIGRATED, RSC_PROMOTE, NULL)) {
NULL             1313 lib/pacemaker/pcmk_sched_actions.c     const char *digest_secure = NULL;
NULL             1322 lib/pacemaker/pcmk_sched_actions.c     return (digest_data->rc != RSC_DIGEST_MATCH) && (digest_secure != NULL)
NULL             1323 lib/pacemaker/pcmk_sched_actions.c            && (digest_data->digest_secure_calc != NULL)
NULL             1341 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *required = custom_action(rsc, key, task, NULL, FALSE, TRUE,
NULL             1345 lib/pacemaker/pcmk_sched_actions.c     trigger_unfencing(rsc, node, "Device parameters changed", NULL,
NULL             1362 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *op = NULL;
NULL             1365 lib/pacemaker/pcmk_sched_actions.c                       NULL, rsc->cluster);
NULL             1381 lib/pacemaker/pcmk_sched_actions.c     pe_action_t *reload = NULL;
NULL             1390 lib/pacemaker/pcmk_sched_actions.c     if ((node == NULL)
NULL             1397 lib/pacemaker/pcmk_sched_actions.c                      (node == NULL)? "inactive" : node->details->uname);
NULL             1419 lib/pacemaker/pcmk_sched_actions.c     pcmk__new_ordering(NULL, NULL, reload, rsc, stop_key(rsc), NULL,
NULL             1422 lib/pacemaker/pcmk_sched_actions.c     pcmk__new_ordering(NULL, NULL, reload, rsc, demote_key(rsc), NULL,
NULL             1445 lib/pacemaker/pcmk_sched_actions.c     const char *task = NULL;
NULL             1446 lib/pacemaker/pcmk_sched_actions.c     const op_digest_cache_t *digest_data = NULL;
NULL             1448 lib/pacemaker/pcmk_sched_actions.c     CRM_CHECK((rsc != NULL) && (node != NULL) && (xml_op != NULL),
NULL             1452 lib/pacemaker/pcmk_sched_actions.c     CRM_CHECK(task != NULL, return false);
NULL             1483 lib/pacemaker/pcmk_sched_actions.c         if (!pcmk__is_daemon && (rsc->cluster->priv != NULL)) {
NULL             1515 lib/pacemaker/pcmk_sched_actions.c                                          XML_LRM_ATTR_RESTART_DIGEST) != NULL) {
NULL             1518 lib/pacemaker/pcmk_sched_actions.c                                   "Device parameters changed (reload)", NULL,
NULL             1552 lib/pacemaker/pcmk_sched_actions.c     GList *ops = NULL;
NULL             1555 lib/pacemaker/pcmk_sched_actions.c          rsc_op != NULL; rsc_op = crm_next_same_xml(rsc_op)) {
NULL             1583 lib/pacemaker/pcmk_sched_actions.c     GList *sorted_op_list = NULL;
NULL             1600 lib/pacemaker/pcmk_sched_actions.c     if (pe_find_node_id(rsc->running_on, node->details->id) == NULL) {
NULL             1624 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = sorted_op_list; iter != NULL; iter = iter->next) {
NULL             1626 lib/pacemaker/pcmk_sched_actions.c         const char *task = NULL;
NULL             1647 lib/pacemaker/pcmk_sched_actions.c                                            RSC_PROMOTE, RSC_MIGRATED, NULL)) {
NULL             1664 lib/pacemaker/pcmk_sched_actions.c                        && (pe_get_failcount(node, rsc, NULL, pe_fc_effective,
NULL             1665 lib/pacemaker/pcmk_sched_actions.c                                             NULL, rsc->cluster) != 0)) {
NULL             1693 lib/pacemaker/pcmk_sched_actions.c          rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) {
NULL             1698 lib/pacemaker/pcmk_sched_actions.c             for (GList *iter = result; iter != NULL; iter = iter->next) {
NULL             1736 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = data_set->nodes; iter != NULL; iter = iter->next) {
NULL             1744 lib/pacemaker/pcmk_sched_actions.c             char *xpath = NULL;
NULL             1745 lib/pacemaker/pcmk_sched_actions.c             xmlNode *history = NULL;
NULL               46 lib/pacemaker/pcmk_sched_allocate.c     const char *reason = NULL;
NULL               47 lib/pacemaker/pcmk_sched_allocate.c     op_digest_cache_t *digest_data = NULL;
NULL               52 lib/pacemaker/pcmk_sched_allocate.c                 && pe_get_failcount(node, rsc, NULL, pe_fc_effective, NULL,
NULL               74 lib/pacemaker/pcmk_sched_allocate.c     if (reason != NULL) {
NULL               94 lib/pacemaker/pcmk_sched_allocate.c     if (list != NULL) {
NULL              112 lib/pacemaker/pcmk_sched_allocate.c     if (rsc->children != NULL) {
NULL              131 lib/pacemaker/pcmk_sched_allocate.c         pe_resource_t *failed = NULL;
NULL              156 lib/pacemaker/pcmk_sched_allocate.c         pe_node_t *match = NULL;
NULL              162 lib/pacemaker/pcmk_sched_allocate.c         if ((match != NULL)
NULL              179 lib/pacemaker/pcmk_sched_allocate.c     pe_node_t *node = NULL;
NULL              182 lib/pacemaker/pcmk_sched_allocate.c     if (rsc->children != NULL) {
NULL              204 lib/pacemaker/pcmk_sched_allocate.c                                  node->details->id) == NULL)) {
NULL              230 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL              251 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = data_set->nodes; iter != NULL; iter = iter->next) {
NULL              254 lib/pacemaker/pcmk_sched_allocate.c         if ((node != NULL) && (node->weight >= 0) && node->details->online
NULL              279 lib/pacemaker/pcmk_sched_allocate.c     for (GList *node_iter = data_set->nodes; node_iter != NULL;
NULL              281 lib/pacemaker/pcmk_sched_allocate.c         for (GList *rsc_iter = data_set->resources; rsc_iter != NULL;
NULL              301 lib/pacemaker/pcmk_sched_allocate.c     GList *iter = NULL;
NULL              315 lib/pacemaker/pcmk_sched_allocate.c         for (iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL              328 lib/pacemaker/pcmk_sched_allocate.c     for (iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL              334 lib/pacemaker/pcmk_sched_allocate.c             rsc->cmds->allocate(rsc, NULL, data_set);
NULL              360 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = data_set->nodes; iter != NULL; iter = iter->next) {
NULL              362 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *clear_op = NULL;
NULL              367 lib/pacemaker/pcmk_sched_allocate.c         if (pe_get_failcount(node, rsc, NULL, pe_fc_effective, NULL,
NULL              377 lib/pacemaker/pcmk_sched_allocate.c         pcmk__new_ordering(clear_op->rsc, NULL, clear_op, rsc, stop_key(rsc),
NULL              378 lib/pacemaker/pcmk_sched_allocate.c                            NULL, pe_order_optional, data_set);
NULL              406 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL              427 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL              446 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL              504 lib/pacemaker/pcmk_sched_allocate.c         && (list != NULL)) {
NULL              525 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *fencing = pe_fence_op(node, NULL, FALSE, "node is unclean",
NULL              542 lib/pacemaker/pcmk_sched_allocate.c     pe_action_t *dc_down = NULL;
NULL              545 lib/pacemaker/pcmk_sched_allocate.c     GList *fencing_ops = NULL;
NULL              546 lib/pacemaker/pcmk_sched_allocate.c     GList *shutdown_ops = NULL;
NULL              554 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = data_set->nodes; iter != NULL; iter = iter->next) {
NULL              556 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *fencing = NULL;
NULL              590 lib/pacemaker/pcmk_sched_allocate.c         if ((fencing == NULL) && node->details->unclean) {
NULL              609 lib/pacemaker/pcmk_sched_allocate.c     if (dc_down != NULL) {
NULL              628 lib/pacemaker/pcmk_sched_allocate.c         } else if (fencing_ops != NULL) {
NULL              646 lib/pacemaker/pcmk_sched_allocate.c     GList *all = NULL;
NULL              655 lib/pacemaker/pcmk_sched_allocate.c     for (GList *item = data_set->resources; item != NULL; item = item->next) {
NULL              677 lib/pacemaker/pcmk_sched_allocate.c     if (out == NULL) {
NULL              684 lib/pacemaker/pcmk_sched_allocate.c     out->begin_list(out, NULL, NULL, "Actions");
NULL              687 lib/pacemaker/pcmk_sched_allocate.c     out->finish(out, CRM_EX_OK, true, NULL);
NULL              705 lib/pacemaker/pcmk_sched_allocate.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
NULL              731 lib/pacemaker/pcmk_sched_allocate.c     CRM_ASSERT(cib != NULL);
NULL               25 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = data->replicas; gIter != NULL; gIter = gIter->next) {
NULL               42 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
NULL               45 lib/pacemaker/pcmk_sched_bundle.c         pe__bundle_variant_data_t *data = NULL;
NULL               48 lib/pacemaker/pcmk_sched_bundle.c         for (GList *gIter = data->replicas; gIter != NULL;
NULL               69 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
NULL               70 lib/pacemaker/pcmk_sched_bundle.c     GList *nodes = NULL;
NULL               71 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL               73 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(rsc != NULL, return NULL);
NULL               84 lib/pacemaker/pcmk_sched_bundle.c     nodes = pcmk__sort_nodes(nodes, NULL, data_set);
NULL               91 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL               94 lib/pacemaker/pcmk_sched_bundle.c         pe_node_t *container_host = NULL;
NULL              109 lib/pacemaker/pcmk_sched_bundle.c             pcmk__new_colocation("child-remote-with-docker-remote", NULL,
NULL              111 lib/pacemaker/pcmk_sched_bundle.c                                  container_host->details->remote_rsc, NULL,
NULL              112 lib/pacemaker/pcmk_sched_bundle.c                                  NULL, true, data_set);
NULL              124 lib/pacemaker/pcmk_sched_bundle.c             pe_node_t *node = NULL;
NULL              128 lib/pacemaker/pcmk_sched_bundle.c             while (g_hash_table_iter_next(&iter, NULL, (gpointer *) & node)) {
NULL              132 lib/pacemaker/pcmk_sched_bundle.c                                                     NULL)) {
NULL              148 lib/pacemaker/pcmk_sched_bundle.c         pe_node_t *node = NULL;
NULL              151 lib/pacemaker/pcmk_sched_bundle.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) & node)) {
NULL              164 lib/pacemaker/pcmk_sched_bundle.c     return NULL;
NULL              171 lib/pacemaker/pcmk_sched_bundle.c     pe_action_t *action = NULL;
NULL              172 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
NULL              173 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              175 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(rsc != NULL, return);
NULL              179 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL              196 lib/pacemaker/pcmk_sched_bundle.c     clone_create_pseudo_actions(rsc, containers, NULL, NULL,  data_set);
NULL              221 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              223 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(rsc != NULL, return);
NULL              256 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL              294 lib/pacemaker/pcmk_sched_bundle.c             pcmk__new_colocation("ip-with-docker", NULL, INFINITY, replica->ip,
NULL              295 lib/pacemaker/pcmk_sched_bundle.c                                  replica->container, NULL, NULL, true,
NULL              354 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              356 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(candidate != NULL, return NULL);
NULL              362 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL              375 lib/pacemaker/pcmk_sched_bundle.c     return NULL;
NULL              383 lib/pacemaker/pcmk_sched_bundle.c     GList *scratch = NULL;
NULL              384 lib/pacemaker/pcmk_sched_bundle.c     pe_resource_t *pair = NULL;
NULL              385 lib/pacemaker/pcmk_sched_bundle.c     pe_node_t *active_node_lh = NULL;
NULL              387 lib/pacemaker/pcmk_sched_bundle.c     active_node_lh = rsc_lh->fns->location(rsc_lh, NULL, current);
NULL              394 lib/pacemaker/pcmk_sched_bundle.c     scratch = pcmk__sort_nodes(scratch, NULL, data_set);
NULL              396 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = scratch; gIter != NULL; gIter = gIter->next) {
NULL              444 lib/pacemaker/pcmk_sched_bundle.c                 if (max_clones_node == NULL) {
NULL              456 lib/pacemaker/pcmk_sched_bundle.c                 pe__bundle_variant_data_t *data = NULL;
NULL              469 lib/pacemaker/pcmk_sched_bundle.c     GList *allocated_primaries = NULL;
NULL              470 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              472 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(constraint != NULL, return);
NULL              473 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(dependent != NULL,
NULL              475 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(primary != NULL,
NULL              497 lib/pacemaker/pcmk_sched_bundle.c             pcmk__assign_resource(dependent, NULL, true);
NULL              511 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL              522 lib/pacemaker/pcmk_sched_bundle.c                                                                   NULL, FALSE);
NULL              524 lib/pacemaker/pcmk_sched_bundle.c             if ((chosen == NULL)
NULL              529 lib/pacemaker/pcmk_sched_bundle.c                 && (replica->child == NULL)) {
NULL              553 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
NULL              555 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *data = NULL;
NULL              584 lib/pacemaker/pcmk_sched_bundle.c     GList *gIter = NULL;
NULL              585 lib/pacemaker/pcmk_sched_bundle.c     GList *children = NULL;
NULL              587 lib/pacemaker/pcmk_sched_bundle.c     if (local_node == NULL) {
NULL              589 lib/pacemaker/pcmk_sched_bundle.c         return NULL;
NULL              596 lib/pacemaker/pcmk_sched_bundle.c     for (gIter = children; gIter != NULL; gIter = gIter->next) {
NULL              610 lib/pacemaker/pcmk_sched_bundle.c     return NULL;
NULL              618 lib/pacemaker/pcmk_sched_bundle.c         pe__bundle_variant_data_t *data = NULL;
NULL              621 lib/pacemaker/pcmk_sched_bundle.c         for (GList *gIter = data->replicas; gIter != NULL;
NULL              632 lib/pacemaker/pcmk_sched_bundle.c     return NULL;
NULL              642 lib/pacemaker/pcmk_sched_bundle.c     GList *gIter = NULL;
NULL              643 lib/pacemaker/pcmk_sched_bundle.c     GList *children = NULL;
NULL              654 lib/pacemaker/pcmk_sched_bundle.c     for (gIter = children; gIter != NULL; gIter = gIter->next) {
NULL              660 lib/pacemaker/pcmk_sched_bundle.c         if (first_child == NULL && current) {
NULL              663 lib/pacemaker/pcmk_sched_bundle.c         } else if (first_child == NULL) {
NULL              674 lib/pacemaker/pcmk_sched_bundle.c                 if (pcmk__assign_resource(then_child, NULL, true)) {
NULL              680 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *first_action = NULL;
NULL              681 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_action = NULL;
NULL              686 lib/pacemaker/pcmk_sched_bundle.c             pe__bundle_replica_t *first_replica = NULL;
NULL              687 lib/pacemaker/pcmk_sched_bundle.c             pe__bundle_replica_t *then_replica = NULL;
NULL              698 lib/pacemaker/pcmk_sched_bundle.c                                                  NULL, task2text(task), node);
NULL              700 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_child->actions, NULL, task2text(task), node);
NULL              714 lib/pacemaker/pcmk_sched_bundle.c                                                 NULL, then->task, node);
NULL              716 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_child->actions, NULL, then->task, node);
NULL              719 lib/pacemaker/pcmk_sched_bundle.c             if (first_action == NULL) {
NULL              721 lib/pacemaker/pcmk_sched_bundle.c                     && !pcmk__str_any_of(first_task, RSC_STOP, RSC_DEMOTE, NULL)) {
NULL              734 lib/pacemaker/pcmk_sched_bundle.c             if (then_action == NULL) {
NULL              736 lib/pacemaker/pcmk_sched_bundle.c                     && !pcmk__str_any_of(then->task, RSC_STOP, RSC_DEMOTE, NULL)) {
NULL              781 lib/pacemaker/pcmk_sched_bundle.c     pe_resource_t *rsc = NULL;
NULL              782 lib/pacemaker/pcmk_sched_bundle.c     const char *interleave_s = NULL;
NULL              784 lib/pacemaker/pcmk_sched_bundle.c     if(first->rsc == NULL || then->rsc == NULL) {
NULL              825 lib/pacemaker/pcmk_sched_bundle.c         GList *gIter = NULL;
NULL              826 lib/pacemaker/pcmk_sched_bundle.c         GList *children = NULL;
NULL              834 lib/pacemaker/pcmk_sched_bundle.c         for (gIter = children; gIter != NULL; gIter = gIter->next) {
NULL              837 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node);
NULL              848 lib/pacemaker/pcmk_sched_bundle.c                     for (GList *lpc = then_child_action->actions_after; lpc != NULL; lpc = lpc->next) {
NULL              868 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              873 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL              898 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              900 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(rsc != NULL, return);
NULL              908 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL              924 lib/pacemaker/pcmk_sched_bundle.c             const char *calculated_addr = NULL;
NULL              938 lib/pacemaker/pcmk_sched_bundle.c                                                    NULL, data_set);
NULL              975 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              977 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(rsc != NULL, return FALSE);
NULL              980 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1020 lib/pacemaker/pcmk_sched_bundle.c                     if ((other != replica) && (other != NULL)
NULL             1021 lib/pacemaker/pcmk_sched_bundle.c                         && (other->container != NULL)) {
NULL             1025 lib/pacemaker/pcmk_sched_bundle.c                                            NULL, other->container,
NULL             1027 lib/pacemaker/pcmk_sched_bundle.c                                            NULL,
NULL             1046 lib/pacemaker/pcmk_sched_bundle.c                                                    probe_uuid, NULL, node);
NULL             1055 lib/pacemaker/pcmk_sched_bundle.c                                    NULL, replica->remote, NULL, probe,
NULL             1071 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1073 lib/pacemaker/pcmk_sched_bundle.c     CRM_CHECK(rsc != NULL, return);
NULL             1076 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1081 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip != NULL) {
NULL             1084 lib/pacemaker/pcmk_sched_bundle.c         if (replica->container != NULL) {
NULL             1087 lib/pacemaker/pcmk_sched_bundle.c         if (replica->remote != NULL) {
NULL             1090 lib/pacemaker/pcmk_sched_bundle.c         if (replica->child != NULL) {
NULL             1101 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1102 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_replica_t *replica = NULL;
NULL             1109 lib/pacemaker/pcmk_sched_bundle.c     if (bundle_data->replicas == NULL) {
NULL             1118 lib/pacemaker/pcmk_sched_bundle.c     if (replica->container != NULL) {
NULL               30 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(resource1 != NULL);
NULL               31 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(resource2 != NULL);
NULL               37 lib/pacemaker/pcmk_sched_clone.c     num1 = strtol(strrchr(resource1->id, ':') + 1, NULL, 10);
NULL               38 lib/pacemaker/pcmk_sched_clone.c     num2 = strtol(strrchr(resource2->id, ':') + 1, NULL, 10);
NULL               50 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *ret = NULL;
NULL               52 lib/pacemaker/pcmk_sched_clone.c     if (node != NULL && rsc->parent) {
NULL               54 lib/pacemaker/pcmk_sched_clone.c     } else if(node != NULL) {
NULL               69 lib/pacemaker/pcmk_sched_clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              101 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *n = NULL;
NULL              102 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *node1 = NULL;
NULL              103 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *node2 = NULL;
NULL              106 lib/pacemaker/pcmk_sched_clone.c     GList *list1 = NULL;
NULL              107 lib/pacemaker/pcmk_sched_clone.c     GList *list2 = NULL;
NULL              108 lib/pacemaker/pcmk_sched_clone.c     GHashTable *hash1 = pcmk__strkey_table(NULL, free);
NULL              109 lib/pacemaker/pcmk_sched_clone.c     GHashTable *hash2 = pcmk__strkey_table(NULL, free);
NULL              112 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(rsc1->parent != NULL);
NULL              113 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(rsc2->parent != NULL);
NULL              122 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = rsc1->parent->rsc_cons; gIter != NULL;
NULL              135 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = rsc1->parent->rsc_cons_lhs; gIter != NULL;
NULL              152 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = rsc2->parent->rsc_cons; gIter != NULL;
NULL              214 lib/pacemaker/pcmk_sched_clone.c          (gIter1 != NULL) && (gIter2 != NULL);
NULL              220 lib/pacemaker/pcmk_sched_clone.c         if (node1 == NULL) {
NULL              225 lib/pacemaker/pcmk_sched_clone.c         } else if (node2 == NULL) {
NULL              256 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *node1 = NULL;
NULL              257 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *node2 = NULL;
NULL              258 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *current_node1 = NULL;
NULL              259 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *current_node2 = NULL;
NULL              269 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(resource1 != NULL);
NULL              270 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(resource2 != NULL);
NULL              280 lib/pacemaker/pcmk_sched_clone.c     current_node1 = pe__find_active_on(resource1, &nnodes1, NULL);
NULL              281 lib/pacemaker/pcmk_sched_clone.c     current_node2 = pe__find_active_on(resource2, &nnodes2, NULL);
NULL              300 lib/pacemaker/pcmk_sched_clone.c     if (node1 != NULL) {
NULL              303 lib/pacemaker/pcmk_sched_clone.c         if (match == NULL || match->weight < 0) {
NULL              305 lib/pacemaker/pcmk_sched_clone.c             node1 = NULL;
NULL              310 lib/pacemaker/pcmk_sched_clone.c     if (node2 != NULL) {
NULL              313 lib/pacemaker/pcmk_sched_clone.c         if (match == NULL || match->weight < 0) {
NULL              315 lib/pacemaker/pcmk_sched_clone.c             node2 = NULL;
NULL              342 lib/pacemaker/pcmk_sched_clone.c     if (node1 == NULL && node2 == NULL) {
NULL              346 lib/pacemaker/pcmk_sched_clone.c     } else if (node1 == NULL) {
NULL              350 lib/pacemaker/pcmk_sched_clone.c     } else if (node2 == NULL) {
NULL              372 lib/pacemaker/pcmk_sched_clone.c     if (node1 == NULL && node2 == NULL) {
NULL              376 lib/pacemaker/pcmk_sched_clone.c     } else if (node1 == NULL) {
NULL              380 lib/pacemaker/pcmk_sched_clone.c     } else if (node2 == NULL) {
NULL              422 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *local_node = NULL;
NULL              424 lib/pacemaker/pcmk_sched_clone.c     if (node == NULL && rsc->allowed_nodes) {
NULL              427 lib/pacemaker/pcmk_sched_clone.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&local_node)) {
NULL              430 lib/pacemaker/pcmk_sched_clone.c         return NULL;
NULL              446 lib/pacemaker/pcmk_sched_clone.c     if (local_node == NULL) {
NULL              469 lib/pacemaker/pcmk_sched_clone.c     return NULL;
NULL              476 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *chosen = NULL;
NULL              477 lib/pacemaker/pcmk_sched_clone.c     GHashTable *backup = NULL;
NULL              485 lib/pacemaker/pcmk_sched_clone.c         return rsc->fns->location(rsc, NULL, FALSE);
NULL              489 lib/pacemaker/pcmk_sched_clone.c         return NULL;
NULL              500 lib/pacemaker/pcmk_sched_clone.c         if (local_prefer == NULL || local_prefer->weight < 0) {
NULL              503 lib/pacemaker/pcmk_sched_clone.c             return NULL;
NULL              507 lib/pacemaker/pcmk_sched_clone.c     can_run_instance(rsc, NULL, limit);
NULL              518 lib/pacemaker/pcmk_sched_clone.c         chosen = NULL;
NULL              519 lib/pacemaker/pcmk_sched_clone.c         backup = NULL;
NULL              545 lib/pacemaker/pcmk_sched_clone.c     GList *gIter = NULL;
NULL              548 lib/pacemaker/pcmk_sched_clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              557 lib/pacemaker/pcmk_sched_clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              584 lib/pacemaker/pcmk_sched_clone.c     for(GList *nIter = nodes; nIter != NULL; nIter = nIter->next) {
NULL              606 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = children; gIter != NULL && allocated < max; gIter = gIter->next) {
NULL              608 lib/pacemaker/pcmk_sched_clone.c         pe_node_t *child_node = NULL;
NULL              609 lib/pacemaker/pcmk_sched_clone.c         pe_node_t *local_node = NULL;
NULL              611 lib/pacemaker/pcmk_sched_clone.c         if ((child->running_on == NULL)
NULL              632 lib/pacemaker/pcmk_sched_clone.c         if ((local_node != NULL) && (local_node->count >= loop_max)) {
NULL              649 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = children; gIter != NULL; gIter = gIter->next) {
NULL              652 lib/pacemaker/pcmk_sched_clone.c         if (child->running_on != NULL) {
NULL              656 lib/pacemaker/pcmk_sched_clone.c             if (local_node == NULL) {
NULL              665 lib/pacemaker/pcmk_sched_clone.c             resource_location(child, NULL, -INFINITY, "clone:limit_reached", data_set);
NULL              667 lib/pacemaker/pcmk_sched_clone.c             if (allocate_instance(child, NULL, all_coloc, per_host_max,
NULL              683 lib/pacemaker/pcmk_sched_clone.c     GList *nodes = NULL;
NULL              684 lib/pacemaker/pcmk_sched_clone.c     clone_variant_data_t *clone_data = NULL;
NULL              689 lib/pacemaker/pcmk_sched_clone.c         return NULL;
NULL              693 lib/pacemaker/pcmk_sched_clone.c         return NULL;
NULL              705 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = rsc->rsc_cons; gIter != NULL; gIter = gIter->next) {
NULL              714 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = rsc->rsc_cons_lhs; gIter != NULL; gIter = gIter->next) {
NULL              717 lib/pacemaker/pcmk_sched_clone.c         if (!pcmk__colocation_has_influence(constraint, NULL)) {
NULL              730 lib/pacemaker/pcmk_sched_clone.c     nodes = pcmk__sort_nodes(nodes, NULL, data_set);
NULL              741 lib/pacemaker/pcmk_sched_clone.c     return NULL;
NULL              748 lib/pacemaker/pcmk_sched_clone.c     GList *gIter = NULL;
NULL              753 lib/pacemaker/pcmk_sched_clone.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              762 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(active != NULL);
NULL              763 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(starting != NULL);
NULL              764 lib/pacemaker/pcmk_sched_clone.c     CRM_ASSERT(stopping != NULL);
NULL              771 lib/pacemaker/pcmk_sched_clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              811 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *match = NULL;
NULL              812 lib/pacemaker/pcmk_sched_clone.c     GList *actions = pe__resource_actions(rsc, NULL, task, FALSE);
NULL              814 lib/pacemaker/pcmk_sched_clone.c     for (GList *item = actions; item != NULL; item = item->next) {
NULL              818 lib/pacemaker/pcmk_sched_clone.c             if (match != NULL) {
NULL              820 lib/pacemaker/pcmk_sched_clone.c                 match = NULL;
NULL              833 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
NULL              834 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *start = NULL;
NULL              835 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *last_stop = NULL;
NULL              836 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *last_start = NULL;
NULL              837 lib/pacemaker/pcmk_sched_clone.c     GList *gIter = NULL;
NULL              838 lib/pacemaker/pcmk_sched_clone.c     clone_variant_data_t *clone_data = NULL;
NULL              848 lib/pacemaker/pcmk_sched_clone.c     for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              874 lib/pacemaker/pcmk_sched_clone.c     clone_variant_data_t *clone_data = NULL;
NULL              893 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stop = NULL;
NULL              894 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *stopped = NULL;
NULL              896 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *start = NULL;
NULL              897 lib/pacemaker/pcmk_sched_clone.c     pe_action_t *started = NULL;
NULL              901 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = children; gIter != NULL; gIter = gIter->next) {
NULL              926 lib/pacemaker/pcmk_sched_clone.c     if (start_notify != NULL && *start_notify == NULL) {
NULL              940 lib/pacemaker/pcmk_sched_clone.c     if (stop_notify != NULL && *stop_notify == NULL) {
NULL              953 lib/pacemaker/pcmk_sched_clone.c     pe_resource_t *last_rsc = NULL;
NULL              955 lib/pacemaker/pcmk_sched_clone.c     clone_variant_data_t *clone_data = NULL;
NULL              978 lib/pacemaker/pcmk_sched_clone.c     for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL             1011 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *node = NULL;
NULL             1017 lib/pacemaker/pcmk_sched_clone.c         node = child_rsc->fns->location(child_rsc, NULL, current);
NULL             1043 lib/pacemaker/pcmk_sched_clone.c     pe_resource_t *pair = NULL;
NULL             1044 lib/pacemaker/pcmk_sched_clone.c     GList *gIter = NULL;
NULL             1045 lib/pacemaker/pcmk_sched_clone.c     GList *scratch = NULL;
NULL             1046 lib/pacemaker/pcmk_sched_clone.c     pe_node_t *local_node = NULL;
NULL             1048 lib/pacemaker/pcmk_sched_clone.c     local_node = local_child->fns->location(local_child, NULL, current);
NULL             1054 lib/pacemaker/pcmk_sched_clone.c     scratch = pcmk__sort_nodes(scratch, NULL, data_set);
NULL             1057 lib/pacemaker/pcmk_sched_clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1089 lib/pacemaker/pcmk_sched_clone.c     GList *gIter = NULL;
NULL             1091 lib/pacemaker/pcmk_sched_clone.c     const char *interleave_s = NULL;
NULL             1093 lib/pacemaker/pcmk_sched_clone.c     CRM_CHECK(constraint != NULL, return);
NULL             1094 lib/pacemaker/pcmk_sched_clone.c     CRM_CHECK(dependent != NULL,
NULL             1096 lib/pacemaker/pcmk_sched_clone.c     CRM_CHECK(primary != NULL,
NULL             1140 lib/pacemaker/pcmk_sched_clone.c         pe_resource_t *primary_instance = NULL;
NULL             1145 lib/pacemaker/pcmk_sched_clone.c         if (primary_instance != NULL) {
NULL             1154 lib/pacemaker/pcmk_sched_clone.c             pcmk__assign_resource(dependent, NULL, true);
NULL             1164 lib/pacemaker/pcmk_sched_clone.c         GList *affected_nodes = NULL;
NULL             1167 lib/pacemaker/pcmk_sched_clone.c         for (; gIter != NULL; gIter = gIter->next) {
NULL             1169 lib/pacemaker/pcmk_sched_clone.c             pe_node_t *chosen = child_rsc->fns->location(child_rsc, NULL, FALSE);
NULL             1171 lib/pacemaker/pcmk_sched_clone.c             if (chosen != NULL && is_set_recursive(child_rsc, pe_rsc_block, TRUE) == FALSE) {
NULL             1185 lib/pacemaker/pcmk_sched_clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1199 lib/pacemaker/pcmk_sched_clone.c     if (pcmk__strcase_any_of(action->task, "notify", "notified", NULL)) {
NULL             1212 lib/pacemaker/pcmk_sched_clone.c                 char *task_mutable = NULL;
NULL             1240 lib/pacemaker/pcmk_sched_clone.c     GList *gIter = NULL;
NULL             1247 lib/pacemaker/pcmk_sched_clone.c     for (gIter = children; gIter != NULL; gIter = gIter->next) {
NULL             1248 lib/pacemaker/pcmk_sched_clone.c         pe_action_t *child_action = NULL;
NULL             1251 lib/pacemaker/pcmk_sched_clone.c         child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node);
NULL             1273 lib/pacemaker/pcmk_sched_clone.c         if (node == NULL) {
NULL             1296 lib/pacemaker/pcmk_sched_clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1306 lib/pacemaker/pcmk_sched_clone.c     GList *gIter = NULL;
NULL             1307 lib/pacemaker/pcmk_sched_clone.c     clone_variant_data_t *clone_data = NULL;
NULL             1311 lib/pacemaker/pcmk_sched_clone.c     g_list_foreach(rsc->actions, (GFunc) rsc->cmds->action_flags, NULL);
NULL             1321 lib/pacemaker/pcmk_sched_clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1331 lib/pacemaker/pcmk_sched_clone.c     clone_data->demote_notify = NULL;
NULL             1333 lib/pacemaker/pcmk_sched_clone.c     clone_data->stop_notify = NULL;
NULL             1335 lib/pacemaker/pcmk_sched_clone.c     clone_data->start_notify = NULL;
NULL             1337 lib/pacemaker/pcmk_sched_clone.c     clone_data->promote_notify = NULL;
NULL             1345 lib/pacemaker/pcmk_sched_clone.c         for (GList *child_iter = rsc->children; child_iter != NULL;
NULL             1357 lib/pacemaker/pcmk_sched_clone.c         pe_node_t *known_node = NULL;
NULL             1360 lib/pacemaker/pcmk_sched_clone.c         while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &known_node)) {
NULL             1373 lib/pacemaker/pcmk_sched_clone.c     for (GList *gIter = clone->children; gIter != NULL; gIter = gIter->next) {
NULL             1380 lib/pacemaker/pcmk_sched_clone.c     return NULL;
NULL             1390 lib/pacemaker/pcmk_sched_clone.c     for (GList *child_iter = rsc->children; child_iter != NULL;
NULL             1411 lib/pacemaker/pcmk_sched_clone.c     if (child == NULL) {
NULL             1415 lib/pacemaker/pcmk_sched_clone.c             pe_node_t *local_node = NULL;
NULL             1419 lib/pacemaker/pcmk_sched_clone.c                 local_node = child_rsc->fns->location(child_rsc, NULL, FALSE);
NULL             1428 lib/pacemaker/pcmk_sched_clone.c     if (child == NULL) {
NULL             1444 lib/pacemaker/pcmk_sched_clone.c     if (rsc->children == NULL) {
NULL             1478 lib/pacemaker/pcmk_sched_clone.c     char *name = NULL;
NULL             1479 lib/pacemaker/pcmk_sched_clone.c     clone_variant_data_t *clone_data = NULL;
NULL             1527 lib/pacemaker/pcmk_sched_clone.c     pe_resource_t *child = NULL;
NULL             1534 lib/pacemaker/pcmk_sched_clone.c     for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL             1540 lib/pacemaker/pcmk_sched_clone.c             for (GList *member_iter = child->children; member_iter != NULL;
NULL             1545 lib/pacemaker/pcmk_sched_clone.c                 if (g_list_find(all_rscs, member) != NULL) {
NULL             1556 lib/pacemaker/pcmk_sched_clone.c     if (!existing && (rsc->children != NULL)) {
NULL               26 lib/pacemaker/pcmk_sched_colocation.c         if (__rsc == NULL) {                                                    \
NULL               38 lib/pacemaker/pcmk_sched_colocation.c     if (a == NULL) {
NULL               41 lib/pacemaker/pcmk_sched_colocation.c     if (b == NULL) {
NULL               45 lib/pacemaker/pcmk_sched_colocation.c     CRM_ASSERT(rsc_constraint1->dependent != NULL);
NULL               46 lib/pacemaker/pcmk_sched_colocation.c     CRM_ASSERT(rsc_constraint1->primary != NULL);
NULL               88 lib/pacemaker/pcmk_sched_colocation.c     if (a == NULL) {
NULL               91 lib/pacemaker/pcmk_sched_colocation.c     if (b == NULL) {
NULL               95 lib/pacemaker/pcmk_sched_colocation.c     CRM_ASSERT(rsc_constraint1->dependent != NULL);
NULL               96 lib/pacemaker/pcmk_sched_colocation.c     CRM_ASSERT(rsc_constraint1->primary != NULL);
NULL              139 lib/pacemaker/pcmk_sched_colocation.c     const char *first_tasks[] = { NULL, NULL };
NULL              140 lib/pacemaker/pcmk_sched_colocation.c     const char *then_tasks[] = { NULL, NULL };
NULL              167 lib/pacemaker/pcmk_sched_colocation.c          (first_lpc <= 1) && (first_tasks[first_lpc] != NULL); first_lpc++) {
NULL              170 lib/pacemaker/pcmk_sched_colocation.c              (then_lpc <= 1) && (then_tasks[then_lpc] != NULL); then_lpc++) {
NULL              199 lib/pacemaker/pcmk_sched_colocation.c     pcmk__colocation_t *new_con = NULL;
NULL              205 lib/pacemaker/pcmk_sched_colocation.c     if ((dependent == NULL) || (primary == NULL)) {
NULL              212 lib/pacemaker/pcmk_sched_colocation.c     if (new_con == NULL) {
NULL              235 lib/pacemaker/pcmk_sched_colocation.c     if (node_attr == NULL) {
NULL              274 lib/pacemaker/pcmk_sched_colocation.c     if (influence_s != NULL) {
NULL              292 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *xml_rsc = NULL;
NULL              293 lib/pacemaker/pcmk_sched_colocation.c     pe_resource_t *with = NULL;
NULL              294 lib/pacemaker/pcmk_sched_colocation.c     pe_resource_t *resource = NULL;
NULL              312 lib/pacemaker/pcmk_sched_colocation.c     if (ordering == NULL) {
NULL              322 lib/pacemaker/pcmk_sched_colocation.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              325 lib/pacemaker/pcmk_sched_colocation.c             if (with != NULL) {
NULL              327 lib/pacemaker/pcmk_sched_colocation.c                 pcmk__new_colocation(set_id, NULL, local_score, resource,
NULL              336 lib/pacemaker/pcmk_sched_colocation.c         pe_resource_t *last = NULL;
NULL              339 lib/pacemaker/pcmk_sched_colocation.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              342 lib/pacemaker/pcmk_sched_colocation.c             if (last != NULL) {
NULL              345 lib/pacemaker/pcmk_sched_colocation.c                 pcmk__new_colocation(set_id, NULL, local_score, last,
NULL              361 lib/pacemaker/pcmk_sched_colocation.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              363 lib/pacemaker/pcmk_sched_colocation.c             xmlNode *xml_rsc_with = NULL;
NULL              370 lib/pacemaker/pcmk_sched_colocation.c                  xml_rsc_with != NULL;
NULL              380 lib/pacemaker/pcmk_sched_colocation.c                 pcmk__new_colocation(set_id, NULL, local_score,
NULL              392 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *xml_rsc = NULL;
NULL              393 lib/pacemaker/pcmk_sched_colocation.c     pe_resource_t *rsc_1 = NULL;
NULL              394 lib/pacemaker/pcmk_sched_colocation.c     pe_resource_t *rsc_2 = NULL;
NULL              412 lib/pacemaker/pcmk_sched_colocation.c         if (xml_rsc != NULL) {
NULL              420 lib/pacemaker/pcmk_sched_colocation.c         const char *rid = NULL;
NULL              423 lib/pacemaker/pcmk_sched_colocation.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              430 lib/pacemaker/pcmk_sched_colocation.c     if ((rsc_1 != NULL) && (rsc_2 != NULL)) {
NULL              431 lib/pacemaker/pcmk_sched_colocation.c         pcmk__new_colocation(id, NULL, score, rsc_1, rsc_2, role_1, role_2,
NULL              435 lib/pacemaker/pcmk_sched_colocation.c     } else if (rsc_1 != NULL) {
NULL              439 lib/pacemaker/pcmk_sched_colocation.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              442 lib/pacemaker/pcmk_sched_colocation.c             pcmk__new_colocation(id, NULL, score, rsc_1, rsc_2, role_1,
NULL              446 lib/pacemaker/pcmk_sched_colocation.c     } else if (rsc_2 != NULL) {
NULL              448 lib/pacemaker/pcmk_sched_colocation.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              451 lib/pacemaker/pcmk_sched_colocation.c             pcmk__new_colocation(id, NULL, score, rsc_1, rsc_2, role_1,
NULL              459 lib/pacemaker/pcmk_sched_colocation.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              461 lib/pacemaker/pcmk_sched_colocation.c             xmlNode *xml_rsc_2 = NULL;
NULL              468 lib/pacemaker/pcmk_sched_colocation.c                  xml_rsc_2 != NULL;
NULL              472 lib/pacemaker/pcmk_sched_colocation.c                 pcmk__new_colocation(id, NULL, score, rsc_1, rsc_2,
NULL              507 lib/pacemaker/pcmk_sched_colocation.c     if (dependent == NULL) {
NULL              512 lib/pacemaker/pcmk_sched_colocation.c     } else if (primary == NULL) {
NULL              517 lib/pacemaker/pcmk_sched_colocation.c     } else if ((dependent_instance != NULL) && !pe_rsc_is_clone(dependent)) {
NULL              523 lib/pacemaker/pcmk_sched_colocation.c     } else if ((primary_instance != NULL) && !pe_rsc_is_clone(primary)) {
NULL              530 lib/pacemaker/pcmk_sched_colocation.c     if (dependent_instance != NULL) {
NULL              532 lib/pacemaker/pcmk_sched_colocation.c         if (dependent == NULL) {
NULL              540 lib/pacemaker/pcmk_sched_colocation.c     if (primary_instance != NULL) {
NULL              542 lib/pacemaker/pcmk_sched_colocation.c         if (primary == NULL) {
NULL              570 lib/pacemaker/pcmk_sched_colocation.c     const char *id = NULL;
NULL              571 lib/pacemaker/pcmk_sched_colocation.c     const char *dependent_id = NULL;
NULL              572 lib/pacemaker/pcmk_sched_colocation.c     const char *primary_id = NULL;
NULL              573 lib/pacemaker/pcmk_sched_colocation.c     const char *dependent_role = NULL;
NULL              574 lib/pacemaker/pcmk_sched_colocation.c     const char *primary_role = NULL;
NULL              576 lib/pacemaker/pcmk_sched_colocation.c     pe_resource_t *dependent = NULL;
NULL              577 lib/pacemaker/pcmk_sched_colocation.c     pe_resource_t *primary = NULL;
NULL              579 lib/pacemaker/pcmk_sched_colocation.c     pe_tag_t *dependent_tag = NULL;
NULL              580 lib/pacemaker/pcmk_sched_colocation.c     pe_tag_t *primary_tag = NULL;
NULL              582 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *dependent_set = NULL;
NULL              583 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *primary_set = NULL;
NULL              586 lib/pacemaker/pcmk_sched_colocation.c     *expanded_xml = NULL;
NULL              588 lib/pacemaker/pcmk_sched_colocation.c     CRM_CHECK(xml_obj != NULL, return pcmk_rc_schema_validation);
NULL              591 lib/pacemaker/pcmk_sched_colocation.c     if (id == NULL) {
NULL              599 lib/pacemaker/pcmk_sched_colocation.c     if (*expanded_xml != NULL) {
NULL              606 lib/pacemaker/pcmk_sched_colocation.c     if ((dependent_id == NULL) || (primary_id == NULL)) {
NULL              624 lib/pacemaker/pcmk_sched_colocation.c     if ((dependent != NULL) && (primary != NULL)) {
NULL              629 lib/pacemaker/pcmk_sched_colocation.c     if ((dependent_tag != NULL) && (primary_tag != NULL)) {
NULL              645 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
NULL              649 lib/pacemaker/pcmk_sched_colocation.c     if (dependent_set != NULL) {
NULL              650 lib/pacemaker/pcmk_sched_colocation.c         if (dependent_role != NULL) {
NULL              662 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
NULL              666 lib/pacemaker/pcmk_sched_colocation.c     if (primary_set != NULL) {
NULL              667 lib/pacemaker/pcmk_sched_colocation.c         if (primary_role != NULL) {
NULL              679 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
NULL              696 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *set = NULL;
NULL              697 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *last = NULL;
NULL              699 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *orig_xml = NULL;
NULL              700 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *expanded_xml = NULL;
NULL              720 lib/pacemaker/pcmk_sched_colocation.c     for (set = first_named_child(xml_obj, XML_CONS_TAG_RSC_SET); set != NULL;
NULL              724 lib/pacemaker/pcmk_sched_colocation.c         if (set == NULL) { // Configuration error, message already logged
NULL              725 lib/pacemaker/pcmk_sched_colocation.c             if (expanded_xml != NULL) {
NULL              733 lib/pacemaker/pcmk_sched_colocation.c         if (last != NULL) {
NULL              744 lib/pacemaker/pcmk_sched_colocation.c     if (last == NULL) {
NULL              755 lib/pacemaker/pcmk_sched_colocation.c     for (GList *gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
NULL              780 lib/pacemaker/pcmk_sched_colocation.c     GList *gIter = NULL;
NULL              781 lib/pacemaker/pcmk_sched_colocation.c     pe_resource_t *rsc = NULL;
NULL              797 lib/pacemaker/pcmk_sched_colocation.c     if ((rsc == NULL) || (rsc->rsc_cons_lhs == NULL)) {
NULL              802 lib/pacemaker/pcmk_sched_colocation.c     for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              804 lib/pacemaker/pcmk_sched_colocation.c         pe_action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL);
NULL              806 lib/pacemaker/pcmk_sched_colocation.c         if ((start == NULL) || pcmk_is_set(start->flags, pe_action_runnable)) {
NULL              811 lib/pacemaker/pcmk_sched_colocation.c     for (gIter = rsc->rsc_cons_lhs; gIter != NULL; gIter = gIter->next) {
NULL              848 lib/pacemaker/pcmk_sched_colocation.c         && (dependent->parent != NULL)
NULL              867 lib/pacemaker/pcmk_sched_colocation.c         if (dependent->allocated_to == NULL) {
NULL              874 lib/pacemaker/pcmk_sched_colocation.c             if ((primary_node == NULL) ||
NULL              879 lib/pacemaker/pcmk_sched_colocation.c                         (primary_node == NULL)? "unallocated" : primary_node->details->uname);
NULL              885 lib/pacemaker/pcmk_sched_colocation.c             if ((primary_node != NULL) &&
NULL              952 lib/pacemaker/pcmk_sched_colocation.c     const char *value = NULL;
NULL              953 lib/pacemaker/pcmk_sched_colocation.c     GHashTable *work = NULL;
NULL              955 lib/pacemaker/pcmk_sched_colocation.c     pe_node_t *node = NULL;
NULL              957 lib/pacemaker/pcmk_sched_colocation.c     if (constraint->node_attribute != NULL) {
NULL              961 lib/pacemaker/pcmk_sched_colocation.c     if (primary->allocated_to != NULL) {
NULL              972 lib/pacemaker/pcmk_sched_colocation.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              973 lib/pacemaker/pcmk_sched_colocation.c         if (primary->allocated_to == NULL) {
NULL             1002 lib/pacemaker/pcmk_sched_colocation.c         work = NULL;
NULL             1010 lib/pacemaker/pcmk_sched_colocation.c     if (work != NULL) {
NULL             1030 lib/pacemaker/pcmk_sched_colocation.c     const char *dependent_value = NULL;
NULL             1031 lib/pacemaker/pcmk_sched_colocation.c     const char *primary_value = NULL;
NULL             1035 lib/pacemaker/pcmk_sched_colocation.c     if ((primary->allocated_to == NULL) || (dependent->allocated_to == NULL)) {
NULL             1039 lib/pacemaker/pcmk_sched_colocation.c     if (constraint->node_attribute != NULL) {
NULL               36 lib/pacemaker/pcmk_sched_constraints.c     result = pe_evaluate_rules(lifetime, NULL, data_set->now, next_change);
NULL               62 lib/pacemaker/pcmk_sched_constraints.c          xml_obj != NULL; xml_obj = pcmk__xe_next(xml_obj)) {
NULL               64 lib/pacemaker/pcmk_sched_constraints.c         xmlNode *lifetime = NULL;
NULL               68 lib/pacemaker/pcmk_sched_constraints.c         if (id == NULL) {
NULL               77 lib/pacemaker/pcmk_sched_constraints.c         if (lifetime != NULL) {
NULL               84 lib/pacemaker/pcmk_sched_constraints.c         if ((lifetime != NULL) && !evaluate_lifetime(lifetime, data_set)) {
NULL              108 lib/pacemaker/pcmk_sched_constraints.c     GList *rIter = NULL;
NULL              112 lib/pacemaker/pcmk_sched_constraints.c         pe_resource_t *match = parent->fns->find_rsc(parent, id, NULL,
NULL              115 lib/pacemaker/pcmk_sched_constraints.c         if (match != NULL) {
NULL              125 lib/pacemaker/pcmk_sched_constraints.c     return NULL;
NULL              142 lib/pacemaker/pcmk_sched_constraints.c     *tag = NULL;
NULL              146 lib/pacemaker/pcmk_sched_constraints.c                                      NULL, (gpointer *) tag)) {
NULL              147 lib/pacemaker/pcmk_sched_constraints.c         if (*tag == NULL) {
NULL              156 lib/pacemaker/pcmk_sched_constraints.c                                      NULL, (gpointer *) tag)) {
NULL              157 lib/pacemaker/pcmk_sched_constraints.c         if (*tag == NULL) {
NULL              185 lib/pacemaker/pcmk_sched_constraints.c     if (rsc != NULL) {
NULL              187 lib/pacemaker/pcmk_sched_constraints.c         if (*rsc != NULL) {
NULL              192 lib/pacemaker/pcmk_sched_constraints.c     if ((tag != NULL) && find_constraint_tag(data_set, id, tag)) {
NULL              216 lib/pacemaker/pcmk_sched_constraints.c     xmlNode *new_xml = NULL;
NULL              220 lib/pacemaker/pcmk_sched_constraints.c     if (first_named_child(xml_obj, XML_CONS_TAG_RSC_SET) == NULL) {
NULL              221 lib/pacemaker/pcmk_sched_constraints.c         return NULL;
NULL              227 lib/pacemaker/pcmk_sched_constraints.c          set != NULL; set = crm_next_same_xml(set)) {
NULL              229 lib/pacemaker/pcmk_sched_constraints.c         GList *tag_refs = NULL;
NULL              230 lib/pacemaker/pcmk_sched_constraints.c         GList *gIter = NULL;
NULL              233 lib/pacemaker/pcmk_sched_constraints.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              235 lib/pacemaker/pcmk_sched_constraints.c             pe_resource_t *rsc = NULL;
NULL              236 lib/pacemaker/pcmk_sched_constraints.c             pe_tag_t *tag = NULL;
NULL              244 lib/pacemaker/pcmk_sched_constraints.c                 return NULL;
NULL              275 lib/pacemaker/pcmk_sched_constraints.c                 for (gIter = tag->refs; gIter != NULL; gIter = gIter->next) {
NULL              277 lib/pacemaker/pcmk_sched_constraints.c                     xmlNode *new_rsc_ref = NULL;
NULL              279 lib/pacemaker/pcmk_sched_constraints.c                     new_rsc_ref = xmlNewDocRawNode(getDocPtr(set), NULL,
NULL              280 lib/pacemaker/pcmk_sched_constraints.c                                                    (pcmkXmlStr) XML_TAG_RESOURCE_REF, NULL);
NULL              306 lib/pacemaker/pcmk_sched_constraints.c         for (gIter = tag_refs; gIter != NULL; gIter = gIter->next) {
NULL              316 lib/pacemaker/pcmk_sched_constraints.c         new_xml = NULL;
NULL              335 lib/pacemaker/pcmk_sched_constraints.c     const char *cons_id = NULL;
NULL              336 lib/pacemaker/pcmk_sched_constraints.c     const char *id = NULL;
NULL              338 lib/pacemaker/pcmk_sched_constraints.c     pe_resource_t *rsc = NULL;
NULL              339 lib/pacemaker/pcmk_sched_constraints.c     pe_tag_t *tag = NULL;
NULL              341 lib/pacemaker/pcmk_sched_constraints.c     *rsc_set = NULL;
NULL              343 lib/pacemaker/pcmk_sched_constraints.c     CRM_CHECK((xml_obj != NULL) && (attr != NULL), return false);
NULL              346 lib/pacemaker/pcmk_sched_constraints.c     if (cons_id == NULL) {
NULL              353 lib/pacemaker/pcmk_sched_constraints.c     if (id == NULL) {
NULL              363 lib/pacemaker/pcmk_sched_constraints.c         GList *gIter = NULL;
NULL              371 lib/pacemaker/pcmk_sched_constraints.c         for (gIter = tag->refs; gIter != NULL; gIter = gIter->next) {
NULL              373 lib/pacemaker/pcmk_sched_constraints.c             xmlNode *rsc_ref = NULL;
NULL              382 lib/pacemaker/pcmk_sched_constraints.c     } else if ((rsc != NULL) && convert_rsc) {
NULL              385 lib/pacemaker/pcmk_sched_constraints.c         xmlNode *rsc_ref = NULL;
NULL              398 lib/pacemaker/pcmk_sched_constraints.c     if (*rsc_set != NULL) {
NULL              415 lib/pacemaker/pcmk_sched_constraints.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL               59 lib/pacemaker/pcmk_sched_fencing.c     GList *gIter = NULL;
NULL               64 lib/pacemaker/pcmk_sched_fencing.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
NULL              112 lib/pacemaker/pcmk_sched_fencing.c     GList *gIter = NULL;
NULL              113 lib/pacemaker/pcmk_sched_fencing.c     GList *action_list = NULL;
NULL              117 lib/pacemaker/pcmk_sched_fencing.c     pe_action_t *parent_stop = NULL;
NULL              139 lib/pacemaker/pcmk_sched_fencing.c         parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL);
NULL              142 lib/pacemaker/pcmk_sched_fencing.c     for (gIter = action_list; gIter != NULL; gIter = gIter->next) {
NULL              204 lib/pacemaker/pcmk_sched_fencing.c          pcmk__new_ordering(rsc, stop_key(rsc), NULL, NULL,
NULL              215 lib/pacemaker/pcmk_sched_fencing.c     for (gIter = action_list; gIter != NULL; gIter = gIter->next) {
NULL              260 lib/pacemaker/pcmk_sched_fencing.c         GList *gIter = NULL;
NULL              262 lib/pacemaker/pcmk_sched_fencing.c         for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              294 lib/pacemaker/pcmk_sched_fencing.c     for (GList *r = data_set->resources; r != NULL; r = r->next) {
NULL              327 lib/pacemaker/pcmk_sched_fencing.c         pe_action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, FALSE, data_set);
NULL              336 lib/pacemaker/pcmk_sched_fencing.c             trigger_unfencing(NULL, node, reason, NULL, data_set);
NULL              353 lib/pacemaker/pcmk_sched_fencing.c     pe_action_t *stop = NULL;
NULL              354 lib/pacemaker/pcmk_sched_fencing.c     pe_action_t *stonith_op = NULL;
NULL              368 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP,
NULL              369 lib/pacemaker/pcmk_sched_fencing.c                                  NULL);
NULL              371 lib/pacemaker/pcmk_sched_fencing.c         if (find_first_action(container->actions, NULL, CRMD_ACTION_START,
NULL              372 lib/pacemaker/pcmk_sched_fencing.c                               NULL)) {
NULL              388 lib/pacemaker/pcmk_sched_fencing.c     if ((stop != NULL) && pcmk_is_set(stop->flags, pe_action_pseudo)) {
NULL              389 lib/pacemaker/pcmk_sched_fencing.c         pe_action_t *parent_stonith_op = pe_fence_op(stop->node, NULL, FALSE,
NULL              390 lib/pacemaker/pcmk_sched_fencing.c                                                      NULL, FALSE, data_set);
NULL              413 lib/pacemaker/pcmk_sched_fencing.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
NULL              414 lib/pacemaker/pcmk_sched_fencing.c                                  RSC_STOP, NULL);
NULL               32 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL               33 lib/pacemaker/pcmk_sched_group.c     pe_resource_t *member = NULL;
NULL               58 lib/pacemaker/pcmk_sched_group.c     for (GList *item = rsc->children->next; item != NULL; item = item->next) {
NULL               61 lib/pacemaker/pcmk_sched_group.c             for (GList *cons_iter = rsc->rsc_cons; cons_iter != NULL;
NULL               75 lib/pacemaker/pcmk_sched_group.c     rsc->rsc_cons = NULL;
NULL               81 lib/pacemaker/pcmk_sched_group.c     rsc->rsc_cons_lhs = NULL;
NULL               88 lib/pacemaker/pcmk_sched_group.c     pe_node_t *node = NULL;
NULL               89 lib/pacemaker/pcmk_sched_group.c     pe_node_t *group_node = NULL;
NULL               90 lib/pacemaker/pcmk_sched_group.c     GList *gIter = NULL;
NULL               91 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              100 lib/pacemaker/pcmk_sched_group.c         return NULL;
NULL              103 lib/pacemaker/pcmk_sched_group.c     if (group_data->first_child == NULL) {
NULL              106 lib/pacemaker/pcmk_sched_group.c         return NULL;
NULL              118 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              124 lib/pacemaker/pcmk_sched_group.c         if (group_node == NULL) {
NULL              136 lib/pacemaker/pcmk_sched_group.c     return NULL;
NULL              144 lib/pacemaker/pcmk_sched_group.c     pe_action_t *op = NULL;
NULL              145 lib/pacemaker/pcmk_sched_group.c     const char *value = NULL;
NULL              150 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              157 lib/pacemaker/pcmk_sched_group.c     op = start_action(rsc, NULL, TRUE /* !group_data->child_starting */ );
NULL              161 lib/pacemaker/pcmk_sched_group.c                        RSC_STARTED, NULL, TRUE /* !group_data->child_starting */ , TRUE, data_set);
NULL              164 lib/pacemaker/pcmk_sched_group.c     op = stop_action(rsc, NULL, TRUE /* !group_data->child_stopping */ );
NULL              168 lib/pacemaker/pcmk_sched_group.c                        RSC_STOPPED, NULL, TRUE /* !group_data->child_stopping */ , TRUE, data_set);
NULL              173 lib/pacemaker/pcmk_sched_group.c         op = custom_action(rsc, demote_key(rsc), RSC_DEMOTE, NULL, TRUE, TRUE, data_set);
NULL              176 lib/pacemaker/pcmk_sched_group.c         op = custom_action(rsc, demoted_key(rsc), RSC_DEMOTED, NULL, TRUE, TRUE, data_set);
NULL              179 lib/pacemaker/pcmk_sched_group.c         op = custom_action(rsc, promote_key(rsc), RSC_PROMOTE, NULL, TRUE, TRUE, data_set);
NULL              182 lib/pacemaker/pcmk_sched_group.c         op = custom_action(rsc, promoted_key(rsc), RSC_PROMOTED, NULL, TRUE, TRUE, data_set);
NULL              191 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              204 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              228 lib/pacemaker/pcmk_sched_group.c     pe_resource_t *last_rsc = NULL;
NULL              229 lib/pacemaker/pcmk_sched_group.c     pe_resource_t *last_active = NULL;
NULL              231 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              242 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              252 lib/pacemaker/pcmk_sched_group.c         if (last_rsc == NULL) {
NULL              259 lib/pacemaker/pcmk_sched_group.c             pcmk__new_colocation("group:internal_colocation", NULL, INFINITY,
NULL              260 lib/pacemaker/pcmk_sched_group.c                                  child_rsc, last_rsc, NULL, NULL,
NULL              303 lib/pacemaker/pcmk_sched_group.c         } else if (last_rsc != NULL) {
NULL              331 lib/pacemaker/pcmk_sched_group.c                 && last_rsc->running_on == NULL && last_active && last_active->running_on) {
NULL              341 lib/pacemaker/pcmk_sched_group.c     if (group_data->ordered && last_rsc != NULL) {
NULL              363 lib/pacemaker/pcmk_sched_group.c     GList *gIter = NULL;
NULL              364 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              366 lib/pacemaker/pcmk_sched_group.c     if (dependent == NULL) {
NULL              370 lib/pacemaker/pcmk_sched_group.c     } else if (primary == NULL) {
NULL              393 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              407 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              441 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              452 lib/pacemaker/pcmk_sched_group.c     GList *gIter = NULL;
NULL              455 lib/pacemaker/pcmk_sched_group.c     for (gIter = action->rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              459 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, task_s, node);
NULL              502 lib/pacemaker/pcmk_sched_group.c     CRM_ASSERT(then->rsc != NULL);
NULL              506 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              508 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node);
NULL              527 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              535 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              552 lib/pacemaker/pcmk_sched_group.c     CRM_CHECK(rsc != NULL, return);
NULL              557 lib/pacemaker/pcmk_sched_group.c     for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              570 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              586 lib/pacemaker/pcmk_sched_group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              609 lib/pacemaker/pcmk_sched_group.c     pe_resource_t *child_rsc = NULL;
NULL              610 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              614 lib/pacemaker/pcmk_sched_group.c     if (orig_rsc == NULL) {
NULL              622 lib/pacemaker/pcmk_sched_group.c         for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              629 lib/pacemaker/pcmk_sched_group.c     } else if (group_data->first_child != NULL) {
NULL              650 lib/pacemaker/pcmk_sched_group.c     group_variant_data_t *group_data = NULL;
NULL              651 lib/pacemaker/pcmk_sched_group.c     pe_resource_t *child = NULL;
NULL              662 lib/pacemaker/pcmk_sched_group.c         for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL              666 lib/pacemaker/pcmk_sched_group.c                 && (g_list_find(all_rscs, child) == NULL)) {
NULL              675 lib/pacemaker/pcmk_sched_group.c         if ((child != NULL)
NULL              677 lib/pacemaker/pcmk_sched_group.c             && (g_list_find(all_rscs, child) == NULL)) {
NULL              689 lib/pacemaker/pcmk_sched_group.c     for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL               27 lib/pacemaker/pcmk_sched_location.c     if (score == NULL) {
NULL               36 lib/pacemaker/pcmk_sched_location.c         if (attr_score == NULL) {
NULL               56 lib/pacemaker/pcmk_sched_location.c     const char *rule_id = NULL;
NULL               57 lib/pacemaker/pcmk_sched_location.c     const char *score = NULL;
NULL               58 lib/pacemaker/pcmk_sched_location.c     const char *boolean = NULL;
NULL               59 lib/pacemaker/pcmk_sched_location.c     const char *role = NULL;
NULL               61 lib/pacemaker/pcmk_sched_location.c     GList *gIter = NULL;
NULL               62 lib/pacemaker/pcmk_sched_location.c     GList *match_L = NULL;
NULL               69 lib/pacemaker/pcmk_sched_location.c     pe__location_t *location_rule = NULL;
NULL               72 lib/pacemaker/pcmk_sched_location.c     if (rule_xml == NULL) {
NULL               73 lib/pacemaker/pcmk_sched_location.c         return NULL;
NULL               82 lib/pacemaker/pcmk_sched_location.c     if ((role != NULL) && (text2role(role) == RSC_ROLE_UNKNOWN)) {
NULL               84 lib/pacemaker/pcmk_sched_location.c         return NULL;
NULL               88 lib/pacemaker/pcmk_sched_location.c     if (score == NULL) {
NULL               90 lib/pacemaker/pcmk_sched_location.c         if (score != NULL) {
NULL               98 lib/pacemaker/pcmk_sched_location.c     location_rule = pcmk__new_location(rule_id, rsc, 0, discovery, NULL,
NULL              101 lib/pacemaker/pcmk_sched_location.c     if (location_rule == NULL) {
NULL              102 lib/pacemaker/pcmk_sched_location.c         return NULL;
NULL              105 lib/pacemaker/pcmk_sched_location.c     if ((re_match_data != NULL) && (re_match_data->nregs > 0)
NULL              110 lib/pacemaker/pcmk_sched_location.c         if (result != NULL) {
NULL              116 lib/pacemaker/pcmk_sched_location.c     if (role != NULL) {
NULL              128 lib/pacemaker/pcmk_sched_location.c         GList *gIter = NULL;
NULL              131 lib/pacemaker/pcmk_sched_location.c         for (gIter = match_L; gIter != NULL; gIter = gIter->next) {
NULL              138 lib/pacemaker/pcmk_sched_location.c     for (gIter = data_set->nodes; gIter != NULL; gIter = gIter->next) {
NULL              158 lib/pacemaker/pcmk_sched_location.c             if ((local == NULL) && do_and) {
NULL              161 lib/pacemaker/pcmk_sched_location.c             } else if (local == NULL) {
NULL              176 lib/pacemaker/pcmk_sched_location.c             if (delete != NULL) {
NULL              189 lib/pacemaker/pcmk_sched_location.c     if (location_rule->node_list_rh == NULL) {
NULL              191 lib/pacemaker/pcmk_sched_location.c         return NULL;
NULL              204 lib/pacemaker/pcmk_sched_location.c     pe__location_t *location = NULL;
NULL              210 lib/pacemaker/pcmk_sched_location.c     if (rsc_lh == NULL) {
NULL              216 lib/pacemaker/pcmk_sched_location.c     if (score == NULL) {
NULL              220 lib/pacemaker/pcmk_sched_location.c     if ((node != NULL) && (score != NULL)) {
NULL              239 lib/pacemaker/pcmk_sched_location.c              rule_xml != NULL; rule_xml = crm_next_same_xml(rule_xml)) {
NULL              263 lib/pacemaker/pcmk_sched_location.c     if (role == NULL) {
NULL              267 lib/pacemaker/pcmk_sched_location.c     if ((location != NULL) && (role != NULL)) {
NULL              299 lib/pacemaker/pcmk_sched_location.c         unpack_rsc_location(xml_obj, rsc_lh, NULL, NULL, data_set, NULL);
NULL              306 lib/pacemaker/pcmk_sched_location.c         GList *rIter = NULL;
NULL              325 lib/pacemaker/pcmk_sched_location.c             regmatch_t *pmatch = NULL;
NULL              345 lib/pacemaker/pcmk_sched_location.c                 unpack_rsc_location(xml_obj, r, NULL, NULL, data_set,
NULL              351 lib/pacemaker/pcmk_sched_location.c                 unpack_rsc_location(xml_obj, r, NULL, NULL, data_set, NULL);
NULL              370 lib/pacemaker/pcmk_sched_location.c     const char *id = NULL;
NULL              371 lib/pacemaker/pcmk_sched_location.c     const char *id_lh = NULL;
NULL              372 lib/pacemaker/pcmk_sched_location.c     const char *state_lh = NULL;
NULL              373 lib/pacemaker/pcmk_sched_location.c     pe_resource_t *rsc_lh = NULL;
NULL              374 lib/pacemaker/pcmk_sched_location.c     pe_tag_t *tag_lh = NULL;
NULL              375 lib/pacemaker/pcmk_sched_location.c     xmlNode *rsc_set_lh = NULL;
NULL              377 lib/pacemaker/pcmk_sched_location.c     *expanded_xml = NULL;
NULL              379 lib/pacemaker/pcmk_sched_location.c     CRM_CHECK(xml_obj != NULL, return pcmk_rc_schema_validation);
NULL              382 lib/pacemaker/pcmk_sched_location.c     if (id == NULL) {
NULL              390 lib/pacemaker/pcmk_sched_location.c     if (*expanded_xml != NULL) {
NULL              396 lib/pacemaker/pcmk_sched_location.c     if (id_lh == NULL) {
NULL              405 lib/pacemaker/pcmk_sched_location.c     } else if (rsc_lh != NULL) {
NULL              418 lib/pacemaker/pcmk_sched_location.c         *expanded_xml = NULL;
NULL              422 lib/pacemaker/pcmk_sched_location.c     if (rsc_set_lh != NULL) {
NULL              423 lib/pacemaker/pcmk_sched_location.c         if (state_lh != NULL) {
NULL              433 lib/pacemaker/pcmk_sched_location.c         *expanded_xml = NULL;
NULL              443 lib/pacemaker/pcmk_sched_location.c     xmlNode *xml_rsc = NULL;
NULL              444 lib/pacemaker/pcmk_sched_location.c     pe_resource_t *resource = NULL;
NULL              449 lib/pacemaker/pcmk_sched_location.c     CRM_CHECK(set != NULL, return pcmk_rc_schema_validation);
NULL              452 lib/pacemaker/pcmk_sched_location.c     if (set_id == NULL) {
NULL              463 lib/pacemaker/pcmk_sched_location.c          xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              467 lib/pacemaker/pcmk_sched_location.c         if (resource == NULL) {
NULL              474 lib/pacemaker/pcmk_sched_location.c                             NULL);
NULL              483 lib/pacemaker/pcmk_sched_location.c     xmlNode *set = NULL;
NULL              486 lib/pacemaker/pcmk_sched_location.c     xmlNode *orig_xml = NULL;
NULL              487 lib/pacemaker/pcmk_sched_location.c     xmlNode *expanded_xml = NULL;
NULL              498 lib/pacemaker/pcmk_sched_location.c     for (set = first_named_child(xml_obj, XML_CONS_TAG_RSC_SET); set != NULL;
NULL              503 lib/pacemaker/pcmk_sched_location.c         if ((set == NULL) // Configuration error, message already logged
NULL              543 lib/pacemaker/pcmk_sched_location.c     pe__location_t *new_con = NULL;
NULL              545 lib/pacemaker/pcmk_sched_location.c     if ((rsc == NULL) || (id == NULL)) {
NULL              547 lib/pacemaker/pcmk_sched_location.c         return NULL;
NULL              549 lib/pacemaker/pcmk_sched_location.c     } else if (node == NULL) {
NULL              550 lib/pacemaker/pcmk_sched_location.c         CRM_CHECK(node_weight == 0, return NULL);
NULL              554 lib/pacemaker/pcmk_sched_location.c     if (new_con != NULL) {
NULL              557 lib/pacemaker/pcmk_sched_location.c         new_con->node_list_rh = NULL;
NULL              576 lib/pacemaker/pcmk_sched_location.c         if (node != NULL) {
NULL              580 lib/pacemaker/pcmk_sched_location.c             new_con->node_list_rh = g_list_prepend(NULL, copy);
NULL              601 lib/pacemaker/pcmk_sched_location.c          iter != NULL; iter = iter->next) {
NULL              620 lib/pacemaker/pcmk_sched_location.c     CRM_CHECK((constraint != NULL) && (rsc != NULL), return);
NULL              632 lib/pacemaker/pcmk_sched_location.c     if (constraint->node_list_rh == NULL) {
NULL              642 lib/pacemaker/pcmk_sched_location.c     for (GList *gIter = constraint->node_list_rh; gIter != NULL;
NULL              646 lib/pacemaker/pcmk_sched_location.c         pe_node_t *weighted_node = NULL;
NULL              650 lib/pacemaker/pcmk_sched_location.c         if (weighted_node == NULL) {
NULL               90 lib/pacemaker/pcmk_sched_native.c     GList *nodes = NULL;
NULL               91 lib/pacemaker/pcmk_sched_native.c     pe_node_t *chosen = NULL;
NULL               92 lib/pacemaker/pcmk_sched_native.c     pe_node_t *best = NULL;
NULL              100 lib/pacemaker/pcmk_sched_native.c         return rsc->allocated_to != NULL;
NULL              118 lib/pacemaker/pcmk_sched_native.c         if (chosen == NULL) {
NULL              131 lib/pacemaker/pcmk_sched_native.c             chosen = NULL;
NULL              136 lib/pacemaker/pcmk_sched_native.c             chosen = NULL;
NULL              145 lib/pacemaker/pcmk_sched_native.c     if ((chosen == NULL) && nodes) {
NULL              167 lib/pacemaker/pcmk_sched_native.c             if ((running != NULL) && !pcmk__node_available(running)) {
NULL              216 lib/pacemaker/pcmk_sched_native.c     pe_node_t *node = NULL;
NULL              218 lib/pacemaker/pcmk_sched_native.c     const char *best_node = NULL;
NULL              222 lib/pacemaker/pcmk_sched_native.c     while (g_hash_table_iter_next(&iter, NULL, (void **) &node)) {
NULL              233 lib/pacemaker/pcmk_sched_native.c         if (best_node == NULL) {
NULL              265 lib/pacemaker/pcmk_sched_native.c     pe_node_t *node = NULL;
NULL              267 lib/pacemaker/pcmk_sched_native.c     if (attr == NULL) {
NULL              273 lib/pacemaker/pcmk_sched_native.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              343 lib/pacemaker/pcmk_sched_native.c     return rsc && (rsc->variant == pe_group) && (rsc->children != NULL);
NULL              366 lib/pacemaker/pcmk_sched_native.c     GHashTable *work = NULL;
NULL              384 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(last_rsc, primary_id, NULL, attr,
NULL              417 lib/pacemaker/pcmk_sched_native.c         GList *gIter = NULL;
NULL              441 lib/pacemaker/pcmk_sched_native.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              442 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *other = NULL;
NULL              447 lib/pacemaker/pcmk_sched_native.c             } else if (!pcmk__colocation_has_influence(constraint, NULL)) {
NULL              460 lib/pacemaker/pcmk_sched_native.c             pe__show_node_weights(true, NULL, primary_id, work, rsc->cluster);
NULL              473 lib/pacemaker/pcmk_sched_native.c         pe_node_t *node = NULL;
NULL              477 lib/pacemaker/pcmk_sched_native.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              496 lib/pacemaker/pcmk_sched_native.c     GList *gIter = NULL;
NULL              511 lib/pacemaker/pcmk_sched_native.c         return NULL;
NULL              517 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->rsc_cons; gIter != NULL; gIter = gIter->next) {
NULL              520 lib/pacemaker/pcmk_sched_native.c         GHashTable *archive = NULL;
NULL              532 lib/pacemaker/pcmk_sched_native.c         primary->cmds->allocate(primary, NULL, data_set);
NULL              539 lib/pacemaker/pcmk_sched_native.c             archive = NULL;
NULL              548 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->rsc_cons_lhs; gIter != NULL; gIter = gIter->next) {
NULL              551 lib/pacemaker/pcmk_sched_native.c         if (!pcmk__colocation_has_influence(constraint, NULL)) {
NULL              566 lib/pacemaker/pcmk_sched_native.c         resource_location(rsc, NULL, -INFINITY, XML_RSC_ATTR_TARGET_ROLE, data_set);
NULL              584 lib/pacemaker/pcmk_sched_native.c         const char *reason = NULL;
NULL              585 lib/pacemaker/pcmk_sched_native.c         pe_node_t *assign_to = NULL;
NULL              589 lib/pacemaker/pcmk_sched_native.c         if (assign_to == NULL) {
NULL              604 lib/pacemaker/pcmk_sched_native.c         pcmk__assign_primitive(rsc, NULL, true);
NULL              611 lib/pacemaker/pcmk_sched_native.c     } else if (rsc->allocated_to == NULL) {
NULL              614 lib/pacemaker/pcmk_sched_native.c         } else if (rsc->running_on != NULL) {
NULL              628 lib/pacemaker/pcmk_sched_native.c         CRM_ASSERT(remote_node != NULL);
NULL              654 lib/pacemaker/pcmk_sched_native.c     const char *id = NULL;
NULL              655 lib/pacemaker/pcmk_sched_native.c     const char *value = NULL;
NULL              656 lib/pacemaker/pcmk_sched_native.c     xmlNode *operation = NULL;
NULL              660 lib/pacemaker/pcmk_sched_native.c     for (operation = pcmk__xe_first_child(rsc->ops_xml); operation != NULL;
NULL              675 lib/pacemaker/pcmk_sched_native.c             if (id == NULL) {
NULL              693 lib/pacemaker/pcmk_sched_native.c     return pcmk__strcase_any_of(name, RSC_STOP, RSC_START, RSC_DEMOTE, RSC_PROMOTE, NULL);
NULL              700 lib/pacemaker/pcmk_sched_native.c     char *key = NULL;
NULL              701 lib/pacemaker/pcmk_sched_native.c     const char *name = NULL;
NULL              702 lib/pacemaker/pcmk_sched_native.c     const char *role = NULL;
NULL              703 lib/pacemaker/pcmk_sched_native.c     const char *interval_spec = NULL;
NULL              707 lib/pacemaker/pcmk_sched_native.c     pe_action_t *mon = NULL;
NULL              709 lib/pacemaker/pcmk_sched_native.c     GList *possible_matches = NULL;
NULL              739 lib/pacemaker/pcmk_sched_native.c     if (find_rsc_op_entry(rsc, key) == NULL) {
NULL              749 lib/pacemaker/pcmk_sched_native.c     if (start != NULL) {
NULL              753 lib/pacemaker/pcmk_sched_native.c         is_optional = (rsc->cmds->action_flags(start, NULL) & pe_action_optional);
NULL              761 lib/pacemaker/pcmk_sched_native.c     if (possible_matches == NULL) {
NULL              766 lib/pacemaker/pcmk_sched_native.c         GList *gIter = NULL;
NULL              768 lib/pacemaker/pcmk_sched_native.c         for (gIter = possible_matches; gIter != NULL; gIter = gIter->next) {
NULL              779 lib/pacemaker/pcmk_sched_native.c     if (((rsc->next_role == RSC_ROLE_PROMOTED) && (role == NULL))
NULL              780 lib/pacemaker/pcmk_sched_native.c         || (role != NULL && text2role(role) != rsc->next_role)) {
NULL              785 lib/pacemaker/pcmk_sched_native.c             char *after_key = NULL;
NULL              786 lib/pacemaker/pcmk_sched_native.c             pe_action_t *cancel_op = NULL;
NULL              812 lib/pacemaker/pcmk_sched_native.c                 pcmk__new_ordering(rsc, NULL, cancel_op, rsc, after_key, NULL,
NULL              831 lib/pacemaker/pcmk_sched_native.c     if ((start == NULL) || !pcmk_is_set(start->flags, pe_action_runnable)) {
NULL              836 lib/pacemaker/pcmk_sched_native.c     } else if (node == NULL || node->details->online == FALSE || node->details->unclean) {
NULL              853 lib/pacemaker/pcmk_sched_native.c     if ((node == NULL) || pcmk_is_set(rsc->flags, pe_rsc_managed)) {
NULL              854 lib/pacemaker/pcmk_sched_native.c         pcmk__new_ordering(rsc, start_key(rsc), NULL, NULL, strdup(key), mon,
NULL              858 lib/pacemaker/pcmk_sched_native.c         pcmk__new_ordering(rsc, reload_key(rsc), NULL, NULL, strdup(key), mon,
NULL              863 lib/pacemaker/pcmk_sched_native.c             pcmk__new_ordering(rsc, promote_key(rsc), NULL, rsc, NULL, mon,
NULL              868 lib/pacemaker/pcmk_sched_native.c             pcmk__new_ordering(rsc, demote_key(rsc), NULL, rsc, NULL, mon,
NULL              879 lib/pacemaker/pcmk_sched_native.c         (node == NULL || node->details->maintenance == FALSE)) {
NULL              880 lib/pacemaker/pcmk_sched_native.c         xmlNode *operation = NULL;
NULL              883 lib/pacemaker/pcmk_sched_native.c              operation != NULL;
NULL              897 lib/pacemaker/pcmk_sched_native.c     char *key = NULL;
NULL              898 lib/pacemaker/pcmk_sched_native.c     const char *name = NULL;
NULL              899 lib/pacemaker/pcmk_sched_native.c     const char *role = NULL;
NULL              900 lib/pacemaker/pcmk_sched_native.c     const char *interval_spec = NULL;
NULL              904 lib/pacemaker/pcmk_sched_native.c     GList *possible_matches = NULL;
NULL              905 lib/pacemaker/pcmk_sched_native.c     GList *gIter = NULL;
NULL              909 lib/pacemaker/pcmk_sched_native.c     if (role == NULL || text2role(role) != RSC_ROLE_STOPPED) {
NULL              933 lib/pacemaker/pcmk_sched_native.c     if (find_rsc_op_entry(rsc, key) == NULL) {
NULL              953 lib/pacemaker/pcmk_sched_native.c     if (node != NULL) {
NULL              956 lib/pacemaker/pcmk_sched_native.c             pe_action_t *cancel_op = NULL;
NULL              966 lib/pacemaker/pcmk_sched_native.c                 pcmk__new_ordering(rsc, NULL, cancel_op, rsc, start_key(rsc),
NULL              967 lib/pacemaker/pcmk_sched_native.c                                    NULL, pe_order_runnable_left, data_set);
NULL              975 lib/pacemaker/pcmk_sched_native.c     for (gIter = data_set->nodes; gIter != NULL; gIter = gIter->next) {
NULL              981 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stopped_mon = NULL;
NULL              982 lib/pacemaker/pcmk_sched_native.c         char *rc_inactive = NULL;
NULL              983 lib/pacemaker/pcmk_sched_native.c         GList *stop_ops = NULL;
NULL              984 lib/pacemaker/pcmk_sched_native.c         GList *local_gIter = NULL;
NULL              995 lib/pacemaker/pcmk_sched_native.c         if (possible_matches == NULL) {
NULL             1015 lib/pacemaker/pcmk_sched_native.c             GList *pIter = NULL;
NULL             1017 lib/pacemaker/pcmk_sched_native.c             for (pIter = probes; pIter != NULL; pIter = pIter->next) {
NULL             1029 lib/pacemaker/pcmk_sched_native.c         for (local_gIter = stop_ops; local_gIter != NULL; local_gIter = local_gIter->next) {
NULL             1043 lib/pacemaker/pcmk_sched_native.c                 pcmk__new_ordering(rsc, stop_key(rsc), stop, NULL, strdup(key),
NULL             1086 lib/pacemaker/pcmk_sched_native.c         (node == NULL || node->details->maintenance == FALSE)) {
NULL             1087 lib/pacemaker/pcmk_sched_native.c         xmlNode *operation = NULL;
NULL             1090 lib/pacemaker/pcmk_sched_native.c              operation != NULL;
NULL             1103 lib/pacemaker/pcmk_sched_native.c     pe_action_t *migrate_to = NULL;
NULL             1104 lib/pacemaker/pcmk_sched_native.c     pe_action_t *migrate_from = NULL;
NULL             1105 lib/pacemaker/pcmk_sched_native.c     pe_action_t *start = NULL;
NULL             1106 lib/pacemaker/pcmk_sched_native.c     pe_action_t *stop = NULL;
NULL             1135 lib/pacemaker/pcmk_sched_native.c             pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0), NULL,
NULL             1137 lib/pacemaker/pcmk_sched_native.c                                NULL, pe_order_optional, data_set);
NULL             1144 lib/pacemaker/pcmk_sched_native.c             pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0), NULL,
NULL             1146 lib/pacemaker/pcmk_sched_native.c                                NULL, pe_order_optional, data_set);
NULL             1147 lib/pacemaker/pcmk_sched_native.c             pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), NULL,
NULL             1149 lib/pacemaker/pcmk_sched_native.c                                NULL,
NULL             1154 lib/pacemaker/pcmk_sched_native.c         pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), NULL,
NULL             1155 lib/pacemaker/pcmk_sched_native.c                            rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL,
NULL             1158 lib/pacemaker/pcmk_sched_native.c         pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), NULL,
NULL             1159 lib/pacemaker/pcmk_sched_native.c                            rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL,
NULL             1247 lib/pacemaker/pcmk_sched_native.c     pe_action_t *start = NULL;
NULL             1248 lib/pacemaker/pcmk_sched_native.c     pe_node_t *chosen = NULL;
NULL             1249 lib/pacemaker/pcmk_sched_native.c     pe_node_t *current = NULL;
NULL             1255 lib/pacemaker/pcmk_sched_native.c     GList *gIter = NULL;
NULL             1262 lib/pacemaker/pcmk_sched_native.c     CRM_ASSERT(rsc != NULL);
NULL             1269 lib/pacemaker/pcmk_sched_native.c                           (chosen == NULL)? RSC_ROLE_STOPPED : RSC_ROLE_STARTED,
NULL             1275 lib/pacemaker/pcmk_sched_native.c                  ((chosen == NULL)? "no node" : chosen->details->uname));
NULL             1279 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->dangling_migrations; gIter != NULL; gIter = gIter->next) {
NULL             1282 lib/pacemaker/pcmk_sched_native.c         pe_action_t *stop = NULL;
NULL             1355 lib/pacemaker/pcmk_sched_native.c         rsc->partial_migration_source = rsc->partial_migration_target = NULL;
NULL             1392 lib/pacemaker/pcmk_sched_native.c     } else if (rsc->role > RSC_ROLE_STARTED && current != NULL && chosen != NULL) {
NULL             1437 lib/pacemaker/pcmk_sched_native.c         Recurring_Stopped(rsc, NULL, NULL, data_set);
NULL             1443 lib/pacemaker/pcmk_sched_native.c     if (rsc->partial_migration_target && (chosen == NULL || rsc->partial_migration_target->details != chosen->details)) {
NULL             1466 lib/pacemaker/pcmk_sched_native.c     pe_node_t *node = NULL;
NULL             1468 lib/pacemaker/pcmk_sched_native.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL             1492 lib/pacemaker/pcmk_sched_native.c     GList *allowed_nodes = NULL;
NULL             1510 lib/pacemaker/pcmk_sched_native.c     pe_resource_t *top = NULL;
NULL             1511 lib/pacemaker/pcmk_sched_native.c     GList *allowed_nodes = NULL;
NULL             1535 lib/pacemaker/pcmk_sched_native.c     pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL,
NULL             1536 lib/pacemaker/pcmk_sched_native.c                        rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL,
NULL             1544 lib/pacemaker/pcmk_sched_native.c         pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_DEMOTE, 0), NULL,
NULL             1545 lib/pacemaker/pcmk_sched_native.c                            rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL,
NULL             1548 lib/pacemaker/pcmk_sched_native.c         pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL,
NULL             1549 lib/pacemaker/pcmk_sched_native.c                            rsc, pcmk__op_key(rsc->id, RSC_PROMOTE, 0), NULL,
NULL             1555 lib/pacemaker/pcmk_sched_native.c                        NULL, rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0),
NULL             1556 lib/pacemaker/pcmk_sched_native.c                        NULL, pe_order_same_node|pe_order_then_cancels_first,
NULL             1569 lib/pacemaker/pcmk_sched_native.c             pe_action_t *unfence = pe_fence_op(node, "on", TRUE, NULL, FALSE, data_set);
NULL             1589 lib/pacemaker/pcmk_sched_native.c             pcmk__new_ordering(rsc, stop_key(rsc), NULL,
NULL             1590 lib/pacemaker/pcmk_sched_native.c                                NULL, strdup(unfence->uuid), unfence,
NULL             1593 lib/pacemaker/pcmk_sched_native.c             pcmk__new_ordering(NULL, strdup(unfence->uuid), unfence,
NULL             1594 lib/pacemaker/pcmk_sched_native.c                                rsc, start_key(rsc), NULL,
NULL             1605 lib/pacemaker/pcmk_sched_native.c         pe_resource_t *remote_rsc = NULL;
NULL             1665 lib/pacemaker/pcmk_sched_native.c                                NULL, rsc, pcmk__op_key(rsc->id, RSC_START, 0),
NULL             1666 lib/pacemaker/pcmk_sched_native.c                                NULL,
NULL             1670 lib/pacemaker/pcmk_sched_native.c             pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL,
NULL             1673 lib/pacemaker/pcmk_sched_native.c                                NULL, pe_order_implies_first, data_set);
NULL             1680 lib/pacemaker/pcmk_sched_native.c             pcmk__new_colocation("resource-with-container", NULL, score, rsc,
NULL             1681 lib/pacemaker/pcmk_sched_native.c                                  rsc->container, NULL, NULL, true, data_set);
NULL             1698 lib/pacemaker/pcmk_sched_native.c     if (dependent == NULL) {
NULL             1702 lib/pacemaker/pcmk_sched_native.c     } else if (constraint->primary == NULL) {
NULL             1721 lib/pacemaker/pcmk_sched_native.c     CRM_ASSERT((dependent != NULL) && (primary != NULL));
NULL             1789 lib/pacemaker/pcmk_sched_native.c     const char *reason = NULL;
NULL             1812 lib/pacemaker/pcmk_sched_native.c     if (reason == NULL) {
NULL             1901 lib/pacemaker/pcmk_sched_native.c             (then->rsc != NULL) && (then->rsc->role == RSC_ROLE_PROMOTED)) {
NULL             1994 lib/pacemaker/pcmk_sched_native.c     GList *gIter = NULL;
NULL             1999 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->actions; gIter != NULL; gIter = gIter->next) {
NULL             2006 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL             2032 lib/pacemaker/pcmk_sched_native.c            && (rsc->allocated_to != NULL) && (node != NULL)
NULL             2039 lib/pacemaker/pcmk_sched_native.c     GList *gIter = NULL;
NULL             2043 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->running_on; gIter != NULL; gIter = gIter->next) {
NULL             2080 lib/pacemaker/pcmk_sched_native.c         if(rsc->allocated_to == NULL) {
NULL             2100 lib/pacemaker/pcmk_sched_native.c             pe_action_t *unfence = pe_fence_op(current, "on", TRUE, NULL, FALSE, data_set);
NULL             2115 lib/pacemaker/pcmk_sched_native.c     pe_action_t *start = NULL;
NULL             2121 lib/pacemaker/pcmk_sched_native.c                  ((next == NULL)? "N/A" : next->details->uname),
NULL             2122 lib/pacemaker/pcmk_sched_native.c                  ((next == NULL)? 0 : next->weight));
NULL             2148 lib/pacemaker/pcmk_sched_native.c     GList *gIter = NULL;
NULL             2150 lib/pacemaker/pcmk_sched_native.c     GList *action_list = NULL;
NULL             2153 lib/pacemaker/pcmk_sched_native.c     CRM_CHECK(next != NULL, return FALSE);
NULL             2159 lib/pacemaker/pcmk_sched_native.c     for (gIter = action_list; gIter != NULL; gIter = gIter->next) {
NULL             2189 lib/pacemaker/pcmk_sched_native.c     for (gIter = action_list; gIter != NULL; gIter = gIter->next) {
NULL             2202 lib/pacemaker/pcmk_sched_native.c     GList *gIter = NULL;
NULL             2217 lib/pacemaker/pcmk_sched_native.c     for (gIter = rsc->running_on; gIter != NULL; gIter = gIter->next) {
NULL             2250 lib/pacemaker/pcmk_sched_native.c     } else if (node == NULL) {
NULL             2280 lib/pacemaker/pcmk_sched_native.c     char *key = NULL;
NULL             2281 lib/pacemaker/pcmk_sched_native.c     pe_action_t *probe = NULL;
NULL             2282 lib/pacemaker/pcmk_sched_native.c     pe_node_t *running = NULL;
NULL             2283 lib/pacemaker/pcmk_sched_native.c     pe_node_t *allowed = NULL;
NULL             2286 lib/pacemaker/pcmk_sched_native.c     static const char *rc_promoted = NULL;
NULL             2287 lib/pacemaker/pcmk_sched_native.c     static const char *rc_inactive = NULL;
NULL             2289 lib/pacemaker/pcmk_sched_native.c     if (rc_inactive == NULL) {
NULL             2294 lib/pacemaker/pcmk_sched_native.c     CRM_CHECK(node != NULL, return FALSE);
NULL             2323 lib/pacemaker/pcmk_sched_native.c         GList *gIter = NULL;
NULL             2326 lib/pacemaker/pcmk_sched_native.c         for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL             2354 lib/pacemaker/pcmk_sched_native.c         if (allowed == NULL) {
NULL             2366 lib/pacemaker/pcmk_sched_native.c     if(allowed == NULL && node->rsc_discover_mode == pe_discover_never) {
NULL             2402 lib/pacemaker/pcmk_sched_native.c                && g_hash_table_lookup(remote->known_on, remote->allocated_to->details->id) == NULL) {
NULL             2411 lib/pacemaker/pcmk_sched_native.c                                    NULL, top,
NULL             2412 lib/pacemaker/pcmk_sched_native.c                                    pcmk__op_key(top->id, RSC_START, 0), NULL,
NULL             2427 lib/pacemaker/pcmk_sched_native.c                       && pe_find_node(remote->running_on, remote->allocated_to->details->uname) == NULL)
NULL             2434 lib/pacemaker/pcmk_sched_native.c                                NULL, top, pcmk__op_key(top->id, RSC_START, 0),
NULL             2435 lib/pacemaker/pcmk_sched_native.c                                NULL, pe_order_optional, data_set);
NULL             2456 lib/pacemaker/pcmk_sched_native.c     if (running == NULL) {
NULL             2473 lib/pacemaker/pcmk_sched_native.c         && (rsc->running_on == NULL)) {
NULL             2480 lib/pacemaker/pcmk_sched_native.c     pcmk__new_ordering(rsc, NULL, probe, top,
NULL             2481 lib/pacemaker/pcmk_sched_native.c                        pcmk__op_key(top->id, RSC_START, 0), NULL, flags,
NULL             2485 lib/pacemaker/pcmk_sched_native.c     pcmk__new_ordering(rsc, NULL, probe, top, reload_key(rsc), NULL,
NULL             2498 lib/pacemaker/pcmk_sched_native.c         char *name = NULL;
NULL             2507 lib/pacemaker/pcmk_sched_native.c         char *name = NULL;
NULL             2514 lib/pacemaker/pcmk_sched_native.c     for (parent = rsc; parent != NULL; parent = parent->parent) {
NULL             2550 lib/pacemaker/pcmk_sched_native.c     if (shutdown != NULL) {
NULL             2572 lib/pacemaker/pcmk_sched_native.c     if (rsc->lock_node != NULL) {
NULL             2575 lib/pacemaker/pcmk_sched_native.c         if (rsc->running_on != NULL) {
NULL             2584 lib/pacemaker/pcmk_sched_native.c             rsc->lock_node = NULL;
NULL             2603 lib/pacemaker/pcmk_sched_native.c     if (rsc->lock_node == NULL) {
NULL             2621 lib/pacemaker/pcmk_sched_native.c     for (GList *item = rsc->cluster->nodes; item != NULL; item = item->next) {
NULL               31 lib/pacemaker/pcmk_sched_nodes.c     return (node != NULL) && (node->details != NULL) && node->details->online
NULL               47 lib/pacemaker/pcmk_sched_nodes.c     GHashTable *new_table = NULL;
NULL               49 lib/pacemaker/pcmk_sched_nodes.c     pe_node_t *node = NULL;
NULL               51 lib/pacemaker/pcmk_sched_nodes.c     if (nodes == NULL) {
NULL               52 lib/pacemaker/pcmk_sched_nodes.c         return NULL;
NULL               54 lib/pacemaker/pcmk_sched_nodes.c     new_table = pcmk__strkey_table(NULL, free);
NULL               56 lib/pacemaker/pcmk_sched_nodes.c     while (g_hash_table_iter_next(&iter, NULL, (gpointer *) &node)) {
NULL               77 lib/pacemaker/pcmk_sched_nodes.c     GList *result = NULL;
NULL               79 lib/pacemaker/pcmk_sched_nodes.c     for (const GList *gIter = list; gIter != NULL; gIter = gIter->next) {
NULL               80 lib/pacemaker/pcmk_sched_nodes.c         pe_node_t *new_node = NULL;
NULL              123 lib/pacemaker/pcmk_sched_nodes.c     if (a == NULL) {
NULL              126 lib/pacemaker/pcmk_sched_nodes.c     if (b == NULL) {
NULL              191 lib/pacemaker/pcmk_sched_nodes.c     if (nw->active != NULL) {
NULL              243 lib/pacemaker/pcmk_sched_nodes.c     pe_node_t *node = NULL;
NULL              245 lib/pacemaker/pcmk_sched_nodes.c     if (nodes == NULL) {
NULL              249 lib/pacemaker/pcmk_sched_nodes.c     while (g_hash_table_iter_next(&iter, NULL, (void **) &node)) {
NULL              282 lib/pacemaker/pcmk_sched_nodes.c     for (GList *iter = data_set->nodes; iter != NULL; iter = iter->next) {
NULL              294 lib/pacemaker/pcmk_sched_nodes.c         for (GList *r = data_set->resources; r != NULL; r = r->next) {
NULL              307 lib/pacemaker/pcmk_sched_nodes.c                 pcmk__new_location(strategy_str, rsc, health, NULL, node,
NULL               41 lib/pacemaker/pcmk_sched_notif.c     if ((entry_a == NULL) && (entry_b == NULL)) {
NULL               44 lib/pacemaker/pcmk_sched_notif.c     if (entry_a == NULL) {
NULL               47 lib/pacemaker/pcmk_sched_notif.c     if (entry_b == NULL) {
NULL               52 lib/pacemaker/pcmk_sched_notif.c     if ((entry_a->rsc == NULL) && (entry_b->rsc == NULL)) {
NULL               55 lib/pacemaker/pcmk_sched_notif.c     if (entry_a->rsc == NULL) {
NULL               58 lib/pacemaker/pcmk_sched_notif.c     if (entry_b->rsc == NULL) {
NULL               69 lib/pacemaker/pcmk_sched_notif.c     if ((entry_a->node == NULL) && (entry_b->node == NULL)) {
NULL               72 lib/pacemaker/pcmk_sched_notif.c     if (entry_a->node == NULL) {
NULL               75 lib/pacemaker/pcmk_sched_notif.c     if (entry_b->node == NULL) {
NULL               97 lib/pacemaker/pcmk_sched_notif.c     CRM_ASSERT(dup != NULL);
NULL              121 lib/pacemaker/pcmk_sched_notif.c     if (all_node_names != NULL) {
NULL              122 lib/pacemaker/pcmk_sched_notif.c         *all_node_names = NULL;
NULL              124 lib/pacemaker/pcmk_sched_notif.c     if (host_node_names != NULL) {
NULL              125 lib/pacemaker/pcmk_sched_notif.c         *host_node_names = NULL;
NULL              128 lib/pacemaker/pcmk_sched_notif.c     for (GList *iter = list; iter != NULL; iter = iter->next) {
NULL              131 lib/pacemaker/pcmk_sched_notif.c         if (node->details->uname == NULL) {
NULL              136 lib/pacemaker/pcmk_sched_notif.c         if (all_node_names != NULL) {
NULL              141 lib/pacemaker/pcmk_sched_notif.c         if (host_node_names != NULL) {
NULL              143 lib/pacemaker/pcmk_sched_notif.c                 && (node->details->remote_rsc->container->running_on != NULL)) {
NULL              145 lib/pacemaker/pcmk_sched_notif.c                 if (node->details->uname == NULL) {
NULL              154 lib/pacemaker/pcmk_sched_notif.c     if ((all_node_names != NULL) && (*all_node_names == NULL)) {
NULL              156 lib/pacemaker/pcmk_sched_notif.c         CRM_ASSERT(*all_node_names != NULL);
NULL              158 lib/pacemaker/pcmk_sched_notif.c     if ((host_node_names != NULL) && (*host_node_names == NULL)) {
NULL              160 lib/pacemaker/pcmk_sched_notif.c         CRM_ASSERT(*host_node_names != NULL);
NULL              180 lib/pacemaker/pcmk_sched_notif.c     const char *last_rsc_id = NULL;
NULL              185 lib/pacemaker/pcmk_sched_notif.c     if (rsc_names != NULL) {
NULL              186 lib/pacemaker/pcmk_sched_notif.c         *rsc_names = NULL;
NULL              188 lib/pacemaker/pcmk_sched_notif.c     if (node_names != NULL) {
NULL              189 lib/pacemaker/pcmk_sched_notif.c         *node_names = NULL;
NULL              195 lib/pacemaker/pcmk_sched_notif.c     for (GList *gIter = list; gIter != NULL; gIter = gIter->next) {
NULL              199 lib/pacemaker/pcmk_sched_notif.c         CRM_LOG_ASSERT((entry != NULL) && (entry->rsc != NULL)
NULL              200 lib/pacemaker/pcmk_sched_notif.c                        && (entry->rsc->id != NULL));
NULL              201 lib/pacemaker/pcmk_sched_notif.c         if ((entry == NULL) || (entry->rsc == NULL)
NULL              202 lib/pacemaker/pcmk_sched_notif.c             || (entry->rsc->id == NULL)) {
NULL              207 lib/pacemaker/pcmk_sched_notif.c         CRM_LOG_ASSERT((node_names == NULL) || (entry->node != NULL));
NULL              208 lib/pacemaker/pcmk_sched_notif.c         if ((node_names != NULL) && (entry->node == NULL)) {
NULL              218 lib/pacemaker/pcmk_sched_notif.c         if (rsc_names != NULL) {
NULL              221 lib/pacemaker/pcmk_sched_notif.c         if ((node_names != NULL) && (entry->node->details->uname != NULL)) {
NULL              228 lib/pacemaker/pcmk_sched_notif.c     if ((rsc_names != NULL) && (*rsc_names == NULL)) {
NULL              230 lib/pacemaker/pcmk_sched_notif.c         CRM_ASSERT(*rsc_names != NULL);
NULL              232 lib/pacemaker/pcmk_sched_notif.c     if ((node_names != NULL) && (*node_names == NULL)) {
NULL              234 lib/pacemaker/pcmk_sched_notif.c         CRM_ASSERT(*node_names != NULL);
NULL              256 lib/pacemaker/pcmk_sched_notif.c     if (g_hash_table_lookup(notify->meta, (const char *) key) != NULL) {
NULL              289 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *notify = NULL;
NULL              293 lib/pacemaker/pcmk_sched_notif.c                            notif_action, NULL,
NULL              318 lib/pacemaker/pcmk_sched_notif.c     char *key = NULL;
NULL              319 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *notify_action = NULL;
NULL              320 lib/pacemaker/pcmk_sched_notif.c     const char *value = NULL;
NULL              321 lib/pacemaker/pcmk_sched_notif.c     const char *task = NULL;
NULL              322 lib/pacemaker/pcmk_sched_notif.c     const char *skip_reason = NULL;
NULL              324 lib/pacemaker/pcmk_sched_notif.c     CRM_CHECK((rsc != NULL) && (node != NULL), return NULL);
NULL              327 lib/pacemaker/pcmk_sched_notif.c     if (op == NULL) {
NULL              329 lib/pacemaker/pcmk_sched_notif.c     } else if (notify_done == NULL) {
NULL              336 lib/pacemaker/pcmk_sched_notif.c     if (skip_reason != NULL) {
NULL              339 lib/pacemaker/pcmk_sched_notif.c         return NULL;
NULL              376 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *notify = NULL;
NULL              381 lib/pacemaker/pcmk_sched_notif.c     if (notify != NULL) {
NULL              386 lib/pacemaker/pcmk_sched_notif.c     if (n_data->post_done == NULL) {
NULL              389 lib/pacemaker/pcmk_sched_notif.c     for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
NULL              391 lib/pacemaker/pcmk_sched_notif.c         const char *interval_ms_s = NULL;
NULL              438 lib/pacemaker/pcmk_sched_notif.c     notify_data_t *n_data = NULL;
NULL              441 lib/pacemaker/pcmk_sched_notif.c         return NULL;
NULL              445 lib/pacemaker/pcmk_sched_notif.c     CRM_ASSERT(n_data != NULL);
NULL              449 lib/pacemaker/pcmk_sched_notif.c     if (action != NULL) { // Need "pre-" pseudo-actions
NULL              470 lib/pacemaker/pcmk_sched_notif.c     if (complete != NULL) { // Need "post-" pseudo-actions
NULL              504 lib/pacemaker/pcmk_sched_notif.c     if ((action != NULL) && (complete != NULL)) {
NULL              525 lib/pacemaker/pcmk_sched_notif.c     CRM_ASSERT(entry != NULL);
NULL              542 lib/pacemaker/pcmk_sched_notif.c     GList *iter = NULL;
NULL              543 lib/pacemaker/pcmk_sched_notif.c     notify_entry_t *entry = NULL;
NULL              544 lib/pacemaker/pcmk_sched_notif.c     pe_node_t *node = NULL;
NULL              546 lib/pacemaker/pcmk_sched_notif.c     if (n_data->allowed_nodes == NULL) {
NULL              551 lib/pacemaker/pcmk_sched_notif.c     if (rsc->children != NULL) {
NULL              552 lib/pacemaker/pcmk_sched_notif.c         for (iter = rsc->children; iter != NULL; iter = iter->next) {
NULL              562 lib/pacemaker/pcmk_sched_notif.c     if (rsc->running_on != NULL) {
NULL              592 lib/pacemaker/pcmk_sched_notif.c                     rsc->id, ((node == NULL)? "no node" : node->details->uname),
NULL              603 lib/pacemaker/pcmk_sched_notif.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
NULL              606 lib/pacemaker/pcmk_sched_notif.c         if (!pcmk_is_set(op->flags, pe_action_optional) && (op->node != NULL)) {
NULL              644 lib/pacemaker/pcmk_sched_notif.c          free(value); value = NULL;                                     \
NULL              658 lib/pacemaker/pcmk_sched_notif.c     char *rsc_list = NULL;
NULL              659 lib/pacemaker/pcmk_sched_notif.c     char *node_list = NULL;
NULL              660 lib/pacemaker/pcmk_sched_notif.c     char *metal_list = NULL;
NULL              661 lib/pacemaker/pcmk_sched_notif.c     const char *source = NULL;
NULL              662 lib/pacemaker/pcmk_sched_notif.c     GList *nodes = NULL;
NULL              673 lib/pacemaker/pcmk_sched_notif.c     if ((n_data->start != NULL)
NULL              682 lib/pacemaker/pcmk_sched_notif.c     if ((n_data->demote != NULL)
NULL              691 lib/pacemaker/pcmk_sched_notif.c     if ((n_data->promote != NULL)
NULL              724 lib/pacemaker/pcmk_sched_notif.c                                                  &rsc_list, NULL);
NULL              735 lib/pacemaker/pcmk_sched_notif.c     get_node_names(nodes, &node_list, NULL);
NULL              744 lib/pacemaker/pcmk_sched_notif.c         get_node_names(rsc->cluster->nodes, &node_list, NULL);
NULL              748 lib/pacemaker/pcmk_sched_notif.c     if (required && (n_data->pre != NULL)) {
NULL              753 lib/pacemaker/pcmk_sched_notif.c     if (required && (n_data->post != NULL)) {
NULL              770 lib/pacemaker/pcmk_sched_notif.c     if ((action != NULL) && (action->node != NULL)) {
NULL              773 lib/pacemaker/pcmk_sched_notif.c         if (remote_rsc != NULL) {
NULL              774 lib/pacemaker/pcmk_sched_notif.c             return find_first_action(remote_rsc->actions, NULL, RSC_START,
NULL              775 lib/pacemaker/pcmk_sched_notif.c                                      NULL);
NULL              778 lib/pacemaker/pcmk_sched_notif.c     return NULL;
NULL              791 lib/pacemaker/pcmk_sched_notif.c     GList *iter = NULL;
NULL              792 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *stop = NULL;
NULL              793 lib/pacemaker/pcmk_sched_notif.c     pe_action_t *start = NULL;
NULL              797 lib/pacemaker/pcmk_sched_notif.c     if (rsc->children != NULL) {
NULL              803 lib/pacemaker/pcmk_sched_notif.c     for (iter = rsc->actions; iter != NULL; iter = iter->next) {
NULL              806 lib/pacemaker/pcmk_sched_notif.c         if (!pcmk_is_set(op->flags, pe_action_optional) && (op->node != NULL)) {
NULL              823 lib/pacemaker/pcmk_sched_notif.c             if (n_data->start == NULL) {
NULL              831 lib/pacemaker/pcmk_sched_notif.c             if (n_data->promote == NULL) {
NULL              839 lib/pacemaker/pcmk_sched_notif.c             if (n_data->demote == NULL) {
NULL              858 lib/pacemaker/pcmk_sched_notif.c         stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
NULL              860 lib/pacemaker/pcmk_sched_notif.c         for (iter = rsc->running_on; iter != NULL; iter = iter->next) {
NULL              866 lib/pacemaker/pcmk_sched_notif.c             if ((stop != NULL) && pcmk_is_set(stop->flags, pe_action_pseudo)
NULL              875 lib/pacemaker/pcmk_sched_notif.c             if ((task == action_demote) || (stop == NULL)
NULL              886 lib/pacemaker/pcmk_sched_notif.c         start = find_first_action(rsc->actions, NULL, RSC_START, NULL);
NULL              887 lib/pacemaker/pcmk_sched_notif.c         if (start != NULL) {
NULL              890 lib/pacemaker/pcmk_sched_notif.c             if ((remote_start != NULL)
NULL              900 lib/pacemaker/pcmk_sched_notif.c         if (rsc->allocated_to == NULL) {
NULL              905 lib/pacemaker/pcmk_sched_notif.c         if ((task != start_rsc) || (start == NULL)
NULL              925 lib/pacemaker/pcmk_sched_notif.c     if ((rsc == NULL) || (n_data == NULL)) {
NULL              942 lib/pacemaker/pcmk_sched_notif.c     if (n_data == NULL) {
NULL              978 lib/pacemaker/pcmk_sched_notif.c     n_data = pcmk__clone_notif_pseudo_ops(rsc, RSC_STOP, NULL, stonith_op);
NULL               33 lib/pacemaker/pcmk_sched_ordering.c         if (__rsc == NULL) {                                                    \
NULL               67 lib/pacemaker/pcmk_sched_ordering.c     return NULL;
NULL               76 lib/pacemaker/pcmk_sched_ordering.c     if (kind == NULL) {
NULL              131 lib/pacemaker/pcmk_sched_ordering.c     if ((crm_element_value(xml_obj, XML_ORDER_ATTR_KIND) != NULL)
NULL              132 lib/pacemaker/pcmk_sched_ordering.c         || (crm_element_value(xml_obj, XML_RULE_ATTR_SCORE) != NULL)) {
NULL              139 lib/pacemaker/pcmk_sched_ordering.c     if (rc != pcmk_rc_ok && parent_symmetrical_s != NULL) {
NULL              200 lib/pacemaker/pcmk_sched_ordering.c                                              NULL)) {
NULL              229 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rsc = NULL;
NULL              233 lib/pacemaker/pcmk_sched_ordering.c     if (rsc_id == NULL) {
NULL              236 lib/pacemaker/pcmk_sched_ordering.c         return NULL;
NULL              240 lib/pacemaker/pcmk_sched_ordering.c     if (rsc == NULL) {
NULL              243 lib/pacemaker/pcmk_sched_ordering.c         return NULL;
NULL              246 lib/pacemaker/pcmk_sched_ordering.c     if (instance_id != NULL) {
NULL              251 lib/pacemaker/pcmk_sched_ordering.c             return NULL;
NULL              254 lib/pacemaker/pcmk_sched_ordering.c         if (rsc == NULL) {
NULL              258 lib/pacemaker/pcmk_sched_ordering.c             return NULL;
NULL              276 lib/pacemaker/pcmk_sched_ordering.c     const char *clone_min = NULL;
NULL              285 lib/pacemaker/pcmk_sched_ordering.c     if (clone_min != NULL) {
NULL              341 lib/pacemaker/pcmk_sched_ordering.c     for (GList *rIter = rsc_first->children; rIter != NULL;
NULL              347 lib/pacemaker/pcmk_sched_ordering.c                            NULL, NULL, NULL, clone_min_met,
NULL              353 lib/pacemaker/pcmk_sched_ordering.c     pcmk__new_ordering(NULL, NULL, clone_min_met, rsc_then,
NULL              355 lib/pacemaker/pcmk_sched_ordering.c                        NULL, flags|pe_order_runnable_left, data_set);
NULL              398 lib/pacemaker/pcmk_sched_ordering.c     if ((action_then == NULL) || (action_first == NULL)) {
NULL              414 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rsc_then = NULL;
NULL              415 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rsc_first = NULL;
NULL              421 lib/pacemaker/pcmk_sched_ordering.c     const char *action_then = NULL;
NULL              422 lib/pacemaker/pcmk_sched_ordering.c     const char *action_first = NULL;
NULL              423 lib/pacemaker/pcmk_sched_ordering.c     const char *id = NULL;
NULL              425 lib/pacemaker/pcmk_sched_ordering.c     CRM_CHECK(xml_obj != NULL, return);
NULL              428 lib/pacemaker/pcmk_sched_ordering.c     if (id == NULL) {
NULL              437 lib/pacemaker/pcmk_sched_ordering.c     if (rsc_first == NULL) {
NULL              444 lib/pacemaker/pcmk_sched_ordering.c     if (rsc_then == NULL) {
NULL              449 lib/pacemaker/pcmk_sched_ordering.c     if (action_first == NULL) {
NULL              454 lib/pacemaker/pcmk_sched_ordering.c     if (action_then == NULL) {
NULL              460 lib/pacemaker/pcmk_sched_ordering.c     symmetry = get_ordering_symmetry(xml_obj, kind, NULL);
NULL              488 lib/pacemaker/pcmk_sched_ordering.c     char *res = NULL;
NULL              490 lib/pacemaker/pcmk_sched_ordering.c     if (action != NULL) {
NULL              492 lib/pacemaker/pcmk_sched_ordering.c     } else if (key != NULL) {
NULL              493 lib/pacemaker/pcmk_sched_ordering.c         parse_op_key(key, NULL, &res, NULL);
NULL              512 lib/pacemaker/pcmk_sched_ordering.c     char *lh_task = NULL;
NULL              513 lib/pacemaker/pcmk_sched_ordering.c     char *rh_task = NULL;
NULL              518 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) || (order->rh_rsc == NULL)
NULL              539 lib/pacemaker/pcmk_sched_ordering.c     if ((lh_task == NULL) || (rh_task == NULL)) {
NULL              553 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
NULL              555 lib/pacemaker/pcmk_sched_ordering.c                                NULL, flags, data_set);
NULL              569 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
NULL              571 lib/pacemaker/pcmk_sched_ordering.c                                NULL, flags, data_set);
NULL              587 lib/pacemaker/pcmk_sched_ordering.c                            pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0), NULL,
NULL              590 lib/pacemaker/pcmk_sched_ordering.c                            NULL, flags, data_set);
NULL              596 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
NULL              598 lib/pacemaker/pcmk_sched_ordering.c                                NULL, flags, data_set);
NULL              611 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
NULL              613 lib/pacemaker/pcmk_sched_ordering.c                                NULL, flags, data_set);
NULL              626 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
NULL              628 lib/pacemaker/pcmk_sched_ordering.c                                NULL, flags, data_set);
NULL              634 lib/pacemaker/pcmk_sched_ordering.c                                    NULL, order->rh_rsc,
NULL              636 lib/pacemaker/pcmk_sched_ordering.c                                    NULL, flags, data_set);
NULL              678 lib/pacemaker/pcmk_sched_ordering.c     pe__ordering_t *order = NULL;
NULL              681 lib/pacemaker/pcmk_sched_ordering.c     CRM_CHECK(((lh_action != NULL) || (lh_rsc != NULL))
NULL              682 lib/pacemaker/pcmk_sched_ordering.c               && ((rh_action != NULL) || (rh_rsc != NULL)),
NULL              685 lib/pacemaker/pcmk_sched_ordering.c     if ((lh_rsc == NULL) && (lh_action != NULL)) {
NULL              688 lib/pacemaker/pcmk_sched_ordering.c     if ((rh_rsc == NULL) && (rh_action != NULL)) {
NULL              693 lib/pacemaker/pcmk_sched_ordering.c     CRM_ASSERT(order != NULL);
NULL              704 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_action_task == NULL) && (lh_action != NULL)) {
NULL              708 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rh_action_task == NULL) && (rh_action != NULL)) {
NULL              712 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) && (lh_action != NULL)) {
NULL              716 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rh_rsc == NULL) && (rh_action != NULL)) {
NULL              722 lib/pacemaker/pcmk_sched_ordering.c                  ((lh_action_task == NULL)? "?" : lh_action_task),
NULL              723 lib/pacemaker/pcmk_sched_ordering.c                  ((rh_action_task == NULL)? "?" : rh_action_task));
NULL              744 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *xml_rsc = NULL;
NULL              745 lib/pacemaker/pcmk_sched_ordering.c     GList *set_iter = NULL;
NULL              746 lib/pacemaker/pcmk_sched_ordering.c     GList *resources = NULL;
NULL              748 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *last = NULL;
NULL              749 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *resource = NULL;
NULL              756 lib/pacemaker/pcmk_sched_ordering.c     char *key = NULL;
NULL              762 lib/pacemaker/pcmk_sched_ordering.c     if (action == NULL) {
NULL              769 lib/pacemaker/pcmk_sched_ordering.c     if (sequential_s == NULL) {
NULL              779 lib/pacemaker/pcmk_sched_ordering.c          xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              791 lib/pacemaker/pcmk_sched_ordering.c     while (set_iter != NULL) {
NULL              800 lib/pacemaker/pcmk_sched_ordering.c             for (GList *gIter = set_iter; gIter != NULL; gIter = gIter->next) {
NULL              804 lib/pacemaker/pcmk_sched_ordering.c                 pcmk__new_ordering(resource, strdup(key), NULL, then_rsc,
NULL              805 lib/pacemaker/pcmk_sched_ordering.c                                    then_key, NULL, flags, data_set);
NULL              809 lib/pacemaker/pcmk_sched_ordering.c             if (last != NULL) {
NULL              822 lib/pacemaker/pcmk_sched_ordering.c     last = NULL;
NULL              829 lib/pacemaker/pcmk_sched_ordering.c     while (set_iter != NULL) {
NULL              834 lib/pacemaker/pcmk_sched_ordering.c             if (last != NULL) {
NULL              865 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *xml_rsc = NULL;
NULL              866 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *xml_rsc_2 = NULL;
NULL              868 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rsc_1 = NULL;
NULL              869 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rsc_2 = NULL;
NULL              880 lib/pacemaker/pcmk_sched_ordering.c     if (action_1 == NULL) {
NULL              884 lib/pacemaker/pcmk_sched_ordering.c     if (action_2 == NULL) {
NULL              917 lib/pacemaker/pcmk_sched_ordering.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              926 lib/pacemaker/pcmk_sched_ordering.c                                NULL, NULL, NULL, unordered_action,
NULL              931 lib/pacemaker/pcmk_sched_ordering.c              xml_rsc_2 != NULL; xml_rsc_2 = crm_next_same_xml(xml_rsc_2)) {
NULL              939 lib/pacemaker/pcmk_sched_ordering.c             pcmk__new_ordering(NULL, NULL, unordered_action,
NULL              941 lib/pacemaker/pcmk_sched_ordering.c                                NULL, flags|pe_order_runnable_left, data_set);
NULL              951 lib/pacemaker/pcmk_sched_ordering.c             if (xml_rsc != NULL) {
NULL              957 lib/pacemaker/pcmk_sched_ordering.c             const char *rid = NULL;
NULL              960 lib/pacemaker/pcmk_sched_ordering.c                  xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              971 lib/pacemaker/pcmk_sched_ordering.c             const char *rid = NULL;
NULL              974 lib/pacemaker/pcmk_sched_ordering.c                  xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              983 lib/pacemaker/pcmk_sched_ordering.c             if (xml_rsc != NULL) {
NULL              989 lib/pacemaker/pcmk_sched_ordering.c     if ((rsc_1 != NULL) && (rsc_2 != NULL)) {
NULL              993 lib/pacemaker/pcmk_sched_ordering.c     } else if (rsc_1 != NULL) {
NULL              995 lib/pacemaker/pcmk_sched_ordering.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL             1002 lib/pacemaker/pcmk_sched_ordering.c     } else if (rsc_2 != NULL) {
NULL             1004 lib/pacemaker/pcmk_sched_ordering.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL             1013 lib/pacemaker/pcmk_sched_ordering.c              xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL             1018 lib/pacemaker/pcmk_sched_ordering.c                  xml_rsc_2 != NULL; xml_rsc_2 = crm_next_same_xml(xml_rsc_2)) {
NULL             1045 lib/pacemaker/pcmk_sched_ordering.c     const char *id_first = NULL;
NULL             1046 lib/pacemaker/pcmk_sched_ordering.c     const char *id_then = NULL;
NULL             1047 lib/pacemaker/pcmk_sched_ordering.c     const char *action_first = NULL;
NULL             1048 lib/pacemaker/pcmk_sched_ordering.c     const char *action_then = NULL;
NULL             1050 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rsc_first = NULL;
NULL             1051 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rsc_then = NULL;
NULL             1052 lib/pacemaker/pcmk_sched_ordering.c     pe_tag_t *tag_first = NULL;
NULL             1053 lib/pacemaker/pcmk_sched_ordering.c     pe_tag_t *tag_then = NULL;
NULL             1055 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *rsc_set_first = NULL;
NULL             1056 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *rsc_set_then = NULL;
NULL             1061 lib/pacemaker/pcmk_sched_ordering.c     if (*expanded_xml != NULL) {
NULL             1068 lib/pacemaker/pcmk_sched_ordering.c     if ((id_first == NULL) || (id_then == NULL)) {
NULL             1085 lib/pacemaker/pcmk_sched_ordering.c     if ((rsc_first != NULL) && (rsc_then != NULL)) {
NULL             1099 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
NULL             1103 lib/pacemaker/pcmk_sched_ordering.c     if (rsc_set_first != NULL) {
NULL             1104 lib/pacemaker/pcmk_sched_ordering.c         if (action_first != NULL) {
NULL             1116 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
NULL             1120 lib/pacemaker/pcmk_sched_ordering.c     if (rsc_set_then != NULL) {
NULL             1121 lib/pacemaker/pcmk_sched_ordering.c         if (action_then != NULL) {
NULL             1133 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
NULL             1149 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *set = NULL;
NULL             1150 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *last = NULL;
NULL             1152 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *orig_xml = NULL;
NULL             1153 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *expanded_xml = NULL;
NULL             1160 lib/pacemaker/pcmk_sched_ordering.c                                                             NULL);
NULL             1166 lib/pacemaker/pcmk_sched_ordering.c     if (expanded_xml != NULL) {
NULL             1173 lib/pacemaker/pcmk_sched_ordering.c          set != NULL; set = crm_next_same_xml(set)) {
NULL             1176 lib/pacemaker/pcmk_sched_ordering.c         if ((set == NULL) // Configuration error, message already logged
NULL             1179 lib/pacemaker/pcmk_sched_ordering.c             if (expanded_xml != NULL) {
NULL             1185 lib/pacemaker/pcmk_sched_ordering.c         if (last != NULL) {
NULL             1189 lib/pacemaker/pcmk_sched_ordering.c                 if (expanded_xml != NULL) {
NULL             1198 lib/pacemaker/pcmk_sched_ordering.c                 if (expanded_xml != NULL) {
NULL             1214 lib/pacemaker/pcmk_sched_ordering.c     if (last == NULL) {
NULL             1226 lib/pacemaker/pcmk_sched_ordering.c         && (input->action->rsc != NULL)
NULL             1253 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
NULL             1255 lib/pacemaker/pcmk_sched_ordering.c         pe_action_wrapper_t *input = NULL;
NULL             1258 lib/pacemaker/pcmk_sched_ordering.c              input_iter != NULL; input_iter = input_iter->next) {
NULL             1280 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = data_set->actions; iter != NULL; iter = iter->next) {
NULL             1284 lib/pacemaker/pcmk_sched_ordering.c         if ((action->rsc == NULL) || (action->node == NULL)
NULL             1323 lib/pacemaker/pcmk_sched_ordering.c         pcmk__new_ordering(action->rsc, NULL, action, NULL,
NULL             1343 lib/pacemaker/pcmk_sched_ordering.c     GList *list = find_actions(rsc->actions, original_key, NULL);
NULL             1345 lib/pacemaker/pcmk_sched_ordering.c     if (list == NULL) {
NULL             1347 lib/pacemaker/pcmk_sched_ordering.c         char *key = NULL;
NULL             1348 lib/pacemaker/pcmk_sched_ordering.c         char *task = NULL;
NULL             1351 lib/pacemaker/pcmk_sched_ordering.c         if (parse_op_key(original_key, NULL, &task, &interval_ms)) {
NULL             1353 lib/pacemaker/pcmk_sched_ordering.c             list = find_actions(rsc->actions, key, NULL);
NULL             1367 lib/pacemaker/pcmk_sched_ordering.c     GList *rh_actions = NULL;
NULL             1368 lib/pacemaker/pcmk_sched_ordering.c     pe_action_t *rh_action = NULL;
NULL             1371 lib/pacemaker/pcmk_sched_ordering.c     CRM_CHECK(rsc != NULL, return);
NULL             1372 lib/pacemaker/pcmk_sched_ordering.c     CRM_CHECK(order != NULL, return);
NULL             1378 lib/pacemaker/pcmk_sched_ordering.c     if (rh_action != NULL) {
NULL             1379 lib/pacemaker/pcmk_sched_ordering.c         rh_actions = g_list_prepend(NULL, rh_action);
NULL             1381 lib/pacemaker/pcmk_sched_ordering.c     } else if (rsc != NULL) {
NULL             1385 lib/pacemaker/pcmk_sched_ordering.c     if (rh_actions == NULL) {
NULL             1392 lib/pacemaker/pcmk_sched_ordering.c     if ((lh_action != NULL) && (lh_action->rsc == rsc)
NULL             1400 lib/pacemaker/pcmk_sched_ordering.c     for (GList *gIter = rh_actions; gIter != NULL; gIter = gIter->next) {
NULL             1421 lib/pacemaker/pcmk_sched_ordering.c     GList *lh_actions = NULL;
NULL             1425 lib/pacemaker/pcmk_sched_ordering.c     CRM_ASSERT(lh_rsc != NULL);
NULL             1429 lib/pacemaker/pcmk_sched_ordering.c     if (lh_action != NULL) {
NULL             1430 lib/pacemaker/pcmk_sched_ordering.c         lh_actions = g_list_prepend(NULL, lh_action);
NULL             1436 lib/pacemaker/pcmk_sched_ordering.c     if ((lh_actions == NULL) && (lh_rsc == rh_rsc)) {
NULL             1441 lib/pacemaker/pcmk_sched_ordering.c     } else if (lh_actions == NULL) {
NULL             1442 lib/pacemaker/pcmk_sched_ordering.c         char *key = NULL;
NULL             1443 lib/pacemaker/pcmk_sched_ordering.c         char *op_type = NULL;
NULL             1446 lib/pacemaker/pcmk_sched_ordering.c         parse_op_key(order->lh_action_task, NULL, &op_type, &interval_ms);
NULL             1467 lib/pacemaker/pcmk_sched_ordering.c             lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set);
NULL             1468 lib/pacemaker/pcmk_sched_ordering.c             lh_actions = g_list_prepend(NULL, lh_action);
NULL             1474 lib/pacemaker/pcmk_sched_ordering.c     if (rh_rsc == NULL) {
NULL             1475 lib/pacemaker/pcmk_sched_ordering.c         if (order->rh_action == NULL) {
NULL             1482 lib/pacemaker/pcmk_sched_ordering.c     for (GList *gIter = lh_actions; gIter != NULL; gIter = gIter->next) {
NULL             1485 lib/pacemaker/pcmk_sched_ordering.c         if (rh_rsc == NULL) {
NULL             1510 lib/pacemaker/pcmk_sched_ordering.c          gIter != NULL; gIter = gIter->next) {
NULL             1515 lib/pacemaker/pcmk_sched_ordering.c         if (rsc != NULL) {
NULL             1521 lib/pacemaker/pcmk_sched_ordering.c         if (rsc != NULL) {
NULL             1554 lib/pacemaker/pcmk_sched_ordering.c     const char *after_desc = (after->task == NULL)? after->uuid : after->task;
NULL             1556 lib/pacemaker/pcmk_sched_ordering.c     for (GList *iter = list; iter != NULL; iter = iter->next) {
NULL               33 lib/pacemaker/pcmk_sched_probes.c          && (probe->node != NULL) && (then->node != NULL)
NULL               44 lib/pacemaker/pcmk_sched_probes.c         && (probe->node != NULL) && (then->node != NULL)
NULL               69 lib/pacemaker/pcmk_sched_probes.c     for (GList *iter = data_set->ordering_constraints; iter != NULL;
NULL               74 lib/pacemaker/pcmk_sched_probes.c         GList *probes = NULL;
NULL               75 lib/pacemaker/pcmk_sched_probes.c         GList *then_actions = NULL;
NULL               83 lib/pacemaker/pcmk_sched_probes.c         if ((order->lh_rsc == NULL) || (order->lh_rsc == order->rh_rsc)) {
NULL               88 lib/pacemaker/pcmk_sched_probes.c         if (((order->lh_action == NULL) && (order->lh_action_task == NULL)) ||
NULL               89 lib/pacemaker/pcmk_sched_probes.c             ((order->rh_action == NULL) && (order->rh_action_task == NULL))) {
NULL               94 lib/pacemaker/pcmk_sched_probes.c         if ((order->lh_action != NULL)
NULL               97 lib/pacemaker/pcmk_sched_probes.c         } else if ((order->lh_action == NULL)
NULL              106 lib/pacemaker/pcmk_sched_probes.c         if ((order->rh_rsc != NULL)
NULL              109 lib/pacemaker/pcmk_sched_probes.c             if ((order->rh_action != NULL)
NULL              113 lib/pacemaker/pcmk_sched_probes.c             } else if ((order->rh_action == NULL)
NULL              136 lib/pacemaker/pcmk_sched_probes.c         probes = pe__resource_actions(order->lh_rsc, NULL, RSC_STATUS, FALSE);
NULL              137 lib/pacemaker/pcmk_sched_probes.c         if (probes == NULL) { // There aren't any
NULL              142 lib/pacemaker/pcmk_sched_probes.c         if (order->rh_action != NULL) {
NULL              143 lib/pacemaker/pcmk_sched_probes.c             then_actions = g_list_prepend(NULL, order->rh_action);
NULL              145 lib/pacemaker/pcmk_sched_probes.c         } else if (order->rh_rsc != NULL) {
NULL              147 lib/pacemaker/pcmk_sched_probes.c                                         order->rh_action_task, NULL);
NULL              148 lib/pacemaker/pcmk_sched_probes.c             if (then_actions == NULL) { // There aren't any
NULL              160 lib/pacemaker/pcmk_sched_probes.c         for (GList *probe_iter = probes; probe_iter != NULL;
NULL              165 lib/pacemaker/pcmk_sched_probes.c             for (GList *then_iter = then_actions; then_iter != NULL;
NULL              198 lib/pacemaker/pcmk_sched_probes.c     GList *iter = NULL;
NULL              200 lib/pacemaker/pcmk_sched_probes.c     pe_resource_t *compatible_rsc = NULL;
NULL              203 lib/pacemaker/pcmk_sched_probes.c     if ((after == NULL) || (probe == NULL) || (probe->rsc == NULL)
NULL              217 lib/pacemaker/pcmk_sched_probes.c               ((probe->node == NULL)? "" : probe->node->details->uname),
NULL              219 lib/pacemaker/pcmk_sched_probes.c               ((after->node == NULL)? "" : after->node->details->uname));
NULL              224 lib/pacemaker/pcmk_sched_probes.c     if ((after->rsc != NULL) && (after->rsc->variant == pe_native)
NULL              227 lib/pacemaker/pcmk_sched_probes.c             GList *then_actions = NULL;
NULL              230 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL, RSC_STOP,
NULL              234 lib/pacemaker/pcmk_sched_probes.c                 then_actions = pe__resource_actions(after->rsc, NULL,
NULL              238 lib/pacemaker/pcmk_sched_probes.c             for (iter = then_actions; iter != NULL; iter = iter->next) {
NULL              252 lib/pacemaker/pcmk_sched_probes.c     if ((after->rsc != NULL)
NULL              270 lib/pacemaker/pcmk_sched_probes.c     for (iter = after->actions_after; iter != NULL; iter = iter->next) {
NULL              289 lib/pacemaker/pcmk_sched_probes.c             if ((after->rsc == NULL)
NULL              292 lib/pacemaker/pcmk_sched_probes.c                 || (after_wrapper->action->rsc == NULL)
NULL              302 lib/pacemaker/pcmk_sched_probes.c                 && ((compatible_rsc == NULL)
NULL              311 lib/pacemaker/pcmk_sched_probes.c                   ((after->node == NULL)? "" : after->node->details->uname),
NULL              313 lib/pacemaker/pcmk_sched_probes.c                   ((after_wrapper->action->node == NULL)? "" : after_wrapper->action->node->details->uname),
NULL              329 lib/pacemaker/pcmk_sched_probes.c     GList *gIter = NULL;
NULL              331 lib/pacemaker/pcmk_sched_probes.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
NULL              348 lib/pacemaker/pcmk_sched_probes.c     GList *probes = NULL;
NULL              358 lib/pacemaker/pcmk_sched_probes.c     probes = pe__resource_actions(rsc, NULL, RSC_STATUS, FALSE);
NULL              361 lib/pacemaker/pcmk_sched_probes.c     for (GList *iter = probes; iter != NULL; iter = iter->next) {
NULL              364 lib/pacemaker/pcmk_sched_probes.c         for (GList *then_iter = probe->actions_after; then_iter != NULL;
NULL              418 lib/pacemaker/pcmk_sched_probes.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL              421 lib/pacemaker/pcmk_sched_probes.c         pe_action_t *start = NULL;
NULL              422 lib/pacemaker/pcmk_sched_probes.c         GList *actions = NULL;
NULL              423 lib/pacemaker/pcmk_sched_probes.c         GList *probes = NULL;
NULL              425 lib/pacemaker/pcmk_sched_probes.c         actions = pe__resource_actions(rsc, NULL, RSC_START, FALSE);
NULL              432 lib/pacemaker/pcmk_sched_probes.c         if (start == NULL) {
NULL              437 lib/pacemaker/pcmk_sched_probes.c         probes = pe__resource_actions(rsc, NULL, RSC_STATUS, FALSE);
NULL              439 lib/pacemaker/pcmk_sched_probes.c         for (actions = start->actions_before; actions != NULL;
NULL              449 lib/pacemaker/pcmk_sched_probes.c                      clone_actions != NULL;
NULL              457 lib/pacemaker/pcmk_sched_probes.c                     CRM_ASSERT(before->action->rsc != NULL);
NULL              466 lib/pacemaker/pcmk_sched_probes.c             if (first_rsc == NULL) {
NULL              481 lib/pacemaker/pcmk_sched_probes.c             for (GList *probe_iter = probes; probe_iter != NULL;
NULL              517 lib/pacemaker/pcmk_sched_probes.c     for (GList *iter = data_set->nodes; iter != NULL; iter = iter->next) {
NULL              519 lib/pacemaker/pcmk_sched_probes.c         const char *probed = NULL;
NULL              542 lib/pacemaker/pcmk_sched_probes.c         if (probed != NULL && crm_is_true(probed) == FALSE) {
NULL              543 lib/pacemaker/pcmk_sched_probes.c             pe_action_t *probe_op = NULL;
NULL              545 lib/pacemaker/pcmk_sched_probes.c             probe_op = custom_action(NULL,
NULL              556 lib/pacemaker/pcmk_sched_probes.c         for (GList *rsc_iter = data_set->resources; rsc_iter != NULL;
NULL              560 lib/pacemaker/pcmk_sched_probes.c             rsc->cmds->create_probe(rsc, node, NULL, FALSE, data_set);
NULL               29 lib/pacemaker/pcmk_sched_promotable.c     if (child == NULL) {
NULL               30 lib/pacemaker/pcmk_sched_promotable.c         if (clone_data->ordered && last != NULL) {
NULL               49 lib/pacemaker/pcmk_sched_promotable.c         if (last == NULL) {
NULL               69 lib/pacemaker/pcmk_sched_promotable.c     if (child == NULL) {
NULL               70 lib/pacemaker/pcmk_sched_promotable.c         if (clone_data->ordered && last != NULL) {
NULL               87 lib/pacemaker/pcmk_sched_promotable.c     if (clone_data->ordered && last != NULL) {
NULL              109 lib/pacemaker/pcmk_sched_promotable.c     GList *gIter = NULL;
NULL              113 lib/pacemaker/pcmk_sched_promotable.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              121 lib/pacemaker/pcmk_sched_promotable.c     CRM_ASSERT(demoting != NULL);
NULL              122 lib/pacemaker/pcmk_sched_promotable.c     CRM_ASSERT(promoting != NULL);
NULL              125 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              149 lib/pacemaker/pcmk_sched_promotable.c         pe_node_t *cons_node = NULL;
NULL              156 lib/pacemaker/pcmk_sched_promotable.c         if (cons_node != NULL) {
NULL              173 lib/pacemaker/pcmk_sched_promotable.c     return guest->fns->location(guest, NULL, FALSE);
NULL              179 lib/pacemaker/pcmk_sched_promotable.c     pe_node_t *node = NULL;
NULL              180 lib/pacemaker/pcmk_sched_promotable.c     pe_node_t *local_node = NULL;
NULL              182 lib/pacemaker/pcmk_sched_promotable.c     clone_variant_data_t *clone_data = NULL;
NULL              194 lib/pacemaker/pcmk_sched_promotable.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              197 lib/pacemaker/pcmk_sched_promotable.c             if (node_to_be_promoted_on(child) == NULL) {
NULL              199 lib/pacemaker/pcmk_sched_promotable.c                 return NULL;
NULL              204 lib/pacemaker/pcmk_sched_promotable.c     node = rsc->fns->location(rsc, NULL, FALSE);
NULL              205 lib/pacemaker/pcmk_sched_promotable.c     if (node == NULL) {
NULL              207 lib/pacemaker/pcmk_sched_promotable.c         return NULL;
NULL              215 lib/pacemaker/pcmk_sched_promotable.c             return NULL;
NULL              221 lib/pacemaker/pcmk_sched_promotable.c         return NULL;
NULL              225 lib/pacemaker/pcmk_sched_promotable.c         return NULL;
NULL              231 lib/pacemaker/pcmk_sched_promotable.c     } else if (pe__is_guest_node(node) && (guest_location(node) == NULL)) {
NULL              234 lib/pacemaker/pcmk_sched_promotable.c         return NULL;
NULL              240 lib/pacemaker/pcmk_sched_promotable.c     if (local_node == NULL) {
NULL              242 lib/pacemaker/pcmk_sched_promotable.c         return NULL;
NULL              253 lib/pacemaker/pcmk_sched_promotable.c     return NULL;
NULL              266 lib/pacemaker/pcmk_sched_promotable.c     CRM_ASSERT(resource1 != NULL);
NULL              267 lib/pacemaker/pcmk_sched_promotable.c     CRM_ASSERT(resource2 != NULL);
NULL              293 lib/pacemaker/pcmk_sched_promotable.c     GList *gIter = NULL;
NULL              294 lib/pacemaker/pcmk_sched_promotable.c     pe_node_t *node = NULL;
NULL              295 lib/pacemaker/pcmk_sched_promotable.c     pe_node_t *chosen = NULL;
NULL              296 lib/pacemaker/pcmk_sched_promotable.c     clone_variant_data_t *clone_data = NULL;
NULL              309 lib/pacemaker/pcmk_sched_promotable.c     for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              317 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              320 lib/pacemaker/pcmk_sched_promotable.c         chosen = child->fns->location(child, NULL, FALSE);
NULL              321 lib/pacemaker/pcmk_sched_promotable.c         if (chosen == NULL || child->sort_index < 0) {
NULL              327 lib/pacemaker/pcmk_sched_promotable.c         CRM_ASSERT(node != NULL);
NULL              338 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              358 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              361 lib/pacemaker/pcmk_sched_promotable.c         if (!pcmk__colocation_has_influence(constraint, NULL)) {
NULL              381 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              386 lib/pacemaker/pcmk_sched_promotable.c             resource_location(rsc, NULL, -INFINITY, "__stateful_without_ticket__", data_set);
NULL              395 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              398 lib/pacemaker/pcmk_sched_promotable.c         chosen = child->fns->location(child, NULL, FALSE);
NULL              403 lib/pacemaker/pcmk_sched_promotable.c         } else if (chosen == NULL || child->sort_index < 0) {
NULL              408 lib/pacemaker/pcmk_sched_promotable.c             CRM_ASSERT(node != NULL);
NULL              423 lib/pacemaker/pcmk_sched_promotable.c     GList *rIter = NULL;
NULL              458 lib/pacemaker/pcmk_sched_promotable.c         rsc = parent->fns->find_rsc(child, key, NULL, pe_find_clone);
NULL              475 lib/pacemaker/pcmk_sched_promotable.c     const char *attr_value = NULL;
NULL              490 lib/pacemaker/pcmk_sched_promotable.c     const char *attr_value = NULL;
NULL              492 lib/pacemaker/pcmk_sched_promotable.c     pe_node_t *match = NULL;
NULL              494 lib/pacemaker/pcmk_sched_promotable.c     CRM_CHECK(node != NULL, return not_set_value);
NULL              499 lib/pacemaker/pcmk_sched_promotable.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              527 lib/pacemaker/pcmk_sched_promotable.c         if ((match == NULL) && (known == NULL)) {
NULL              535 lib/pacemaker/pcmk_sched_promotable.c     if (match == NULL) {
NULL              555 lib/pacemaker/pcmk_sched_promotable.c     if ((attr_value == NULL) && !pcmk_is_set(rsc->flags, pe_rsc_unique)) {
NULL              569 lib/pacemaker/pcmk_sched_promotable.c     if (attr_value != NULL) {
NULL              581 lib/pacemaker/pcmk_sched_promotable.c     clone_variant_data_t *clone_data = NULL;
NULL              592 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              594 lib/pacemaker/pcmk_sched_promotable.c         pe_node_t *node = NULL;
NULL              598 lib/pacemaker/pcmk_sched_promotable.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              637 lib/pacemaker/pcmk_sched_promotable.c         GList *allocated = NULL;
NULL              645 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              659 lib/pacemaker/pcmk_sched_promotable.c     g_list_foreach(rsc->children, (GFunc) set_role_promoted, NULL);
NULL              666 lib/pacemaker/pcmk_sched_promotable.c     GList *gIter = NULL;
NULL              667 lib/pacemaker/pcmk_sched_promotable.c     GList *gIter2 = NULL;
NULL              669 lib/pacemaker/pcmk_sched_promotable.c     pe_node_t *node = NULL;
NULL              670 lib/pacemaker/pcmk_sched_promotable.c     pe_node_t *chosen = NULL;
NULL              674 lib/pacemaker/pcmk_sched_promotable.c     clone_variant_data_t *clone_data = NULL;
NULL              680 lib/pacemaker/pcmk_sched_promotable.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              687 lib/pacemaker/pcmk_sched_promotable.c     for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              688 lib/pacemaker/pcmk_sched_promotable.c         GList *list = NULL;
NULL              705 lib/pacemaker/pcmk_sched_promotable.c         if (chosen == NULL) {
NULL              740 lib/pacemaker/pcmk_sched_promotable.c         for (gIter2 = child_rsc->rsc_cons; gIter2 != NULL; gIter2 = gIter2->next) {
NULL              759 lib/pacemaker/pcmk_sched_promotable.c     for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              763 lib/pacemaker/pcmk_sched_promotable.c         chosen = child_rsc->fns->location(child_rsc, NULL, FALSE);
NULL              765 lib/pacemaker/pcmk_sched_promotable.c             if (data_set->priv != NULL) {
NULL              775 lib/pacemaker/pcmk_sched_promotable.c         chosen = NULL;          /* nuke 'chosen' so that we don't promote more than the
NULL              789 lib/pacemaker/pcmk_sched_promotable.c         if (chosen == NULL) {
NULL              805 lib/pacemaker/pcmk_sched_promotable.c         set_role_promoted(child_rsc, NULL);
NULL              812 lib/pacemaker/pcmk_sched_promotable.c     return NULL;
NULL              818 lib/pacemaker/pcmk_sched_promotable.c     pe_action_t *action = NULL;
NULL              820 lib/pacemaker/pcmk_sched_promotable.c     pe_action_t *action_complete = NULL;
NULL              823 lib/pacemaker/pcmk_sched_promotable.c     pe_resource_t *last_promote_rsc = NULL;
NULL              824 lib/pacemaker/pcmk_sched_promotable.c     pe_resource_t *last_demote_rsc = NULL;
NULL              826 lib/pacemaker/pcmk_sched_promotable.c     clone_variant_data_t *clone_data = NULL;
NULL              832 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              855 lib/pacemaker/pcmk_sched_promotable.c                                 rsc, NULL, last_promote_rsc, data_set);
NULL              857 lib/pacemaker/pcmk_sched_promotable.c     if (clone_data->promote_notify == NULL) {
NULL              870 lib/pacemaker/pcmk_sched_promotable.c     child_demoting_constraints(clone_data, pe_order_optional, rsc, NULL, last_demote_rsc, data_set);
NULL              872 lib/pacemaker/pcmk_sched_promotable.c     if (clone_data->demote_notify == NULL) {
NULL              898 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              942 lib/pacemaker/pcmk_sched_promotable.c     pe_resource_t *last_rsc = NULL;
NULL              943 lib/pacemaker/pcmk_sched_promotable.c     clone_variant_data_t *clone_data = NULL;
NULL              949 lib/pacemaker/pcmk_sched_promotable.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              970 lib/pacemaker/pcmk_sched_promotable.c     pe_node_t *node = NULL;
NULL              971 lib/pacemaker/pcmk_sched_promotable.c     const char *value = NULL;
NULL              973 lib/pacemaker/pcmk_sched_promotable.c     if (other == NULL) {
NULL              976 lib/pacemaker/pcmk_sched_promotable.c     } else if (attr == NULL) {
NULL              982 lib/pacemaker/pcmk_sched_promotable.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              997 lib/pacemaker/pcmk_sched_promotable.c     GList *gIter = NULL;
NULL             1000 lib/pacemaker/pcmk_sched_promotable.c         GList *affected_nodes = NULL;
NULL             1002 lib/pacemaker/pcmk_sched_promotable.c         for (gIter = primary->children; gIter != NULL; gIter = gIter->next) {
NULL             1004 lib/pacemaker/pcmk_sched_promotable.c             pe_node_t *chosen = child_rsc->fns->location(child_rsc, NULL, FALSE);
NULL             1008 lib/pacemaker/pcmk_sched_promotable.c             if ((chosen != NULL) && (next_role == constraint->primary_role)) {
NULL             1039 lib/pacemaker/pcmk_sched_promotable.c         if ((primary_instance == NULL) && (constraint->score >= INFINITY)) {
NULL             1044 lib/pacemaker/pcmk_sched_promotable.c         } else if (primary_instance != NULL) {
NULL               65 lib/pacemaker/pcmk_sched_remote.c     if ((lh_rsc != NULL) && (rh_action != NULL) && (data_set != NULL)) {
NULL               66 lib/pacemaker/pcmk_sched_remote.c         pcmk__new_ordering(lh_rsc, start_key(lh_rsc), NULL,
NULL               67 lib/pacemaker/pcmk_sched_remote.c                            rh_action->rsc, NULL, rh_action,
NULL               77 lib/pacemaker/pcmk_sched_remote.c     if ((lh_action != NULL) && (rh_rsc != NULL) && (data_set != NULL)) {
NULL               78 lib/pacemaker/pcmk_sched_remote.c         pcmk__new_ordering(lh_action->rsc, NULL, lh_action,
NULL               79 lib/pacemaker/pcmk_sched_remote.c                            rh_rsc, stop_key(rh_rsc), NULL,
NULL               87 lib/pacemaker/pcmk_sched_remote.c     pe_resource_t *remote_rsc = NULL;
NULL               88 lib/pacemaker/pcmk_sched_remote.c     pe_node_t *cluster_node = NULL;
NULL               90 lib/pacemaker/pcmk_sched_remote.c     CRM_ASSERT(node != NULL);
NULL               93 lib/pacemaker/pcmk_sched_remote.c     CRM_ASSERT(remote_rsc != NULL);
NULL              102 lib/pacemaker/pcmk_sched_remote.c         || (remote_rsc->allocated_to == NULL)) {
NULL              106 lib/pacemaker/pcmk_sched_remote.c         if ((cluster_node != NULL) && cluster_node->details->unclean) {
NULL              137 lib/pacemaker/pcmk_sched_remote.c     } else if (cluster_node == NULL) {
NULL              149 lib/pacemaker/pcmk_sched_remote.c                && (remote_rsc->partial_migration_source != NULL)
NULL              150 lib/pacemaker/pcmk_sched_remote.c                && (remote_rsc->partial_migration_target != NULL)) {
NULL              180 lib/pacemaker/pcmk_sched_remote.c     pe_resource_t *remote_rsc = NULL;
NULL              186 lib/pacemaker/pcmk_sched_remote.c     if (action->rsc == NULL) {
NULL              193 lib/pacemaker/pcmk_sched_remote.c     CRM_ASSERT(remote_rsc != NULL);
NULL              201 lib/pacemaker/pcmk_sched_remote.c                              CRMD_ACTION_MIGRATED, NULL)) {
NULL              291 lib/pacemaker/pcmk_sched_remote.c                 if ((cluster_node != NULL) && (state == remote_state_stopped)) {
NULL              318 lib/pacemaker/pcmk_sched_remote.c     pe_resource_t *remote_rsc = NULL;
NULL              319 lib/pacemaker/pcmk_sched_remote.c     pe_resource_t *container = NULL;
NULL              322 lib/pacemaker/pcmk_sched_remote.c     CRM_ASSERT(action->rsc != NULL);
NULL              323 lib/pacemaker/pcmk_sched_remote.c     CRM_ASSERT(action->node != NULL);
NULL              327 lib/pacemaker/pcmk_sched_remote.c     CRM_ASSERT(remote_rsc != NULL);
NULL              330 lib/pacemaker/pcmk_sched_remote.c     CRM_ASSERT(container != NULL);
NULL              344 lib/pacemaker/pcmk_sched_remote.c                              CRMD_ACTION_MIGRATED, NULL)) {
NULL              420 lib/pacemaker/pcmk_sched_remote.c     for (GList *gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
NULL              422 lib/pacemaker/pcmk_sched_remote.c         pe_resource_t *remote = NULL;
NULL              425 lib/pacemaker/pcmk_sched_remote.c         if (action->rsc == NULL) {
NULL              436 lib/pacemaker/pcmk_sched_remote.c             pcmk__new_ordering(action->rsc, NULL, action, action->rsc,
NULL              438 lib/pacemaker/pcmk_sched_remote.c                                NULL, pe_order_optional, data_set);
NULL              444 lib/pacemaker/pcmk_sched_remote.c         if (action->node == NULL) {
NULL              463 lib/pacemaker/pcmk_sched_remote.c         if (remote == NULL) {
NULL              474 lib/pacemaker/pcmk_sched_remote.c             for (GList *item = action->rsc->actions; item != NULL;
NULL              480 lib/pacemaker/pcmk_sched_remote.c                     pcmk__new_ordering(remote, start_key(remote), NULL,
NULL              481 lib/pacemaker/pcmk_sched_remote.c                                        action->rsc, NULL, rsc_action,
NULL              518 lib/pacemaker/pcmk_sched_remote.c     return pe__is_remote_node(node) && (node->details->remote_rsc != NULL)
NULL              535 lib/pacemaker/pcmk_sched_remote.c     return (rsc != NULL) && (rsc->fillers != NULL) && (node != NULL)
NULL              536 lib/pacemaker/pcmk_sched_remote.c             && (node->details->remote_rsc != NULL)
NULL              557 lib/pacemaker/pcmk_sched_remote.c     pe_node_t *began_on = NULL;
NULL              558 lib/pacemaker/pcmk_sched_remote.c     pe_node_t *ended_on = NULL;
NULL              564 lib/pacemaker/pcmk_sched_remote.c         return NULL;
NULL              567 lib/pacemaker/pcmk_sched_remote.c     CRM_ASSERT(action->node->details->remote_rsc != NULL);
NULL              572 lib/pacemaker/pcmk_sched_remote.c         && (action->node->details->remote_rsc->container == NULL)
NULL              577 lib/pacemaker/pcmk_sched_remote.c     if (began_on == NULL) {
NULL              586 lib/pacemaker/pcmk_sched_remote.c     if (ended_on == NULL) {
NULL              628 lib/pacemaker/pcmk_sched_remote.c                              "migrate_to", NULL) && !partial_migration) {
NULL              670 lib/pacemaker/pcmk_sched_remote.c         GHashTable *base = pe_rsc_params(rsc, NULL, data_set);
NULL              673 lib/pacemaker/pcmk_sched_remote.c         if (remote_addr != NULL) {
NULL              694 lib/pacemaker/pcmk_sched_remote.c     pe_node_t *host = NULL;
NULL              728 lib/pacemaker/pcmk_sched_remote.c     if (host != NULL) {
NULL              120 lib/pacemaker/pcmk_sched_resource.c             trigger_unfencing(rsc, node, "Device definition changed", NULL,
NULL              153 lib/pacemaker/pcmk_sched_resource.c         || ((rsc->clone_name != NULL) && (strcmp(rsc->clone_name, id) == 0))) {
NULL              156 lib/pacemaker/pcmk_sched_resource.c     for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL              178 lib/pacemaker/pcmk_sched_resource.c     GList *result = NULL;
NULL              180 lib/pacemaker/pcmk_sched_resource.c     CRM_CHECK((id != NULL) && (data_set != NULL), return NULL);
NULL              181 lib/pacemaker/pcmk_sched_resource.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL              198 lib/pacemaker/pcmk_sched_resource.c     g_list_foreach(rsc->children, (GFunc) set_allocation_methods_for_rsc, NULL);
NULL              211 lib/pacemaker/pcmk_sched_resource.c                    NULL);
NULL              219 lib/pacemaker/pcmk_sched_resource.c     GList *gIter = NULL;
NULL              221 lib/pacemaker/pcmk_sched_resource.c     if (orig_rsc == NULL) {
NULL              225 lib/pacemaker/pcmk_sched_resource.c     if ((rsc == NULL) || (g_list_find(colocated_rscs, rsc) != NULL)) {
NULL              234 lib/pacemaker/pcmk_sched_resource.c     for (gIter = rsc->rsc_cons; gIter != NULL; gIter = gIter->next) {
NULL              253 lib/pacemaker/pcmk_sched_resource.c     for (gIter = rsc->rsc_cons_lhs; gIter != NULL; gIter = gIter->next) {
NULL              283 lib/pacemaker/pcmk_sched_resource.c     pe_node_t *next = NULL;
NULL              284 lib/pacemaker/pcmk_sched_resource.c     pe_node_t *current = NULL;
NULL              286 lib/pacemaker/pcmk_sched_resource.c     if (rsc->children != NULL) {
NULL              287 lib/pacemaker/pcmk_sched_resource.c         for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL              307 lib/pacemaker/pcmk_sched_resource.c     if ((current == NULL) && pcmk_is_set(rsc->flags, pe_rsc_orphan)) {
NULL              343 lib/pacemaker/pcmk_sched_resource.c     if (!force && (chosen != NULL)) {
NULL              354 lib/pacemaker/pcmk_sched_resource.c             chosen = NULL;
NULL              361 lib/pacemaker/pcmk_sched_resource.c     if (chosen == NULL) {
NULL              365 lib/pacemaker/pcmk_sched_resource.c         for (GList *iter = rsc->actions; iter != NULL; iter = iter->next) {
NULL              379 lib/pacemaker/pcmk_sched_resource.c                 const char *interval_ms_s = NULL;
NULL              380 lib/pacemaker/pcmk_sched_resource.c                 const char *target_rc_s = NULL;
NULL              387 lib/pacemaker/pcmk_sched_resource.c                 if ((interval_ms_s != NULL)
NULL              438 lib/pacemaker/pcmk_sched_resource.c     if (rsc->children == NULL) {
NULL              439 lib/pacemaker/pcmk_sched_resource.c         if (rsc->allocated_to != NULL) {
NULL              445 lib/pacemaker/pcmk_sched_resource.c         for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL              469 lib/pacemaker/pcmk_sched_resource.c     if (old == NULL) {
NULL              475 lib/pacemaker/pcmk_sched_resource.c     rsc->allocated_to = NULL;
NULL              516 lib/pacemaker/pcmk_sched_resource.c     fail_count = pe_get_failcount(node, rsc, NULL,
NULL              517 lib/pacemaker/pcmk_sched_resource.c                                   pe_fc_effective|pe_fc_fillers, NULL,
NULL              537 lib/pacemaker/pcmk_sched_resource.c         if (failed != NULL) {
NULL              569 lib/pacemaker/pcmk_sched_resource.c     pe_node_t *weighted_node = NULL;
NULL              571 lib/pacemaker/pcmk_sched_resource.c     if ((node != NULL) && (nodes != NULL)) {
NULL              574 lib/pacemaker/pcmk_sched_resource.c     return (weighted_node == NULL)? -INFINITY : weighted_node->weight;
NULL              598 lib/pacemaker/pcmk_sched_resource.c     pe_node_t *r1_node = NULL;
NULL              599 lib/pacemaker/pcmk_sched_resource.c     pe_node_t *r2_node = NULL;
NULL              600 lib/pacemaker/pcmk_sched_resource.c     GHashTable *r1_nodes = NULL;
NULL              601 lib/pacemaker/pcmk_sched_resource.c     GHashTable *r2_nodes = NULL;
NULL              602 lib/pacemaker/pcmk_sched_resource.c     const char *reason = NULL;
NULL              619 lib/pacemaker/pcmk_sched_resource.c     if (nodes == NULL) {
NULL              625 lib/pacemaker/pcmk_sched_resource.c                                           resource1->id, NULL, NULL, 1,
NULL              628 lib/pacemaker/pcmk_sched_resource.c                                           resource2->id, NULL, NULL, 1,
NULL              630 lib/pacemaker/pcmk_sched_resource.c     pe__show_node_weights(true, NULL, resource1->id, r1_nodes,
NULL              632 lib/pacemaker/pcmk_sched_resource.c     pe__show_node_weights(true, NULL, resource2->id, r2_nodes,
NULL              637 lib/pacemaker/pcmk_sched_resource.c     if (resource1->running_on != NULL) {
NULL              640 lib/pacemaker/pcmk_sched_resource.c     if (resource2->running_on != NULL) {
NULL              656 lib/pacemaker/pcmk_sched_resource.c     for (GList *iter = nodes; iter != NULL; iter = iter->next) {
NULL              674 lib/pacemaker/pcmk_sched_resource.c               ((r1_node == NULL)? "" : " on "),
NULL              675 lib/pacemaker/pcmk_sched_resource.c               ((r1_node == NULL)? "" : r1_node->details->id),
NULL              678 lib/pacemaker/pcmk_sched_resource.c               ((r2_node == NULL)? "" : " on "),
NULL              679 lib/pacemaker/pcmk_sched_resource.c               ((r2_node == NULL)? "" : r2_node->details->id),
NULL              681 lib/pacemaker/pcmk_sched_resource.c     if (r1_nodes != NULL) {
NULL              684 lib/pacemaker/pcmk_sched_resource.c     if (r2_nodes != NULL) {
NULL              701 lib/pacemaker/pcmk_sched_resource.c     nodes = pcmk__sort_nodes(nodes, NULL, data_set);
NULL               53 lib/pacemaker/pcmk_sched_tickets.c     GList *gIter = NULL;
NULL               55 lib/pacemaker/pcmk_sched_tickets.c     CRM_CHECK((rsc_lh != NULL) && (rsc_ticket != NULL), return);
NULL               63 lib/pacemaker/pcmk_sched_tickets.c         for (gIter = rsc_lh->children; gIter != NULL; gIter = gIter->next) {
NULL               74 lib/pacemaker/pcmk_sched_tickets.c     if (!rsc_ticket->ticket->granted && (rsc_lh->running_on != NULL)) {
NULL               78 lib/pacemaker/pcmk_sched_tickets.c                 resource_location(rsc_lh, NULL, -INFINITY, "__loss_of_ticket__",
NULL               85 lib/pacemaker/pcmk_sched_tickets.c                     resource_location(rsc_lh, NULL, -INFINITY,
NULL               95 lib/pacemaker/pcmk_sched_tickets.c                 resource_location(rsc_lh, NULL, -INFINITY, "__loss_of_ticket__",
NULL               98 lib/pacemaker/pcmk_sched_tickets.c                 for (gIter = rsc_lh->running_on; gIter != NULL;
NULL              109 lib/pacemaker/pcmk_sched_tickets.c                 if (rsc_lh->running_on != NULL) {
NULL              120 lib/pacemaker/pcmk_sched_tickets.c             resource_location(rsc_lh, NULL, -INFINITY, "__no_ticket__",
NULL              128 lib/pacemaker/pcmk_sched_tickets.c             resource_location(rsc_lh, NULL, -INFINITY, "__ticket_standby__",
NULL              139 lib/pacemaker/pcmk_sched_tickets.c     rsc_ticket_t *new_rsc_ticket = NULL;
NULL              141 lib/pacemaker/pcmk_sched_tickets.c     if (rsc_lh == NULL) {
NULL              148 lib/pacemaker/pcmk_sched_tickets.c     if (new_rsc_ticket == NULL) {
NULL              229 lib/pacemaker/pcmk_sched_tickets.c     const char *set_id = NULL;
NULL              230 lib/pacemaker/pcmk_sched_tickets.c     const char *role = NULL;
NULL              232 lib/pacemaker/pcmk_sched_tickets.c     CRM_CHECK(set != NULL, return EINVAL);
NULL              233 lib/pacemaker/pcmk_sched_tickets.c     CRM_CHECK(ticket != NULL, return EINVAL);
NULL              236 lib/pacemaker/pcmk_sched_tickets.c     if (set_id == NULL) {
NULL              245 lib/pacemaker/pcmk_sched_tickets.c          xml_rsc != NULL; xml_rsc = crm_next_same_xml(xml_rsc)) {
NULL              247 lib/pacemaker/pcmk_sched_tickets.c         pe_resource_t *resource = NULL;
NULL              251 lib/pacemaker/pcmk_sched_tickets.c         if (resource == NULL) {
NULL              267 lib/pacemaker/pcmk_sched_tickets.c     const char *id = NULL;
NULL              272 lib/pacemaker/pcmk_sched_tickets.c     pe_ticket_t *ticket = NULL;
NULL              281 lib/pacemaker/pcmk_sched_tickets.c     pe_resource_t *rsc_lh = NULL;
NULL              283 lib/pacemaker/pcmk_sched_tickets.c     CRM_CHECK(xml_obj != NULL, return);
NULL              286 lib/pacemaker/pcmk_sched_tickets.c     if (id == NULL) {
NULL              292 lib/pacemaker/pcmk_sched_tickets.c     if (ticket_str == NULL) {
NULL              300 lib/pacemaker/pcmk_sched_tickets.c     if (ticket == NULL) {
NULL              306 lib/pacemaker/pcmk_sched_tickets.c     if (id_lh == NULL) {
NULL              313 lib/pacemaker/pcmk_sched_tickets.c     if (rsc_lh == NULL) {
NULL              318 lib/pacemaker/pcmk_sched_tickets.c     } else if ((instance_lh != NULL) && !pe_rsc_is_clone(rsc_lh)) {
NULL              325 lib/pacemaker/pcmk_sched_tickets.c     if (instance_lh != NULL) {
NULL              327 lib/pacemaker/pcmk_sched_tickets.c         if (rsc_lh == NULL) {
NULL              343 lib/pacemaker/pcmk_sched_tickets.c     const char *id = NULL;
NULL              344 lib/pacemaker/pcmk_sched_tickets.c     const char *id_lh = NULL;
NULL              345 lib/pacemaker/pcmk_sched_tickets.c     const char *state_lh = NULL;
NULL              347 lib/pacemaker/pcmk_sched_tickets.c     pe_resource_t *rsc_lh = NULL;
NULL              348 lib/pacemaker/pcmk_sched_tickets.c     pe_tag_t *tag_lh = NULL;
NULL              350 lib/pacemaker/pcmk_sched_tickets.c     xmlNode *rsc_set_lh = NULL;
NULL              352 lib/pacemaker/pcmk_sched_tickets.c     *expanded_xml = NULL;
NULL              354 lib/pacemaker/pcmk_sched_tickets.c     CRM_CHECK(xml_obj != NULL, return EINVAL);
NULL              357 lib/pacemaker/pcmk_sched_tickets.c     if (id == NULL) {
NULL              365 lib/pacemaker/pcmk_sched_tickets.c     if (*expanded_xml != NULL) {
NULL              371 lib/pacemaker/pcmk_sched_tickets.c     if (id_lh == NULL) {
NULL              393 lib/pacemaker/pcmk_sched_tickets.c         *expanded_xml = NULL;
NULL              397 lib/pacemaker/pcmk_sched_tickets.c     if (rsc_set_lh != NULL) {
NULL              398 lib/pacemaker/pcmk_sched_tickets.c         if (state_lh != NULL) {
NULL              406 lib/pacemaker/pcmk_sched_tickets.c         *expanded_xml = NULL;
NULL              415 lib/pacemaker/pcmk_sched_tickets.c     xmlNode *set = NULL;
NULL              418 lib/pacemaker/pcmk_sched_tickets.c     const char *id = NULL;
NULL              422 lib/pacemaker/pcmk_sched_tickets.c     pe_ticket_t *ticket = NULL;
NULL              424 lib/pacemaker/pcmk_sched_tickets.c     xmlNode *orig_xml = NULL;
NULL              425 lib/pacemaker/pcmk_sched_tickets.c     xmlNode *expanded_xml = NULL;
NULL              427 lib/pacemaker/pcmk_sched_tickets.c     CRM_CHECK(xml_obj != NULL, return);
NULL              430 lib/pacemaker/pcmk_sched_tickets.c     if (id == NULL) {
NULL              436 lib/pacemaker/pcmk_sched_tickets.c     if (data_set->tickets == NULL) {
NULL              440 lib/pacemaker/pcmk_sched_tickets.c     if (ticket_str == NULL) {
NULL              447 lib/pacemaker/pcmk_sched_tickets.c     if (ticket == NULL) {
NULL              449 lib/pacemaker/pcmk_sched_tickets.c         if (ticket == NULL) {
NULL              458 lib/pacemaker/pcmk_sched_tickets.c     if (expanded_xml != NULL) {
NULL              463 lib/pacemaker/pcmk_sched_tickets.c     for (set = first_named_child(xml_obj, XML_CONS_TAG_RSC_SET); set != NULL;
NULL              468 lib/pacemaker/pcmk_sched_tickets.c         if ((set == NULL) // Configuration error, message already logged
NULL              471 lib/pacemaker/pcmk_sched_tickets.c             if (expanded_xml != NULL) {
NULL               33 lib/pacemaker/pcmk_sched_utilization.c     if ((s != NULL) && (pcmk__scan_min_int(s, &value, INT_MIN) == EINVAL)) {
NULL               70 lib/pacemaker/pcmk_sched_utilization.c     const char *node2_value = NULL;
NULL              145 lib/pacemaker/pcmk_sched_utilization.c     const char *current = NULL;
NULL              218 lib/pacemaker/pcmk_sched_utilization.c     const char *node_value_s = NULL;
NULL              275 lib/pacemaker/pcmk_sched_utilization.c     for (GList *iter = rscs; iter != NULL; iter = iter->next) {
NULL              296 lib/pacemaker/pcmk_sched_utilization.c     char *rscs_id = NULL;
NULL              297 lib/pacemaker/pcmk_sched_utilization.c     pe_node_t *node = NULL;
NULL              298 lib/pacemaker/pcmk_sched_utilization.c     pe_node_t *most_capable_node = NULL;
NULL              299 lib/pacemaker/pcmk_sched_utilization.c     GList *colocated_rscs = NULL;
NULL              300 lib/pacemaker/pcmk_sched_utilization.c     GHashTable *unallocated_utilization = NULL;
NULL              303 lib/pacemaker/pcmk_sched_utilization.c     CRM_CHECK((rsc != NULL) && (prefer != NULL) && (data_set != NULL), return);
NULL              312 lib/pacemaker/pcmk_sched_utilization.c     colocated_rscs = rsc->cmds->colocated_resources(rsc, NULL, NULL);
NULL              313 lib/pacemaker/pcmk_sched_utilization.c     if (colocated_rscs == NULL) {
NULL              320 lib/pacemaker/pcmk_sched_utilization.c     if (g_list_find(colocated_rscs, rsc) == NULL) {
NULL              329 lib/pacemaker/pcmk_sched_utilization.c     while (g_hash_table_iter_next(&iter, NULL, (void **) &node)) {
NULL              339 lib/pacemaker/pcmk_sched_utilization.c         if ((most_capable_node == NULL)
NULL              348 lib/pacemaker/pcmk_sched_utilization.c         while (g_hash_table_iter_next(&iter, NULL, (void **) &node)) {
NULL              361 lib/pacemaker/pcmk_sched_utilization.c         if (*prefer == NULL) {
NULL              365 lib/pacemaker/pcmk_sched_utilization.c         while (g_hash_table_iter_next(&iter, NULL, (void **) &node)) {
NULL              400 lib/pacemaker/pcmk_sched_utilization.c     if (load_stopped->node == NULL) {
NULL              418 lib/pacemaker/pcmk_sched_utilization.c     GList *iter = NULL;
NULL              419 lib/pacemaker/pcmk_sched_utilization.c     pe_node_t *node = NULL;
NULL              420 lib/pacemaker/pcmk_sched_utilization.c     pe_action_t *load_stopped = NULL;
NULL              426 lib/pacemaker/pcmk_sched_utilization.c     for (iter = rsc->running_on; iter != NULL; iter = iter->next) {
NULL              429 lib/pacemaker/pcmk_sched_utilization.c         pcmk__new_ordering(rsc, stop_key(rsc), NULL, NULL, NULL, load_stopped,
NULL              437 lib/pacemaker/pcmk_sched_utilization.c         pcmk__new_ordering(NULL, NULL, load_stopped, rsc, start_key(rsc), NULL,
NULL              439 lib/pacemaker/pcmk_sched_utilization.c         pcmk__new_ordering(NULL, NULL, load_stopped,
NULL              440 lib/pacemaker/pcmk_sched_utilization.c                            rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), NULL,
NULL              458 lib/pacemaker/pcmk_sched_utilization.c     for (GList *iter = data_set->nodes; iter != NULL; iter = iter->next) {
NULL               27 lib/pacemaker/pcmk_simulate.c static pcmk__output_t *out = NULL;
NULL               28 lib/pacemaker/pcmk_simulate.c static cib_t *fake_cib = NULL;
NULL               29 lib/pacemaker/pcmk_simulate.c static GList *fake_resource_list = NULL;
NULL               30 lib/pacemaker/pcmk_simulate.c static GList *fake_op_fail_list = NULL;
NULL               48 lib/pacemaker/pcmk_simulate.c     char *action_name = NULL;
NULL               50 lib/pacemaker/pcmk_simulate.c     const char *action_host = NULL;
NULL               51 lib/pacemaker/pcmk_simulate.c     const char *clone_name = NULL;
NULL               54 lib/pacemaker/pcmk_simulate.c     if (action->node != NULL) {
NULL               65 lib/pacemaker/pcmk_simulate.c     if (action->rsc != NULL) {
NULL               69 lib/pacemaker/pcmk_simulate.c     if (clone_name != NULL) {
NULL               70 lib/pacemaker/pcmk_simulate.c         char *key = NULL;
NULL               80 lib/pacemaker/pcmk_simulate.c                                  NULL)) {
NULL               86 lib/pacemaker/pcmk_simulate.c             CRM_ASSERT(n_type != NULL);
NULL               87 lib/pacemaker/pcmk_simulate.c             CRM_ASSERT(n_task != NULL);
NULL               93 lib/pacemaker/pcmk_simulate.c         if (action_host != NULL) {
NULL              143 lib/pacemaker/pcmk_simulate.c     GList *all = NULL;
NULL              152 lib/pacemaker/pcmk_simulate.c     out->begin_list(out, NULL, NULL, "%s", title);
NULL              153 lib/pacemaker/pcmk_simulate.c     out->message(out, "cluster-status", data_set, stonith_rc, NULL, FALSE,
NULL              154 lib/pacemaker/pcmk_simulate.c                  section_opts, show_opts, NULL, all, all);
NULL              173 lib/pacemaker/pcmk_simulate.c     out->begin_list(out, NULL, NULL, "Transition Summary");
NULL              223 lib/pacemaker/pcmk_simulate.c     GList *gIter = NULL;
NULL              226 lib/pacemaker/pcmk_simulate.c     if (dot_strm == NULL) {
NULL              231 lib/pacemaker/pcmk_simulate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
NULL              246 lib/pacemaker/pcmk_simulate.c         } else if ((action->rsc != NULL)
NULL              272 lib/pacemaker/pcmk_simulate.c     for (gIter = data_set->actions; gIter != NULL; gIter = gIter->next) {
NULL              275 lib/pacemaker/pcmk_simulate.c         GList *gIter2 = NULL;
NULL              277 lib/pacemaker/pcmk_simulate.c         for (gIter2 = action->actions_before; gIter2 != NULL; gIter2 = gIter2->next) {
NULL              280 lib/pacemaker/pcmk_simulate.c             char *before_name = NULL;
NULL              281 lib/pacemaker/pcmk_simulate.c             char *after_name = NULL;
NULL              330 lib/pacemaker/pcmk_simulate.c     xmlNode *cib_object = NULL;
NULL              335 lib/pacemaker/pcmk_simulate.c     CRM_ASSERT(out != NULL);
NULL              340 lib/pacemaker/pcmk_simulate.c     if (pcmk_find_cib_element(cib_object, XML_CIB_TAG_STATUS) == NULL) {
NULL              344 lib/pacemaker/pcmk_simulate.c     if (cli_config_update(&cib_object, NULL, FALSE) == FALSE) {
NULL              349 lib/pacemaker/pcmk_simulate.c     if (validate_xml(cib_object, NULL, FALSE) != TRUE) {
NULL              382 lib/pacemaker/pcmk_simulate.c     CRM_ASSERT(out != NULL);
NULL              388 lib/pacemaker/pcmk_simulate.c         out->begin_list(out, NULL, NULL, "Timings");
NULL              432 lib/pacemaker/pcmk_simulate.c     CRM_ASSERT(out != NULL);
NULL              444 lib/pacemaker/pcmk_simulate.c         data_set->now = crm_time_new(NULL);
NULL              492 lib/pacemaker/pcmk_simulate.c     lrmd_event_data_t *op = NULL;
NULL              495 lib/pacemaker/pcmk_simulate.c     const char *rtype = NULL;
NULL              496 lib/pacemaker/pcmk_simulate.c     const char *rclass = NULL;
NULL              497 lib/pacemaker/pcmk_simulate.c     const char *resource = NULL;
NULL              498 lib/pacemaker/pcmk_simulate.c     const char *rprovider = NULL;
NULL              499 lib/pacemaker/pcmk_simulate.c     const char *resource_config_name = NULL;
NULL              504 lib/pacemaker/pcmk_simulate.c     xmlNode *cib_node = NULL;
NULL              505 lib/pacemaker/pcmk_simulate.c     xmlNode *cib_resource = NULL;
NULL              509 lib/pacemaker/pcmk_simulate.c     char *uuid = NULL;
NULL              519 lib/pacemaker/pcmk_simulate.c     if (action_rsc == NULL) { // Shouldn't be possible
NULL              531 lib/pacemaker/pcmk_simulate.c     if (resource_config_name == NULL) { // Shouldn't be possible
NULL              537 lib/pacemaker/pcmk_simulate.c     if (pe_find_resource(fake_resource_list, resource) == NULL) {
NULL              540 lib/pacemaker/pcmk_simulate.c         if ((longname != NULL)
NULL              541 lib/pacemaker/pcmk_simulate.c             && (pe_find_resource(fake_resource_list, longname) != NULL)) {
NULL              547 lib/pacemaker/pcmk_simulate.c     if (pcmk__strcase_any_of(operation, "delete", RSC_METADATA, NULL)) {
NULL              559 lib/pacemaker/pcmk_simulate.c     CRM_ASSERT(fake_cib->cmds->query(fake_cib, NULL, NULL,
NULL              565 lib/pacemaker/pcmk_simulate.c                                  ((router_node == NULL)? uuid: node));
NULL              567 lib/pacemaker/pcmk_simulate.c     CRM_ASSERT(cib_node != NULL);
NULL              573 lib/pacemaker/pcmk_simulate.c     if (cib_resource == NULL) {
NULL              588 lib/pacemaker/pcmk_simulate.c     for (GList *iter = fake_op_fail_list; iter != NULL; iter = iter->next) {
NULL              590 lib/pacemaker/pcmk_simulate.c         char *key = NULL;
NULL              591 lib/pacemaker/pcmk_simulate.c         const char *match_name = NULL;
NULL              602 lib/pacemaker/pcmk_simulate.c         if ((match_name == NULL)
NULL              613 lib/pacemaker/pcmk_simulate.c         if (match_name == NULL) {
NULL              695 lib/pacemaker/pcmk_simulate.c         CRM_ASSERT(cib_node != NULL);
NULL              704 lib/pacemaker/pcmk_simulate.c         fake_cib->cmds->remove(fake_cib, xpath, NULL,
NULL              709 lib/pacemaker/pcmk_simulate.c         fake_cib->cmds->remove(fake_cib, xpath, NULL,
NULL              725 lib/pacemaker/pcmk_simulate.c     crm_graph_t *transition = NULL;
NULL              741 lib/pacemaker/pcmk_simulate.c         out->begin_list(out, NULL, NULL, "Executing Cluster Transition");
NULL              752 lib/pacemaker/pcmk_simulate.c     fake_resource_list = NULL;
NULL              764 lib/pacemaker/pcmk_simulate.c         xmlNode *cib_object = NULL;
NULL              765 lib/pacemaker/pcmk_simulate.c         int rc = fake_cib->cmds->query(fake_cib, NULL, &cib_object,
NULL              784 lib/pacemaker/pcmk_simulate.c     xmlNodePtr input = NULL;
NULL              785 lib/pacemaker/pcmk_simulate.c     cib_t *cib = NULL;
NULL              821 lib/pacemaker/pcmk_simulate.c     if ((injections->node_down != NULL)
NULL              822 lib/pacemaker/pcmk_simulate.c         || (injections->node_fail != NULL)
NULL              823 lib/pacemaker/pcmk_simulate.c         || (injections->node_up != NULL)
NULL              824 lib/pacemaker/pcmk_simulate.c         || (injections->op_inject != NULL)
NULL              825 lib/pacemaker/pcmk_simulate.c         || (injections->ticket_activate != NULL)
NULL              826 lib/pacemaker/pcmk_simulate.c         || (injections->ticket_grant != NULL)
NULL              827 lib/pacemaker/pcmk_simulate.c         || (injections->ticket_revoke != NULL)
NULL              828 lib/pacemaker/pcmk_simulate.c         || (injections->ticket_standby != NULL)
NULL              829 lib/pacemaker/pcmk_simulate.c         || (injections->watchdog != NULL)) {
NULL              835 lib/pacemaker/pcmk_simulate.c         rc = cib->cmds->query(cib, NULL, &input, cib_sync_call);
NULL              846 lib/pacemaker/pcmk_simulate.c     if (input_file != NULL) {
NULL              855 lib/pacemaker/pcmk_simulate.c         pcmk__output_t *logger_out = NULL;
NULL              868 lib/pacemaker/pcmk_simulate.c             out->begin_list(out, NULL, NULL,
NULL              874 lib/pacemaker/pcmk_simulate.c             out->begin_list(out, NULL, NULL, "Allocation Scores");
NULL              879 lib/pacemaker/pcmk_simulate.c             out->begin_list(out, NULL, NULL, "Utilization Information");
NULL              884 lib/pacemaker/pcmk_simulate.c             if (logger_out == NULL) {
NULL              893 lib/pacemaker/pcmk_simulate.c         if (logger_out == NULL) {
NULL              896 lib/pacemaker/pcmk_simulate.c             logger_out->finish(logger_out, CRM_EX_OK, true, NULL);
NULL              901 lib/pacemaker/pcmk_simulate.c         input = NULL;           /* Don't try and free it twice */
NULL              903 lib/pacemaker/pcmk_simulate.c         if (graph_file != NULL) {
NULL              911 lib/pacemaker/pcmk_simulate.c         if (dot_file != NULL) {
NULL              966 lib/pacemaker/pcmk_simulate.c     pcmk__output_t *out = NULL;
NULL               29 lib/pacemaker/pcmk_status.c     CRM_CHECK(cib != NULL, return EINVAL);
NULL               47 lib/pacemaker/pcmk_status.c     rc = cib->cmds->query(cib, NULL, current_cib,
NULL               60 lib/pacemaker/pcmk_status.c     if (st == NULL) {
NULL               61 lib/pacemaker/pcmk_status.c         return NULL;
NULL               64 lib/pacemaker/pcmk_status.c     rc = st->cmds->connect(st, crm_system_name, NULL);
NULL               69 lib/pacemaker/pcmk_status.c         return NULL;
NULL              100 lib/pacemaker/pcmk_status.c     pcmk_ipc_api_t *pacemakerd_api = NULL;
NULL              104 lib/pacemaker/pcmk_status.c     if (pacemakerd_api == NULL) {
NULL              145 lib/pacemaker/pcmk_status.c     stonith_history_t *stonith_history = NULL;
NULL              147 lib/pacemaker/pcmk_status.c     pe_working_set_t *data_set = NULL;
NULL              148 lib/pacemaker/pcmk_status.c     GList *unames = NULL;
NULL              149 lib/pacemaker/pcmk_status.c     GList *resources = NULL;
NULL              153 lib/pacemaker/pcmk_status.c     if (cli_config_update(&cib_copy, NULL, FALSE) == FALSE) {
NULL              166 lib/pacemaker/pcmk_status.c     CRM_ASSERT(data_set != NULL);
NULL              184 lib/pacemaker/pcmk_status.c     if (data_set->dc_node == NULL) {
NULL              200 lib/pacemaker/pcmk_status.c     stonith_history = NULL;
NULL              208 lib/pacemaker/pcmk_status.c     cib_t *cib = NULL;
NULL              209 lib/pacemaker/pcmk_status.c     pcmk__output_t *out = NULL;
NULL              216 lib/pacemaker/pcmk_status.c     if (cib == NULL) {
NULL              231 lib/pacemaker/pcmk_status.c                       show_opts, NULL, NULL, NULL, false);
NULL              243 lib/pacemaker/pcmk_status.c     xmlNode *current_cib = NULL;
NULL              245 lib/pacemaker/pcmk_status.c     stonith_t *st = NULL;
NULL              247 lib/pacemaker/pcmk_status.c     if (cib == NULL) {
NULL              266 lib/pacemaker/pcmk_status.c         if (st == NULL) {
NULL              280 lib/pacemaker/pcmk_status.c     if (st != NULL) {
NULL              282 lib/pacemaker/pcmk_status.c             st->cmds->remove_notification(st, NULL);
NULL              301 lib/pacemaker/pcmk_status.c     char *offline_nodes = NULL;
NULL              307 lib/pacemaker/pcmk_status.c     if (data_set->dc_node == NULL) {
NULL              312 lib/pacemaker/pcmk_status.c     for (GList *iter = data_set->nodes; iter != NULL; iter = iter->next) {
NULL              338 lib/pacemaker/pcmk_status.c         char *nodes_standby_s = NULL;
NULL              339 lib/pacemaker/pcmk_status.c         char *nodes_maint_s = NULL;
NULL              355 lib/pacemaker/pcmk_status.c                   nodes_standby_s != NULL ? nodes_standby_s : "",
NULL              356 lib/pacemaker/pcmk_status.c                   nodes_maint_s != NULL ? nodes_maint_s : "",
NULL               37 lib/pengine/bundle.c         return NULL;
NULL               40 lib/pengine/bundle.c         return NULL;
NULL               57 lib/pengine/bundle.c     if(data->ip_range_start == NULL) {
NULL               88 lib/pengine/bundle.c     xmlNode *rsc = create_xml_node(NULL, XML_CIB_TAG_RESOURCE);
NULL              132 lib/pengine/bundle.c         char *id = NULL;
NULL              133 lib/pengine/bundle.c         xmlNode *xml_ip = NULL;
NULL              134 lib/pengine/bundle.c         xmlNode *xml_obj = NULL;
NULL              145 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "ip", replica->ipaddr);
NULL              147 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "nic", data->host_network);
NULL              151 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL,
NULL              155 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "cidr_netmask", "32");
NULL              159 lib/pengine/bundle.c         crm_create_op_xml(xml_obj, ID(xml_ip), "monitor", "60s", NULL);
NULL              183 lib/pengine/bundle.c         char *id = NULL;
NULL              184 lib/pengine/bundle.c         xmlNode *xml_container = NULL;
NULL              185 lib/pengine/bundle.c         xmlNode *xml_obj = NULL;
NULL              197 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "image", data->image);
NULL              198 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "allow_pull", XML_BOOLEAN_TRUE);
NULL              199 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "force_kill", XML_BOOLEAN_FALSE);
NULL              200 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "reuse", XML_BOOLEAN_FALSE);
NULL              209 lib/pengine/bundle.c         if (data->ip_range_start != NULL) {
NULL              231 lib/pengine/bundle.c         for(GList *pIter = data->mounts; pIter != NULL; pIter = pIter->next) {
NULL              253 lib/pengine/bundle.c         for(GList *pIter = data->ports; pIter != NULL; pIter = pIter->next) {
NULL              276 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "run_opts", buffer);
NULL              279 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "mount_points", dbuffer);
NULL              284 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL,
NULL              287 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL,
NULL              296 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd", "/bin/true");
NULL              304 lib/pengine/bundle.c         } else if ((child != NULL) && data->untrusted) {
NULL              305 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "run_cmd",
NULL              307 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd",
NULL              312 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL,
NULL              321 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd", "/bin/true");
NULL              326 lib/pengine/bundle.c         crm_create_op_xml(xml_obj, ID(xml_container), "monitor", "60s", NULL);
NULL              347 lib/pengine/bundle.c         char *id = NULL;
NULL              348 lib/pengine/bundle.c         xmlNode *xml_container = NULL;
NULL              349 lib/pengine/bundle.c         xmlNode *xml_obj = NULL;
NULL              361 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "image", data->image);
NULL              362 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "allow_pull", XML_BOOLEAN_TRUE);
NULL              363 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "force_kill", XML_BOOLEAN_FALSE);
NULL              364 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "reuse", XML_BOOLEAN_FALSE);
NULL              374 lib/pengine/bundle.c         if (data->ip_range_start != NULL) {
NULL              397 lib/pengine/bundle.c         for(GList *pIter = data->mounts; pIter != NULL; pIter = pIter->next) {
NULL              419 lib/pengine/bundle.c         for(GList *pIter = data->ports; pIter != NULL; pIter = pIter->next) {
NULL              442 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "run_opts", buffer);
NULL              445 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "mount_points", dbuffer);
NULL              450 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL,
NULL              453 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL,
NULL              462 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd", "/bin/true");
NULL              470 lib/pengine/bundle.c         } else if ((child != NULL) && data->untrusted) {
NULL              471 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "run_cmd",
NULL              473 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd",
NULL              478 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL,
NULL              487 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd", "/bin/true");
NULL              492 lib/pengine/bundle.c         crm_create_op_xml(xml_obj, ID(xml_container), "monitor", "60s", NULL);
NULL              513 lib/pengine/bundle.c         char *id = NULL;
NULL              514 lib/pengine/bundle.c         xmlNode *xml_container = NULL;
NULL              515 lib/pengine/bundle.c         xmlNode *xml_obj = NULL;
NULL              529 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "image", data->image);
NULL              530 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "allow_pull", "true");
NULL              531 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "force_kill", "false");
NULL              532 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "reuse", "false");
NULL              539 lib/pengine/bundle.c         if (data->ip_range_start != NULL) {
NULL              561 lib/pengine/bundle.c         for(GList *pIter = data->mounts; pIter != NULL; pIter = pIter->next) {
NULL              589 lib/pengine/bundle.c         for(GList *pIter = data->ports; pIter != NULL; pIter = pIter->next) {
NULL              611 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "run_opts", buffer);
NULL              614 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_obj, NULL, "mount_points", dbuffer);
NULL              619 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL, "run_cmd",
NULL              622 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL, "run_cmd",
NULL              631 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd", "/bin/true");
NULL              639 lib/pengine/bundle.c         } else if ((child != NULL) && data->untrusted) {
NULL              640 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "run_cmd",
NULL              642 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd",
NULL              647 lib/pengine/bundle.c                 crm_create_nvpair_xml(xml_obj, NULL, "run_cmd",
NULL              656 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_obj, NULL, "monitor_cmd", "/bin/true");
NULL              661 lib/pengine/bundle.c         crm_create_op_xml(xml_obj, ID(xml_container), "monitor", "60s", NULL);
NULL              699 lib/pengine/bundle.c         pe_node_t *node = NULL;
NULL              700 lib/pengine/bundle.c         xmlNode *xml_remote = NULL;
NULL              702 lib/pengine/bundle.c         char *port_s = NULL;
NULL              703 lib/pengine/bundle.c         const char *uname = NULL;
NULL              704 lib/pengine/bundle.c         const char *connect_name = NULL;
NULL              706 lib/pengine/bundle.c         if (pe_find_resource(data_set->resources, id) != NULL) {
NULL              712 lib/pengine/bundle.c             CRM_ASSERT(pe_find_resource(data_set->resources, id) == NULL);
NULL              721 lib/pengine/bundle.c         if (data->control_port == NULL) {
NULL              730 lib/pengine/bundle.c         xml_remote = pe_create_remote_xml(NULL, id, replica->container->id,
NULL              731 lib/pengine/bundle.c                                           NULL, NULL, NULL,
NULL              741 lib/pengine/bundle.c         id = NULL;
NULL              749 lib/pengine/bundle.c         if (node == NULL) {
NULL              781 lib/pengine/bundle.c         if (replica->child->allowed_nodes != NULL) {
NULL              784 lib/pengine/bundle.c         replica->child->allowed_nodes = pcmk__strkey_table(NULL, free);
NULL              800 lib/pengine/bundle.c         while (g_hash_table_iter_next(&gIter, NULL, (void **)&node)) {
NULL              890 lib/pengine/bundle.c     CRM_ASSERT(mount != NULL);
NULL              919 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              921 lib/pengine/bundle.c     if (top == NULL) {
NULL              922 lib/pengine/bundle.c         return NULL;
NULL              925 lib/pengine/bundle.c     while (top->parent != NULL) {
NULL              930 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL              939 lib/pengine/bundle.c     return NULL;
NULL              946 lib/pengine/bundle.c     GHashTable *params = NULL;
NULL              948 lib/pengine/bundle.c     if (rsc == NULL) {
NULL              953 lib/pengine/bundle.c     params = pe_rsc_params(rsc, NULL, data_set);
NULL              966 lib/pengine/bundle.c     pe_node_t *node = NULL;
NULL              967 lib/pengine/bundle.c     pe__bundle_replica_t *replica = NULL;
NULL              970 lib/pengine/bundle.c         return NULL;
NULL              974 lib/pengine/bundle.c     if (replica == NULL) {
NULL              975 lib/pengine/bundle.c         return NULL;
NULL              979 lib/pengine/bundle.c     if (node == NULL) {
NULL              986 lib/pengine/bundle.c     if(node == NULL) {
NULL              988 lib/pengine/bundle.c         return NULL;
NULL              993 lib/pengine/bundle.c     if(xml != NULL && field != NULL) {
NULL             1009 lib/pengine/bundle.c     const char *value = NULL;
NULL             1010 lib/pengine/bundle.c     xmlNode *xml_obj = NULL;
NULL             1011 lib/pengine/bundle.c     xmlNode *xml_resource = NULL;
NULL             1012 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1015 lib/pengine/bundle.c     CRM_ASSERT(rsc != NULL);
NULL             1023 lib/pengine/bundle.c     if (xml_obj != NULL) {
NULL             1027 lib/pengine/bundle.c         if (xml_obj != NULL) {
NULL             1031 lib/pengine/bundle.c             if (xml_obj != NULL) {
NULL             1041 lib/pengine/bundle.c     if (value == NULL) {
NULL             1049 lib/pengine/bundle.c     if ((value == NULL) && (bundle_data->promoted_max > 0)) {
NULL             1083 lib/pengine/bundle.c         for (xmlNode *xml_child = pcmk__xe_first_child(xml_obj); xml_child != NULL;
NULL             1089 lib/pengine/bundle.c             if(port->source == NULL) {
NULL             1095 lib/pengine/bundle.c             if(port->source != NULL && strlen(port->source) > 0) {
NULL             1096 lib/pengine/bundle.c                 if(port->target == NULL) {
NULL             1109 lib/pengine/bundle.c     for (xmlNode *xml_child = pcmk__xe_first_child(xml_obj); xml_child != NULL;
NULL             1117 lib/pengine/bundle.c         if (source == NULL) {
NULL             1135 lib/pengine/bundle.c         char *value = NULL;
NULL             1136 lib/pengine/bundle.c         xmlNode *xml_set = NULL;
NULL             1138 lib/pengine/bundle.c         xml_resource = create_xml_node(NULL, XML_CIB_TAG_INCARNATION);
NULL             1151 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_set, NULL,
NULL             1155 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_set, NULL,
NULL             1160 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_set, NULL,
NULL             1164 lib/pengine/bundle.c         crm_create_nvpair_xml(xml_set, NULL, XML_RSC_ATTR_UNIQUE,
NULL             1168 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_set, NULL,
NULL             1172 lib/pengine/bundle.c             crm_create_nvpair_xml(xml_set, NULL,
NULL             1188 lib/pengine/bundle.c         GList *childIter = NULL;
NULL             1189 lib/pengine/bundle.c         pe_resource_t *new_rsc = NULL;
NULL             1190 lib/pengine/bundle.c         pe__bundle_port_t *port = NULL;
NULL             1193 lib/pengine/bundle.c         char *buffer = NULL;
NULL             1197 lib/pengine/bundle.c             if (new_rsc != NULL && new_rsc->fns != NULL) {
NULL             1227 lib/pengine/bundle.c                   DEFAULT_REMOTE_KEY_LOCATION, NULL, pe__bundle_mount_none);
NULL             1230 lib/pengine/bundle.c             mount_add(bundle_data, CRM_BUNDLE_DIR, "/var/log", NULL,
NULL             1252 lib/pengine/bundle.c         for (childIter = bundle_data->child->children; childIter != NULL;
NULL             1299 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1325 lib/pengine/bundle.c         if (replica->child != NULL) {
NULL             1357 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1358 lib/pengine/bundle.c     GList *iter = NULL;
NULL             1361 lib/pengine/bundle.c     for (iter = bundle_data->replicas; iter != NULL; iter = iter->next) {
NULL             1405 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1409 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1418 lib/pengine/bundle.c     return NULL;
NULL             1425 lib/pengine/bundle.c     if (rsc != NULL) {
NULL             1453 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1454 lib/pengine/bundle.c     char *child_text = NULL;
NULL             1455 lib/pengine/bundle.c     CRM_CHECK(rsc != NULL, return);
NULL             1457 lib/pengine/bundle.c     if (pre_text == NULL) {
NULL             1473 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1498 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1503 lib/pengine/bundle.c     CRM_ASSERT(rsc != NULL);
NULL             1513 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1516 lib/pengine/bundle.c         char *id = NULL;
NULL             1525 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
NULL             1527 lib/pengine/bundle.c         print_child = replica->child != NULL &&
NULL             1530 lib/pengine/bundle.c         print_remote = replica->remote != NULL &&
NULL             1594 lib/pengine/bundle.c     if(rsc == NULL) {
NULL             1622 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1626 lib/pengine/bundle.c     CRM_ASSERT(rsc != NULL);
NULL             1636 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1647 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
NULL             1649 lib/pengine/bundle.c         print_child = replica->child != NULL &&
NULL             1652 lib/pengine/bundle.c         print_remote = replica->remote != NULL &&
NULL             1669 lib/pengine/bundle.c                 out->begin_list(out, NULL, NULL, "Replica[%d]", replica->offset);
NULL             1722 lib/pengine/bundle.c     if(rsc == NULL) {
NULL             1750 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1756 lib/pengine/bundle.c     CRM_ASSERT(rsc != NULL);
NULL             1764 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1775 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
NULL             1777 lib/pengine/bundle.c         print_child = replica->child != NULL &&
NULL             1780 lib/pengine/bundle.c         print_remote = replica->remote != NULL &&
NULL             1797 lib/pengine/bundle.c                 out->list_item(out, NULL, "Replica[%d]", replica->offset);
NULL             1800 lib/pengine/bundle.c             out->begin_list(out, NULL, NULL, NULL);
NULL             1845 lib/pengine/bundle.c     pe_node_t *node = NULL;
NULL             1851 lib/pengine/bundle.c     if(rsc == NULL) {
NULL             1875 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1876 lib/pengine/bundle.c     char *child_text = NULL;
NULL             1877 lib/pengine/bundle.c     CRM_CHECK(rsc != NULL, return);
NULL             1886 lib/pengine/bundle.c     if (pre_text == NULL) {
NULL             1900 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
NULL             1942 lib/pengine/bundle.c     if (replica == NULL) {
NULL             1948 lib/pengine/bundle.c         replica->node = NULL;
NULL             1953 lib/pengine/bundle.c         replica->ip->xml = NULL;
NULL             1955 lib/pengine/bundle.c         replica->ip = NULL;
NULL             1959 lib/pengine/bundle.c         replica->container->xml = NULL;
NULL             1961 lib/pengine/bundle.c         replica->container = NULL;
NULL             1965 lib/pengine/bundle.c         replica->remote->xml = NULL;
NULL             1967 lib/pengine/bundle.c         replica->remote = NULL;
NULL             1976 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             1977 lib/pengine/bundle.c     CRM_CHECK(rsc != NULL, return);
NULL             2001 lib/pengine/bundle.c         bundle_data->child->xml = NULL;
NULL             2024 lib/pengine/bundle.c     if ((rsc == NULL) || (rsc->variant != pe_container)) {
NULL             2027 lib/pengine/bundle.c         pe__bundle_variant_data_t *bundle_data = NULL;
NULL             2037 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             2040 lib/pengine/bundle.c     for (GList *item = bundle_data->replicas; item != NULL; item = item->next) {
NULL             2062 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL             2069 lib/pengine/bundle.c         for (GList *gIter = bundle_data->replicas; gIter != NULL; gIter = gIter->next) {
NULL             2072 lib/pengine/bundle.c             if (replica->ip != NULL && !replica->ip->fns->is_filtered(replica->ip, only_rsc, FALSE)) {
NULL             2075 lib/pengine/bundle.c             } else if (replica->child != NULL && !replica->child->fns->is_filtered(replica->child, only_rsc, FALSE)) {
NULL             2081 lib/pengine/bundle.c             } else if (replica->remote != NULL && !replica->remote->fns->is_filtered(replica->remote, only_rsc, FALSE)) {
NULL               36 lib/pengine/clone.c     GList *retval = NULL;
NULL               54 lib/pengine/clone.c     GList *retval = NULL;
NULL               72 lib/pengine/clone.c     char *retval = NULL;
NULL               75 lib/pengine/clone.c     for (GList *iter = list; iter != NULL; iter = iter->next) {
NULL               85 lib/pengine/clone.c     char *attrs = NULL;
NULL              120 lib/pengine/clone.c         clone_variant_data_t *clone_data = NULL;
NULL              137 lib/pengine/clone.c     char *child_id = NULL;
NULL              138 lib/pengine/clone.c     pe_resource_t *child = NULL;
NULL              139 lib/pengine/clone.c     const char *child_base = NULL;
NULL              140 lib/pengine/clone.c     clone_variant_data_t *clone_data = NULL;
NULL              156 lib/pengine/clone.c     char *inc_num = NULL;
NULL              157 lib/pengine/clone.c     char *inc_max = NULL;
NULL              158 lib/pengine/clone.c     pe_resource_t *child_rsc = NULL;
NULL              159 lib/pengine/clone.c     xmlNode *child_copy = NULL;
NULL              160 lib/pengine/clone.c     clone_variant_data_t *clone_data = NULL;
NULL              164 lib/pengine/clone.c     CRM_CHECK(clone_data->xml_obj_child != NULL, return FALSE);
NULL              181 lib/pengine/clone.c         child_rsc = NULL;
NULL              208 lib/pengine/clone.c     xmlNode *a_child = NULL;
NULL              210 lib/pengine/clone.c     clone_variant_data_t *clone_data = NULL;
NULL              222 lib/pengine/clone.c         const char *promoted_max = NULL;
NULL              223 lib/pengine/clone.c         const char *promoted_node_max = NULL;
NULL              227 lib/pengine/clone.c         if (promoted_max == NULL) {
NULL              235 lib/pengine/clone.c         if (promoted_node_max == NULL) {
NULL              242 lib/pengine/clone.c         if (promoted_max == NULL) {
NULL              249 lib/pengine/clone.c         if (promoted_node_max == NULL) {
NULL              261 lib/pengine/clone.c     if (max_clones_node == NULL) {
NULL              270 lib/pengine/clone.c     if (max_clones == NULL) {
NULL              294 lib/pengine/clone.c     for (a_child = pcmk__xe_first_child(xml_obj); a_child != NULL;
NULL              297 lib/pengine/clone.c         if (pcmk__str_any_of((const char *)a_child->name, XML_CIB_TAG_RESOURCE, XML_CIB_TAG_GROUP, NULL)) {
NULL              303 lib/pengine/clone.c     if (clone_data->xml_obj_child == NULL) {
NULL              314 lib/pengine/clone.c     if (g_hash_table_lookup(rsc->meta, XML_RSC_ATTR_STICKINESS) == NULL) {
NULL              328 lib/pengine/clone.c         if (pe__create_clone_child(rsc, data_set) == NULL) {
NULL              335 lib/pengine/clone.c             if (pe__create_clone_child(rsc, data_set) == NULL) {
NULL              350 lib/pengine/clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              371 lib/pengine/clone.c     if(suffix == NULL) {
NULL              399 lib/pengine/clone.c     if ((target_role == NULL) && rsc->children && rsc->children->data) {
NULL              438 lib/pengine/clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              461 lib/pengine/clone.c     for (gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              481 lib/pengine/clone.c     char *list_text = NULL;
NULL              482 lib/pengine/clone.c     char *child_text = NULL;
NULL              483 lib/pengine/clone.c     char *stopped_list = NULL;
NULL              487 lib/pengine/clone.c     GList *promoted_list = NULL;
NULL              488 lib/pengine/clone.c     GList *started_list = NULL;
NULL              491 lib/pengine/clone.c     clone_variant_data_t *clone_data = NULL;
NULL              494 lib/pengine/clone.c     if (pre_text == NULL) {
NULL              520 lib/pengine/clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              538 lib/pengine/clone.c                    && (child_rsc->pending_task != NULL)
NULL              560 lib/pengine/clone.c             pe_node_t *location = child_rsc->fns->location(child_rsc, NULL, TRUE);
NULL              607 lib/pengine/clone.c     short_print(list_text, child_text, PROMOTED_INSTANCES, NULL, options,
NULL              611 lib/pengine/clone.c     list_text = NULL;
NULL              628 lib/pengine/clone.c                         UNPROMOTED_INSTANCES " (target-role)", NULL, options,
NULL              631 lib/pengine/clone.c             short_print(list_text, child_text, UNPROMOTED_INSTANCES, NULL,
NULL              636 lib/pengine/clone.c         short_print(list_text, child_text, "Started", NULL, options, print_data);
NULL              641 lib/pengine/clone.c     list_text = NULL;
NULL              660 lib/pengine/clone.c             stopped_list = NULL;
NULL              663 lib/pengine/clone.c             if (list == NULL) {
NULL              671 lib/pengine/clone.c             for (nIter = list; nIter != NULL; nIter = nIter->next) {
NULL              674 lib/pengine/clone.c                 if (pe_find_node(rsc->running_on, node->details->uname) == NULL) {
NULL              682 lib/pengine/clone.c         short_print(stopped_list, child_text, state, NULL, options, print_data);
NULL              703 lib/pengine/clone.c     GList *all = NULL;
NULL              713 lib/pengine/clone.c                        (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches));
NULL              717 lib/pengine/clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              764 lib/pengine/clone.c     GHashTable *stopped = NULL;
NULL              766 lib/pengine/clone.c     char *list_text = NULL;
NULL              769 lib/pengine/clone.c     GList *promoted_list = NULL;
NULL              770 lib/pengine/clone.c     GList *started_list = NULL;
NULL              773 lib/pengine/clone.c     clone_variant_data_t *clone_data = NULL;
NULL              785 lib/pengine/clone.c                        (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches));
NULL              787 lib/pengine/clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              813 lib/pengine/clone.c                    && (child_rsc->pending_task != NULL)
NULL              823 lib/pengine/clone.c                 if (stopped == NULL) {
NULL              839 lib/pengine/clone.c             pe_node_t *location = child_rsc->fns->location(child_rsc, NULL, TRUE);
NULL              867 lib/pengine/clone.c             GList *all = NULL;
NULL              899 lib/pengine/clone.c     if (list_text != NULL) {
NULL              902 lib/pengine/clone.c         out->list_item(out, NULL, PROMOTED_INSTANCES ": [ %s ]", list_text);
NULL              904 lib/pengine/clone.c         list_text = NULL;
NULL              923 lib/pengine/clone.c     if (list_text != NULL) {
NULL              930 lib/pengine/clone.c                 out->list_item(out, NULL,
NULL              934 lib/pengine/clone.c                 out->list_item(out, NULL, UNPROMOTED_INSTANCES ": [ %s ]",
NULL              939 lib/pengine/clone.c             out->list_item(out, NULL, "Started: [ %s ]", list_text);
NULL              942 lib/pengine/clone.c         list_text = NULL;
NULL              954 lib/pengine/clone.c             if (stopped != NULL) {
NULL              956 lib/pengine/clone.c                 stopped = NULL;
NULL              959 lib/pengine/clone.c             if (list == NULL) {
NULL              967 lib/pengine/clone.c             for (nIter = list; nIter != NULL; nIter = nIter->next) {
NULL              970 lib/pengine/clone.c                 if (pe_find_node(rsc->running_on, node->details->uname) == NULL &&
NULL              980 lib/pengine/clone.c                     if (stopped == NULL) {
NULL              983 lib/pengine/clone.c                     if (probe_op != NULL) {
NULL              998 lib/pengine/clone.c         if (stopped != NULL) {
NULL             1003 lib/pengine/clone.c             for (GList *status_iter = list; status_iter != NULL; status_iter = status_iter->next) {
NULL             1008 lib/pengine/clone.c                 if (str != NULL) {
NULL             1009 lib/pengine/clone.c                     out->list_item(out, NULL, "%s: [ %s ]", status, str);
NULL             1037 lib/pengine/clone.c     clone_variant_data_t *clone_data = NULL;
NULL             1043 lib/pengine/clone.c     for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL             1049 lib/pengine/clone.c         child_rsc->xml = NULL;
NULL             1052 lib/pengine/clone.c         child_rsc->orig_xml = NULL;
NULL             1059 lib/pengine/clone.c         CRM_ASSERT(clone_data->demote_notify == NULL);
NULL             1060 lib/pengine/clone.c         CRM_ASSERT(clone_data->stop_notify == NULL);
NULL             1061 lib/pengine/clone.c         CRM_ASSERT(clone_data->start_notify == NULL);
NULL             1062 lib/pengine/clone.c         CRM_ASSERT(clone_data->promote_notify == NULL);
NULL             1074 lib/pengine/clone.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1099 lib/pengine/clone.c         clone_variant_data_t *clone_data = NULL;
NULL             1113 lib/pengine/clone.c     clone_variant_data_t *clone_data = NULL;
NULL             1122 lib/pengine/clone.c             for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL             1139 lib/pengine/clone.c     clone_variant_data_t *clone_data = NULL;
NULL               27 lib/pengine/common.c                            "balanced", NULL);
NULL               37 lib/pengine/common.c         "no-quorum-policy", NULL, "select", "stop, freeze, ignore, demote, suicide",
NULL               40 lib/pengine/common.c         NULL
NULL               43 lib/pengine/common.c         "symmetric-cluster", NULL, "boolean", NULL,
NULL               46 lib/pengine/common.c         NULL
NULL               49 lib/pengine/common.c         "maintenance-mode", NULL, "boolean", NULL,
NULL               53 lib/pengine/common.c         NULL
NULL               56 lib/pengine/common.c         "start-failure-is-fatal", NULL, "boolean", NULL,
NULL               65 lib/pengine/common.c         "enable-startup-probes", NULL, "boolean", NULL,
NULL               68 lib/pengine/common.c         NULL
NULL               71 lib/pengine/common.c         XML_CONFIG_ATTR_SHUTDOWN_LOCK, NULL, "boolean", NULL,
NULL               83 lib/pengine/common.c         XML_CONFIG_ATTR_SHUTDOWN_LOCK_LIMIT, NULL, "time", NULL,
NULL               93 lib/pengine/common.c         "stonith-enabled", NULL, "boolean", NULL,
NULL              103 lib/pengine/common.c         "stonith-action", NULL, "select", "reboot, off, poweroff",
NULL              107 lib/pengine/common.c         NULL
NULL              110 lib/pengine/common.c         "stonith-timeout", NULL, "time", NULL,
NULL              117 lib/pengine/common.c         XML_ATTR_HAVE_WATCHDOG, NULL, "boolean", NULL,
NULL              128 lib/pengine/common.c         "concurrent-fencing", NULL, "boolean", NULL,
NULL              131 lib/pengine/common.c         NULL
NULL              134 lib/pengine/common.c         "startup-fencing", NULL, "boolean", NULL,
NULL              141 lib/pengine/common.c         XML_CONFIG_ATTR_PRIORITY_FENCING_DELAY, NULL, "time", NULL,
NULL              159 lib/pengine/common.c         "cluster-delay", NULL, "time", NULL,
NULL              169 lib/pengine/common.c         "batch-limit", NULL, "integer", NULL,
NULL              179 lib/pengine/common.c         "migration-limit", NULL, "integer", NULL,
NULL              187 lib/pengine/common.c         "stop-all-resources", NULL, "boolean", NULL,
NULL              190 lib/pengine/common.c         NULL
NULL              193 lib/pengine/common.c         "stop-orphan-resources", NULL, "boolean", NULL,
NULL              196 lib/pengine/common.c         NULL
NULL              199 lib/pengine/common.c         "stop-orphan-actions", NULL, "boolean", NULL,
NULL              202 lib/pengine/common.c         NULL
NULL              205 lib/pengine/common.c         "remove-after-stop", NULL, "boolean", NULL,
NULL              215 lib/pengine/common.c         "pe-error-series-max", NULL, "integer", NULL,
NULL              221 lib/pengine/common.c         "pe-warn-series-max",  NULL, "integer", NULL,
NULL              227 lib/pengine/common.c         "pe-input-series-max", NULL, "integer", NULL,
NULL              235 lib/pengine/common.c         PCMK__OPT_NODE_HEALTH_STRATEGY, NULL, "select",
NULL              246 lib/pengine/common.c         PCMK__OPT_NODE_HEALTH_BASE, NULL, "integer", NULL,
NULL              253 lib/pengine/common.c         PCMK__OPT_NODE_HEALTH_GREEN, NULL, "integer", NULL,
NULL              261 lib/pengine/common.c         PCMK__OPT_NODE_HEALTH_YELLOW, NULL, "integer", NULL,
NULL              269 lib/pengine/common.c         PCMK__OPT_NODE_HEALTH_RED, NULL, "integer", NULL,
NULL              279 lib/pengine/common.c         "placement-strategy", NULL, "select",
NULL              283 lib/pengine/common.c         NULL
NULL              485 lib/pengine/common.c     CRM_ASSERT(role != NULL);
NULL              491 lib/pengine/common.c                                     RSC_ROLE_UNPROMOTED_LEGACY_S, NULL)) {
NULL              494 lib/pengine/common.c                                     RSC_ROLE_PROMOTED_LEGACY_S, NULL)) {
NULL              506 lib/pengine/common.c     CRM_CHECK(hash != NULL, return);
NULL              509 lib/pengine/common.c     if (name == NULL || value == NULL) {
NULL              515 lib/pengine/common.c     } else if (g_hash_table_lookup(hash, name) == NULL) {
NULL              526 lib/pengine/common.c     if(node == NULL) {
NULL              527 lib/pengine/common.c         return NULL;
NULL              529 lib/pengine/common.c     } else if(rsc == NULL) {
NULL              534 lib/pengine/common.c     if(source == NULL || !pcmk__str_eq("host", source, pcmk__str_casei)) {
NULL              556 lib/pengine/common.c     return NULL;
NULL              562 lib/pengine/common.c     if(node == NULL) {
NULL              563 lib/pengine/common.c         return NULL;
NULL              105 lib/pengine/complex.c     if (p == NULL) {
NULL              111 lib/pengine/complex.c     while(p != NULL) {
NULL              114 lib/pengine/complex.c                                rule_data, parent_orig_meta, NULL, FALSE, data_set);
NULL              119 lib/pengine/complex.c     if (parent_orig_meta != NULL) {
NULL              121 lib/pengine/complex.c         char *key = NULL;
NULL              122 lib/pengine/complex.c         char *value = NULL;
NULL              132 lib/pengine/complex.c     if (parent_orig_meta != NULL) {
NULL              150 lib/pengine/complex.c         .node_hash = NULL,
NULL              153 lib/pengine/complex.c         .match_data = NULL,
NULL              155 lib/pengine/complex.c         .op_data = NULL
NULL              162 lib/pengine/complex.c     for (xmlAttrPtr a = pcmk__xe_first_attr(rsc->xml); a != NULL; a = a->next) {
NULL              170 lib/pengine/complex.c                                meta_hash, NULL, FALSE, data_set);
NULL              174 lib/pengine/complex.c     if (rsc->parent != NULL) {
NULL              180 lib/pengine/complex.c                                &rule_data, meta_hash, NULL, FALSE, data_set);
NULL              194 lib/pengine/complex.c         .node_hash = NULL,
NULL              197 lib/pengine/complex.c         .match_data = NULL,
NULL              198 lib/pengine/complex.c         .rsc_data = NULL,
NULL              199 lib/pengine/complex.c         .op_data = NULL
NULL              207 lib/pengine/complex.c                                meta_hash, NULL, FALSE, data_set);
NULL              210 lib/pengine/complex.c     if (rsc->parent != NULL) {
NULL              216 lib/pengine/complex.c                                    &rule_data, meta_hash, NULL, FALSE, data_set);
NULL              226 lib/pengine/complex.c         .node_hash = (node == NULL)? NULL : node->details->attrs,
NULL              229 lib/pengine/complex.c         .match_data = NULL,
NULL              230 lib/pengine/complex.c         .rsc_data = NULL,
NULL              231 lib/pengine/complex.c         .op_data = NULL
NULL              235 lib/pengine/complex.c                                  &rule_data, meta_hash, NULL);
NULL              238 lib/pengine/complex.c     if (rsc->parent != NULL) {
NULL              245 lib/pengine/complex.c                                      NULL);
NULL              255 lib/pengine/complex.c     char *key = NULL;
NULL              257 lib/pengine/complex.c     if ((role == NULL)
NULL              259 lib/pengine/complex.c                                 RSC_ROLE_UNPROMOTED_LEGACY_S, NULL)) {
NULL              270 lib/pengine/complex.c     xmlNode *cib_resources = NULL;
NULL              271 lib/pengine/complex.c     xmlNode *template = NULL;
NULL              272 lib/pengine/complex.c     xmlNode *new_xml = NULL;
NULL              273 lib/pengine/complex.c     xmlNode *child_xml = NULL;
NULL              274 lib/pengine/complex.c     xmlNode *rsc_ops = NULL;
NULL              275 lib/pengine/complex.c     xmlNode *template_ops = NULL;
NULL              276 lib/pengine/complex.c     const char *template_ref = NULL;
NULL              277 lib/pengine/complex.c     const char *clone = NULL;
NULL              278 lib/pengine/complex.c     const char *id = NULL;
NULL              280 lib/pengine/complex.c     if (xml_obj == NULL) {
NULL              286 lib/pengine/complex.c     if (template_ref == NULL) {
NULL              291 lib/pengine/complex.c     if (id == NULL) {
NULL              302 lib/pengine/complex.c     if (cib_resources == NULL) {
NULL              309 lib/pengine/complex.c     if (template == NULL) {
NULL              325 lib/pengine/complex.c     for (child_xml = pcmk__xe_first_child(xml_obj); child_xml != NULL;
NULL              327 lib/pengine/complex.c         xmlNode *new_child = NULL;
NULL              337 lib/pengine/complex.c         xmlNode *op = NULL;
NULL              338 lib/pengine/complex.c         GHashTable *rsc_ops_hash = pcmk__strkey_table(free, NULL);
NULL              340 lib/pengine/complex.c         for (op = pcmk__xe_first_child(rsc_ops); op != NULL;
NULL              348 lib/pengine/complex.c         for (op = pcmk__xe_first_child(template_ops); op != NULL;
NULL              353 lib/pengine/complex.c             if (g_hash_table_lookup(rsc_ops_hash, key) == NULL) {
NULL              384 lib/pengine/complex.c     const char *template_ref = NULL;
NULL              385 lib/pengine/complex.c     const char *id = NULL;
NULL              387 lib/pengine/complex.c     if (xml_obj == NULL) {
NULL              393 lib/pengine/complex.c     if (template_ref == NULL) {
NULL              398 lib/pengine/complex.c     if (id == NULL) {
NULL              459 lib/pengine/complex.c     GHashTable *params_on_node = NULL;
NULL              468 lib/pengine/complex.c     if ((rsc == NULL) || (data_set == NULL)) {
NULL              469 lib/pengine/complex.c         return NULL;
NULL              471 lib/pengine/complex.c     if ((node != NULL) && (node->details->uname != NULL)) {
NULL              476 lib/pengine/complex.c     if (rsc->parameter_cache == NULL) {
NULL              483 lib/pengine/complex.c     if (params_on_node == NULL) {
NULL              497 lib/pengine/complex.c     xmlNode *expanded_xml = NULL;
NULL              498 lib/pengine/complex.c     xmlNode *ops = NULL;
NULL              499 lib/pengine/complex.c     const char *value = NULL;
NULL              500 lib/pengine/complex.c     const char *rclass = NULL; /* Look for this after any templates have been expanded */
NULL              507 lib/pengine/complex.c         .node_hash = NULL,
NULL              510 lib/pengine/complex.c         .match_data = NULL,
NULL              511 lib/pengine/complex.c         .rsc_data = NULL,
NULL              512 lib/pengine/complex.c         .op_data = NULL
NULL              517 lib/pengine/complex.c     if (id == NULL) {
NULL              521 lib/pengine/complex.c     } else if (rsc == NULL) {
NULL              541 lib/pengine/complex.c         (*rsc)->orig_xml = NULL;
NULL              559 lib/pengine/complex.c     (*rsc)->versioned_parameters = create_xml_node(NULL, XML_TAG_RSC_VER_ATTRS);
NULL              563 lib/pengine/complex.c     (*rsc)->allowed_nodes = pcmk__strkey_table(NULL, free);
NULL              564 lib/pengine/complex.c     (*rsc)->known_on = pcmk__strkey_table(NULL, free);
NULL              578 lib/pengine/complex.c     get_meta_attributes((*rsc)->meta, *rsc, NULL, data_set);
NULL              579 lib/pengine/complex.c     (*rsc)->parameters = pe_rsc_params(*rsc, NULL, data_set); // \deprecated
NULL              581 lib/pengine/complex.c     pe_get_versioned_attributes((*rsc)->versioned_parameters, *rsc, NULL, data_set);
NULL              591 lib/pengine/complex.c     (*rsc)->rsc_cons = NULL;
NULL              592 lib/pengine/complex.c     (*rsc)->rsc_tickets = NULL;
NULL              593 lib/pengine/complex.c     (*rsc)->actions = NULL;
NULL              606 lib/pengine/complex.c     if ((value == NULL) || crm_is_true(value)) {
NULL              632 lib/pengine/complex.c     } else if ((value == NULL) && remote_node && !has_versioned_params) {
NULL              644 lib/pengine/complex.c     if (value != NULL && !pcmk__str_eq("default", value, pcmk__str_casei)) {
NULL              713 lib/pengine/complex.c     if (value != NULL && !pcmk__str_eq("default", value, pcmk__str_casei)) {
NULL              718 lib/pengine/complex.c     if (value != NULL && !pcmk__str_eq("default", value, pcmk__str_casei)) {
NULL              801 lib/pengine/complex.c         if (orig_value != NULL) {
NULL              812 lib/pengine/complex.c     if (value != NULL) {
NULL              818 lib/pengine/complex.c         GHashTable *params = pe_rsc_params(*rsc, NULL, data_set);
NULL              847 lib/pengine/complex.c         resource_location(*rsc, NULL, 0, "symmetric_default", data_set);
NULL              852 lib/pengine/complex.c         resource_location(*rsc, NULL, 0, "remote_connection_default", data_set);
NULL              861 lib/pengine/complex.c                                (*rsc)->utilization, NULL, FALSE, data_set);
NULL              876 lib/pengine/complex.c     pe_node_t *node = NULL;
NULL              879 lib/pengine/complex.c     if (node != NULL) {
NULL              887 lib/pengine/complex.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              900 lib/pengine/complex.c     if (parent == NULL || rsc == NULL) {
NULL              903 lib/pengine/complex.c     while (parent->parent != NULL) {
NULL              917 lib/pengine/complex.c     if (parent == NULL) {
NULL              918 lib/pengine/complex.c         return NULL;
NULL              920 lib/pengine/complex.c     while (parent->parent != NULL && parent->parent->variant != pe_container) {
NULL              929 lib/pengine/complex.c     if (rsc == NULL) {
NULL              940 lib/pengine/complex.c     if (rsc->parameter_cache != NULL) {
NULL              944 lib/pengine/complex.c     if (rsc->versioned_parameters != NULL) {
NULL              948 lib/pengine/complex.c     if (rsc->meta != NULL) {
NULL              951 lib/pengine/complex.c     if (rsc->utilization != NULL) {
NULL              955 lib/pengine/complex.c     if ((rsc->parent == NULL) && pcmk_is_set(rsc->flags, pe_rsc_orphan)) {
NULL              957 lib/pengine/complex.c         rsc->xml = NULL;
NULL              959 lib/pengine/complex.c         rsc->orig_xml = NULL;
NULL              964 lib/pengine/complex.c         rsc->xml = NULL;
NULL              968 lib/pengine/complex.c         rsc->running_on = NULL;
NULL              972 lib/pengine/complex.c         rsc->known_on = NULL;
NULL              976 lib/pengine/complex.c         rsc->actions = NULL;
NULL              980 lib/pengine/complex.c         rsc->allowed_nodes = NULL;
NULL             1012 lib/pengine/complex.c     pe_node_t *active = NULL;
NULL             1013 lib/pengine/complex.c     pe_node_t *node = NULL;
NULL             1023 lib/pengine/complex.c     if (rsc == NULL) {
NULL             1024 lib/pengine/complex.c         return NULL;
NULL             1027 lib/pengine/complex.c     for (GList *node_iter = rsc->running_on; node_iter != NULL;
NULL             1046 lib/pengine/complex.c         if (rsc->partial_migration_source != NULL) {
NULL             1062 lib/pengine/complex.c         if (active == NULL) {
NULL             1092 lib/pengine/complex.c         return pe__find_active_on(rsc, NULL, count);
NULL             1094 lib/pengine/complex.c     return pe__find_active_on(rsc, count, NULL);
NULL             1100 lib/pengine/complex.c     if (rsc->children != NULL) {
NULL             1101 lib/pengine/complex.c         for (GList *item = rsc->children; item != NULL; item = item->next) {
NULL             1128 lib/pengine/complex.c     CRM_ASSERT((rsc != NULL) && (why != NULL));
NULL               25 lib/pengine/failcounts.c     const char *conf_op_name = NULL;
NULL               26 lib/pengine/failcounts.c     const char *lrm_op_task = NULL;
NULL               27 lib/pengine/failcounts.c     const char *conf_op_interval_spec = NULL;
NULL               30 lib/pengine/failcounts.c     const char *lrm_op_id = NULL;
NULL               31 lib/pengine/failcounts.c     char *last_failure_key = NULL;
NULL               33 lib/pengine/failcounts.c     if (rsc_id == NULL || conf_op_xml == NULL || lrm_op_xml == NULL) {
NULL              117 lib/pengine/failcounts.c                 const char *conf_op_name = NULL;
NULL              118 lib/pengine/failcounts.c                 const char *conf_op_interval_spec = NULL;
NULL              120 lib/pengine/failcounts.c                 char *lrm_op_xpath = NULL;
NULL              121 lib/pengine/failcounts.c                 xmlXPathObject *lrm_op_xpathObj = NULL;
NULL              254 lib/pengine/failcounts.c     char *key = NULL;
NULL              255 lib/pengine/failcounts.c     const char *value = NULL;
NULL              266 lib/pengine/failcounts.c         if (regexec(&failcount_re, key, 0, NULL, 0) == 0) {
NULL              268 lib/pengine/failcounts.c         } else if (regexec(&lastfailure_re, key, 0, NULL, 0) == 0) {
NULL              280 lib/pengine/failcounts.c     if ((failcount > 0) && (last > 0) && (last_failure != NULL)) {
NULL              319 lib/pengine/failcounts.c         GList *gIter = NULL;
NULL              321 lib/pengine/failcounts.c         for (gIter = rsc->fillers; gIter != NULL; gIter = gIter->next) {
NULL              369 lib/pengine/failcounts.c     char *key = NULL;
NULL              370 lib/pengine/failcounts.c     pe_action_t *clear = NULL;
NULL              372 lib/pengine/failcounts.c     CRM_CHECK(rsc && node && reason && data_set, return NULL);
NULL               31 lib/pengine/group.c     for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL               45 lib/pengine/group.c     char *attrs = NULL;
NULL              102 lib/pengine/group.c     xmlNode *xml_native_rsc = NULL;
NULL              103 lib/pengine/group.c     group_variant_data_t *group_data = NULL;
NULL              106 lib/pengine/group.c     const char *clone_id = NULL;
NULL              112 lib/pengine/group.c     group_data->first_child = NULL;
NULL              113 lib/pengine/group.c     group_data->last_child = NULL;
NULL              117 lib/pengine/group.c     if ((group_ordered == NULL)
NULL              121 lib/pengine/group.c     if ((group_colocated == NULL)
NULL              128 lib/pengine/group.c     for (xml_native_rsc = pcmk__xe_first_child(xml_obj); xml_native_rsc != NULL;
NULL              133 lib/pengine/group.c             pe_resource_t *new_rsc = NULL;
NULL              138 lib/pengine/group.c                 if (new_rsc != NULL && new_rsc->fns != NULL) {
NULL              147 lib/pengine/group.c             if (group_data->first_child == NULL) {
NULL              172 lib/pengine/group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              200 lib/pengine/group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              213 lib/pengine/group.c     char *child_text = NULL;
NULL              216 lib/pengine/group.c     if (pre_text == NULL) {
NULL              240 lib/pengine/group.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              274 lib/pengine/group.c                              (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches));
NULL              281 lib/pengine/group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              321 lib/pengine/group.c                              (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches));
NULL              333 lib/pengine/group.c         if (rscs != NULL) {
NULL              365 lib/pengine/group.c     CRM_CHECK(rsc != NULL, return);
NULL              369 lib/pengine/group.c     for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              389 lib/pengine/group.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              411 lib/pengine/group.c     } else if (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches)) {
NULL              414 lib/pengine/group.c         for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL               76 lib/pengine/native.c         for (; gIter != NULL; gIter = gIter->next) {
NULL               96 lib/pengine/native.c     CRM_CHECK(node != NULL, return);
NULL               97 lib/pengine/native.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              100 lib/pengine/native.c         CRM_CHECK(a_node != NULL, return);
NULL              139 lib/pengine/native.c                     pe_node_t *local_node = NULL;
NULL              142 lib/pengine/native.c                     if (rsc->allowed_nodes != NULL) {
NULL              147 lib/pengine/native.c                     while (g_hash_table_iter_next(&gIter, NULL, (void **)&local_node)) {
NULL              164 lib/pengine/native.c                     for (; gIter != NULL; gIter = gIter->next) {
NULL              186 lib/pengine/native.c     if (rsc->parent != NULL) {
NULL              196 lib/pengine/native.c     g_list_foreach(rsc->children, (GFunc) recursive_clear_unique, NULL);
NULL              203 lib/pengine/native.c     native_variant_data_t *native_data = NULL;
NULL              228 lib/pengine/native.c         recursive_clear_unique(parent, NULL);
NULL              229 lib/pengine/native.c         recursive_clear_unique(rsc, NULL);
NULL              259 lib/pengine/native.c                && (rsc->running_on == NULL)) {
NULL              274 lib/pengine/native.c     pe_resource_t *result = NULL;
NULL              276 lib/pengine/native.c     CRM_CHECK(id && rsc && rsc->id, return NULL);
NULL              311 lib/pengine/native.c     for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              319 lib/pengine/native.c     return NULL;
NULL              327 lib/pengine/native.c     char *value_copy = NULL;
NULL              328 lib/pengine/native.c     const char *value = NULL;
NULL              329 lib/pengine/native.c     GHashTable *params = NULL;
NULL              331 lib/pengine/native.c     CRM_CHECK(rsc != NULL, return NULL);
NULL              332 lib/pengine/native.c     CRM_CHECK(name != NULL && strlen(name) != 0, return NULL);
NULL              337 lib/pengine/native.c     if (value == NULL) {
NULL              348 lib/pengine/native.c     for (GList *gIter = rsc->running_on; gIter != NULL; gIter = gIter->next) {
NULL              375 lib/pengine/native.c     const char *pending_state = NULL;
NULL              403 lib/pengine/native.c     const char *pending_task = NULL;
NULL              438 lib/pengine/native.c     const char *rsc_state = NULL;
NULL              443 lib/pengine/native.c     if (rsc_state == NULL) {
NULL              455 lib/pengine/native.c     const char *target_role = NULL;
NULL              461 lib/pengine/native.c                  ((prov == NULL)? "" : PROVIDER_SEP),
NULL              462 lib/pengine/native.c                  ((prov == NULL)? "" : prov),
NULL              493 lib/pengine/native.c     } else if (rsc->running_on != NULL) {
NULL              497 lib/pengine/native.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              547 lib/pengine/native.c     const char *provider = NULL;
NULL              549 lib/pengine/native.c     gchar *retval = NULL;
NULL              550 lib/pengine/native.c     GString *outstr = NULL;
NULL              554 lib/pengine/native.c         return NULL;
NULL              557 lib/pengine/native.c     CRM_CHECK(name != NULL, name = "unknown");
NULL              558 lib/pengine/native.c     CRM_CHECK(kind != NULL, kind = "unknown");
NULL              559 lib/pengine/native.c     CRM_CHECK(class != NULL, class = "unknown");
NULL              565 lib/pengine/native.c     if ((node == NULL) && (rsc->lock_node != NULL)) {
NULL              570 lib/pengine/native.c         node = NULL;
NULL              581 lib/pengine/native.c                     ((provider == NULL)? "" : PROVIDER_SEP),
NULL              582 lib/pengine/native.c                     ((provider == NULL)? "" : provider), kind);
NULL              605 lib/pengine/native.c         xmlNode *probe_op = pe__failed_probe_for_rsc(rsc, node ? node->details->uname : NULL);
NULL              606 lib/pengine/native.c         if (probe_op != NULL) {
NULL              670 lib/pengine/native.c         for (GList *iter = rsc->running_on; iter != NULL; iter = iter->next) {
NULL              690 lib/pengine/native.c     const char *target_role = NULL;
NULL              692 lib/pengine/native.c     xmlNodePtr list_node = NULL;
NULL              693 lib/pengine/native.c     const char *cl = NULL;
NULL              696 lib/pengine/native.c     CRM_ASSERT(kind != NULL);
NULL              716 lib/pengine/native.c     } else if (rsc->variant == pe_native && (rsc->running_on == NULL)) {
NULL              733 lib/pengine/native.c         list_node = pcmk__output_create_html_node(out, "li", NULL, NULL, NULL);
NULL              734 lib/pengine/native.c         pcmk_create_html_node(list_node, "span", NULL, cl, s);
NULL              745 lib/pengine/native.c     const char *target_role = NULL;
NULL              765 lib/pengine/native.c         out->list_item(out, NULL, "%s", s);
NULL              775 lib/pengine/native.c     const char *target_role = NULL;
NULL              797 lib/pengine/native.c     if ((pre_text == NULL) && (options & pe_print_printf)) {
NULL              808 lib/pengine/native.c         } else if (rsc->running_on == NULL) {
NULL              846 lib/pengine/native.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              890 lib/pengine/native.c     pe_node_t *node = NULL;
NULL              900 lib/pengine/native.c     if (node == NULL) {
NULL              923 lib/pengine/native.c     char *nodes_running_on = NULL;
NULL              925 lib/pengine/native.c     const char *target_role = NULL;
NULL              927 lib/pengine/native.c     if (rsc->meta != NULL) {
NULL              939 lib/pengine/native.c             ((prov == NULL)? "" : PROVIDER_SEP), ((prov == NULL)? "" : prov),
NULL              956 lib/pengine/native.c              "pending", (print_pending? native_pending_task(rsc) : NULL));
NULL              961 lib/pengine/native.c     if (rsc->running_on != NULL) {
NULL              964 lib/pengine/native.c         for (; gIter != NULL; gIter = gIter->next) {
NULL              996 lib/pengine/native.c     if (node == NULL) {
NULL             1020 lib/pengine/native.c     if (node == NULL) {
NULL             1060 lib/pengine/native.c     pe_node_t *one = NULL;
NULL             1061 lib/pengine/native.c     GList *result = NULL;
NULL             1066 lib/pengine/native.c         for (; gIter != NULL; gIter = gIter->next) {
NULL             1083 lib/pengine/native.c         result = g_list_append(NULL, rsc->allocated_to);
NULL             1086 lib/pengine/native.c     if (result && (result->next == NULL)) {
NULL             1093 lib/pengine/native.c         for (; gIter != NULL; gIter = gIter->next) {
NULL             1096 lib/pengine/native.c             if (*list == NULL || pe_find_node_id(*list, node->details->id) == NULL) {
NULL             1111 lib/pengine/native.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1120 lib/pengine/native.c         int *rsc_counter = NULL;
NULL             1121 lib/pengine/native.c         int *active_counter = NULL;
NULL             1131 lib/pengine/native.c             if (prov != NULL) {
NULL             1141 lib/pengine/native.c             if (rsc_counter == NULL) {
NULL             1152 lib/pengine/native.c             for (; gIter2 != NULL; gIter2 = gIter2->next) {
NULL             1154 lib/pengine/native.c                 GHashTable *node_table = NULL;
NULL             1162 lib/pengine/native.c                 if (node_table == NULL) {
NULL             1168 lib/pengine/native.c                 if (active_counter == NULL) {
NULL             1196 lib/pengine/native.c     char *type = NULL;
NULL             1197 lib/pengine/native.c     int *rsc_counter = NULL;
NULL             1204 lib/pengine/native.c         char *node_name = NULL;
NULL             1205 lib/pengine/native.c         GHashTable *node_table = NULL;
NULL             1212 lib/pengine/native.c             if (active_counter == NULL || *active_counter == 0) {
NULL             1220 lib/pengine/native.c                 node_name = NULL;
NULL             1260 lib/pengine/native.c         rsc_table = NULL;
NULL             1264 lib/pengine/native.c         active_table = NULL;
NULL             1288 lib/pengine/native.c         GList *sorted_nodes = NULL;
NULL             1301 lib/pengine/native.c             int *active_counter = NULL;
NULL             1303 lib/pengine/native.c             if (node_table == NULL) {
NULL             1309 lib/pengine/native.c             if (active_counter == NULL || *active_counter == 0) {
NULL             1317 lib/pengine/native.c                 node_name = NULL;
NULL             1321 lib/pengine/native.c                 out->list_item(out, NULL, "%d/%d\t(%s):\tActive %s",
NULL             1326 lib/pengine/native.c                 out->list_item(out, NULL, "%d\t(%s):\tActive %s",
NULL             1335 lib/pengine/native.c             out->list_item(out, NULL, "%d/%d\t(%s):\tActive",
NULL             1348 lib/pengine/native.c         rsc_table = NULL;
NULL             1352 lib/pengine/native.c         active_table = NULL;
NULL               38 lib/pengine/pe_digest.c     if (data != NULL) {
NULL               58 lib/pengine/pe_digest.c     if (strstr((const char *) user_data, name) == NULL) {
NULL               74 lib/pengine/pe_digest.c     if (strstr((const char *) user_data, name) != NULL) {
NULL               88 lib/pengine/pe_digest.c     char *key = NULL;
NULL               89 lib/pengine/pe_digest.c     char *value = NULL;
NULL              104 lib/pengine/pe_digest.c     const char *ra_version = NULL;
NULL              105 lib/pengine/pe_digest.c     xmlNode *local_versioned_params = NULL;
NULL              108 lib/pengine/pe_digest.c     local_versioned_params = create_xml_node(NULL, XML_TAG_RSC_VER_ATTRS);
NULL              110 lib/pengine/pe_digest.c     if (xml_op != NULL) {
NULL              144 lib/pengine/pe_digest.c     pe_action_t *action = NULL;
NULL              146 lib/pengine/pe_digest.c     data->params_all = create_xml_node(NULL, XML_TAG_PARAMS);
NULL              158 lib/pengine/pe_digest.c     if (overrides != NULL) {
NULL              162 lib/pengine/pe_digest.c         if (interval_s != NULL) {
NULL              174 lib/pengine/pe_digest.c     if (overrides != NULL) {
NULL              217 lib/pengine/pe_digest.c     const char *secure_list = NULL;
NULL              219 lib/pengine/pe_digest.c     if (xml_op == NULL) {
NULL              225 lib/pengine/pe_digest.c     data->params_secure = create_xml_node(NULL, XML_TAG_PARAMS);
NULL              226 lib/pengine/pe_digest.c     if (overrides != NULL) {
NULL              231 lib/pengine/pe_digest.c     if (secure_list != NULL) {
NULL              243 lib/pengine/pe_digest.c                                        NULL);
NULL              276 lib/pengine/pe_digest.c     const char *value = NULL;
NULL              279 lib/pengine/pe_digest.c     if (xml_op == NULL) {
NULL              284 lib/pengine/pe_digest.c     if (crm_element_value(xml_op, XML_LRM_ATTR_RESTART_DIGEST) == NULL) {
NULL              293 lib/pengine/pe_digest.c     if (value != NULL) {
NULL              327 lib/pengine/pe_digest.c     GHashTable *params = NULL;
NULL              329 lib/pengine/pe_digest.c     if (data == NULL) {
NULL              330 lib/pengine/pe_digest.c         return NULL;
NULL              332 lib/pengine/pe_digest.c     if (xml_op != NULL) {
NULL              366 lib/pengine/pe_digest.c     op_digest_cache_t *data = NULL;
NULL              370 lib/pengine/pe_digest.c     if (data == NULL) {
NULL              372 lib/pengine/pe_digest.c                                      NULL, calc_secure, data_set);
NULL              373 lib/pengine/pe_digest.c         CRM_ASSERT(data != NULL);
NULL              395 lib/pengine/pe_digest.c     op_digest_cache_t *data = NULL;
NULL              403 lib/pengine/pe_digest.c     CRM_ASSERT(node != NULL);
NULL              424 lib/pengine/pe_digest.c     } else if (digest_all == NULL) {
NULL              494 lib/pengine/pe_digest.c         matches = (strstr(node_summary, search_secure) != NULL);
NULL              523 lib/pengine/pe_digest.c     const char *node_summary = NULL;
NULL              527 lib/pengine/pe_digest.c                                                 node, NULL, TRUE, data_set);
NULL              531 lib/pengine/pe_digest.c     if (node_summary == NULL) {
NULL              548 lib/pengine/pe_digest.c         if (!pcmk__is_daemon && data_set->priv != NULL) {
NULL              560 lib/pengine/pe_digest.c         if (data_set->priv != NULL) {
NULL               96 lib/pengine/pe_health.c     CRM_ASSERT(node != NULL);
NULL              115 lib/pengine/pe_health.c     const char *name = NULL;
NULL              116 lib/pengine/pe_health.c     const char *value = NULL;
NULL              121 lib/pengine/pe_health.c     CRM_ASSERT(node != NULL);
NULL               20 lib/pengine/pe_output.c                      "shutdown", "terminate", "standby", "#", NULL }
NULL               50 lib/pengine/pe_output.c     GList *gIter = NULL;
NULL               52 lib/pengine/pe_output.c     for (gIter = rsc_list; gIter != NULL; gIter = gIter->next) {
NULL               55 lib/pengine/pe_output.c         const char *name = NULL;
NULL               56 lib/pengine/pe_output.c         GHashTable *params = NULL;
NULL               58 lib/pengine/pe_output.c         if (rsc->children != NULL) {
NULL               65 lib/pengine/pe_output.c         if (!pcmk__strcase_any_of(type, "ping", "pingd", NULL)) {
NULL               72 lib/pengine/pe_output.c         if (name == NULL) {
NULL               89 lib/pengine/pe_output.c             if ((multiplier == NULL)
NULL              112 lib/pengine/pe_output.c     CRM_CHECK(name != NULL, return attr_list);
NULL              115 lib/pengine/pe_output.c     for (i = 0; filt_str[i] != NULL; i++) {
NULL              126 lib/pengine/pe_output.c     GList *op_list = NULL;
NULL              127 lib/pengine/pe_output.c     xmlNode *rsc_op = NULL;
NULL              129 lib/pengine/pe_output.c     for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_op != NULL;
NULL              188 lib/pengine/pe_output.c     if (last_written != NULL || user != NULL || client != NULL || origin != NULL) {
NULL              206 lib/pengine/pe_output.c     char *interval_str = NULL;
NULL              207 lib/pengine/pe_output.c     char *buf = NULL;
NULL              216 lib/pengine/pe_output.c         char *last_change_str = NULL;
NULL              217 lib/pengine/pe_output.c         char *exec_str = NULL;
NULL              218 lib/pengine/pe_output.c         char *queue_str = NULL;
NULL              220 lib/pengine/pe_output.c         const char *value = NULL;
NULL              280 lib/pengine/pe_output.c     char *buf = NULL;
NULL              282 lib/pengine/pe_output.c     if (rsc == NULL) {
NULL              285 lib/pengine/pe_output.c         char *failcount_s = NULL;
NULL              286 lib/pengine/pe_output.c         char *lastfail_s = NULL;
NULL              332 lib/pengine/pe_output.c                                    : NULL;
NULL              334 lib/pengine/pe_output.c         char *dc_name = data_set->dc_node ? pe__node_display_name(data_set->dc_node, pcmk_is_set(show_opts, pcmk_show_node_id)) : NULL;
NULL              390 lib/pengine/pe_output.c     if (data_set->dc_node == NULL || pcmk_is_set(section_opts, pcmk_section_dc)) {
NULL              395 lib/pengine/pe_output.c                                    : NULL;
NULL              397 lib/pengine/pe_output.c         char *dc_name = data_set->dc_node ? pe__node_display_name(data_set->dc_node, pcmk_is_set(show_opts, pcmk_show_node_id)) : NULL;
NULL              428 lib/pengine/pe_output.c         out->begin_list(out, NULL, NULL, "Config Options");
NULL              447 lib/pengine/pe_output.c     const char *node_host = NULL;
NULL              448 lib/pengine/pe_output.c     const char *node_id = NULL;
NULL              451 lib/pengine/pe_output.c     CRM_ASSERT((node != NULL) && (node->details != NULL) && (node->details->uname != NULL));
NULL              460 lib/pengine/pe_output.c         if (node_host == NULL) {
NULL              481 lib/pengine/pe_output.c     CRM_ASSERT(node_name != NULL);
NULL              499 lib/pengine/pe_output.c     xmlNodePtr xml_node = NULL;
NULL              502 lib/pengine/pe_output.c     CRM_ASSERT(tag_name != NULL);
NULL              505 lib/pengine/pe_output.c     CRM_ASSERT(xml_node != NULL);
NULL              508 lib/pengine/pe_output.c         : xmlNewChild(xml_node, NULL, (pcmkXmlStr) tag_name, NULL);
NULL              552 lib/pengine/pe_output.c     pcmk__output_create_html_node(out, "li", NULL, NULL, buf);
NULL              568 lib/pengine/pe_output.c     out->list_item(out, NULL, "%s\tprevents %s from running %son %s",
NULL              599 lib/pengine/pe_output.c                                  NULL);
NULL              619 lib/pengine/pe_output.c     for (gIter = data_set->placement_constraints; gIter != NULL; gIter = gIter->next) {
NULL              622 lib/pengine/pe_output.c         if (prefix != NULL && !g_str_has_prefix(location->id, prefix)) {
NULL              631 lib/pengine/pe_output.c         for (gIter2 = location->node_list_rh; gIter2 != NULL; gIter2 = gIter2->next) {
NULL              653 lib/pengine/pe_output.c     xmlNodePtr nodes_node = pcmk__output_create_xml_node(out, "li", NULL);
NULL              654 lib/pengine/pe_output.c     xmlNodePtr resources_node = pcmk__output_create_xml_node(out, "li", NULL);
NULL              659 lib/pengine/pe_output.c     pcmk_create_html_node(nodes_node, "span", NULL, NULL, nnodes_str);
NULL              666 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, NULL, s);
NULL              669 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, "bold", "DISABLED");
NULL              672 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, NULL, s);
NULL              675 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, "bold", "BLOCKED");
NULL              676 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, NULL,
NULL              682 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, NULL, s);
NULL              685 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, "bold", "DISABLED");
NULL              686 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, NULL, ")");
NULL              691 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, NULL, s);
NULL              694 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, "bold", "BLOCKED");
NULL              695 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, NULL,
NULL              700 lib/pengine/pe_output.c         pcmk_create_html_node(resources_node, "span", NULL, NULL, s);
NULL              715 lib/pengine/pe_output.c     out->list_item(out, NULL, "%d node%s configured",
NULL              719 lib/pengine/pe_output.c         out->list_item(out, NULL, "%d resource instance%s configured "
NULL              725 lib/pengine/pe_output.c         out->list_item(out, NULL, "%d resource instance%s configured "
NULL              729 lib/pengine/pe_output.c         out->list_item(out, NULL, "%d resource instance%s configured "
NULL              734 lib/pengine/pe_output.c         out->list_item(out, NULL, "%d resource instance%s configured",
NULL              749 lib/pengine/pe_output.c     xmlNodePtr nodes_node = pcmk__output_create_xml_node(out, "nodes_configured", NULL);
NULL              750 lib/pengine/pe_output.c     xmlNodePtr resources_node = pcmk__output_create_xml_node(out, "resources_configured", NULL);
NULL              779 lib/pengine/pe_output.c     xmlNodePtr node = pcmk__output_create_xml_node(out, "li", NULL);
NULL              781 lib/pengine/pe_output.c     pcmk_create_html_node(node, "span", NULL, "bold", "Current DC: ");
NULL              787 lib/pengine/pe_output.c             pcmk_create_html_node(node, "span", NULL, NULL, buf);
NULL              792 lib/pengine/pe_output.c             pcmk_create_html_node(node, "span", NULL, NULL, buf);
NULL              795 lib/pengine/pe_output.c             pcmk_create_html_node(node, "span", NULL, "warning", "WITHOUT");
NULL              796 lib/pengine/pe_output.c             pcmk_create_html_node(node, "span", NULL, NULL, "quorum");
NULL              799 lib/pengine/pe_output.c         pcmk_create_html_node(node ,"span", NULL, "warning", "NONE");
NULL              839 lib/pengine/pe_output.c                                      NULL);
NULL              843 lib/pengine/pe_output.c                                      NULL);
NULL              872 lib/pengine/pe_output.c     out->list_item(out, NULL, "STONITH of failed nodes %s",
NULL              875 lib/pengine/pe_output.c     out->list_item(out, NULL, "Cluster is %s",
NULL              880 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Freeze resources");
NULL              884 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Stop ALL resources");
NULL              888 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Demote promotable "
NULL              893 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Ignore");
NULL              897 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Suicide");
NULL              902 lib/pengine/pe_output.c         xmlNodePtr node = pcmk__output_create_xml_node(out, "li", NULL);
NULL              904 lib/pengine/pe_output.c         pcmk_create_html_node(node, "span", NULL, NULL, "Resource management: ");
NULL              905 lib/pengine/pe_output.c         pcmk_create_html_node(node, "span", NULL, "bold", "DISABLED");
NULL              906 lib/pengine/pe_output.c         pcmk_create_html_node(node, "span", NULL, NULL,
NULL              909 lib/pengine/pe_output.c         xmlNodePtr node = pcmk__output_create_xml_node(out, "li", NULL);
NULL              911 lib/pengine/pe_output.c         pcmk_create_html_node(node, "span", NULL, NULL, "Resource management: ");
NULL              912 lib/pengine/pe_output.c         pcmk_create_html_node(node, "span", NULL, "bold", "STOPPED");
NULL              913 lib/pengine/pe_output.c         pcmk_create_html_node(node, "span", NULL, NULL,
NULL              916 lib/pengine/pe_output.c         out->list_item(out, NULL, "Resource management: enabled");
NULL              941 lib/pengine/pe_output.c     out->list_item(out, NULL, "STONITH of failed nodes %s",
NULL              944 lib/pengine/pe_output.c     out->list_item(out, NULL, "Cluster is %s",
NULL              949 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Freeze resources");
NULL              953 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Stop ALL resources");
NULL              957 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Demote promotable "
NULL              962 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Ignore");
NULL              966 lib/pengine/pe_output.c             out->list_item(out, NULL, "No quorum policy: Suicide");
NULL              978 lib/pengine/pe_output.c     const char *no_quorum_policy = NULL;
NULL             1012 lib/pengine/pe_output.c                                  NULL);
NULL             1024 lib/pengine/pe_output.c     xmlNodePtr node = pcmk__output_create_xml_node(out, "li", NULL);
NULL             1026 lib/pengine/pe_output.c     pcmk_create_html_node(node, "span", NULL, "bold", "Stack: ");
NULL             1027 lib/pengine/pe_output.c     pcmk_create_html_node(node, "span", NULL, NULL, stack_s);
NULL             1048 lib/pengine/pe_output.c                                  NULL);
NULL             1061 lib/pengine/pe_output.c     xmlNodePtr updated_node = pcmk__output_create_xml_node(out, "li", NULL);
NULL             1062 lib/pengine/pe_output.c     xmlNodePtr changed_node = pcmk__output_create_xml_node(out, "li", NULL);
NULL             1066 lib/pengine/pe_output.c     pcmk_create_html_node(updated_node, "span", NULL, "bold", "Last updated: ");
NULL             1067 lib/pengine/pe_output.c     pcmk_create_html_node(updated_node, "span", NULL, NULL,
NULL             1068 lib/pengine/pe_output.c                           pcmk__epoch2str(NULL));
NULL             1070 lib/pengine/pe_output.c     pcmk_create_html_node(changed_node, "span", NULL, "bold", "Last change: ");
NULL             1071 lib/pengine/pe_output.c     pcmk_create_html_node(changed_node, "span", NULL, NULL, buf);
NULL             1086 lib/pengine/pe_output.c                                  "time", pcmk__epoch2str(NULL),
NULL             1087 lib/pengine/pe_output.c                                  NULL);
NULL             1093 lib/pengine/pe_output.c                                  NULL);
NULL             1108 lib/pengine/pe_output.c     out->list_item(out, "Last updated", "%s", pcmk__epoch2str(NULL));
NULL             1125 lib/pengine/pe_output.c     char *rsc_id = NULL;
NULL             1126 lib/pengine/pe_output.c     char *task = NULL;
NULL             1128 lib/pengine/pe_output.c     const char *last_change_str = NULL;
NULL             1130 lib/pengine/pe_output.c     GString *str = NULL;
NULL             1138 lib/pengine/pe_output.c     CRM_ASSERT((rsc_id != NULL) && (task != NULL));
NULL             1171 lib/pengine/pe_output.c         if (last_change_str != NULL) {
NULL             1185 lib/pengine/pe_output.c     out->list_item(out, NULL, "%s", str->str);
NULL             1205 lib/pengine/pe_output.c     const char *last_change_str = NULL;
NULL             1207 lib/pengine/pe_output.c     GString *str = NULL;
NULL             1233 lib/pengine/pe_output.c         if (last_change_str != NULL) {
NULL             1245 lib/pengine/pe_output.c     out->list_item(out, NULL, "%s", str->str);
NULL             1299 lib/pengine/pe_output.c     char *rc_s = NULL;
NULL             1301 lib/pengine/pe_output.c     xmlNodePtr node = NULL;
NULL             1309 lib/pengine/pe_output.c                                         (op_key == NULL)? "id" : "op_key",
NULL             1310 lib/pengine/pe_output.c                                         (op_key == NULL)? ID(xml_op) : op_key,
NULL             1317 lib/pengine/pe_output.c                                         NULL);
NULL             1323 lib/pengine/pe_output.c         char *s = NULL;
NULL             1325 lib/pengine/pe_output.c         char *rc_change = NULL;
NULL             1338 lib/pengine/pe_output.c                            NULL);
NULL             1359 lib/pengine/pe_output.c     xmlNode *xml_op = NULL;
NULL             1362 lib/pengine/pe_output.c     const char *id = NULL;
NULL             1368 lib/pengine/pe_output.c     for (xml_op = pcmk__xml_first_child(data_set->failed); xml_op != NULL;
NULL             1370 lib/pengine/pe_output.c         char *rsc = NULL;
NULL             1382 lib/pengine/pe_output.c         if (parse_op_key(id ? id : ID(xml_op), &rsc, NULL, NULL) == FALSE) {
NULL             1408 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "online", " online");
NULL             1410 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "offline", " OFFLINE");
NULL             1414 lib/pengine/pe_output.c     if (node->details->standby_onfail && (node->details->running_rsc != NULL)) {
NULL             1415 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "standby",
NULL             1419 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "standby",
NULL             1421 lib/pengine/pe_output.c     } else if (node->details->standby && (node->details->running_rsc != NULL)) {
NULL             1422 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "standby",
NULL             1425 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "standby", " (in standby)");
NULL             1430 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "maint",
NULL             1436 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "health_red",
NULL             1439 lib/pengine/pe_output.c         pcmk_create_html_node(parent, "span", NULL, "health_yellow",
NULL             1462 lib/pengine/pe_output.c             out->begin_list(out, NULL, NULL, "%s:", node_name);
NULL             1463 lib/pengine/pe_output.c             item_node = pcmk__output_xml_create_parent(out, "li", NULL);
NULL             1464 lib/pengine/pe_output.c             pcmk_create_html_node(item_node, "span", NULL, NULL, "Status:");
NULL             1467 lib/pengine/pe_output.c             if (rscs != NULL) {
NULL             1469 lib/pengine/pe_output.c                 out->begin_list(out, NULL, NULL, "Resources");
NULL             1478 lib/pengine/pe_output.c             GList *lpc2 = NULL;
NULL             1481 lib/pengine/pe_output.c             out->begin_list(out, NULL, NULL, "%s:", node_name);
NULL             1482 lib/pengine/pe_output.c             item_node = pcmk__output_xml_create_parent(out, "li", NULL);
NULL             1483 lib/pengine/pe_output.c             pcmk_create_html_node(item_node, "span", NULL, NULL, "Status:");
NULL             1486 lib/pengine/pe_output.c             for (lpc2 = node->details->running_rsc; lpc2 != NULL; lpc2 = lpc2->next) {
NULL             1502 lib/pengine/pe_output.c             item_node = pcmk__output_create_xml_node(out, "li", NULL);
NULL             1503 lib/pengine/pe_output.c             pcmk_create_html_node(item_node, "span", NULL, "bold", buf);
NULL             1509 lib/pengine/pe_output.c         out->begin_list(out, NULL, NULL, "%s:", node_name);
NULL             1605 lib/pengine/pe_output.c                 if (rscs != NULL) {
NULL             1607 lib/pengine/pe_output.c                     out->begin_list(out, NULL, NULL, "%s", str->str);
NULL             1608 lib/pengine/pe_output.c                     out->begin_list(out, NULL, NULL, "Resources");
NULL             1619 lib/pengine/pe_output.c                 GList *gIter2 = NULL;
NULL             1621 lib/pengine/pe_output.c                 out->begin_list(out, NULL, NULL, "%s", str->str);
NULL             1622 lib/pengine/pe_output.c                 out->begin_list(out, NULL, NULL, "Resources");
NULL             1624 lib/pengine/pe_output.c                 for (gIter2 = node->details->running_rsc; gIter2 != NULL; gIter2 = gIter2->next) {
NULL             1636 lib/pengine/pe_output.c             out->list_item(out, NULL, "%s", str->str);
NULL             1643 lib/pengine/pe_output.c         out->begin_list(out, NULL, NULL, "Node: %s", node_name);
NULL             1664 lib/pengine/pe_output.c         const char *health_s = NULL;
NULL             1708 lib/pengine/pe_output.c             GList *lpc = NULL;
NULL             1710 lib/pengine/pe_output.c             for (lpc = node->details->running_rsc; lpc != NULL; lpc = lpc->next) {
NULL             1725 lib/pengine/pe_output.c                                        NULL);
NULL             1742 lib/pengine/pe_output.c         if (value == NULL) {
NULL             1748 lib/pengine/pe_output.c             out->list_item(out, NULL, "%-32s\t: %-10s\t: Connectivity is lost", name, value);
NULL             1750 lib/pengine/pe_output.c             out->list_item(out, NULL, "%-32s\t: %-10s\t: Connectivity is degraded (Expected=%d)", name, value, expected_score);
NULL             1752 lib/pengine/pe_output.c             out->list_item(out, NULL, "%-32s\t: %-10s", name, value);
NULL             1755 lib/pengine/pe_output.c         out->list_item(out, NULL, "%-32s\t: %-10s", name, value);
NULL             1772 lib/pengine/pe_output.c         xmlNodePtr item_node = pcmk__output_create_xml_node(out, "li", NULL);
NULL             1774 lib/pengine/pe_output.c         if (value == NULL) {
NULL             1780 lib/pengine/pe_output.c         pcmk_create_html_node(item_node, "span", NULL, NULL, s);
NULL             1784 lib/pengine/pe_output.c             pcmk_create_html_node(item_node, "span", NULL, "bold", "(connectivity is lost)");
NULL             1787 lib/pengine/pe_output.c             pcmk_create_html_node(item_node, "span", NULL, "bold", buf);
NULL             1791 lib/pengine/pe_output.c         out->list_item(out, NULL, "%s: %s", name, value);
NULL             1803 lib/pengine/pe_output.c     pe_resource_t *rsc = NULL;
NULL             1804 lib/pengine/pe_output.c     gchar *node_str = NULL;
NULL             1805 lib/pengine/pe_output.c     char *last_change_str = NULL;
NULL             1822 lib/pengine/pe_output.c         if (node == NULL) {
NULL             1840 lib/pengine/pe_output.c     out->list_item(out, NULL, "%s: %s (node=%s, call=%s, rc=%s%s): %s",
NULL             1859 lib/pengine/pe_output.c     pe_resource_t *rsc = NULL;
NULL             1864 lib/pengine/pe_output.c     xmlNode *node = NULL;
NULL             1874 lib/pengine/pe_output.c                                         NULL);
NULL             1881 lib/pengine/pe_output.c         char *agent_tuple = NULL;
NULL             1889 lib/pengine/pe_output.c                            NULL);
NULL             1898 lib/pengine/pe_output.c                            NULL);
NULL             1915 lib/pengine/pe_output.c                                                    NULL);
NULL             1939 lib/pengine/pe_output.c     for (GList *gIter = data_set->nodes; gIter != NULL; gIter = gIter->next) {
NULL             1942 lib/pengine/pe_output.c         GList *attr_list = NULL;
NULL             1951 lib/pengine/pe_output.c         while (g_hash_table_iter_next (&iter, &key, NULL)) {
NULL             1955 lib/pengine/pe_output.c         if (attr_list == NULL) {
NULL             1968 lib/pengine/pe_output.c         for (GList *aIter = attr_list; aIter != NULL; aIter = aIter->next) {
NULL             1970 lib/pengine/pe_output.c             const char *value = NULL;
NULL             2003 lib/pengine/pe_output.c     out->list_item(out, NULL, "%s", dump_text);
NULL             2019 lib/pengine/pe_output.c                                                        NULL);
NULL             2037 lib/pengine/pe_output.c     xmlNode *lrm_rsc = NULL;
NULL             2038 lib/pengine/pe_output.c     xmlNode *rsc_entry = NULL;
NULL             2046 lib/pengine/pe_output.c          rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) {
NULL             2072 lib/pengine/pe_output.c                                              NULL, data_set);
NULL             2091 lib/pengine/pe_output.c             if (op_list == NULL) {
NULL             2121 lib/pengine/pe_output.c     for (GList *gIter = nodes; gIter != NULL; gIter = gIter->next) {
NULL             2148 lib/pengine/pe_output.c     char *online_nodes = NULL;
NULL             2149 lib/pengine/pe_output.c     char *online_remote_nodes = NULL;
NULL             2150 lib/pengine/pe_output.c     char *online_guest_nodes = NULL;
NULL             2151 lib/pengine/pe_output.c     char *offline_nodes = NULL;
NULL             2152 lib/pengine/pe_output.c     char *offline_remote_nodes = NULL;
NULL             2162 lib/pengine/pe_output.c     for (GList *gIter = nodes; gIter != NULL; gIter = gIter->next) {
NULL             2251 lib/pengine/pe_output.c     out->begin_list(out, NULL, NULL, "nodes");
NULL             2252 lib/pengine/pe_output.c     for (GList *gIter = nodes; gIter != NULL; gIter = gIter->next) {
NULL             2278 lib/pengine/pe_output.c     xmlNode *node_state = NULL;
NULL             2288 lib/pengine/pe_output.c          node_state != NULL; node_state = crm_next_same_xml(node_state)) {
NULL             2321 lib/pengine/pe_output.c         out->list_item(out, NULL, "%s: %s allocation score on %s: %s",
NULL             2324 lib/pengine/pe_output.c         out->list_item(out, NULL, "%s: %s = %s", prefix, uname, score);
NULL             2343 lib/pengine/pe_output.c                                                    NULL);
NULL             2364 lib/pengine/pe_output.c     out->list_item(out, NULL, "%s", buf);
NULL             2385 lib/pengine/pe_output.c                                                    NULL);
NULL             2395 lib/pengine/pe_output.c         const char *value = NULL;
NULL             2428 lib/pengine/pe_output.c     out->list_item(out, NULL, "%s promotion score on %s: %s",
NULL             2446 lib/pengine/pe_output.c                                                    NULL);
NULL             2461 lib/pengine/pe_output.c     char *rsc_xml = NULL;
NULL             2489 lib/pengine/pe_output.c         out->begin_list(out, NULL, NULL, "%s", buf);
NULL             2491 lib/pengine/pe_output.c         out->list_item(out, NULL, "%s", buf);
NULL             2510 lib/pengine/pe_output.c                                                      NULL);
NULL             2512 lib/pengine/pe_output.c     if (rsc == NULL) {
NULL             2519 lib/pengine/pe_output.c                            NULL);
NULL             2546 lib/pengine/pe_output.c         out->begin_list(out, NULL, NULL, "Inactive Resources");
NULL             2548 lib/pengine/pe_output.c         out->begin_list(out, NULL, NULL, "Full List of Resources");
NULL             2550 lib/pengine/pe_output.c         out->begin_list(out, NULL, NULL, "Active Resources");
NULL             2593 lib/pengine/pe_output.c     for (rsc_iter = data_set->resources; rsc_iter != NULL; rsc_iter = rsc_iter->next) {
NULL             2647 lib/pengine/pe_output.c             out->list_item(out, NULL, "No inactive resources");
NULL             2649 lib/pengine/pe_output.c             out->list_item(out, NULL, "No resources");
NULL             2651 lib/pengine/pe_output.c             out->list_item(out, NULL, "No active resources");
NULL             2673 lib/pengine/pe_output.c     GList *gIter = NULL;
NULL             2677 lib/pengine/pe_output.c     for (gIter = op_list; gIter != NULL; gIter = gIter->next) {
NULL             2697 lib/pengine/pe_output.c                                              NULL, data_set);
NULL             2728 lib/pengine/pe_output.c     out->list_item(out, NULL, "%s", dump_text);
NULL             2746 lib/pengine/pe_output.c                                                        NULL);
NULL             2761 lib/pengine/pe_output.c         out->list_item(out, NULL, "%s:\t%s%s %s", ticket->id,
NULL             2767 lib/pengine/pe_output.c         out->list_item(out, NULL, "%s:\t%s%s", ticket->id,
NULL             2803 lib/pengine/pe_output.c     xmlNodePtr node = NULL;
NULL             2809 lib/pengine/pe_output.c                                         NULL);
NULL             2834 lib/pengine/pe_output.c     out->begin_list(out, NULL, NULL, "Tickets");
NULL             2919 lib/pengine/pe_output.c     { NULL, NULL, NULL }
NULL             2930 lib/pengine/pe_output.c     if (node == NULL) {
NULL             2943 lib/pengine/pe_output.c         GList *all = NULL;
NULL             2953 lib/pengine/pe_output.c         for (; gIter != NULL; gIter = gIter->next) {
NULL               20 lib/pengine/remote.c     return (rsc != NULL) && rsc->is_remote_node
NULL               27 lib/pengine/remote.c     return (node != NULL) && (node->details->type == node_remote)
NULL               28 lib/pengine/remote.c            && ((node->details->remote_rsc == NULL)
NULL               29 lib/pengine/remote.c                || (node->details->remote_rsc->container == NULL));
NULL               35 lib/pengine/remote.c     return (node != NULL) && (node->details->type == node_remote)
NULL               36 lib/pengine/remote.c            && (node->details->remote_rsc != NULL)
NULL               37 lib/pengine/remote.c            && (node->details->remote_rsc->container != NULL);
NULL               43 lib/pengine/remote.c     return (node != NULL) && (node->details->type == node_remote);
NULL               69 lib/pengine/remote.c     if ((rsc != NULL) && (data_set != NULL)
NULL               72 lib/pengine/remote.c         for (GList *gIter = rsc->fillers; gIter != NULL; gIter = gIter->next) {
NULL               80 lib/pengine/remote.c     return NULL;
NULL               86 lib/pengine/remote.c     const char *value = NULL;
NULL               88 lib/pengine/remote.c     if (xml == NULL) {
NULL              129 lib/pengine/remote.c     for (iter = host->details->running_rsc; iter != NULL; iter = iter->next) {
NULL              132 lib/pengine/remote.c         if (rsc->is_remote_node && (rsc->container != NULL)) {
NULL              175 lib/pengine/remote.c     crm_create_nvpair_xml(xml_sub, NULL,
NULL              178 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL,
NULL              182 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL,
NULL              186 lib/pengine/remote.c         crm_create_nvpair_xml(xml_sub, NULL, XML_RSC_ATTR_MANAGED, is_managed);
NULL              194 lib/pengine/remote.c             crm_create_nvpair_xml(xml_sub, NULL, XML_RSC_ATTR_REMOTE_RA_ADDR,
NULL              198 lib/pengine/remote.c             crm_create_nvpair_xml(xml_sub, NULL, "port", port);
NULL              223 lib/pengine/remote.c     struct check_op *check_op = NULL;
NULL              228 lib/pengine/remote.c     CRM_ASSERT(check_op != NULL);
NULL              252 lib/pengine/remote.c     for (GList *item = data_set->param_check; item != NULL; item = item->next) {
NULL              265 lib/pengine/remote.c         data_set->param_check = NULL;
NULL               46 lib/pengine/rules.c         .match_data = NULL,
NULL               47 lib/pengine/rules.c         .rsc_data = NULL,
NULL               48 lib/pengine/rules.c         .op_data = NULL
NULL               64 lib/pengine/rules.c         .rsc_data = NULL,
NULL               65 lib/pengine/rules.c         .op_data = NULL
NULL               97 lib/pengine/rules.c         .rsc_data = NULL,
NULL               98 lib/pengine/rules.c         .op_data = NULL
NULL              107 lib/pengine/rules.c     const char *tag = NULL;
NULL              108 lib/pengine/rules.c     const char *attr = NULL;
NULL              128 lib/pengine/rules.c     } else if (pcmk__strcase_any_of(attr, CRM_ATTR_UNAME, CRM_ATTR_KIND, CRM_ATTR_ID, NULL)) {
NULL              182 lib/pengine/rules.c     if (value == NULL) {
NULL              247 lib/pengine/rules.c     CRM_CHECK(now != NULL, return pcmk_rc_op_unsatisfied);
NULL              310 lib/pengine/rules.c     if ((next_change != NULL) && (t != NULL)) {
NULL              332 lib/pengine/rules.c     if (a == NULL && b == NULL) {
NULL              334 lib/pengine/rules.c     } else if (a == NULL) {
NULL              336 lib/pengine/rules.c     } else if (b == NULL) {
NULL              358 lib/pengine/rules.c     const char *name = NULL;
NULL              359 lib/pengine/rules.c     const char *value = NULL;
NULL              360 lib/pengine/rules.c     const char *old_value = NULL;
NULL              362 lib/pengine/rules.c     xmlNode *an_attr = NULL;
NULL              369 lib/pengine/rules.c     for (an_attr = pcmk__xe_first_child(list); an_attr != NULL;
NULL              376 lib/pengine/rules.c             if (name == NULL) {
NULL              381 lib/pengine/rules.c             if (value == NULL) {
NULL              385 lib/pengine/rules.c             if (name == NULL || value == NULL) {
NULL              399 lib/pengine/rules.c             } else if (old_value == NULL) {
NULL              416 lib/pengine/rules.c     xmlNode * rule = NULL;
NULL              417 lib/pengine/rules.c     xmlNode * expr = NULL;
NULL              419 lib/pengine/rules.c     for (rule = pcmk__xe_first_child(attr_set); rule != NULL;
NULL              424 lib/pengine/rules.c             for (expr = pcmk__xe_first_child(rule); expr != NULL;
NULL              434 lib/pengine/rules.c     return NULL;
NULL              440 lib/pengine/rules.c     xmlNode *attr_set_copy = NULL;
NULL              441 lib/pengine/rules.c     xmlNode *rule = NULL;
NULL              442 lib/pengine/rules.c     xmlNode *expr = NULL;
NULL              457 lib/pengine/rules.c     while (expr != NULL) {
NULL              468 lib/pengine/rules.c     add_node_nocopy(versioned_attrs, NULL, attr_set_copy);
NULL              494 lib/pengine/rules.c                                      CRM_ATTR_RA_VERSION, NULL, NULL))) {
NULL              535 lib/pengine/rules.c     GList *unsorted = NULL;
NULL              537 lib/pengine/rules.c     if (xml_obj == NULL) {
NULL              538 lib/pengine/rules.c         return NULL;
NULL              540 lib/pengine/rules.c     for (xmlNode *attr_set = pcmk__xe_first_child(xml_obj); attr_set != NULL;
NULL              545 lib/pengine/rules.c             const char *score = NULL;
NULL              546 lib/pengine/rules.c             sorted_set_t *pair = NULL;
NULL              549 lib/pengine/rules.c             if (expanded_attr_set == NULL) {
NULL              637 lib/pengine/rules.c         .match_data = NULL,
NULL              638 lib/pengine/rules.c         .rsc_data = NULL,
NULL              639 lib/pengine/rules.c         .op_data = NULL
NULL              652 lib/pengine/rules.c     unpack_nvpair_blocks(top, xml_obj, set_name, hash, NULL, FALSE, rule_data,
NULL              663 lib/pengine/rules.c     char *p_dst, *result = NULL;
NULL              666 lib/pengine/rules.c         return NULL;
NULL              687 lib/pengine/rules.c         return NULL;
NULL              727 lib/pengine/rules.c             pe_unpack_nvpairs(NULL, versioned_params,
NULL              728 lib/pengine/rules.c                               crm_element_name(attr_set), node_hash, hash, NULL,
NULL              729 lib/pengine/rules.c                               FALSE, NULL, NULL);
NULL              746 lib/pengine/rules.c          rule != NULL; rule = crm_next_same_xml(rule)) {
NULL              766 lib/pengine/rules.c     xmlNode *expr = NULL;
NULL              771 lib/pengine/rules.c     const char *value = NULL;
NULL              773 lib/pengine/rules.c     rule = expand_idref(rule, NULL);
NULL              781 lib/pengine/rules.c     for (expr = pcmk__xe_first_child(rule); expr != NULL;
NULL              809 lib/pengine/rules.c     const char *uname = NULL;
NULL              820 lib/pengine/rules.c             if (rule_data->node_hash != NULL) {
NULL              854 lib/pengine/rules.c                                              CRM_ATTR_RA_VERSION, NULL, NULL)) {
NULL              897 lib/pengine/rules.c     if (l_val != NULL && r_val != NULL) {
NULL              898 lib/pengine/rules.c         if (type == NULL) {
NULL              899 lib/pengine/rules.c             if (pcmk__strcase_any_of(op, "lt", "lte", "gt", "gte", NULL)) {
NULL              900 lib/pengine/rules.c                 if (pcmk__char_in_any_str('.', l_val, r_val, NULL)) {
NULL              941 lib/pengine/rules.c             int rc1 = pcmk__scan_double(l_val, &l_val_num, NULL, NULL);
NULL              942 lib/pengine/rules.c             int rc2 = pcmk__scan_double(r_val, &r_val_num, NULL, NULL);
NULL              964 lib/pengine/rules.c     } else if (l_val == NULL && r_val == NULL) {
NULL              966 lib/pengine/rules.c     } else if (r_val == NULL) {
NULL              996 lib/pengine/rules.c         return (l_val != NULL);
NULL              999 lib/pengine/rules.c         return (l_val == NULL);
NULL             1011 lib/pengine/rules.c     } else if (l_val == NULL || r_val == NULL) {
NULL             1043 lib/pengine/rules.c     GHashTable *table = NULL;
NULL             1046 lib/pengine/rules.c         return NULL; // value_source is irrelevant
NULL             1058 lib/pengine/rules.c     if (table == NULL) {
NULL             1059 lib/pengine/rules.c         return NULL;
NULL             1078 lib/pengine/rules.c     const char *h_val = NULL;
NULL             1080 lib/pengine/rules.c     const char *op = NULL;
NULL             1081 lib/pengine/rules.c     const char *type = NULL;
NULL             1082 lib/pengine/rules.c     const char *attr = NULL;
NULL             1083 lib/pengine/rules.c     const char *value = NULL;
NULL             1084 lib/pengine/rules.c     const char *value_source = NULL;
NULL             1092 lib/pengine/rules.c     if (attr == NULL || op == NULL) {
NULL             1098 lib/pengine/rules.c     if (rule_data->match_data != NULL) {
NULL             1100 lib/pengine/rules.c         if (rule_data->match_data->re != NULL) {
NULL             1103 lib/pengine/rules.c             if (resolved_attr != NULL) {
NULL             1113 lib/pengine/rules.c     if (rule_data->node_hash != NULL) {
NULL             1119 lib/pengine/rules.c         attr = NULL;
NULL             1138 lib/pengine/rules.c     crm_time_t *start = NULL;
NULL             1139 lib/pengine/rules.c     crm_time_t *end = NULL;
NULL             1140 lib/pengine/rules.c     const char *value = NULL;
NULL             1143 lib/pengine/rules.c     xmlNode *duration_spec = NULL;
NULL             1144 lib/pengine/rules.c     xmlNode *date_spec = NULL;
NULL             1155 lib/pengine/rules.c     if (value != NULL) {
NULL             1159 lib/pengine/rules.c     if (value != NULL) {
NULL             1163 lib/pengine/rules.c     if (start != NULL && end == NULL && duration_spec != NULL) {
NULL             1168 lib/pengine/rules.c         if ((start == NULL) && (end == NULL)) {
NULL             1170 lib/pengine/rules.c         } else if ((start != NULL) && (crm_time_compare(rule_data->now, start) < 0)) {
NULL             1173 lib/pengine/rules.c         } else if ((end != NULL) && (crm_time_compare(rule_data->now, end) > 0)) {
NULL             1189 lib/pengine/rules.c         if (start == NULL) {
NULL             1202 lib/pengine/rules.c         if (end == NULL) {
NULL             1225 lib/pengine/rules.c     if (rule_data->op_data == NULL) {
NULL             1236 lib/pengine/rules.c     if (interval_s != NULL && interval != rule_data->op_data->interval) {
NULL             1262 lib/pengine/rules.c     const char *op = NULL;
NULL             1263 lib/pengine/rules.c     const char *value = NULL;
NULL             1310 lib/pengine/rules.c     if (rule_data->rsc_data == NULL) {
NULL             1315 lib/pengine/rules.c     if (class != NULL &&
NULL             1321 lib/pengine/rules.c     if ((provider == NULL && rule_data->rsc_data->provider != NULL) ||
NULL             1322 lib/pengine/rules.c         (provider != NULL && rule_data->rsc_data->provider == NULL) ||
NULL             1328 lib/pengine/rules.c     if (type != NULL &&
NULL             1345 lib/pengine/rules.c     return pe_evaluate_rules(ruleset, node_hash, now, NULL);
NULL             1351 lib/pengine/rules.c     return pe_test_rule(rule, node_hash, role, now, NULL, NULL);
NULL             1359 lib/pengine/rules.c                                     .params = NULL,
NULL             1360 lib/pengine/rules.c                                     .meta = NULL,
NULL             1362 lib/pengine/rules.c     return pe_test_rule(rule, node_hash, role, now, NULL, &match_data);
NULL             1369 lib/pengine/rules.c     return pe_test_rule(rule, node_hash, role, now, NULL, match_data);
NULL             1375 lib/pengine/rules.c     return pe_test_expression(expr, node_hash, role, now, NULL, NULL);
NULL             1383 lib/pengine/rules.c                                     .params = NULL,
NULL             1384 lib/pengine/rules.c                                     .meta = NULL,
NULL             1386 lib/pengine/rules.c     return pe_test_expression(expr, node_hash, role, now, NULL, &match_data);
NULL             1394 lib/pengine/rules.c     return pe_test_expression(expr, node_hash, role, now, NULL, match_data);
NULL             1407 lib/pengine/rules.c         .match_data = NULL,
NULL             1408 lib/pengine/rules.c         .rsc_data = NULL,
NULL             1409 lib/pengine/rules.c         .op_data = NULL
NULL             1413 lib/pengine/rules.c                          overwrite, &rule_data, NULL, unpack_attr_set);
NULL               23 lib/pengine/rules_alerts.c     crm_time_t *now = crm_time_new(NULL);
NULL               24 lib/pengine/rules_alerts.c     const char *value = NULL;
NULL               26 lib/pengine/rules_alerts.c     pe_unpack_nvpairs(basenode, basenode, XML_TAG_META_SETS, NULL, config_hash,
NULL               27 lib/pengine/rules_alerts.c                       NULL, FALSE, now, NULL);
NULL               68 lib/pengine/rules_alerts.c     if ((basenode == NULL) || (entry == NULL)) {
NULL               73 lib/pengine/rules_alerts.c     if (child == NULL) {
NULL               77 lib/pengine/rules_alerts.c     if (entry->envvars == NULL) {
NULL               81 lib/pengine/rules_alerts.c     for (child = first_named_child(child, XML_CIB_TAG_NVPAIR); child != NULL;
NULL               87 lib/pengine/rules_alerts.c         if (value == NULL) {
NULL              100 lib/pengine/rules_alerts.c     xmlNode *event_type = NULL;
NULL              103 lib/pengine/rules_alerts.c     for (event_type = pcmk__xe_first_child(select); event_type != NULL;
NULL              108 lib/pengine/rules_alerts.c         if (tagname == NULL) {
NULL              127 lib/pengine/rules_alerts.c                  attr != NULL;
NULL              134 lib/pengine/rules_alerts.c                         entry->select_attribute_name = NULL;
NULL              140 lib/pengine/rules_alerts.c                     entry->select_attribute_name[nattrs] = NULL;
NULL              183 lib/pengine/rules_alerts.c     GList *alert_list = NULL;
NULL              185 lib/pengine/rules_alerts.c     if (alerts == NULL) {
NULL              190 lib/pengine/rules_alerts.c          alert != NULL; alert = crm_next_same_xml(alert)) {
NULL              198 lib/pengine/rules_alerts.c         if ((alert_id == NULL) || (alert_path == NULL)) {
NULL              207 lib/pengine/rules_alerts.c         if (entry->tstamp_format == NULL) {
NULL              216 lib/pengine/rules_alerts.c              recipient != NULL; recipient = crm_next_same_xml(recipient)) {
NULL               38 lib/pengine/status.c     if (data_set != NULL) {
NULL               52 lib/pengine/status.c     if (data_set != NULL) {
NULL               54 lib/pengine/status.c         data_set->priv = NULL;
NULL               73 lib/pengine/status.c     xmlNode *section = NULL;
NULL               75 lib/pengine/status.c     if ((data_set == NULL) || (data_set->input == NULL)) {
NULL               81 lib/pengine/status.c     if (data_set->failed != NULL) {
NULL               84 lib/pengine/status.c     data_set->failed = create_xml_node(NULL, "failed-ops");
NULL               86 lib/pengine/status.c     if (data_set->now == NULL) {
NULL               87 lib/pengine/status.c         data_set->now = crm_time_new(NULL);
NULL               90 lib/pengine/status.c     if (data_set->dc_uuid == NULL) {
NULL              138 lib/pengine/status.c         for (GList *item = data_set->resources; item != NULL;
NULL              165 lib/pengine/status.c     pe_resource_t *rsc = NULL;
NULL              168 lib/pengine/status.c     while (iterator != NULL) {
NULL              173 lib/pengine/status.c     if (resources != NULL) {
NULL              183 lib/pengine/status.c     while (iterator != NULL) {
NULL              187 lib/pengine/status.c     if (actions != NULL) {
NULL              195 lib/pengine/status.c     for (GList *iterator = nodes; iterator != NULL; iterator = iterator->next) {
NULL              199 lib/pengine/status.c         if (node == NULL) {
NULL              202 lib/pengine/status.c         if (node->details == NULL) {
NULL              213 lib/pengine/status.c         if (node->details->attrs != NULL) {
NULL              216 lib/pengine/status.c         if (node->details->utilization != NULL) {
NULL              219 lib/pengine/status.c         if (node->details->digest_cache != NULL) {
NULL              227 lib/pengine/status.c     if (nodes != NULL) {
NULL              237 lib/pengine/status.c     while (iterator != NULL) {
NULL              246 lib/pengine/status.c     if (constraints != NULL) {
NULL              256 lib/pengine/status.c     while (iterator != NULL) {
NULL              265 lib/pengine/status.c     if (constraints != NULL) {
NULL              281 lib/pengine/status.c     if (data_set == NULL) {
NULL              286 lib/pengine/status.c     if (data_set->config_hash != NULL) {
NULL              290 lib/pengine/status.c     if (data_set->singletons != NULL) {
NULL              326 lib/pengine/status.c     CRM_CHECK(data_set->ordering_constraints == NULL,;
NULL              328 lib/pengine/status.c     CRM_CHECK(data_set->placement_constraints == NULL,;
NULL              340 lib/pengine/status.c     if (data_set == NULL) {
NULL              347 lib/pengine/status.c     data_set->ordering_constraints = NULL;
NULL              352 lib/pengine/status.c     data_set->placement_constraints = NULL;
NULL              357 lib/pengine/status.c     data_set->colocation_constraints = NULL;
NULL              362 lib/pengine/status.c     data_set->ticket_constraints = NULL;
NULL              399 lib/pengine/status.c     GList *rIter = NULL;
NULL              405 lib/pengine/status.c             parent->fns->find_rsc(parent, id, NULL, flags);
NULL              406 lib/pengine/status.c         if (match != NULL) {
NULL              411 lib/pengine/status.c     return NULL;
NULL              431 lib/pengine/status.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              439 lib/pengine/status.c     return NULL;
NULL              447 lib/pengine/status.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              455 lib/pengine/status.c     return NULL;
NULL               23 lib/pengine/tags.c     GList *retval = NULL;
NULL               25 lib/pengine/tags.c     if (data_set->tags == NULL) {
NULL               31 lib/pengine/tags.c     if (value == NULL) {
NULL               54 lib/pengine/tags.c     GList *retval = NULL;
NULL               56 lib/pengine/tags.c     if (data_set->tags == NULL) {
NULL               62 lib/pengine/tags.c     if (value == NULL) {
NULL               89 lib/pengine/tags.c     if (rscs == NULL) {
NULL               93 lib/pengine/tags.c     retval = g_list_find_custom(rscs, rsc_name, (GCompareFunc) strcmp) != NULL;
NULL              104 lib/pengine/tags.c     if (unames == NULL) {
NULL              108 lib/pengine/tags.c     retval = g_list_find_custom(unames, node_name, (GCompareFunc) strcmp) != NULL;
NULL               27 lib/pengine/tests/native/native_find_rsc_test.c xmlNode *input = NULL;
NULL               28 lib/pengine/tests/native/native_find_rsc_test.c pe_working_set_t *data_set = NULL;
NULL               36 lib/pengine/tests/native/native_find_rsc_test.c     char *path = NULL;
NULL               44 lib/pengine/tests/native/native_find_rsc_test.c     if (input == NULL) {
NULL               50 lib/pengine/tests/native/native_find_rsc_test.c     if (data_set == NULL) {
NULL               65 lib/pengine/tests/native/native_find_rsc_test.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL               97 lib/pengine/tests/native/native_find_rsc_test.c     char *name = NULL;
NULL              101 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(NULL, "dummy", NULL, 0));
NULL              102 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(rsc, NULL, NULL, 0));
NULL              106 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(rsc, name, NULL, 0));
NULL              110 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(rsc, name, NULL, 0));
NULL              114 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(rsc, name, NULL, 0));
NULL              118 lib/pengine/tests/native/native_find_rsc_test.c     rsc->id = NULL;
NULL              119 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(rsc, id, NULL, 0));
NULL              125 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *dummy = NULL;
NULL              128 lib/pengine/tests/native/native_find_rsc_test.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL              140 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(dummy, native_find_rsc(dummy, "dummy", NULL, 0));
NULL              141 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(dummy, native_find_rsc(dummy, "dummy", NULL, pe_find_current));
NULL              144 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(dummy, "dummy", NULL, pe_find_clone));
NULL              162 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(exim_group, native_find_rsc(exim_group, "exim-group", NULL, 0));
NULL              163 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(exim_group, native_find_rsc(exim_group, "exim-group", NULL, pe_find_current));
NULL              166 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(exim_group, "exim-group", NULL, pe_find_clone));
NULL              184 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_group, native_find_rsc(inactive_group, "inactive-group", NULL, 0));
NULL              185 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_group, native_find_rsc(inactive_group, "inactive-group", NULL, pe_find_current));
NULL              186 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_group, native_find_rsc(inactive_group, "inactive-group", NULL, pe_find_inactive));
NULL              189 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(inactive_group, "inactive-group", NULL, pe_find_clone));
NULL              204 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *public_ip = NULL;
NULL              207 lib/pengine/tests/native/native_find_rsc_test.c     for (GList *iter = exim_group->children; iter != NULL; iter = iter->next) {
NULL              219 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(public_ip, native_find_rsc(public_ip, "Public-IP", NULL, 0));
NULL              220 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(public_ip, native_find_rsc(public_ip, "Public-IP", NULL, pe_find_current));
NULL              223 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(public_ip, "Public-IP", NULL, pe_find_clone));
NULL              238 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *inactive_dummy_1 = NULL;
NULL              241 lib/pengine/tests/native/native_find_rsc_test.c     for (GList *iter = inactive_group->children; iter != NULL; iter = iter->next) {
NULL              253 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_dummy_1, native_find_rsc(inactive_dummy_1, "inactive-dummy-1", NULL, 0));
NULL              254 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_dummy_1, native_find_rsc(inactive_dummy_1, "inactive-dummy-1", NULL, pe_find_current));
NULL              257 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(inactive_dummy_1, "inactive-dummy-1", NULL, pe_find_clone));
NULL              275 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_clone, native_find_rsc(promotable_clone, "promotable-clone", NULL, 0));
NULL              276 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_clone, native_find_rsc(promotable_clone, "promotable-clone", NULL, pe_find_current));
NULL              277 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_clone, native_find_rsc(promotable_clone, "promotable-clone", NULL, pe_find_clone));
NULL              301 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_clone, native_find_rsc(inactive_clone, "inactive-clone", NULL, 0));
NULL              302 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_clone, native_find_rsc(inactive_clone, "inactive-clone", NULL, pe_find_current));
NULL              303 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_clone, native_find_rsc(inactive_clone, "inactive-clone", NULL, pe_find_clone));
NULL              304 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(inactive_clone, native_find_rsc(inactive_clone, "inactive-clone", NULL, pe_find_inactive));
NULL              318 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *promotable_0 = NULL;
NULL              319 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *promotable_1 = NULL;
NULL              322 lib/pengine/tests/native/native_find_rsc_test.c     for (GList *iter = promotable_clone->children; iter != NULL; iter = iter->next) {
NULL              336 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_0, native_find_rsc(promotable_0, "promotable-rsc:0", NULL, 0));
NULL              337 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_0, native_find_rsc(promotable_0, "promotable-rsc:0", NULL, pe_find_current));
NULL              338 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_1, native_find_rsc(promotable_1, "promotable-rsc:1", NULL, 0));
NULL              339 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_1, native_find_rsc(promotable_1, "promotable-rsc:1", NULL, pe_find_current));
NULL              352 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_0, native_find_rsc(promotable_0, "promotable-rsc", NULL, pe_find_clone));
NULL              355 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_0, native_find_rsc(promotable_0, "promotable-rsc", NULL, pe_find_any));
NULL              356 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_1, native_find_rsc(promotable_1, "promotable-rsc", NULL, pe_find_any));
NULL              359 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_0, native_find_rsc(promotable_0, "promotable-rsc", NULL, pe_find_anon));
NULL              360 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_1, native_find_rsc(promotable_1, "promotable-rsc", NULL, pe_find_anon));
NULL              373 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(promotable_0, "promotable-rsc", NULL, pe_find_current));
NULL              374 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(promotable_1, "promotable-rsc", NULL, pe_find_current));
NULL              395 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *promotable_0 = NULL;
NULL              396 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *promotable_1 = NULL;
NULL              399 lib/pengine/tests/native/native_find_rsc_test.c     for (GList *iter = promotable_clone->children; iter != NULL; iter = iter->next) {
NULL              413 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_0, native_find_rsc(promotable_0, "promotable-rsc", NULL, pe_find_renamed));
NULL              414 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(promotable_1, native_find_rsc(promotable_1, "promotable-rsc", NULL, pe_find_renamed));
NULL              422 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(httpd_bundle, native_find_rsc(httpd_bundle, "httpd-bundle", NULL, 0));
NULL              423 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(httpd_bundle, native_find_rsc(httpd_bundle, "httpd-bundle", NULL, pe_find_current));
NULL              426 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(httpd_bundle, "httpd-bundle", NULL, pe_find_clone));
NULL              438 lib/pengine/tests/native/native_find_rsc_test.c     pe__bundle_variant_data_t *bundle_data = NULL;
NULL              439 lib/pengine/tests/native/native_find_rsc_test.c     pe__bundle_replica_t *replica_0 = NULL;
NULL              441 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *ip_0 = NULL;
NULL              442 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *child_0 = NULL;
NULL              443 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *container_0 = NULL;
NULL              444 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *remote_0 = NULL;
NULL              460 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(ip_0, native_find_rsc(ip_0, "httpd-bundle-ip-192.168.122.131", NULL, 0));
NULL              461 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(child_0, native_find_rsc(child_0, "httpd:0", NULL, 0));
NULL              462 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(container_0, native_find_rsc(container_0, "httpd-bundle-docker-0", NULL, 0));
NULL              463 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(remote_0, native_find_rsc(remote_0, "httpd-bundle-0", NULL, 0));
NULL              486 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(child_0, native_find_rsc(child_0, "httpd", NULL, pe_find_any));
NULL              489 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(child_0, native_find_rsc(child_0, "httpd", NULL, pe_find_anon));
NULL              500 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(child_0, "httpd", NULL, pe_find_current));
NULL              524 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_clone_group, native_find_rsc(mysql_clone_group, "mysql-clone-group", NULL, 0));
NULL              525 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_clone_group, native_find_rsc(mysql_clone_group, "mysql-clone-group", NULL, pe_find_current));
NULL              526 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_clone_group, native_find_rsc(mysql_clone_group, "mysql-clone-group", NULL, pe_find_clone));
NULL              547 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *mysql_group_0 = NULL;
NULL              548 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *mysql_group_1 = NULL;
NULL              551 lib/pengine/tests/native/native_find_rsc_test.c     for (GList *iter = mysql_clone_group->children; iter != NULL; iter = iter->next) {
NULL              565 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_0, native_find_rsc(mysql_group_0, "mysql-group:0", NULL, 0));
NULL              566 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_0, native_find_rsc(mysql_group_0, "mysql-group:0", NULL, pe_find_current));
NULL              567 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_1, native_find_rsc(mysql_group_1, "mysql-group:1", NULL, 0));
NULL              568 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_1, native_find_rsc(mysql_group_1, "mysql-group:1", NULL, pe_find_current));
NULL              581 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_0, native_find_rsc(mysql_group_0, "mysql-group" , NULL, pe_find_clone));
NULL              584 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_0, native_find_rsc(mysql_group_0, "mysql-group" , NULL, pe_find_any));
NULL              585 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_1, native_find_rsc(mysql_group_1, "mysql-group" , NULL, pe_find_any));
NULL              588 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_0, native_find_rsc(mysql_group_0, "mysql-group" , NULL, pe_find_anon));
NULL              589 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_group_1, native_find_rsc(mysql_group_1, "mysql-group" , NULL, pe_find_anon));
NULL              602 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(mysql_group_0, "mysql-group", NULL, pe_find_current));
NULL              603 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(mysql_group_1, "mysql-group", NULL, pe_find_current));
NULL              624 lib/pengine/tests/native/native_find_rsc_test.c     pe_resource_t *mysql_proxy = NULL;
NULL              627 lib/pengine/tests/native/native_find_rsc_test.c     for (GList *iter = mysql_clone_group->children; iter != NULL; iter = iter->next) {
NULL              631 lib/pengine/tests/native/native_find_rsc_test.c             for (GList *iter2 = rsc->children; iter2 != NULL; iter2 = iter2->next) {
NULL              647 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_proxy, native_find_rsc(mysql_proxy, "mysql-proxy:0", NULL, 0));
NULL              648 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_proxy, native_find_rsc(mysql_proxy, "mysql-proxy:0", NULL, pe_find_current));
NULL              651 lib/pengine/tests/native/native_find_rsc_test.c     assert_ptr_equal(mysql_proxy, native_find_rsc(mysql_proxy, "mysql-proxy:0", NULL, pe_find_clone));
NULL               23 lib/pengine/tests/native/pe_base_name_eq_test.c xmlNode *input = NULL;
NULL               24 lib/pengine/tests/native/pe_base_name_eq_test.c pe_working_set_t *data_set = NULL;
NULL               31 lib/pengine/tests/native/pe_base_name_eq_test.c     char *path = NULL;
NULL               39 lib/pengine/tests/native/pe_base_name_eq_test.c     if (input == NULL) {
NULL               45 lib/pengine/tests/native/pe_base_name_eq_test.c     if (data_set == NULL) {
NULL               55 lib/pengine/tests/native/pe_base_name_eq_test.c     for (GList *iter = data_set->resources; iter != NULL; iter = iter->next) {
NULL               65 lib/pengine/tests/native/pe_base_name_eq_test.c             for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL               75 lib/pengine/tests/native/pe_base_name_eq_test.c             for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL              101 lib/pengine/tests/native/pe_base_name_eq_test.c     assert_false(pe_base_name_eq(NULL, "dummy"));
NULL              102 lib/pengine/tests/native/pe_base_name_eq_test.c     assert_false(pe_base_name_eq(dummy, NULL));
NULL              104 lib/pengine/tests/native/pe_base_name_eq_test.c     dummy->id = NULL;
NULL               34 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     assert_int_equal(pe_cron_range_satisfied(NULL, NULL), pcmk_rc_op_unsatisfied);
NULL               39 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     crm_time_t *tm = crm_time_new(NULL);
NULL               41 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     assert_int_equal(pe_cron_range_satisfied(tm, NULL), pcmk_rc_ok);
NULL              140 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               22 lib/pengine/tests/unpack/pe_base_name_end_test.c     assert_null(pe_base_name_end(NULL));
NULL               46 lib/pengine/tests/unpack/pe_base_name_end_test.c     return cmocka_run_group_tests(tests, NULL, NULL);
NULL               36 lib/pengine/unpack.c         if (scf_value != NULL) {                                            \
NULL               77 lib/pengine/unpack.c         node->details->remote_rsc->container == NULL &&
NULL              135 lib/pengine/unpack.c         if ((rsc != NULL) && !pcmk_is_set(rsc->flags, pe_rsc_managed)) {
NULL              148 lib/pengine/unpack.c         pe_fence_op(node, NULL, TRUE, reason, FALSE, data_set);
NULL              162 lib/pengine/unpack.c         pe_fence_op(node, NULL, TRUE, reason, priority_delay, data_set);
NULL              184 lib/pengine/unpack.c     xmlXPathObjectPtr result = NULL;
NULL              198 lib/pengine/unpack.c     const char *value = NULL;
NULL              202 lib/pengine/unpack.c         .node_hash = NULL,
NULL              205 lib/pengine/unpack.c         .match_data = NULL,
NULL              206 lib/pengine/unpack.c         .rsc_data = NULL,
NULL              207 lib/pengine/unpack.c         .op_data = NULL
NULL              332 lib/pengine/unpack.c     if (value != NULL) {
NULL              384 lib/pengine/unpack.c     pe_node_t *new_node = NULL;
NULL              386 lib/pengine/unpack.c     if (pe_find_node(data_set->nodes, uname) != NULL) {
NULL              391 lib/pengine/unpack.c     if (new_node == NULL) {
NULL              392 lib/pengine/unpack.c         return NULL;
NULL              399 lib/pengine/unpack.c     if (new_node->details == NULL) {
NULL              401 lib/pengine/unpack.c         return NULL;
NULL              410 lib/pengine/unpack.c     new_node->details->running_rsc = NULL;
NULL              456 lib/pengine/unpack.c     xmlNode *attr_set = NULL;
NULL              457 lib/pengine/unpack.c     xmlNode *attr = NULL;
NULL              460 lib/pengine/unpack.c     const char *remote_name = NULL;
NULL              461 lib/pengine/unpack.c     const char *remote_server = NULL;
NULL              462 lib/pengine/unpack.c     const char *remote_port = NULL;
NULL              464 lib/pengine/unpack.c     const char *remote_allow_migrate=NULL;
NULL              465 lib/pengine/unpack.c     const char *is_managed = NULL;
NULL              467 lib/pengine/unpack.c     for (attr_set = pcmk__xe_first_child(xml_obj); attr_set != NULL;
NULL              475 lib/pengine/unpack.c         for (attr = pcmk__xe_first_child(attr_set); attr != NULL;
NULL              496 lib/pengine/unpack.c     if (remote_name == NULL) {
NULL              497 lib/pengine/unpack.c         return NULL;
NULL              500 lib/pengine/unpack.c     if (pe_find_resource(data->resources, remote_name) != NULL) {
NULL              501 lib/pengine/unpack.c         return NULL;
NULL              513 lib/pengine/unpack.c     if ((new_node->details->type == node_remote) && (new_node->details->remote_rsc == NULL)) {
NULL              538 lib/pengine/unpack.c     xmlNode *xml_obj = NULL;
NULL              539 lib/pengine/unpack.c     pe_node_t *new_node = NULL;
NULL              540 lib/pengine/unpack.c     const char *id = NULL;
NULL              541 lib/pengine/unpack.c     const char *uname = NULL;
NULL              542 lib/pengine/unpack.c     const char *type = NULL;
NULL              543 lib/pengine/unpack.c     const char *score = NULL;
NULL              546 lib/pengine/unpack.c         .node_hash = NULL,
NULL              549 lib/pengine/unpack.c         .match_data = NULL,
NULL              550 lib/pengine/unpack.c         .rsc_data = NULL,
NULL              551 lib/pengine/unpack.c         .op_data = NULL
NULL              554 lib/pengine/unpack.c     for (xml_obj = pcmk__xe_first_child(xml_nodes); xml_obj != NULL;
NULL              558 lib/pengine/unpack.c             new_node = NULL;
NULL              566 lib/pengine/unpack.c             if (id == NULL) {
NULL              573 lib/pengine/unpack.c             if (new_node == NULL) {
NULL              587 lib/pengine/unpack.c                                        new_node->details->utilization, NULL,
NULL              594 lib/pengine/unpack.c     if (data_set->localhost && pe_find_node(data_set->nodes, data_set->localhost) == NULL) {
NULL              596 lib/pengine/unpack.c         pe_create_node(data_set->localhost, data_set->localhost, NULL, 0,
NULL              606 lib/pengine/unpack.c     const char *container_id = NULL;
NULL              631 lib/pengine/unpack.c     xmlNode *xml_obj = NULL;
NULL              636 lib/pengine/unpack.c     for (xml_obj = pcmk__xe_first_child(xml_resources); xml_obj != NULL;
NULL              639 lib/pengine/unpack.c         const char *new_node_id = NULL;
NULL              648 lib/pengine/unpack.c             if (new_node_id && pe_find_node(data_set->nodes, new_node_id) == NULL) {
NULL              651 lib/pengine/unpack.c                 pe_create_node(new_node_id, new_node_id, "remote", NULL,
NULL              666 lib/pengine/unpack.c             if (new_node_id && pe_find_node(data_set->nodes, new_node_id) == NULL) {
NULL              669 lib/pengine/unpack.c                 pe_create_node(new_node_id, new_node_id, "remote", NULL,
NULL              679 lib/pengine/unpack.c             xmlNode *xml_obj2 = NULL;
NULL              680 lib/pengine/unpack.c             for (xml_obj2 = pcmk__xe_first_child(xml_obj); xml_obj2 != NULL;
NULL              685 lib/pengine/unpack.c                 if (new_node_id && pe_find_node(data_set->nodes, new_node_id) == NULL) {
NULL              688 lib/pengine/unpack.c                     pe_create_node(new_node_id, new_node_id, "remote", NULL,
NULL              708 lib/pengine/unpack.c     pe_node_t *remote_node = NULL;
NULL              720 lib/pengine/unpack.c     CRM_CHECK(remote_node != NULL, return);
NULL              726 lib/pengine/unpack.c     if (new_rsc->container == NULL) {
NULL              768 lib/pengine/unpack.c     xmlNode *xml_obj = NULL;
NULL              769 lib/pengine/unpack.c     GList *gIter = NULL;
NULL              773 lib/pengine/unpack.c     for (xml_obj = pcmk__xe_first_child(xml_resources); xml_obj != NULL;
NULL              776 lib/pengine/unpack.c         pe_resource_t *new_rsc = NULL;
NULL              782 lib/pengine/unpack.c                                                             template_id, NULL, NULL) == FALSE) {
NULL              784 lib/pengine/unpack.c                 g_hash_table_insert(data_set->template_rsc_sets, strdup(template_id), NULL);
NULL              790 lib/pengine/unpack.c         if (common_unpack(xml_obj, &new_rsc, NULL, data_set) && (new_rsc != NULL)) {
NULL              798 lib/pengine/unpack.c             if (new_rsc != NULL && new_rsc->fns != NULL) {
NULL              804 lib/pengine/unpack.c     for (gIter = data_set->resources; gIter != NULL; gIter = gIter->next) {
NULL              829 lib/pengine/unpack.c     xmlNode *xml_tag = NULL;
NULL              833 lib/pengine/unpack.c     for (xml_tag = pcmk__xe_first_child(xml_tags); xml_tag != NULL;
NULL              836 lib/pengine/unpack.c         xmlNode *xml_obj_ref = NULL;
NULL              843 lib/pengine/unpack.c         if (tag_id == NULL) {
NULL              849 lib/pengine/unpack.c         for (xml_obj_ref = pcmk__xe_first_child(xml_tag); xml_obj_ref != NULL;
NULL              858 lib/pengine/unpack.c             if (obj_ref == NULL) {
NULL              878 lib/pengine/unpack.c     const char *ticket_id = NULL;
NULL              879 lib/pengine/unpack.c     const char *granted = NULL;
NULL              880 lib/pengine/unpack.c     const char *last_granted = NULL;
NULL              881 lib/pengine/unpack.c     const char *standby = NULL;
NULL              882 lib/pengine/unpack.c     xmlAttrPtr xIter = NULL;
NULL              884 lib/pengine/unpack.c     pe_ticket_t *ticket = NULL;
NULL              894 lib/pengine/unpack.c     if (ticket == NULL) {
NULL              896 lib/pengine/unpack.c         if (ticket == NULL) {
NULL              946 lib/pengine/unpack.c     xmlNode *xml_obj = NULL;
NULL              948 lib/pengine/unpack.c     for (xml_obj = pcmk__xe_first_child(xml_tickets); xml_obj != NULL;
NULL              963 lib/pengine/unpack.c     const char *resource_discovery_enabled = NULL;
NULL              964 lib/pengine/unpack.c     xmlNode *attrs = NULL;
NULL              965 lib/pengine/unpack.c     pe_resource_t *rsc = NULL;
NULL              971 lib/pengine/unpack.c     if ((this_node == NULL) || !pe__is_guest_or_remote_node(this_node)) {
NULL              998 lib/pengine/unpack.c         ((rsc != NULL) && !pcmk_is_set(rsc->flags, pe_rsc_managed))) {
NULL             1033 lib/pengine/unpack.c     const char *discovery = NULL;
NULL             1049 lib/pengine/unpack.c     if ((discovery != NULL) && !crm_is_true(discovery)) {
NULL             1071 lib/pengine/unpack.c     const char *id = NULL;
NULL             1072 lib/pengine/unpack.c     const char *uname = NULL;
NULL             1073 lib/pengine/unpack.c     pe_node_t *this_node = NULL;
NULL             1076 lib/pengine/unpack.c     if (id == NULL) {
NULL             1083 lib/pengine/unpack.c     if (uname == NULL) {
NULL             1090 lib/pengine/unpack.c     if (this_node == NULL) {
NULL             1155 lib/pengine/unpack.c          state != NULL; state = crm_next_same_xml(state)) {
NULL             1159 lib/pengine/unpack.c         pe_node_t *this_node = NULL;
NULL             1161 lib/pengine/unpack.c         if ((id == NULL) || (uname == NULL)) {
NULL             1169 lib/pengine/unpack.c         if (this_node == NULL) {
NULL             1192 lib/pengine/unpack.c             if ((rsc == NULL) || (rsc->role != RSC_ROLE_STARTED)
NULL             1208 lib/pengine/unpack.c             if ((rsc == NULL)
NULL             1251 lib/pengine/unpack.c     xmlNode *state = NULL;
NULL             1255 lib/pengine/unpack.c     if (data_set->tickets == NULL) {
NULL             1259 lib/pengine/unpack.c     for (state = pcmk__xe_first_child(status); state != NULL;
NULL             1282 lib/pengine/unpack.c     if (data_set->stop_needed != NULL) {
NULL             1292 lib/pengine/unpack.c         data_set->stop_needed = NULL;
NULL             1299 lib/pengine/unpack.c     for (GList *gIter = data_set->nodes; gIter != NULL; gIter = gIter->next) {
NULL             1306 lib/pengine/unpack.c             && (this_node->details->remote_rsc != NULL)) {
NULL             1375 lib/pengine/unpack.c     } else if (terminate != NULL && strlen(terminate) > 0) {
NULL             1390 lib/pengine/unpack.c     if (exp_state == NULL) {
NULL             1400 lib/pengine/unpack.c     } else if (in_cluster == NULL) {
NULL             1437 lib/pengine/unpack.c     } else if (pcmk__strcase_any_of(join, CRMD_JOINSTATE_PENDING, CRMD_JOINSTATE_DOWN, NULL)) {
NULL             1456 lib/pengine/unpack.c     pe_resource_t *container = NULL;
NULL             1457 lib/pengine/unpack.c     pe_node_t *host = NULL;
NULL             1463 lib/pengine/unpack.c     if (rsc == NULL) {
NULL             1527 lib/pengine/unpack.c     CRM_CHECK(this_node != NULL, return);
NULL             1621 lib/pengine/unpack.c     return NULL;
NULL             1638 lib/pengine/unpack.c     char *basename = NULL;
NULL             1661 lib/pengine/unpack.c     char *zero = NULL;
NULL             1675 lib/pengine/unpack.c     pe_resource_t *rsc = NULL;
NULL             1676 lib/pengine/unpack.c     xmlNode *xml_rsc = create_xml_node(NULL, XML_CIB_TAG_RESOURCE);
NULL             1682 lib/pengine/unpack.c     if (!common_unpack(xml_rsc, &rsc, NULL, data_set)) {
NULL             1683 lib/pengine/unpack.c         return NULL;
NULL             1691 lib/pengine/unpack.c         if (node == NULL) {
NULL             1692 lib/pengine/unpack.c 	        node = pe_create_node(rsc_id, rsc_id, "remote", NULL, data_set);
NULL             1723 lib/pengine/unpack.c     pe_resource_t *orphan = top->fns->find_rsc(top, rsc_id, NULL, pe_find_clone);
NULL             1748 lib/pengine/unpack.c     GList *rIter = NULL;
NULL             1749 lib/pengine/unpack.c     pe_resource_t *rsc = NULL;
NULL             1750 lib/pengine/unpack.c     pe_resource_t *inactive_instance = NULL;
NULL             1753 lib/pengine/unpack.c     CRM_ASSERT(parent != NULL);
NULL             1759 lib/pengine/unpack.c     for (rIter = parent->children; rsc == NULL && rIter; rIter = rIter->next) {
NULL             1760 lib/pengine/unpack.c         GList *locations = NULL;
NULL             1784 lib/pengine/unpack.c             CRM_LOG_ASSERT(locations->next == NULL);
NULL             1794 lib/pengine/unpack.c                 rsc = parent->fns->find_rsc(child, rsc_id, NULL, pe_find_clone);
NULL             1808 lib/pengine/unpack.c                         rsc = NULL;
NULL             1821 lib/pengine/unpack.c                 inactive_instance = parent->fns->find_rsc(child, rsc_id, NULL,
NULL             1829 lib/pengine/unpack.c                     inactive_instance = NULL;
NULL             1835 lib/pengine/unpack.c     if ((rsc == NULL) && !skip_inactive && (inactive_instance != NULL)) {
NULL             1852 lib/pengine/unpack.c     if ((rsc != NULL) && !pcmk_is_set(rsc->flags, pe_rsc_needs_fencing)
NULL             1857 lib/pengine/unpack.c         rsc = NULL;
NULL             1860 lib/pengine/unpack.c     if (rsc == NULL) {
NULL             1871 lib/pengine/unpack.c     pe_resource_t *rsc = NULL;
NULL             1872 lib/pengine/unpack.c     pe_resource_t *parent = NULL;
NULL             1877 lib/pengine/unpack.c     if (rsc == NULL) {
NULL             1898 lib/pengine/unpack.c         return NULL;
NULL             1913 lib/pengine/unpack.c             CRM_ASSERT(rsc != NULL);
NULL             1931 lib/pengine/unpack.c     pe_resource_t *rsc = NULL;
NULL             1936 lib/pengine/unpack.c     if (rsc == NULL) {
NULL             1937 lib/pengine/unpack.c         return NULL;
NULL             1944 lib/pengine/unpack.c         CRM_CHECK(rsc != NULL, return NULL);
NULL             1946 lib/pengine/unpack.c         resource_location(rsc, NULL, -INFINITY, "__orphan_do_not_run__", data_set);
NULL             1956 lib/pengine/unpack.c     pe_node_t *tmpnode = NULL;
NULL             1957 lib/pengine/unpack.c     char *reason = NULL;
NULL             1969 lib/pengine/unpack.c             if (g_hash_table_lookup(iter->known_on, node->details->id) == NULL) {
NULL             1974 lib/pengine/unpack.c                              ((rsc->clone_name == NULL)? "" : " also known as "),
NULL             1975 lib/pengine/unpack.c                              ((rsc->clone_name == NULL)? "" : rsc->clone_name),
NULL             2025 lib/pengine/unpack.c             if (reason == NULL) {
NULL             2113 lib/pengine/unpack.c                 tmpnode = NULL;
NULL             2179 lib/pengine/unpack.c     } else if (rsc->clone_name && strchr(rsc->clone_name, ':') != NULL) {
NULL             2185 lib/pengine/unpack.c         rsc->clone_name = NULL;
NULL             2192 lib/pengine/unpack.c         for (; gIter != NULL; gIter = gIter->next) {
NULL             2209 lib/pengine/unpack.c     const char *task = NULL;
NULL             2210 lib/pengine/unpack.c     const char *status = NULL;
NULL             2216 lib/pengine/unpack.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             2220 lib/pengine/unpack.c         char *key = NULL;
NULL             2264 lib/pengine/unpack.c     const char *task = NULL;
NULL             2265 lib/pengine/unpack.c     const char *status = NULL;
NULL             2271 lib/pengine/unpack.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             2283 lib/pengine/unpack.c         } else if (pcmk__strcase_any_of(task, CRMD_ACTION_START, CRMD_ACTION_MIGRATED, NULL)) {
NULL             2289 lib/pengine/unpack.c             if (pcmk__strcase_any_of(rc, "0", "8", NULL)) {
NULL             2292 lib/pengine/unpack.c         } else if (pcmk__strcase_any_of(task, CRMD_ACTION_PROMOTE, CRMD_ACTION_DEMOTE, NULL)) {
NULL             2343 lib/pengine/unpack.c     GList *gIter = NULL;
NULL             2348 lib/pengine/unpack.c     const char *task = NULL;
NULL             2351 lib/pengine/unpack.c     pe_resource_t *rsc = NULL;
NULL             2352 lib/pengine/unpack.c     GList *op_list = NULL;
NULL             2353 lib/pengine/unpack.c     GList *sorted_op_list = NULL;
NULL             2355 lib/pengine/unpack.c     xmlNode *migrate_op = NULL;
NULL             2356 lib/pengine/unpack.c     xmlNode *rsc_op = NULL;
NULL             2357 lib/pengine/unpack.c     xmlNode *last_failure = NULL;
NULL             2362 lib/pengine/unpack.c     if (rsc_id == NULL) {
NULL             2365 lib/pengine/unpack.c         return NULL;
NULL             2372 lib/pengine/unpack.c          rsc_op != NULL; rsc_op = crm_next_same_xml(rsc_op)) {
NULL             2378 lib/pengine/unpack.c         if (op_list == NULL) {
NULL             2380 lib/pengine/unpack.c             return NULL;
NULL             2386 lib/pengine/unpack.c     if (rsc == NULL) {
NULL             2387 lib/pengine/unpack.c         if (op_list == NULL) {
NULL             2389 lib/pengine/unpack.c             return NULL;
NULL             2394 lib/pengine/unpack.c     CRM_ASSERT(rsc != NULL);
NULL             2406 lib/pengine/unpack.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
NULL             2447 lib/pengine/unpack.c     xmlNode *rsc_entry = NULL;
NULL             2448 lib/pengine/unpack.c     for (rsc_entry = pcmk__xe_first_child(lrm_rsc_list); rsc_entry != NULL;
NULL             2462 lib/pengine/unpack.c         if (container_id == NULL || rsc_id == NULL) {
NULL             2467 lib/pengine/unpack.c         if (container == NULL) {
NULL             2472 lib/pengine/unpack.c         if (rsc == NULL ||
NULL             2474 lib/pengine/unpack.c             rsc->container != NULL) {
NULL             2500 lib/pengine/unpack.c     if (xml == NULL) {
NULL             2504 lib/pengine/unpack.c     if (xml == NULL) {
NULL             2510 lib/pengine/unpack.c          rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) {
NULL             2514 lib/pengine/unpack.c         if ((rsc != NULL)
NULL             2556 lib/pengine/unpack.c     xmlNode *xml = NULL;
NULL             2590 lib/pengine/unpack.c             return NULL;
NULL             2628 lib/pengine/unpack.c                                    node->details->uname, NULL, TRUE, data_set);
NULL             2656 lib/pengine/unpack.c     pe_node_t *target_node = NULL;
NULL             2657 lib/pengine/unpack.c     pe_node_t *source_node = NULL;
NULL             2658 lib/pengine/unpack.c     xmlNode *migrate_from = NULL;
NULL             2732 lib/pengine/unpack.c     xmlNode *action = find_lrm_op(rsc->id, action_name, node_name, NULL, TRUE,
NULL             2744 lib/pengine/unpack.c     xmlNode *target_stop = NULL;
NULL             2745 lib/pengine/unpack.c     xmlNode *target_migrate_from = NULL;
NULL             2758 lib/pengine/unpack.c     target_stop = find_lrm_op(rsc->id, CRMD_ACTION_STOP, target, NULL,
NULL             2767 lib/pengine/unpack.c     if ((target_stop == NULL) || (target_stop_id < target_migrate_from_id)) {
NULL             2780 lib/pengine/unpack.c     } else if (target_migrate_from == NULL) {
NULL             2811 lib/pengine/unpack.c     xmlNode *source_stop = NULL;
NULL             2812 lib/pengine/unpack.c     xmlNode *source_migrate_to = NULL;
NULL             2825 lib/pengine/unpack.c     source_stop = find_lrm_op(rsc->id, CRMD_ACTION_STOP, source, NULL,
NULL             2832 lib/pengine/unpack.c     if ((source_stop == NULL)
NULL             2850 lib/pengine/unpack.c     xmlNode *xIter = NULL;
NULL             2876 lib/pengine/unpack.c     if(key == NULL) {
NULL             2886 lib/pengine/unpack.c     const char *when_s = NULL;
NULL             2997 lib/pengine/unpack.c     pe_action_t *action = NULL;
NULL             3005 lib/pengine/unpack.c     CRM_CHECK(task != NULL, return);
NULL             3011 lib/pengine/unpack.c     if (exit_reason == NULL) {
NULL             3046 lib/pengine/unpack.c     action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set);
NULL             3122 lib/pengine/unpack.c         if (fail_rsc->allowed_nodes != NULL) {
NULL             3197 lib/pengine/unpack.c     CRM_CHECK(task != NULL,
NULL             3202 lib/pengine/unpack.c     if (exit_reason == NULL) {
NULL             3339 lib/pengine/unpack.c             op_digest_cache_t *digest_data = NULL;
NULL             3366 lib/pengine/unpack.c         pe_action_t *fence = pe_fence_op(remote_node, NULL, TRUE, NULL,
NULL             3447 lib/pengine/unpack.c     const char *clear_reason = NULL;
NULL             3485 lib/pengine/unpack.c         if (pe_get_failcount(node, rsc, NULL, pe_fc_default, xml_op, data_set)) {
NULL             3516 lib/pengine/unpack.c     if (clear_reason != NULL) {
NULL             3558 lib/pengine/unpack.c     if (key == NULL) {
NULL             3561 lib/pengine/unpack.c     decode_transition_key(key, NULL, NULL, NULL, &target_rc);
NULL             3569 lib/pengine/unpack.c     pe_action_t *action = custom_action(rsc, strdup(key), task, NULL, TRUE, FALSE, data_set);
NULL             3686 lib/pengine/unpack.c     const char *task = NULL;
NULL             3687 lib/pengine/unpack.c     const char *task_key = NULL;
NULL             3688 lib/pengine/unpack.c     const char *exit_reason = NULL;
NULL             3700 lib/pengine/unpack.c     if (exit_reason == NULL) {
NULL             3709 lib/pengine/unpack.c     CRM_CHECK(task != NULL, return);
NULL             3831 lib/pengine/unpack.c             if (rsc->pending_task == NULL) {
NULL             3943 lib/pengine/unpack.c             resource_location(parent, NULL, -INFINITY, "fatal-error", data_set);
NULL             3957 lib/pengine/unpack.c     const char *cluster_name = NULL;
NULL             3960 lib/pengine/unpack.c         .node_hash = NULL,
NULL             3963 lib/pengine/unpack.c         .match_data = NULL,
NULL             3964 lib/pengine/unpack.c         .rsc_data = NULL,
NULL             3965 lib/pengine/unpack.c         .op_data = NULL
NULL             3990 lib/pengine/unpack.c                                node->details->attrs, NULL, overwrite, data_set);
NULL             3992 lib/pengine/unpack.c     if (pe_node_attribute_raw(node, CRM_ATTR_SITE_NAME) == NULL) {
NULL             4016 lib/pengine/unpack.c     xmlNode *rsc_op = NULL;
NULL             4018 lib/pengine/unpack.c     GList *gIter = NULL;
NULL             4019 lib/pengine/unpack.c     GList *op_list = NULL;
NULL             4020 lib/pengine/unpack.c     GList *sorted_op_list = NULL;
NULL             4023 lib/pengine/unpack.c     op_list = NULL;
NULL             4024 lib/pengine/unpack.c     sorted_op_list = NULL;
NULL             4027 lib/pengine/unpack.c          rsc_op != NULL; rsc_op = pcmk__xe_next(rsc_op)) {
NULL             4037 lib/pengine/unpack.c     if (op_list == NULL) {
NULL             4039 lib/pengine/unpack.c         return NULL;
NULL             4049 lib/pengine/unpack.c     op_list = NULL;
NULL             4053 lib/pengine/unpack.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
NULL             4077 lib/pengine/unpack.c     GList *output = NULL;
NULL             4078 lib/pengine/unpack.c     GList *intermediate = NULL;
NULL             4080 lib/pengine/unpack.c     xmlNode *tmp = NULL;
NULL             4083 lib/pengine/unpack.c     pe_node_t *this_node = NULL;
NULL             4085 lib/pengine/unpack.c     xmlNode *node_state = NULL;
NULL             4087 lib/pengine/unpack.c     for (node_state = pcmk__xe_first_child(status); node_state != NULL;
NULL             4093 lib/pengine/unpack.c             if (node != NULL && !pcmk__str_eq(uname, node, pcmk__str_casei)) {
NULL             4098 lib/pengine/unpack.c             if(this_node == NULL) {
NULL             4099 lib/pengine/unpack.c                 CRM_LOG_ASSERT(this_node != NULL);
NULL             4115 lib/pengine/unpack.c                 xmlNode *lrm_rsc = NULL;
NULL             4120 lib/pengine/unpack.c                 for (lrm_rsc = pcmk__xe_first_child(tmp); lrm_rsc != NULL;
NULL             4128 lib/pengine/unpack.c                         if (rsc != NULL && !pcmk__str_eq(rsc_id, rsc, pcmk__str_casei)) {
NULL               39 lib/pengine/utils.c     CRM_CHECK(action != NULL, return NULL);
NULL               41 lib/pengine/utils.c     if (action->action_details == NULL) {
NULL               43 lib/pengine/utils.c         CRM_CHECK(action->action_details != NULL, return NULL);
NULL               47 lib/pengine/utils.c     if (details->versioned_parameters == NULL) {
NULL               48 lib/pengine/utils.c         details->versioned_parameters = create_xml_node(NULL,
NULL               51 lib/pengine/utils.c     if (details->versioned_meta == NULL) {
NULL               52 lib/pengine/utils.c         details->versioned_meta = create_xml_node(NULL, XML_TAG_OP_VER_META);
NULL               62 lib/pengine/utils.c     if ((action == NULL) || (action->action_details == NULL)) {
NULL               75 lib/pengine/utils.c     action->action_details = NULL;
NULL               97 lib/pengine/utils.c         for (GList *n = rsc->running_on; n != NULL; n = n->next) {
NULL              119 lib/pengine/utils.c     } else if(node == NULL) {
NULL              143 lib/pengine/utils.c     pe_node_t *new_node = NULL;
NULL              145 lib/pengine/utils.c     CRM_ASSERT(this_node != NULL);
NULL              148 lib/pengine/utils.c     CRM_ASSERT(new_node != NULL);
NULL              163 lib/pengine/utils.c     pe_node_t *other_node = NULL;
NULL              167 lib/pengine/utils.c     pe_node_t *node = NULL;
NULL              170 lib/pengine/utils.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL              173 lib/pengine/utils.c         if (other_node == NULL) {
NULL              180 lib/pengine/utils.c     for (; gIter != NULL; gIter = gIter->next) {
NULL              185 lib/pengine/utils.c         if (other_node == NULL) {
NULL              205 lib/pengine/utils.c     GHashTable *result = NULL;
NULL              207 lib/pengine/utils.c     result = pcmk__strkey_table(NULL, free);
NULL              208 lib/pengine/utils.c     for (GList *gIter = list; gIter != NULL; gIter = gIter->next) {
NULL              241 lib/pengine/utils.c     for (GList *gIter = list; gIter != NULL; gIter = gIter->next) {
NULL              266 lib/pengine/utils.c     pe_node_t *node = NULL;
NULL              273 lib/pengine/utils.c     while (g_hash_table_iter_next(&iter, NULL, (void **) &node)) {
NULL              307 lib/pengine/utils.c     if (rsc != NULL && pcmk_is_set(rsc->flags, pe_rsc_orphan)) {
NULL              311 lib/pengine/utils.c     if (nodes == NULL) {
NULL              324 lib/pengine/utils.c         for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL              339 lib/pengine/utils.c     if (a == NULL && b == NULL) {
NULL              342 lib/pengine/utils.c     if (a == NULL) {
NULL              345 lib/pengine/utils.c     if (b == NULL) {
NULL              366 lib/pengine/utils.c     if (a == NULL && b == NULL) {
NULL              369 lib/pengine/utils.c     if (a == NULL) {
NULL              372 lib/pengine/utils.c     if (b == NULL) {
NULL              416 lib/pengine/utils.c     if (data_set->singletons == NULL) {
NULL              417 lib/pengine/utils.c         data_set->singletons = pcmk__strkey_table(NULL, NULL);
NULL              425 lib/pengine/utils.c     if (data_set->singletons == NULL) {
NULL              426 lib/pengine/utils.c         return NULL;
NULL              446 lib/pengine/utils.c     GList *matches = NULL;
NULL              447 lib/pengine/utils.c     pe_action_t *action = NULL;
NULL              452 lib/pengine/utils.c     matches = find_actions(((rsc == NULL)? data_set->actions : rsc->actions),
NULL              454 lib/pengine/utils.c     if (matches == NULL) {
NULL              455 lib/pengine/utils.c         return NULL;
NULL              486 lib/pengine/utils.c     CRM_ASSERT(action != NULL);
NULL              489 lib/pengine/utils.c     action->task = strdup(task); CRM_ASSERT(action->task != NULL);
NULL              510 lib/pengine/utils.c     if (rsc != NULL) {
NULL              514 lib/pengine/utils.c         parse_op_key(key, NULL, NULL, &interval_ms);
NULL              523 lib/pengine/utils.c                      ((rsc == NULL)? "no resource" : rsc->id),
NULL              524 lib/pengine/utils.c                      ((node == NULL)? "no node" : node->details->uname));
NULL              528 lib/pengine/utils.c         if (rsc == NULL) {
NULL              548 lib/pengine/utils.c         && (action->op_entry != NULL)) {
NULL              554 lib/pengine/utils.c             .match_data = NULL,
NULL              555 lib/pengine/utils.c             .rsc_data = NULL,
NULL              556 lib/pengine/utils.c             .op_data = NULL
NULL              561 lib/pengine/utils.c                                    &rule_data, action->extra, NULL,
NULL              577 lib/pengine/utils.c     if ((action->rsc != NULL) && (action->node != NULL)
NULL              581 lib/pengine/utils.c                                 XML_LRM_ATTR_INTERVAL_MS) == NULL)) {
NULL              612 lib/pengine/utils.c     if (action->node == NULL) {
NULL              640 lib/pengine/utils.c         pe_action_set_reason(action, NULL, TRUE);
NULL              734 lib/pengine/utils.c     pe_action_t *action = NULL;
NULL              736 lib/pengine/utils.c     CRM_ASSERT((key != NULL) && (task != NULL) && (data_set != NULL));
NULL              742 lib/pengine/utils.c     if (action == NULL) {
NULL              751 lib/pengine/utils.c     if (rsc != NULL) {
NULL              752 lib/pengine/utils.c         if (action->node != NULL) {
NULL              769 lib/pengine/utils.c     return !pcmk__strcase_any_of(value, "standby", "demote", "stop", NULL);
NULL              776 lib/pengine/utils.c     const char *name = NULL;
NULL              777 lib/pengine/utils.c     const char *role = NULL;
NULL              778 lib/pengine/utils.c     const char *on_fail = NULL;
NULL              779 lib/pengine/utils.c     const char *interval_spec = NULL;
NULL              788 lib/pengine/utils.c         return NULL;
NULL              792 lib/pengine/utils.c         xmlNode *operation = NULL;
NULL              794 lib/pengine/utils.c         CRM_CHECK(action->rsc != NULL, return NULL);
NULL              797 lib/pengine/utils.c              (operation != NULL) && (value == NULL);
NULL              815 lib/pengine/utils.c                                                 NULL)) {
NULL              837 lib/pengine/utils.c                                          RSC_ROLE_PROMOTED_LEGACY_S, NULL)
NULL              842 lib/pengine/utils.c             return NULL;
NULL              854 lib/pengine/utils.c     const char *name = NULL;
NULL              855 lib/pengine/utils.c     const char *interval_spec = NULL;
NULL              856 lib/pengine/utils.c     xmlNode *op = NULL;
NULL              857 lib/pengine/utils.c     xmlNode *operation = NULL;
NULL              860 lib/pengine/utils.c          operation != NULL;
NULL              894 lib/pengine/utils.c     if (value != NULL) {
NULL              917 lib/pengine/utils.c     crm_time_t *origin = NULL;
NULL              920 lib/pengine/utils.c     if ((value == NULL) || (interval_ms == 0) || (now == NULL)) {
NULL              926 lib/pengine/utils.c     if (origin == NULL) {
NULL              946 lib/pengine/utils.c     if (start_delay != NULL) {
NULL              966 lib/pengine/utils.c     xmlNode *child = NULL;
NULL              967 lib/pengine/utils.c     GHashTable *action_meta = NULL;
NULL              968 lib/pengine/utils.c     const char *timeout_spec = NULL;
NULL              972 lib/pengine/utils.c         .node_hash = NULL,
NULL              975 lib/pengine/utils.c         .match_data = NULL,
NULL              976 lib/pengine/utils.c         .rsc_data = NULL,
NULL              977 lib/pengine/utils.c         .op_data = NULL
NULL              981 lib/pengine/utils.c          child != NULL; child = crm_next_same_xml(child)) {
NULL              989 lib/pengine/utils.c     if (timeout_spec == NULL && data_set->op_defaults) {
NULL              992 lib/pengine/utils.c                                    &rule_data, action_meta, NULL, FALSE, data_set);
NULL             1004 lib/pengine/utils.c     if (action_meta != NULL) {
NULL             1015 lib/pengine/utils.c     xmlNode *attrs = NULL;
NULL             1016 lib/pengine/utils.c     xmlNode *attr = NULL;
NULL             1018 lib/pengine/utils.c     for (attrs = pcmk__xe_first_child(versioned_meta); attrs != NULL;
NULL             1021 lib/pengine/utils.c         for (attr = pcmk__xe_first_child(attrs); attr != NULL;
NULL             1028 lib/pengine/utils.c                 int start_delay = unpack_start_delay(value, NULL);
NULL             1068 lib/pengine/utils.c     const char *value = NULL;
NULL             1071 lib/pengine/utils.c     pe_rsc_action_details_t *rsc_details = NULL;
NULL             1086 lib/pengine/utils.c         .node_hash = NULL,
NULL             1089 lib/pengine/utils.c         .match_data = NULL,
NULL             1100 lib/pengine/utils.c                                action->meta, NULL, FALSE, data_set);
NULL             1118 lib/pengine/utils.c         xmlAttrPtr xIter = NULL;
NULL             1122 lib/pengine/utils.c                                    action->meta, NULL, TRUE, data_set);
NULL             1134 lib/pengine/utils.c                                      NULL);
NULL             1195 lib/pengine/utils.c     if (!pcmk__strcase_any_of(action->task, RSC_START, RSC_PROMOTE, NULL)) {
NULL             1215 lib/pengine/utils.c     if (value == NULL) {
NULL             1239 lib/pengine/utils.c     } else if (pcmk__strcase_any_of(value, "ignore", "nothing", NULL)) {
NULL             1262 lib/pengine/utils.c             value = NULL;
NULL             1271 lib/pengine/utils.c         value = NULL;
NULL             1275 lib/pengine/utils.c     if (value == NULL && container) {
NULL             1287 lib/pengine/utils.c     } else if (((value == NULL) || !pcmk_is_set(action->rsc->flags, pe_rsc_managed))
NULL             1311 lib/pengine/utils.c     } else if (value == NULL && pcmk__str_eq(action->task, CRMD_ACTION_STOP, pcmk__str_casei)) {
NULL             1321 lib/pengine/utils.c     } else if (value == NULL) {
NULL             1329 lib/pengine/utils.c     value = NULL;
NULL             1330 lib/pengine/utils.c     if (xml_obj != NULL) {
NULL             1337 lib/pengine/utils.c     if (value != NULL && action->fail_role == RSC_ROLE_UNKNOWN) {
NULL             1376 lib/pengine/utils.c     char *local_key = NULL;
NULL             1377 lib/pengine/utils.c     const char *name = NULL;
NULL             1378 lib/pengine/utils.c     const char *interval_spec = NULL;
NULL             1379 lib/pengine/utils.c     char *match_key = NULL;
NULL             1380 lib/pengine/utils.c     xmlNode *op = NULL;
NULL             1381 lib/pengine/utils.c     xmlNode *operation = NULL;
NULL             1384 lib/pengine/utils.c     for (operation = pcmk__xe_first_child(rsc->ops_xml); operation != NULL;
NULL             1412 lib/pengine/utils.c             if (op != NULL) {
NULL             1421 lib/pengine/utils.c         return NULL;
NULL             1436 lib/pengine/utils.c     return NULL;
NULL             1452 lib/pengine/utils.c               user_data == NULL ? "" : (char *)user_data,
NULL             1453 lib/pengine/utils.c               user_data == NULL ? "" : ": ", (char *)key, (char *)value);
NULL             1459 lib/pengine/utils.c     if (action == NULL) {
NULL             1486 lib/pengine/utils.c     const char *value = NULL;
NULL             1487 lib/pengine/utils.c     GList *result = NULL;
NULL             1490 lib/pengine/utils.c     CRM_CHECK(input != NULL, return NULL);
NULL             1492 lib/pengine/utils.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1496 lib/pengine/utils.c         if (value == NULL) {
NULL             1502 lib/pengine/utils.c         } else if (not_on_node == NULL) {
NULL             1506 lib/pengine/utils.c         } else if (action->node == NULL) {
NULL             1522 lib/pengine/utils.c     if (rsc == NULL) {
NULL             1543 lib/pengine/utils.c     GList *gIter = NULL;
NULL             1545 lib/pengine/utils.c     CRM_CHECK(uuid || task, return NULL);
NULL             1547 lib/pengine/utils.c     for (gIter = input; gIter != NULL; gIter = gIter->next) {
NULL             1550 lib/pengine/utils.c         if (uuid != NULL && !pcmk__str_eq(uuid, action->uuid, pcmk__str_casei)) {
NULL             1553 lib/pengine/utils.c         } else if (task != NULL && !pcmk__str_eq(task, action->task, pcmk__str_casei)) {
NULL             1556 lib/pengine/utils.c         } else if (on_node == NULL) {
NULL             1559 lib/pengine/utils.c         } else if (action->node == NULL) {
NULL             1567 lib/pengine/utils.c     return NULL;
NULL             1574 lib/pengine/utils.c     GList *result = NULL;
NULL             1576 lib/pengine/utils.c     CRM_CHECK(key != NULL, return NULL);
NULL             1578 lib/pengine/utils.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1584 lib/pengine/utils.c         } else if (on_node == NULL) {
NULL             1588 lib/pengine/utils.c         } else if (action->node == NULL) {
NULL             1607 lib/pengine/utils.c     GList *result = NULL;
NULL             1609 lib/pengine/utils.c     CRM_CHECK(key != NULL, return NULL);
NULL             1611 lib/pengine/utils.c     if (on_node == NULL) {
NULL             1612 lib/pengine/utils.c         return NULL;
NULL             1615 lib/pengine/utils.c     for (GList *gIter = input; gIter != NULL; gIter = gIter->next) {
NULL             1618 lib/pengine/utils.c         if ((action->node != NULL)
NULL             1647 lib/pengine/utils.c     GList *result = NULL;
NULL             1662 lib/pengine/utils.c     pe_node_t *match = NULL;
NULL             1675 lib/pengine/utils.c         for (; gIter != NULL; gIter = gIter->next) {
NULL             1684 lib/pengine/utils.c     if (match == NULL) {
NULL             1695 lib/pengine/utils.c     if (node != NULL) {
NULL             1698 lib/pengine/utils.c     } else if (data_set != NULL) {
NULL             1701 lib/pengine/utils.c         for (; gIter != NULL; gIter = gIter->next) {
NULL             1709 lib/pengine/utils.c         pe_node_t *node_iter = NULL;
NULL             1712 lib/pengine/utils.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&node_iter)) {
NULL             1717 lib/pengine/utils.c     if (node == NULL && score == -INFINITY) {
NULL             1721 lib/pengine/utils.c             rsc->allocated_to = NULL;
NULL             1741 lib/pengine/utils.c     char *a_uuid = NULL;
NULL             1742 lib/pengine/utils.c     char *b_uuid = NULL;
NULL             1807 lib/pengine/utils.c         CRM_CHECK(a_magic != NULL && b_magic != NULL, sort_return(0, "No magic"));
NULL             1808 lib/pengine/utils.c         if (!decode_transition_magic(a_magic, &a_uuid, &a_id, NULL, NULL, NULL,
NULL             1809 lib/pengine/utils.c                                      NULL)) {
NULL             1812 lib/pengine/utils.c         if (!decode_transition_magic(b_magic, &b_uuid, &b_id, NULL, NULL, NULL,
NULL             1813 lib/pengine/utils.c                                      NULL)) {
NULL             1856 lib/pengine/utils.c         if (data_set->now == NULL) {
NULL             1858 lib/pengine/utils.c             data_set->now = crm_time_new(NULL);
NULL             1864 lib/pengine/utils.c     return time(NULL);
NULL             1873 lib/pengine/utils.c     CRM_CHECK(role != NULL, return FALSE);
NULL             1908 lib/pengine/utils.c     GList *gIter = NULL;
NULL             1909 lib/pengine/utils.c     pe_action_wrapper_t *wrapper = NULL;
NULL             1910 lib/pengine/utils.c     GList *list = NULL;
NULL             1916 lib/pengine/utils.c     if (lh_action == NULL || rh_action == NULL) {
NULL             1928 lib/pengine/utils.c     for (; gIter != NULL; gIter = gIter->next) {
NULL             1957 lib/pengine/utils.c     if (op == NULL) {
NULL             1958 lib/pengine/utils.c         op = custom_action(NULL, strdup(name), name, NULL, TRUE, TRUE, data_set);
NULL             1979 lib/pengine/utils.c     pe_ticket_t *ticket = NULL;
NULL             1982 lib/pengine/utils.c         return NULL;
NULL             1985 lib/pengine/utils.c     if (data_set->tickets == NULL) {
NULL             1990 lib/pengine/utils.c     if (ticket == NULL) {
NULL             1993 lib/pengine/utils.c         if (ticket == NULL) {
NULL             1995 lib/pengine/utils.c             return NULL;
NULL             2024 lib/pengine/utils.c     for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL             2032 lib/pengine/utils.c     for (GList *lpc = data_set->resources; lpc != NULL; lpc = lpc->next) {
NULL             2042 lib/pengine/utils.c     for (GList *gIter = rsc->children; gIter != NULL; gIter = gIter->next) {
NULL             2050 lib/pengine/utils.c     for (GList *gIter = candidates; gIter != NULL; gIter = gIter->next) {
NULL             2075 lib/pengine/utils.c     GList *gIter = NULL;
NULL             2093 lib/pengine/utils.c     for (gIter = data_set->nodes; gIter != NULL; gIter = gIter->next) {
NULL             2139 lib/pengine/utils.c     char *op_key = NULL;
NULL             2140 lib/pengine/utils.c     pe_action_t *stonith_op = NULL;
NULL             2142 lib/pengine/utils.c     if(op == NULL) {
NULL             2149 lib/pengine/utils.c     if(stonith_op == NULL) {
NULL             2150 lib/pengine/utils.c         stonith_op = custom_action(NULL, op_key, CRM_OP_FENCE, node, TRUE, TRUE, data_set);
NULL             2169 lib/pengine/utils.c             GList *matches = find_unfencing_devices(data_set->resources, NULL);
NULL             2171 lib/pengine/utils.c             for (GList *gIter = matches; gIter != NULL; gIter = gIter->next) {
NULL             2175 lib/pengine/utils.c                 op_digest_cache_t *data = NULL;
NULL             2181 lib/pengine/utils.c                     if (!pcmk__is_daemon && data_set->priv != NULL) {
NULL             2219 lib/pengine/utils.c                                    XML_CONFIG_ATTR_PRIORITY_FENCING_DELAY) != NULL)) {
NULL             2236 lib/pengine/utils.c     } else if(reason && stonith_op->reason == NULL) {
NULL             2251 lib/pengine/utils.c     } else if ((rsc != NULL)
NULL             2270 lib/pengine/utils.c         while (g_hash_table_iter_next(&iter, NULL, (void **)&node)) {
NULL             2281 lib/pengine/utils.c     pe_tag_t *tag = NULL;
NULL             2282 lib/pengine/utils.c     GList *gIter = NULL;
NULL             2288 lib/pengine/utils.c     if (tag == NULL) {
NULL             2290 lib/pengine/utils.c         if (tag == NULL) {
NULL             2294 lib/pengine/utils.c         tag->refs = NULL;
NULL             2298 lib/pengine/utils.c     for (gIter = tag->refs; gIter != NULL; gIter = gIter->next) {
NULL             2328 lib/pengine/utils.c     const char *change = NULL;
NULL             2340 lib/pengine/utils.c             CRM_CHECK(change != NULL, change = "");
NULL             2344 lib/pengine/utils.c                              (action->rsc == NULL)? "" : " ",
NULL             2345 lib/pengine/utils.c                              (action->rsc == NULL)? "" : action->rsc->id,
NULL             2351 lib/pengine/utils.c     if (action->reason != NULL && overwrite) {
NULL             2354 lib/pengine/utils.c     } else if (action->reason == NULL) {
NULL             2427 lib/pengine/utils.c     const char *target_role = NULL;
NULL             2429 lib/pengine/utils.c     CRM_CHECK(rsc != NULL, return false);
NULL             2456 lib/pengine/utils.c     char *key = NULL;
NULL             2487 lib/pengine/utils.c     GList *retval = NULL;
NULL             2506 lib/pengine/utils.c     GList *nodes = NULL;
NULL             2538 lib/pengine/utils.c     GList *resources = NULL;
NULL             2552 lib/pengine/utils.c             if (strstr(s, ":") != NULL) {
NULL             2581 lib/pengine/utils.c     for (xmlNode *xml_op = pcmk__xml_first_child(rsc->cluster->failed); xml_op != NULL;
NULL             2583 lib/pengine/utils.c         const char *value = NULL;
NULL             2584 lib/pengine/utils.c         char *op_id = NULL;
NULL             2595 lib/pengine/utils.c         if (value == NULL || !pcmk__str_eq(value, name, pcmk__str_casei|pcmk__str_null_matches)) {
NULL             2601 lib/pengine/utils.c         if (!parse_op_key(value ? value : ID(xml_op), &op_id, NULL, NULL)) {
NULL             2615 lib/pengine/utils.c     return NULL;
NULL               38 lib/pengine/variant.h 	CRM_ASSERT(rsc != NULL);					\
NULL              113 lib/pengine/variant.h 	CRM_ASSERT(rsc != NULL);					\
NULL              115 lib/pengine/variant.h 	CRM_ASSERT(rsc->variant_opaque != NULL);			\
NULL              134 lib/pengine/variant.h 	CRM_ASSERT(rsc != NULL);					\
NULL              136 lib/pengine/variant.h 	CRM_ASSERT(rsc->variant_opaque != NULL);			\
NULL              146 lib/pengine/variant.h 	CRM_ASSERT(rsc != NULL);					\
NULL              148 lib/pengine/variant.h 	CRM_ASSERT(rsc->variant_opaque != NULL);			\
NULL               20 lib/services/dbus.c static GList *conn_dispatches = NULL;
NULL               56 lib/services/dbus.c     for (GList *gIter = conn_dispatches; gIter != NULL; gIter = gIter->next) {
NULL               66 lib/services/dbus.c     conn_dispatches = NULL;
NULL              161 lib/services/dbus.c     dbus_watch_set_data(watch, client, NULL);
NULL              187 lib/services/dbus.c                                         toggle_dbus_watch, NULL, NULL);
NULL              213 lib/services/dbus.c         dbus_timeout_set_data(timeout, GUINT_TO_POINTER(id), NULL);
NULL              228 lib/services/dbus.c         dbus_timeout_set_data(timeout, 0, NULL);
NULL              251 lib/services/dbus.c                                           toggle_dbus_timer, NULL, NULL);
NULL              269 lib/services/dbus.c         return NULL;
NULL              271 lib/services/dbus.c     if (connection == NULL) {
NULL              272 lib/services/dbus.c         return NULL;
NULL              285 lib/services/dbus.c                                                  NULL, NULL);
NULL              290 lib/services/dbus.c                            NULL);
NULL              337 lib/services/dbus.c     if (pending == NULL) {
NULL              340 lib/services/dbus.c     } else if (reply == NULL) {
NULL              350 lib/services/dbus.c                     char *sig = NULL;
NULL              355 lib/services/dbus.c                     if (sig != NULL) {
NULL              415 lib/services/dbus.c     const char *method = NULL;
NULL              416 lib/services/dbus.c     DBusMessage *reply = NULL;
NULL              417 lib/services/dbus.c     DBusPendingCall* pending = NULL;
NULL              438 lib/services/dbus.c         return NULL;
NULL              480 lib/services/dbus.c     const char *method = NULL;
NULL              481 lib/services/dbus.c     DBusPendingCall* pending = NULL;
NULL              495 lib/services/dbus.c         return NULL;
NULL              497 lib/services/dbus.c     } else if (pending == NULL) {
NULL              500 lib/services/dbus.c         return NULL;
NULL              509 lib/services/dbus.c     if (!dbus_pending_call_set_notify(pending, done, user_data, NULL)) {
NULL              510 lib/services/dbus.c         return NULL;
NULL              522 lib/services/dbus.c     if (field == NULL) {
NULL              528 lib/services/dbus.c     if (field == NULL) {
NULL              592 lib/services/dbus.c     char *output = NULL;
NULL              657 lib/services/dbus.c     DBusMessage *reply = NULL;
NULL              658 lib/services/dbus.c     char *value = NULL;
NULL              699 lib/services/dbus.c     char *output = NULL;
NULL              700 lib/services/dbus.c     struct property_query *query_data = NULL;
NULL              702 lib/services/dbus.c     CRM_CHECK((connection != NULL) && (target != NULL) && (obj != NULL)
NULL              703 lib/services/dbus.c               && (iface != NULL) && (name != NULL), return NULL);
NULL              710 lib/services/dbus.c     if (msg == NULL) {
NULL              713 lib/services/dbus.c         return NULL;
NULL              724 lib/services/dbus.c         return NULL;
NULL              728 lib/services/dbus.c     if (query_data == NULL) {
NULL              732 lib/services/dbus.c         return NULL;
NULL              740 lib/services/dbus.c     CRM_CHECK((query_data->target != NULL)
NULL              741 lib/services/dbus.c                   && (query_data->object != NULL)
NULL              742 lib/services/dbus.c                   && (query_data->name != NULL),
NULL              745 lib/services/dbus.c               return NULL);
NULL              752 lib/services/dbus.c         if (local_pending == NULL) {
NULL              755 lib/services/dbus.c             query_data = NULL;
NULL              763 lib/services/dbus.c         DBusMessage *reply = pcmk_dbus_send_recv(msg, connection, NULL,
NULL               49 lib/services/services.c static GHashTable *recurring_actions = NULL;
NULL               53 lib/services/services.c static GList *blocked_ops = NULL;
NULL               56 lib/services/services.c static GList *inflight_ops = NULL;
NULL               89 lib/services/services.c     return NULL;
NULL               95 lib/services/services.c     if (recurring_actions == NULL) {
NULL               96 lib/services/services.c         recurring_actions = pcmk__strkey_table(NULL, NULL);
NULL              112 lib/services/services.c                            PCMK_RESOURCE_CLASS_UPSTART, NULL) &&
NULL              113 lib/services/services.c            g_list_find(inflight_ops, op) != NULL;
NULL              131 lib/services/services.c     char *expanded_class = NULL;
NULL              162 lib/services/services.c     if (op == NULL) {
NULL              163 lib/services/services.c         return NULL;
NULL              167 lib/services/services.c     if (op->opaque == NULL) {
NULL              169 lib/services/services.c         return NULL;
NULL              173 lib/services/services.c     services__set_result(op, PCMK_OCF_UNKNOWN, PCMK_EXEC_UNKNOWN, NULL);
NULL              221 lib/services/services.c     if (op->rsc == NULL) {
NULL              226 lib/services/services.c     if (op->agent == NULL) {
NULL              231 lib/services/services.c     if (op->standard == NULL) {
NULL              240 lib/services/services.c     if (op->action == NULL) {
NULL              246 lib/services/services.c         if (op->provider == NULL) {
NULL              259 lib/services/services.c     svc_action_t *op = NULL;
NULL              264 lib/services/services.c     if (op == NULL) {
NULL              266 lib/services/services.c         if (params != NULL) {
NULL              269 lib/services/services.c         return NULL;
NULL              280 lib/services/services.c     } else if (params != NULL) {
NULL              282 lib/services/services.c         params = NULL;
NULL              343 lib/services/services.c     if (op == NULL || op->rc != 0) {
NULL              345 lib/services/services.c         return NULL;
NULL              360 lib/services/services.c     CRM_ASSERT(op != NULL);
NULL              364 lib/services/services.c     if ((op->opaque->exec == NULL) || (op->opaque->args[0] == NULL)) {
NULL              371 lib/services/services.c     if (args == NULL) {
NULL              375 lib/services/services.c     for (int cur_arg = 1; args[cur_arg - 1] != NULL; cur_arg++) {
NULL              386 lib/services/services.c         if (op->opaque->args[cur_arg] == NULL) {
NULL              416 lib/services/services.c     svc_action_t *action = services_action_create_generic(exec, NULL);
NULL              420 lib/services/services.c     CRM_ASSERT((action->id != NULL) && (action->standard != NULL));
NULL              447 lib/services/services.c     CRM_CHECK((op != NULL) && (user != NULL), return -EINVAL);
NULL              503 lib/services/services.c     if ((op == NULL) || (op->opaque == NULL)) {
NULL              524 lib/services/services.c         services_set_op_pending(op, NULL);
NULL              530 lib/services/services.c         op->opaque->stderr_gsource = NULL;
NULL              535 lib/services/services.c         op->opaque->stdout_gsource = NULL;
NULL              579 lib/services/services.c                  ((standard == NULL)? "unspecified" : standard));
NULL              589 lib/services/services.c     if (op == NULL) {
NULL              597 lib/services/services.c     CRM_CHECK(g_list_find(inflight_ops, op) == NULL, return);
NULL              598 lib/services/services.c     CRM_CHECK(g_list_find(blocked_ops, op) == NULL, return);
NULL              599 lib/services/services.c     CRM_CHECK((recurring_actions == NULL)
NULL              600 lib/services/services.c               || (g_hash_table_lookup(recurring_actions, op->id) == NULL),
NULL              631 lib/services/services.c         op->params = NULL;
NULL              668 lib/services/services.c     svc_action_t *op = NULL;
NULL              673 lib/services/services.c     if (op == NULL) {
NULL              734 lib/services/services.c     svc_action_t * op = NULL;
NULL              741 lib/services/services.c     if (op == NULL) {
NULL              770 lib/services/services.c     svc_action_t * dup = NULL;
NULL              780 lib/services/services.c             op->cb_data = NULL;
NULL              837 lib/services/services.c     if (op == NULL) {
NULL              871 lib/services/services.c     CRM_CHECK(op != NULL, return TRUE);
NULL              874 lib/services/services.c     if (action_callback != NULL) {
NULL              877 lib/services/services.c     if (action_fork_callback != NULL) {
NULL              904 lib/services/services.c     return services_action_async_fork_notify(op, action_callback, NULL);
NULL              912 lib/services/services.c     GList *gIter = NULL;
NULL              913 lib/services/services.c     svc_action_t *op = NULL;
NULL              915 lib/services/services.c     for (gIter = inflight_ops; gIter != NULL; gIter = gIter->next) {
NULL              928 lib/services/services.c     GList *executed_ops = NULL;
NULL              929 lib/services/services.c     GList *gIter = NULL;
NULL              930 lib/services/services.c     svc_action_t *op = NULL;
NULL              941 lib/services/services.c     for (gIter = blocked_ops; gIter != NULL; gIter = gIter->next) {
NULL              954 lib/services/services.c     for (gIter = executed_ops; gIter != NULL; gIter = gIter->next) {
NULL              976 lib/services/services.c     if (op->agent == NULL) {
NULL              983 lib/services/services.c     if (class == NULL) {
NULL              995 lib/services/services.c     if (class == NULL) {
NULL             1024 lib/services/services.c     if (op == NULL) {
NULL             1063 lib/services/services.c     GList *standards = NULL;
NULL             1073 lib/services/services.c         if (agents != NULL) {
NULL             1085 lib/services/services.c         if (agents != NULL) {
NULL             1097 lib/services/services.c         if (agents != NULL) {
NULL             1115 lib/services/services.c     return NULL;
NULL             1121 lib/services/services.c     if ((standard == NULL)
NULL             1128 lib/services/services.c         if (standard == NULL) {
NULL             1130 lib/services/services.c             tmp2 = resources_os_list_ocf_agents(NULL);
NULL             1171 lib/services/services.c     return NULL;
NULL             1177 lib/services/services.c     GList *standards = NULL;
NULL             1178 lib/services/services.c     GList *providers = NULL;
NULL             1179 lib/services/services.c     GList *iter = NULL;
NULL             1184 lib/services/services.c     for (iter = standards; iter != NULL; iter = iter->next) {
NULL             1198 lib/services/services.c     if (has_providers == TRUE && provider != NULL) {
NULL             1200 lib/services/services.c         for (iter = providers; iter != NULL; iter = iter->next) {
NULL             1206 lib/services/services.c     } else if (has_providers == FALSE && provider == NULL) {
NULL             1274 lib/services/services.c     if (action == NULL) {
NULL             1284 lib/services/services.c         action->opaque->exit_reason = (reason == NULL)? NULL : strdup(reason);
NULL             1306 lib/services/services.c     char *reason = NULL;
NULL             1308 lib/services/services.c     if (action == NULL) {
NULL             1315 lib/services/services.c     if (format != NULL) {
NULL             1336 lib/services/services.c     if (action != NULL) {
NULL             1339 lib/services/services.c         action->opaque->exit_reason = NULL;
NULL             1354 lib/services/services.c     if ((action == NULL) || (action->standard == NULL)) {
NULL             1396 lib/services/services.c     action->stdout_data = NULL;
NULL             1415 lib/services/services.c     action->stderr_data = NULL;
NULL               80 lib/services/services_linux.c     CRM_CHECK(data != NULL, return -1);
NULL              126 lib/services/services_linux.c         && (sigprocmask(SIG_UNBLOCK, &(data->mask), NULL) < 0)) {
NULL              143 lib/services/services_linux.c volatile struct sigchld_data_s *last_sigchld_data = NULL;
NULL              149 lib/services/services_linux.c     if ((last_sigchld_data != NULL)
NULL              198 lib/services/services_linux.c     CRM_CHECK(data != NULL, return -1);
NULL              227 lib/services/services_linux.c     if (sigaction(SIGCHLD, &(data->old_sa), NULL) < 0) {
NULL              259 lib/services/services_linux.c     char *data = NULL;
NULL              334 lib/services/services_linux.c     op->opaque->stdout_gsource = NULL;
NULL              346 lib/services/services_linux.c     op->opaque->stderr_gsource = NULL;
NULL              385 lib/services/services_linux.c     if (value != NULL) {
NULL              408 lib/services/services_linux.c     void (*env_setter)(gpointer, gpointer, gpointer) = NULL;
NULL              409 lib/services/services_linux.c     if (op->agent == NULL) {
NULL              416 lib/services/services_linux.c     if (env_setter != NULL && op->params != NULL) {
NULL              417 lib/services/services_linux.c         g_hash_table_foreach(op->params, env_setter, NULL);
NULL              420 lib/services/services_linux.c     if (env_setter == NULL || env_setter == set_alert_env) {
NULL              424 lib/services/services_linux.c     set_ocf_env("OCF_RA_VERSION_MAJOR", PCMK_OCF_MAJOR_VERSION, NULL);
NULL              425 lib/services/services_linux.c     set_ocf_env("OCF_RA_VERSION_MINOR", PCMK_OCF_MINOR_VERSION, NULL);
NULL              426 lib/services/services_linux.c     set_ocf_env("OCF_ROOT", OCF_ROOT_DIR, NULL);
NULL              427 lib/services/services_linux.c     set_ocf_env("OCF_EXIT_REASON_PREFIX", PCMK_OCF_REASON_PREFIX, NULL);
NULL              430 lib/services/services_linux.c         set_ocf_env("OCF_RESOURCE_INSTANCE", op->rsc, NULL);
NULL              433 lib/services/services_linux.c     if (op->agent != NULL) {
NULL              434 lib/services/services_linux.c         set_ocf_env("OCF_RESOURCE_TYPE", op->agent, NULL);
NULL              438 lib/services/services_linux.c     if (op->provider != NULL) {
NULL              439 lib/services/services_linux.c         set_ocf_env("OCF_RESOURCE_PROVIDER", op->provider, NULL);
NULL              484 lib/services/services_linux.c     op->stdout_data = NULL;
NULL              486 lib/services/services_linux.c     op->stderr_data = NULL;
NULL              489 lib/services/services_linux.c     services_action_async(op, NULL);
NULL              514 lib/services/services_linux.c     CRM_CHECK((op != NULL) && !(op->synchronous), return EINVAL);
NULL              528 lib/services/services_linux.c     if (op->opaque->callback != NULL) {
NULL              576 lib/services/services_linux.c             *source = NULL;
NULL              603 lib/services/services_linux.c     const char *reason_start = NULL;
NULL              604 lib/services/services_linux.c     const char *reason_end = NULL;
NULL              607 lib/services/services_linux.c     if ((op->stderr_data == NULL) ||
NULL              615 lib/services/services_linux.c          cur != NULL; cur = strstr(cur, PCMK_OCF_REASON_PREFIX)) {
NULL              621 lib/services/services_linux.c     if ((reason_start == NULL) || (reason_start[0] == '\n')
NULL              628 lib/services/services_linux.c     if (reason_end == NULL) {
NULL              674 lib/services/services_linux.c         services__set_result(op, exitcode, PCMK_EXEC_DONE, NULL);
NULL              694 lib/services/services_linux.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_CANCELLED, NULL);
NULL              723 lib/services/services_linux.c     if ((op == NULL) || (op->standard == NULL)) {
NULL              758 lib/services/services_linux.c     if ((op == NULL) || (op->standard == NULL)) {
NULL              793 lib/services/services_linux.c     if ((op == NULL) || (op->standard == NULL)) {
NULL              829 lib/services/services_linux.c     if ((op == NULL) || (op->standard == NULL)) {
NULL              863 lib/services/services_linux.c     if (name == NULL) {
NULL              865 lib/services/services_linux.c         if (name == NULL) {
NULL              903 lib/services/services_linux.c     if ((op != NULL) && (exit_reason != NULL)
NULL              987 lib/services/services_linux.c         if (setgroups(0, NULL) < 0) {
NULL             1025 lib/services/services_linux.c     time_t start = time(NULL);
NULL             1028 lib/services/services_linux.c     const char *wait_reason = NULL;
NULL             1046 lib/services/services_linux.c         wait_reason = NULL;
NULL             1085 lib/services/services_linux.c         timeout = op->timeout - (time(NULL) - start) * 1000;
NULL             1125 lib/services/services_linux.c         services__set_result(op, WEXITSTATUS(status), PCMK_EXEC_DONE, NULL);
NULL             1363 lib/services/services_linux.c     GList *list = NULL;
NULL             1368 lib/services/services_linux.c     entries = scandir(root, &namelist, NULL, alphasort);
NULL             1418 lib/services/services_linux.c     GList *result = NULL;
NULL             1420 lib/services/services_linux.c     char *dir = NULL;
NULL             1427 lib/services/services_linux.c     for (dir = strtok(dirs, ":"); dir != NULL; dir = strtok(NULL, ":")) {
NULL               73 lib/services/services_lsb.c         if ((m) != NULL) {                      \
NULL               75 lib/services/services_lsb.c             (m) = NULL;                         \
NULL               93 lib/services/services_lsb.c         *value = (char *)xmlEncodeEntitiesReentrant(NULL, BAD_CAST line+strlen(prefix));
NULL              105 lib/services/services_lsb.c     FILE *fp = NULL;
NULL              107 lib/services/services_lsb.c     char *provides = NULL;
NULL              108 lib/services/services_lsb.c     char *req_start = NULL;
NULL              109 lib/services/services_lsb.c     char *req_stop = NULL;
NULL              110 lib/services/services_lsb.c     char *shld_start = NULL;
NULL              111 lib/services/services_lsb.c     char *shld_stop = NULL;
NULL              112 lib/services/services_lsb.c     char *dflt_start = NULL;
NULL              113 lib/services/services_lsb.c     char *dflt_stop = NULL;
NULL              114 lib/services/services_lsb.c     char *s_dscrpt = NULL;
NULL              115 lib/services/services_lsb.c     char *xml_l_dscrpt = NULL;
NULL              129 lib/services/services_lsb.c     if (fp == NULL) {
NULL              200 lib/services/services_lsb.c             xml_l_dscrpt = (char *)xmlEncodeEntitiesReentrant(NULL, BAD_CAST(description));
NULL              276 lib/services/services_lsb.c     if ((op->opaque->args[0] == NULL) || (op->opaque->args[1] == NULL)) {
NULL              295 lib/services/services_lsb.c     if (!pcmk__str_any_of(action, "status", "monitor", NULL)) {
NULL              332 lib/services/services_lsb.c     return resources_action_create(name, PCMK_RESOURCE_CLASS_LSB, NULL, name,
NULL              333 lib/services/services_lsb.c                                    action, interval_ms, timeout, NULL, 0);
NULL              339 lib/services/services_lsb.c     return resources_list_agents(PCMK_RESOURCE_CLASS_LSB, NULL);
NULL               48 lib/services/services_nagios.c     if (op->opaque->args[0] == NULL) {
NULL               57 lib/services/services_nagios.c         if (op->opaque->args[1] == NULL) {
NULL               61 lib/services/services_nagios.c     } else if (op->params != NULL) {
NULL               63 lib/services/services_nagios.c         char *key = NULL;
NULL               64 lib/services/services_nagios.c         char *value = NULL;
NULL               83 lib/services/services_nagios.c             if (op->opaque->args[index - 1] == NULL) {
NULL               90 lib/services/services_nagios.c     if (op->params != NULL) {
NULL               92 lib/services/services_nagios.c         op->params = NULL;
NULL              134 lib/services/services_nagios.c     GList *plugin_list = NULL;
NULL              135 lib/services/services_nagios.c     GList *result = NULL;
NULL              140 lib/services/services_nagios.c     for (GList *gIter = plugin_list; gIter != NULL; gIter = gIter->next) {
NULL              157 lib/services/services_nagios.c     char *buf = NULL;
NULL              161 lib/services/services_nagios.c     if (name == NULL) {
NULL              178 lib/services/services_nagios.c     FILE *file_strm = NULL;
NULL              183 lib/services/services_nagios.c     if (file_strm == NULL) {
NULL              201 lib/services/services_nagios.c         *output = NULL;
NULL              212 lib/services/services_nagios.c             *output = NULL;
NULL               33 lib/services/services_ocf.c     GList *result = NULL;
NULL               35 lib/services/services_ocf.c     char *dir = NULL;
NULL               43 lib/services/services_ocf.c     for (dir = strtok(dirs, ":"); dir != NULL; dir = strtok(NULL, ":")) {
NULL               44 lib/services/services_ocf.c         GList *tmp = NULL;
NULL               62 lib/services/services_ocf.c     GList *gIter = NULL;
NULL               63 lib/services/services_ocf.c     GList *result = NULL;
NULL               64 lib/services/services_ocf.c     GList *providers = NULL;
NULL               72 lib/services/services_ocf.c     for (gIter = providers; gIter != NULL; gIter = gIter->next) {
NULL               90 lib/services/services_ocf.c     char *dir = NULL;
NULL               91 lib/services/services_ocf.c     char *buf = NULL;
NULL               93 lib/services/services_ocf.c     if (provider == NULL || agent == NULL || pcmk__str_empty(dirs)) {
NULL               98 lib/services/services_ocf.c     for (dir = strtok(dirs, ":"); dir != NULL; dir = strtok(NULL, ":")) {
NULL              128 lib/services/services_ocf.c     if (dirs == NULL) {
NULL              133 lib/services/services_ocf.c     for (char *dir = strtok(dirs, ":"); dir != NULL; dir = strtok(NULL, ":")) {
NULL              144 lib/services/services_ocf.c     if (op->opaque->exec == NULL) {
NULL              150 lib/services/services_ocf.c     if ((op->opaque->args[0] == NULL) || (op->opaque->args[1] == NULL)) {
NULL               42 lib/services/systemd.c     if (op->opaque->exec == NULL) {
NULL               75 lib/services/systemd.c static DBusConnection* systemd_proxy = NULL;
NULL              106 lib/services/systemd.c     DBusMessage *reply = NULL;
NULL              110 lib/services/systemd.c     CRM_CHECK(systemd_proxy, return NULL);
NULL              112 lib/services/systemd.c     if (msg == NULL) {
NULL              114 lib/services/systemd.c         return NULL;
NULL              125 lib/services/systemd.c         return NULL;
NULL              127 lib/services/systemd.c     } else if (reply == NULL) {
NULL              129 lib/services/systemd.c         return NULL;
NULL              145 lib/services/systemd.c         systemd_proxy = NULL;
NULL              153 lib/services/systemd.c     if (systemd_proxy == NULL) {
NULL              167 lib/services/systemd.c            : NULL;
NULL              175 lib/services/systemd.c         systemd_proxy = NULL;
NULL              205 lib/services/systemd.c     return NULL;
NULL              211 lib/services/systemd.c     const char *dot = NULL;
NULL              214 lib/services/systemd.c         return NULL;
NULL              230 lib/services/systemd.c             char *s = NULL;
NULL              254 lib/services/systemd.c     DBusMessage *reply = NULL;
NULL              286 lib/services/systemd.c     CRM_ASSERT(msg != NULL);
NULL              315 lib/services/systemd.c             services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              341 lib/services/systemd.c     const char *path = NULL;
NULL              348 lib/services/systemd.c         if (op != NULL) {
NULL              353 lib/services/systemd.c     } else if (!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH,
NULL              355 lib/services/systemd.c         if (op != NULL) {
NULL              366 lib/services/systemd.c         dbus_message_get_args (reply, NULL,
NULL              371 lib/services/systemd.c     if (op != NULL) {
NULL              372 lib/services/systemd.c         if (path != NULL) {
NULL              396 lib/services/systemd.c     DBusMessage *reply = NULL;
NULL              402 lib/services/systemd.c     if (pending != NULL) {
NULL              408 lib/services/systemd.c     services_set_op_pending(op, NULL);
NULL              412 lib/services/systemd.c     if (reply != NULL) {
NULL              436 lib/services/systemd.c     DBusMessage *reply = NULL;
NULL              437 lib/services/systemd.c     DBusPendingCall *pending = NULL;
NULL              438 lib/services/systemd.c     char *name = NULL;
NULL              441 lib/services/systemd.c         if (op != NULL) {
NULL              457 lib/services/systemd.c     CRM_ASSERT(msg != NULL);
NULL              460 lib/services/systemd.c     name = systemd_service_name(arg_name, op == NULL || pcmk__str_eq(op->action, "meta-data", pcmk__str_none));
NULL              465 lib/services/systemd.c     if ((op == NULL) || op->synchronous) {
NULL              467 lib/services/systemd.c         const char *unit = NULL;
NULL              470 lib/services/systemd.c         reply = systemd_send_recv(msg, NULL,
NULL              475 lib/services/systemd.c         if (unit == NULL) {
NULL              477 lib/services/systemd.c             if (path != NULL) {
NULL              478 lib/services/systemd.c                 *path = NULL;
NULL              480 lib/services/systemd.c         } else if (path != NULL) {
NULL              482 lib/services/systemd.c             if (*path == NULL) {
NULL              487 lib/services/systemd.c         if (reply != NULL) {
NULL              495 lib/services/systemd.c     if (pending == NULL) {
NULL              503 lib/services/systemd.c     services__set_result(op, PCMK_OCF_UNKNOWN, PCMK_EXEC_PENDING, NULL);
NULL              538 lib/services/systemd.c     GList *units = NULL;
NULL              542 lib/services/systemd.c     DBusMessage *reply = NULL;
NULL              545 lib/services/systemd.c         return NULL;
NULL              555 lib/services/systemd.c     if (reply == NULL) {
NULL              556 lib/services/systemd.c         return NULL;
NULL              561 lib/services/systemd.c         return NULL;
NULL              567 lib/services/systemd.c         return NULL;
NULL              575 lib/services/systemd.c         const char *match = NULL;
NULL              576 lib/services/systemd.c         char *unit_name = NULL;
NULL              577 lib/services/systemd.c         char *basename = NULL;
NULL              591 lib/services/systemd.c         if (value.str == NULL) {
NULL              598 lib/services/systemd.c         if (match == NULL) {
NULL              634 lib/services/systemd.c     char *path = NULL;
NULL              635 lib/services/systemd.c     char *state = NULL;
NULL              640 lib/services/systemd.c     if ((invoke_unit_by_name(name, NULL, &path) != pcmk_rc_ok)
NULL              641 lib/services/systemd.c         || (path == NULL)) {
NULL              649 lib/services/systemd.c     state = systemd_get_property(path, "LoadState", NULL, NULL, NULL,
NULL              652 lib/services/systemd.c     if (pcmk__str_any_of(state, "loaded", "masked", NULL)) {
NULL              683 lib/services/systemd.c     char *meta = NULL;
NULL              684 lib/services/systemd.c     char *desc = NULL;
NULL              685 lib/services/systemd.c     char *path = NULL;
NULL              687 lib/services/systemd.c     char *escaped = NULL;
NULL              689 lib/services/systemd.c     if (invoke_unit_by_name(name, NULL, &path) == pcmk_rc_ok) {
NULL              691 lib/services/systemd.c         desc = systemd_get_property(path, "Description", NULL, NULL, NULL,
NULL              725 lib/services/systemd.c     } else if (!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH,
NULL              733 lib/services/systemd.c         const char *path = NULL;
NULL              735 lib/services/systemd.c         dbus_message_get_args(reply, NULL,
NULL              740 lib/services/systemd.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              754 lib/services/systemd.c     DBusMessage *reply = NULL;
NULL              760 lib/services/systemd.c     if (pending != NULL) {
NULL              766 lib/services/systemd.c     services_set_op_pending(op, NULL);
NULL              771 lib/services/systemd.c     if (reply != NULL) {
NULL              830 lib/services/systemd.c     FILE *file_strm = NULL;
NULL              839 lib/services/systemd.c     if (file_strm == NULL) {
NULL              896 lib/services/systemd.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              899 lib/services/systemd.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              902 lib/services/systemd.c         services__set_result(op, PCMK_OCF_UNKNOWN, PCMK_EXEC_PENDING, NULL);
NULL              905 lib/services/systemd.c         services__set_result(op, PCMK_OCF_UNKNOWN, PCMK_EXEC_PENDING, NULL);
NULL              912 lib/services/systemd.c         services_set_op_pending(op, NULL);
NULL              927 lib/services/systemd.c     const char *method = NULL;
NULL              928 lib/services/systemd.c     DBusMessage *msg = NULL;
NULL              929 lib/services/systemd.c     DBusMessage *reply = NULL;
NULL              931 lib/services/systemd.c     if (pcmk__str_any_of(op->action, "monitor", "status", NULL)) {
NULL              932 lib/services/systemd.c         DBusPendingCall *pending = NULL;
NULL              936 lib/services/systemd.c                                      (op->synchronous? NULL : parse_status_result),
NULL              937 lib/services/systemd.c                                      op, (op->synchronous? NULL : &pending),
NULL              943 lib/services/systemd.c         } else if (pending == NULL) { // Could not get ActiveState property
NULL              980 lib/services/systemd.c     CRM_ASSERT(msg != NULL);
NULL              994 lib/services/systemd.c         reply = systemd_send_recv(msg, NULL, op->timeout);
NULL              997 lib/services/systemd.c         if (reply != NULL) {
NULL             1006 lib/services/systemd.c         if (pending == NULL) {
NULL             1051 lib/services/systemd.c     CRM_ASSERT(op != NULL);
NULL             1053 lib/services/systemd.c     if ((op->action == NULL) || (op->agent == NULL)) {
NULL             1071 lib/services/systemd.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL             1081 lib/services/systemd.c     if (invoke_unit_by_name(op->agent, op, NULL) == pcmk_rc_ok) {
NULL               38 lib/services/upstart.c static DBusConnection *upstart_proxy = NULL;
NULL               52 lib/services/upstart.c     if (op->opaque->exec == NULL) {
NULL               82 lib/services/upstart.c     if (upstart_proxy == NULL) {
NULL               93 lib/services/upstart.c         upstart_proxy = NULL;
NULL              116 lib/services/upstart.c     DBusMessage *reply = NULL;
NULL              119 lib/services/upstart.c     if (path != NULL) {
NULL              120 lib/services/upstart.c         *path = NULL;
NULL              142 lib/services/upstart.c     } else if (!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH,
NULL              148 lib/services/upstart.c         if (path != NULL) {
NULL              149 lib/services/upstart.c             dbus_message_get_args(reply, NULL, DBUS_TYPE_OBJECT_PATH, path,
NULL              151 lib/services/upstart.c             if (*path != NULL) {
NULL              158 lib/services/upstart.c     if (reply != NULL) {
NULL              167 lib/services/upstart.c     char *match = NULL;
NULL              174 lib/services/upstart.c         if (match == NULL) {
NULL              203 lib/services/upstart.c     GList *units = NULL;
NULL              206 lib/services/upstart.c     DBusMessage *msg = NULL;
NULL              207 lib/services/upstart.c     DBusMessage *reply = NULL;
NULL              213 lib/services/upstart.c         return NULL;
NULL              225 lib/services/upstart.c     CRM_ASSERT(msg != NULL);
NULL              233 lib/services/upstart.c         return NULL;
NULL              238 lib/services/upstart.c         return NULL;
NULL              244 lib/services/upstart.c         return NULL;
NULL              250 lib/services/upstart.c         const char *job = NULL;
NULL              251 lib/services/upstart.c         char *path = NULL;
NULL              285 lib/services/upstart.c     return object_path_for_job(name, NULL, DBUS_TIMEOUT_USE_DEFAULT);
NULL              291 lib/services/upstart.c     char *instance = NULL;
NULL              304 lib/services/upstart.c     CRM_ASSERT(msg != NULL);
NULL              315 lib/services/upstart.c     } else if(reply == NULL) {
NULL              362 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              368 lib/services/upstart.c         services_set_op_pending(op, NULL);
NULL              419 lib/services/upstart.c             services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              431 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              450 lib/services/upstart.c     DBusMessage *reply = NULL;
NULL              454 lib/services/upstart.c     if (pending != NULL) {
NULL              467 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              469 lib/services/upstart.c     } else if (!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH,
NULL              473 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              476 lib/services/upstart.c         const char *path = NULL;
NULL              478 lib/services/upstart.c         dbus_message_get_args(reply, NULL, DBUS_TYPE_OBJECT_PATH, &path,
NULL              482 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              487 lib/services/upstart.c     services_set_op_pending(op, NULL);
NULL              491 lib/services/upstart.c     if (reply != NULL) {
NULL              515 lib/services/upstart.c     char *job = NULL;
NULL              521 lib/services/upstart.c     DBusMessage *msg = NULL;
NULL              522 lib/services/upstart.c     DBusMessage *reply = NULL;
NULL              525 lib/services/upstart.c     CRM_ASSERT(op != NULL);
NULL              527 lib/services/upstart.c     if ((op->action == NULL) || (op->agent == NULL)) {
NULL              541 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              547 lib/services/upstart.c             services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              556 lib/services/upstart.c     if (job == NULL) {
NULL              563 lib/services/upstart.c     if (pcmk__strcase_any_of(op->action, "monitor", "status", NULL)) {
NULL              564 lib/services/upstart.c         DBusPendingCall *pending = NULL;
NULL              565 lib/services/upstart.c         char *state = NULL;
NULL              570 lib/services/upstart.c         if (path == NULL) {
NULL              575 lib/services/upstart.c                                        op->synchronous? NULL : parse_status_result,
NULL              577 lib/services/upstart.c                                        op->synchronous? NULL : &pending,
NULL              585 lib/services/upstart.c         } else if (pending == NULL) {
NULL              624 lib/services/upstart.c     CRM_ASSERT(msg != NULL);
NULL              642 lib/services/upstart.c         if (pending == NULL) {
NULL              666 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              668 lib/services/upstart.c     } else if (!pcmk_dbus_type_check(reply, NULL, DBUS_TYPE_OBJECT_PATH,
NULL              672 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              675 lib/services/upstart.c         const char *path = NULL;
NULL              677 lib/services/upstart.c         dbus_message_get_args(reply, NULL, DBUS_TYPE_OBJECT_PATH, &path,
NULL              680 lib/services/upstart.c         services__set_result(op, PCMK_OCF_OK, PCMK_EXEC_DONE, NULL);
NULL              685 lib/services/upstart.c     if (msg != NULL) {
NULL              688 lib/services/upstart.c     if (reply != NULL) {
NULL               41 libltdl/libltdl/lt__alloc.h 	free (mem); mem = NULL;					} LT_STMT_END
NULL              102 libltdl/loaders/dld_link.c   vtable = NULL;
NULL              157 libltdl/loaders/dlopen.c   vtable = NULL;
NULL              205 libltdl/loaders/dlopen.c 	  if (opening && opening < (filename+len-2) && strchr(opening+1, '/') == NULL)
NULL              190 libltdl/loaders/dyld.c   vtable = NULL;
NULL              299 libltdl/loaders/dyld.c 	  if ((const struct section *) NULL !=
NULL              404 libltdl/loaders/dyld.c     return NULL;
NULL              100 libltdl/loaders/load_add_on.c   vtable = NULL;
NULL               71 libltdl/loaders/loadlibrary.c       iface_id = lt_dlinterface_register ("ltdl loadlibrary", NULL);
NULL              102 libltdl/loaders/loadlibrary.c 	if (mem) { LocalFree ((void *)mem); mem = NULL; }    } LT_STMT_END
NULL              125 libltdl/loaders/loadlibrary.c   vtable = NULL;
NULL              146 libltdl/loaders/loadlibrary.c       GetModuleFileName (NULL, wpath, sizeof (wpath));
NULL              197 libltdl/loaders/loadlibrary.c     setthreaderrormode (errormode | SEM_FAILCRITICALERRORS, NULL);
NULL              203 libltdl/loaders/loadlibrary.c     setthreaderrormode (errormode, NULL);
NULL              293 libltdl/loaders/loadlibrary.c                   NULL,
NULL              297 libltdl/loaders/loadlibrary.c                   0, NULL);
NULL              135 libltdl/loaders/preopen.c   vtable = NULL;
NULL              143 libltdl/loaders/shl_load.c   vtable = NULL;
NULL               42 libltdl/lt__dirent.c   assert (entry != (DIR *) NULL);
NULL               57 libltdl/lt__strl.c   assert(dst != NULL);
NULL               58 libltdl/lt__strl.c   assert(src != (const char *) NULL);
NULL              105 libltdl/lt__strl.c   assert(dst != NULL);
NULL              106 libltdl/lt__strl.c   assert(src != (const char *) NULL);
NULL               56 libltdl/lt_dlloader.c   return STREQ (vtable->name, name) ? (void *) item : NULL;
NULL              123 libltdl/lt_dlloader.c 	slist_foreach (slist_tail (loaders), loader_dump_callback, NULL);
NULL              143 libltdl/lt_dlloader.c   return (const lt_dlvtable *) (loader ? ((SList *) loader)->userdata : NULL);
NULL              170 libltdl/lt_dlloader.c   iface = lt_dlinterface_register (id_string, NULL);
NULL              335 libltdl/ltdl.c       for (loader = (lt_dlloader *) lt_dlloader_next (NULL); loader;)
NULL             1296 libltdl/ltdl.c 	  if ((*phandle == NULL) || (archive_name == NULL))
NULL             1322 libltdl/ltdl.c 	  newhandle = NULL;
NULL             1483 libltdl/ltdl.c 	      newhandle = NULL;
NULL             1626 libltdl/ltdl.c   return lt_dlopenadvise (filename, NULL);
NULL             1671 libltdl/ltdl.c       if (try_dlopen (&handle, filename, NULL, advise) != 0)
NULL              185 libltdl/slist.c   return slist ? slist->next : NULL;
NULL               98 maint/gnulib/lib/acl-internal.h #   define acl_get_fd(fd) (NULL)
NULL              135 maint/gnulib/lib/acl-internal.h #   define acl_from_mode (NULL)
NULL               35 maint/gnulib/lib/acl_entries.c   if (acl != NULL)
NULL               57 maint/gnulib/lib/af_alg.c              ? accept4 (cfd, NULL, 0, SOCK_CLOEXEC)
NULL               99 maint/gnulib/lib/aligned-malloc.h     return NULL;
NULL              118 maint/gnulib/lib/aligned-malloc.h   return NULL;
NULL              140 maint/gnulib/lib/aligned-malloc.h   if (q != NULL)
NULL              166 maint/gnulib/lib/aligned-malloc.h       if (p != NULL)
NULL              178 maint/gnulib/lib/aligned-malloc.h   return NULL;
NULL              122 maint/gnulib/lib/alloca.c static header *last_alloca_header = NULL;       /* -> last alloca header.  */
NULL              139 maint/gnulib/lib/alloca.c     STACK_DIR = find_stack_direction (NULL, (size & 1) + 20);
NULL              152 maint/gnulib/lib/alloca.c     for (hp = last_alloca_header; hp != NULL;)
NULL              173 maint/gnulib/lib/alloca.c     return NULL;                /* No allocation required.  */
NULL               22 maint/gnulib/lib/allocator.c struct allocator const stdlib_allocator = { malloc, realloc, free, NULL };
NULL               38 maint/gnulib/lib/amemxfrm.c   if (resultbuf != NULL && *lengthp > 0)
NULL               47 maint/gnulib/lib/amemxfrm.c       if (result == NULL)
NULL               94 maint/gnulib/lib/amemxfrm.c                 if (new_result != NULL)
NULL              120 maint/gnulib/lib/amemxfrm.c                 if (new_result == NULL)
NULL              154 maint/gnulib/lib/amemxfrm.c           if (memory != NULL)
NULL              167 maint/gnulib/lib/amemxfrm.c   return NULL;
NULL              175 maint/gnulib/lib/amemxfrm.c   return NULL;
NULL               76 maint/gnulib/lib/areadlink-with-size.c       char *buffer = NULL;
NULL               84 maint/gnulib/lib/areadlink-with-size.c               return NULL;
NULL               94 maint/gnulib/lib/areadlink-with-size.c           return NULL;
NULL              110 maint/gnulib/lib/areadlink-with-size.c               if (shrinked_buffer != NULL)
NULL              124 maint/gnulib/lib/areadlink-with-size.c           return NULL;
NULL               55 maint/gnulib/lib/areadlink.c   return careadlinkat (AT_FDCWD, filename, NULL, 0, NULL, careadlinkatcwd);
NULL               81 maint/gnulib/lib/areadlinkat-with-size.c       char *buffer = NULL;
NULL               89 maint/gnulib/lib/areadlinkat-with-size.c             return NULL;
NULL               98 maint/gnulib/lib/areadlinkat-with-size.c           return NULL;
NULL              114 maint/gnulib/lib/areadlinkat-with-size.c               if (shrinked_buffer != NULL)
NULL              128 maint/gnulib/lib/areadlinkat-with-size.c           return NULL;
NULL              145 maint/gnulib/lib/areadlinkat-with-size.c # define AT_FUNC_FAIL NULL
NULL               44 maint/gnulib/lib/areadlinkat.c   return careadlinkat (fd, filename, NULL, 0, NULL, readlinkat);
NULL               58 maint/gnulib/lib/areadlinkat.c # define AT_FUNC_FAIL NULL
NULL              106 maint/gnulib/lib/argmatch.c               if (vallist == NULL
NULL              148 maint/gnulib/lib/argmatch.c   const char *last_val = NULL;
NULL              204 maint/gnulib/lib/argmatch.c   return NULL;
NULL              211 maint/gnulib/lib/argmatch.h     return NULL;                                                        \
NULL               63 maint/gnulib/lib/argp-fmtstream.c   if (fs != NULL)
NULL              150 maint/gnulib/lib/argp-help.c                           dgettext (state == NULL ? NULL
NULL              226 maint/gnulib/lib/argp-help.c                                       dgettext (state == NULL ? NULL
NULL              237 maint/gnulib/lib/argp-help.c                                 dgettext (state == NULL ? NULL
NULL              249 maint/gnulib/lib/argp-help.c                               dgettext (state == NULL ? NULL
NULL              824 maint/gnulib/lib/argp-help.c   cmp = (entry1->cluster != NULL) - (entry2->cluster != NULL);
NULL              829 maint/gnulib/lib/argp-help.c   if (entry1->cluster != NULL)
NULL              849 maint/gnulib/lib/argp-help.c     (odoc (entry1->opt) ? long1 != NULL && canon_doc_option (&long1) : 0);
NULL              851 maint/gnulib/lib/argp-help.c     (odoc (entry2->opt) ? long2 != NULL && canon_doc_option (&long2) : 0);
NULL              864 maint/gnulib/lib/argp-help.c   unsigned char first1 = short1 ? short1 : long1 != NULL ? *long1 : 0;
NULL              865 maint/gnulib/lib/argp-help.c   unsigned char first2 = short2 ? short2 : long2 != NULL ? *long2 : 0;
NULL              888 maint/gnulib/lib/argp-help.c       cmp = (long1 != NULL) - (long2 != NULL);
NULL              892 maint/gnulib/lib/argp-help.c       if (long1 != NULL)
NULL             1150 maint/gnulib/lib/argp-help.c   const char *tstr = str ? dgettext (argp->argp_domain, str) : NULL;
NULL             1259 maint/gnulib/lib/argp-help.c                    state == NULL ? NULL : state->root_argp->argp_domain,
NULL             1280 maint/gnulib/lib/argp-help.c                                    dgettext (state == NULL ? NULL
NULL             1295 maint/gnulib/lib/argp-help.c                  state == NULL ? NULL : state->root_argp->argp_domain, stream);
NULL             1314 maint/gnulib/lib/argp-help.c       const char *tstr = real->doc ? dgettext (state == NULL ? NULL
NULL             1363 maint/gnulib/lib/argp-help.c       const char *tstr = dgettext (state == NULL ? NULL
NULL             1529 maint/gnulib/lib/argp-help.c     argp->args_doc ? dgettext (argp->argp_domain, argp->args_doc) : NULL;
NULL             1531 maint/gnulib/lib/argp-help.c   const char *nl = NULL;
NULL             1595 maint/gnulib/lib/argp-help.c   const char *doc = argp->doc ? dgettext (argp->argp_domain, argp->doc) : NULL;
NULL             1896 maint/gnulib/lib/argp-help.c             buf = NULL;
NULL             1966 maint/gnulib/lib/argp-help.c                 buf = NULL;
NULL             1989 maint/gnulib/lib/argp-help.c               char const *s = NULL;
NULL               87 maint/gnulib/lib/argp-parse.c   {NULL, 0, 0, 0, NULL, 0}
NULL              138 maint/gnulib/lib/argp-parse.c   {argp_default_options, &argp_default_parser, NULL, NULL, NULL, NULL, "libc"};
NULL              144 maint/gnulib/lib/argp-parse.c   {NULL, 0, 0, 0, NULL, 0}
NULL              171 maint/gnulib/lib/argp-parse.c   {argp_version_options, &argp_version_parser, NULL, NULL, NULL, NULL, "libc"};
NULL              180 maint/gnulib/lib/argp-parse.c   while (l->name != NULL)
NULL              181 maint/gnulib/lib/argp-parse.c     if (name != NULL && strcmp (l->name, name) == 0)
NULL              185 maint/gnulib/lib/argp-parse.c   if (name == NULL)
NULL              348 maint/gnulib/lib/argp-parse.c                     (++cvt->long_end)->name = NULL;
NULL              407 maint/gnulib/lib/argp-parse.c   cvt.long_end->name = NULL;
NULL               30 maint/gnulib/lib/argp-pvh.c void (*argp_program_version_hook) (FILE *stream, struct argp_state *state) = NULL;
NULL               44 maint/gnulib/lib/argv-iter.c     return NULL;
NULL               45 maint/gnulib/lib/argv-iter.c   ai->fp = NULL;
NULL               58 maint/gnulib/lib/argv-iter.c     return NULL;
NULL               60 maint/gnulib/lib/argv-iter.c   ai->tok = NULL;
NULL               64 maint/gnulib/lib/argv-iter.c   ai->arg_list = NULL;
NULL               77 maint/gnulib/lib/argv-iter.c           return NULL;
NULL               86 maint/gnulib/lib/argv-iter.c       if (*(ai->p) == NULL)
NULL               89 maint/gnulib/lib/argv-iter.c           return NULL;
NULL               66 maint/gnulib/lib/argz.c       if (*argz == NULL)
NULL              102 maint/gnulib/lib/argz.c       if (*argz == NULL)
NULL              122 maint/gnulib/lib/argz.c           *argz = NULL;
NULL              130 maint/gnulib/lib/argz.c       *argz = NULL;
NULL              187 maint/gnulib/lib/argz.c       return entry >= argz + argz_len ? NULL : (char *) entry;
NULL              193 maint/gnulib/lib/argz.c       return NULL;
NULL              258 maint/gnulib/lib/argz.c   for (argc = 0; argv[argc] != NULL; ++argc)
NULL              262 maint/gnulib/lib/argz.c     *argz = NULL;
NULL              266 maint/gnulib/lib/argz.c       if (*argz == NULL)
NULL               36 maint/gnulib/lib/astrxfrm.c   if (resultbuf != NULL)
NULL               43 maint/gnulib/lib/astrxfrm.c       result = NULL;
NULL               73 maint/gnulib/lib/astrxfrm.c             if (new_result != NULL)
NULL              102 maint/gnulib/lib/astrxfrm.c             if (new_result == NULL)
NULL              128 maint/gnulib/lib/astrxfrm.c       if (resultbuf != NULL && length <= *lengthp)
NULL              137 maint/gnulib/lib/astrxfrm.c           if (memory == NULL)
NULL              157 maint/gnulib/lib/astrxfrm.c               if (memory != NULL)
NULL              172 maint/gnulib/lib/astrxfrm.c   return NULL;
NULL              176 maint/gnulib/lib/astrxfrm.c   return NULL;
NULL              355 maint/gnulib/lib/asyncsafe-spin.c   sigprocmask (SIG_SETMASK, saved_mask, NULL); /* equivalent to pthread_sigmask */
NULL              215 maint/gnulib/lib/at-func2.c       char *cwd = getcwd (NULL, 0);
NULL              223 maint/gnulib/lib/at-func2.c       file1_alt = mfile_name_concat (cwd, file1, NULL);
NULL              236 maint/gnulib/lib/at-func2.c       char *cwd = getcwd (NULL, 0);
NULL              244 maint/gnulib/lib/at-func2.c       file2_alt = mfile_name_concat (cwd, file2, NULL);
NULL               33 maint/gnulib/lib/atoll.c   return strtoll (nptr, (char **) NULL, 10);
NULL               50 maint/gnulib/lib/backup-find.c   NULL
NULL               78 maint/gnulib/lib/backupfile.c char const *simple_backup_suffix = NULL;
NULL              238 maint/gnulib/lib/backupfile.c   for (struct dirent *dp; (dp = readdir (dirp)) != NULL; )
NULL              319 maint/gnulib/lib/backupfile.c     set_simple_backup_suffix (NULL);
NULL              334 maint/gnulib/lib/backupfile.c   DIR *dirp = NULL;
NULL              368 maint/gnulib/lib/backupfile.c             return NULL;
NULL              389 maint/gnulib/lib/backupfile.c           return NULL;
NULL              150 maint/gnulib/lib/base32.c       *out = NULL;
NULL              315 maint/gnulib/lib/base32.c       if (8 <= in_end - *in && memchr (t, '\n', 8) == NULL)
NULL              474 maint/gnulib/lib/base32.c   bool ignore_newlines = ctx != NULL;
NULL              578 maint/gnulib/lib/base32.c       *out = NULL;
NULL               55 maint/gnulib/lib/base32.h         base32_decode_ctx (NULL, in, inlen, out, outlen)
NULL               58 maint/gnulib/lib/base32.h         base32_decode_alloc_ctx (NULL, in, inlen, out, outlen)
NULL              155 maint/gnulib/lib/base64.c       *out = NULL;
NULL              352 maint/gnulib/lib/base64.c       if (4 <= in_end - *in && memchr (t, '\n', 4) == NULL)
NULL              486 maint/gnulib/lib/base64.c   bool ignore_newlines = ctx != NULL;
NULL              590 maint/gnulib/lib/base64.c       *out = NULL;
NULL               59 maint/gnulib/lib/base64.h         base64_decode_ctx (NULL, in, inlen, out, outlen)
NULL               62 maint/gnulib/lib/base64.h         base64_decode_alloc_ctx (NULL, in, inlen, out, outlen)
NULL              660 maint/gnulib/lib/bitset/array.c   NULL,
NULL              698 maint/gnulib/lib/bitset/array.c   NULL,
NULL             1255 maint/gnulib/lib/bitset/list.c       obstack_free (&lbitset_obstack, NULL);
NULL              308 maint/gnulib/lib/bitset/table.c       return NULL;
NULL             1167 maint/gnulib/lib/bitset/table.c       obstack_free (&tbitset_obstack, NULL);
NULL               57 maint/gnulib/lib/c-strcasestr.c     return NULL;
NULL              107 maint/gnulib/lib/c-strtod.c   char *saved_locale = setlocale (LC_NUMERIC, NULL);
NULL              112 maint/gnulib/lib/c-strtod.c       if (saved_locale == NULL)
NULL               32 maint/gnulib/lib/c-vasprintf.c   char *result = c_vasnprintf (NULL, &length, format, args);
NULL               33 maint/gnulib/lib/c-vasprintf.c   if (result == NULL)
NULL               37 maint/gnulib/lib/c-xvasprintf.c       return NULL;
NULL               38 maint/gnulib/lib/c32rtomb.c   if (s == NULL)
NULL               47 maint/gnulib/lib/c32rtomb.c   if (s == NULL)
NULL               48 maint/gnulib/lib/c32rtomb.c     return wcrtomb (NULL, 0, ps);
NULL               44 maint/gnulib/lib/calloc.c       return NULL;
NULL               50 maint/gnulib/lib/calloc.c   if (result == NULL)
NULL               63 maint/gnulib/lib/canon-host.c   char *retval = NULL;
NULL               65 maint/gnulib/lib/canon-host.c   struct addrinfo *res = NULL;
NULL               69 maint/gnulib/lib/canon-host.c   status = getaddrinfo (host, NULL, &hints, &res);
NULL              210 maint/gnulib/lib/canonicalize-lgpl.c   if (name == NULL)
NULL              217 maint/gnulib/lib/canonicalize-lgpl.c       return NULL;
NULL              225 maint/gnulib/lib/canonicalize-lgpl.c       return NULL;
NULL              407 maint/gnulib/lib/canonicalize-lgpl.c   if (resolved != NULL && dest - rname <= get_path_max ())
NULL              417 maint/gnulib/lib/canonicalize-lgpl.c       return failed ? NULL : resolved;
NULL              455 maint/gnulib/lib/canonicalize-lgpl.c   if (resolved == NULL)
NULL              458 maint/gnulib/lib/canonicalize-lgpl.c       return NULL;
NULL              470 maint/gnulib/lib/canonicalize-lgpl.c   return __realpath (name, NULL);
NULL              147 maint/gnulib/lib/canonicalize.c   if (*ht == NULL)
NULL              151 maint/gnulib/lib/canonicalize.c                             NULL,
NULL              155 maint/gnulib/lib/canonicalize.c       if (*ht == NULL)
NULL              192 maint/gnulib/lib/canonicalize.c   Hash_table *ht = NULL;
NULL              200 maint/gnulib/lib/canonicalize.c       return NULL;
NULL              203 maint/gnulib/lib/canonicalize.c   if (name == NULL)
NULL              206 maint/gnulib/lib/canonicalize.c       return NULL;
NULL              212 maint/gnulib/lib/canonicalize.c       return NULL;
NULL              463 maint/gnulib/lib/canonicalize.c       return NULL;
NULL               96 maint/gnulib/lib/careadlinkat.c           return NULL;
NULL              131 maint/gnulib/lib/careadlinkat.c           return NULL;
NULL              141 maint/gnulib/lib/careadlinkat.c   return NULL;
NULL              143 maint/gnulib/lib/chdir-long.c         if (slash == NULL)
NULL              172 maint/gnulib/lib/chdir-long.c         if (slash == NULL)
NULL              218 maint/gnulib/lib/chdir-long.c   char *line = NULL;
NULL              249 maint/gnulib/lib/chdir-long.c       execlp (cmd, (char *) NULL);
NULL               41 maint/gnulib/lib/check-version.c   return NULL;
NULL               61 maint/gnulib/lib/classpath.c   old_classpath = (use_minimal_classpath ? NULL : getenv (CLASSPATHVAR));
NULL               62 maint/gnulib/lib/classpath.c   if (old_classpath == NULL)
NULL              101 maint/gnulib/lib/classpath.c   char *result = (old_CLASSPATH != NULL ? xstrdup (old_CLASSPATH) : NULL);
NULL              119 maint/gnulib/lib/classpath.c   if (old_classpath != NULL)
NULL              145 maint/gnulib/lib/clean-temp-simple.c   if (fatal_signal_set == NULL)
NULL              195 maint/gnulib/lib/clean-temp-simple.c     if (fds != NULL)
NULL              201 maint/gnulib/lib/clean-temp-simple.c         while (gl_list_iterator_next (&iter, &element, NULL))
NULL              212 maint/gnulib/lib/clean-temp-simple.c     if (files != NULL)
NULL              218 maint/gnulib/lib/clean-temp-simple.c         while (gl_list_iterator_next (&iter, &element, NULL))
NULL              231 maint/gnulib/lib/clean-temp-simple.c       if (dir != NULL)
NULL              238 maint/gnulib/lib/clean-temp-simple.c           while (gl_list_iterator_next (&iter, &element, NULL))
NULL              247 maint/gnulib/lib/clean-temp-simple.c           while (gl_list_iterator_next (&iter, &element, NULL))
NULL              320 maint/gnulib/lib/clean-temp-simple.c   if (file_cleanup_list == NULL)
NULL              331 maint/gnulib/lib/clean-temp-simple.c                                  NULL, false);
NULL              332 maint/gnulib/lib/clean-temp-simple.c       if (file_cleanup_list == NULL)
NULL              340 maint/gnulib/lib/clean-temp-simple.c   if (gl_list_search (file_cleanup_list, absolute_file_name) == NULL)
NULL              343 maint/gnulib/lib/clean-temp-simple.c       if (absolute_file_name_copy == NULL)
NULL              349 maint/gnulib/lib/clean-temp-simple.c           == NULL)
NULL              374 maint/gnulib/lib/clean-temp-simple.c   if (list != NULL)
NULL              377 maint/gnulib/lib/clean-temp-simple.c       if (node != NULL)
NULL              151 maint/gnulib/lib/clean-temp.c   struct tempdir * volatile *tmpdirp = NULL;
NULL              160 maint/gnulib/lib/clean-temp.c     if (dir_cleanup_list.tempdir_list[i] == NULL)
NULL              165 maint/gnulib/lib/clean-temp.c   if (tmpdirp == NULL)
NULL              205 maint/gnulib/lib/clean-temp.c           if (old_array != NULL)
NULL              213 maint/gnulib/lib/clean-temp.c       *tmpdirp = NULL;
NULL              219 maint/gnulib/lib/clean-temp.c   tmpdir->dirname = NULL;
NULL              224 maint/gnulib/lib/clean-temp.c                           NULL, false);
NULL              228 maint/gnulib/lib/clean-temp.c                           NULL, false);
NULL              232 maint/gnulib/lib/clean-temp.c   if (path_search (xtemplate, PATH_MAX, parentdir, prefix, parentdir == NULL))
NULL              241 maint/gnulib/lib/clean-temp.c   if (tmpdirname != NULL)
NULL              247 maint/gnulib/lib/clean-temp.c   if (tmpdirname == NULL)
NULL              266 maint/gnulib/lib/clean-temp.c   return NULL;
NULL              282 maint/gnulib/lib/clean-temp.c   if (gl_list_search (tmpdir->files, absolute_file_name) == NULL)
NULL              304 maint/gnulib/lib/clean-temp.c   if (node != NULL)
NULL              328 maint/gnulib/lib/clean-temp.c   if (gl_list_search (tmpdir->subdirs, absolute_dir_name) == NULL)
NULL              351 maint/gnulib/lib/clean-temp.c   if (node != NULL)
NULL              472 maint/gnulib/lib/clean-temp.c             while (i > 0 && dir_cleanup_list.tempdir_list[i - 1] == NULL)
NULL              477 maint/gnulib/lib/clean-temp.c           dir_cleanup_list.tempdir_list[i] = NULL;
NULL              535 maint/gnulib/lib/clean-temp.c   if (descriptors == NULL)
NULL              536 maint/gnulib/lib/clean-temp.c     descriptors = gl_list_create_empty (GL_LINKED_LIST, NULL, NULL, NULL,
NULL              613 maint/gnulib/lib/clean-temp.c   if (fp != NULL)
NULL              700 maint/gnulib/lib/clean-temp.c   if (list == NULL)
NULL              762 maint/gnulib/lib/clean-temp.c   if (list == NULL)
NULL              142 maint/gnulib/lib/cnd.c   int err = pthread_cond_init (cond, NULL);
NULL               46 maint/gnulib/lib/concat-filename.c                                 + (suffix != NULL ? strlen (suffix) : 0)
NULL               48 maint/gnulib/lib/concat-filename.c       if (result == NULL)
NULL               49 maint/gnulib/lib/concat-filename.c         return NULL; /* errno is set here */
NULL               60 maint/gnulib/lib/concat-filename.c                                 + (suffix != NULL ? strlen (suffix) : 0)
NULL               62 maint/gnulib/lib/concat-filename.c       if (result == NULL)
NULL               63 maint/gnulib/lib/concat-filename.c         return NULL; /* errno is set here */
NULL               70 maint/gnulib/lib/concat-filename.c   if (suffix != NULL)
NULL               83 maint/gnulib/lib/copy-file.c       ssize_t copied = copy_file_range (src_fd, NULL, dest_fd, NULL, len, 0);
NULL               86 maint/gnulib/lib/csharpcomp.c       argv[2] = NULL;
NULL               87 maint/gnulib/lib/csharpcomp.c       child = create_pipe_in ("mcs", "mcs", argv, NULL,
NULL              114 maint/gnulib/lib/csharpcomp.c             wait_subprocess (child, "mcs", false, true, true, false, NULL);
NULL              184 maint/gnulib/lib/csharpcomp.c       *argp = NULL;
NULL              196 maint/gnulib/lib/csharpcomp.c       child = create_pipe_in ("mcs", "mcs", argv, NULL,
NULL              197 maint/gnulib/lib/csharpcomp.c                               NULL, false, true, true, fd);
NULL              202 maint/gnulib/lib/csharpcomp.c       if (fp == NULL)
NULL              204 maint/gnulib/lib/csharpcomp.c       line[0] = NULL; linesize[0] = 0;
NULL              205 maint/gnulib/lib/csharpcomp.c       line[1] = NULL; linesize[1] = 0;
NULL              213 maint/gnulib/lib/csharpcomp.c           if (line[l] != NULL)
NULL              217 maint/gnulib/lib/csharpcomp.c       if (line[l] != NULL
NULL              221 maint/gnulib/lib/csharpcomp.c       if (line[0] != NULL)
NULL              223 maint/gnulib/lib/csharpcomp.c       if (line[1] != NULL)
NULL              229 maint/gnulib/lib/csharpcomp.c         wait_subprocess (child, "mcs", false, false, true, true, NULL);
NULL              273 maint/gnulib/lib/csharpcomp.c       argv[2] = NULL;
NULL              274 maint/gnulib/lib/csharpcomp.c       child = create_pipe_in ("csc", "csc", argv, NULL,
NULL              305 maint/gnulib/lib/csharpcomp.c             wait_subprocess (child, "csc", false, true, true, false, NULL);
NULL              369 maint/gnulib/lib/csharpcomp.c       *argp = NULL;
NULL              381 maint/gnulib/lib/csharpcomp.c       exitstatus = execute ("csc", "csc", argv, NULL,
NULL              383 maint/gnulib/lib/csharpcomp.c                             true, true, NULL);
NULL              108 maint/gnulib/lib/csharpexec.c       argv[2] = NULL;
NULL              109 maint/gnulib/lib/csharpexec.c       exitstatus = execute ("mono", "mono", argv, NULL,
NULL              111 maint/gnulib/lib/csharpexec.c                             true, false, NULL);
NULL              171 maint/gnulib/lib/csharpexec.c       argv[1] = NULL;
NULL              172 maint/gnulib/lib/csharpexec.c       exitstatus = execute ("clix", "clix", argv, NULL,
NULL              174 maint/gnulib/lib/csharpexec.c                             true, false, NULL);
NULL              230 maint/gnulib/lib/csharpexec.c     for (nargs = 0, arg = args; *arg != NULL; nargs++, arg++)
NULL               54 maint/gnulib/lib/ctime.c   if (tz != NULL && strchr (tz, '/') != NULL)
NULL               44 maint/gnulib/lib/dfa.c #define assume_nonnull(x) assume ((x) != NULL)
NULL              926 maint/gnulib/lib/dfa.c   {NULL, NULL, false}
NULL              935 maint/gnulib/lib/dfa.c   return NULL;
NULL             2006 maint/gnulib/lib/dfa.c       dst->elems = xpalloc (NULL, &dst->alloc, src->nelem - dst->alloc, -1,
NULL             2073 maint/gnulib/lib/dfa.c       m->elems = xpalloc (NULL, &m->alloc, s2->nelem, -1, sizeof *m->elems);
NULL             2240 maint/gnulib/lib/dfa.c   d->states[i].mbps.elems = NULL;
NULL             2446 maint/gnulib/lib/dfa.c                           : NULL);
NULL             2453 maint/gnulib/lib/dfa.c           d->follows[i].elems = NULL;
NULL             2462 maint/gnulib/lib/dfa.c       if (multibyte_prop != NULL)
NULL             2483 maint/gnulib/lib/dfa.c       if (multibyte_prop != NULL)
NULL             2627 maint/gnulib/lib/dfa.c     = d->epsilon ? xicalloc (tindex, sizeof *backward) : NULL;
NULL             2854 maint/gnulib/lib/dfa.c       state_num **realtrans = d->trans ? d->trans - 2 : NULL;
NULL             2858 maint/gnulib/lib/dfa.c       realtrans[0] = realtrans[1] = NULL;
NULL             2866 maint/gnulib/lib/dfa.c           realtrans = d->mb_trans ? d->mb_trans - 2 : NULL;
NULL             2869 maint/gnulib/lib/dfa.c             realtrans[0] = realtrans[1] = NULL;
NULL             2874 maint/gnulib/lib/dfa.c           d->trans[oldalloc] = NULL;
NULL             2875 maint/gnulib/lib/dfa.c           d->fails[oldalloc] = NULL;
NULL             2877 maint/gnulib/lib/dfa.c             d->mb_trans[oldalloc] = NULL;
NULL             2946 maint/gnulib/lib/dfa.c               d->trans[i] = d->fails[i] = NULL;
NULL             3268 maint/gnulib/lib/dfa.c               d->mb_trans[s3] = NULL;
NULL             3372 maint/gnulib/lib/dfa.c               d->trans[s] = d->fails[s] = NULL;
NULL             3382 maint/gnulib/lib/dfa.c               d->mb_trans[s] = NULL;
NULL             3417 maint/gnulib/lib/dfa.c       while ((t = trans[s]) != NULL)
NULL             3489 maint/gnulib/lib/dfa.c               p = NULL;
NULL             3654 maint/gnulib/lib/dfa.c       d->superset = NULL;
NULL             3671 maint/gnulib/lib/dfa.c   sup->multibyte_prop = NULL;
NULL             3672 maint/gnulib/lib/dfa.c   sup->superset = NULL;
NULL             3673 maint/gnulib/lib/dfa.c   sup->states = NULL;
NULL             3675 maint/gnulib/lib/dfa.c   sup->constraints = NULL;
NULL             3676 maint/gnulib/lib/dfa.c   sup->separates = NULL;
NULL             3677 maint/gnulib/lib/dfa.c   sup->follows = NULL;
NULL             3679 maint/gnulib/lib/dfa.c   sup->trans = NULL;
NULL             3680 maint/gnulib/lib/dfa.c   sup->fails = NULL;
NULL             3681 maint/gnulib/lib/dfa.c   sup->success = NULL;
NULL             3682 maint/gnulib/lib/dfa.c   sup->newlines = NULL;
NULL             3752 maint/gnulib/lib/dfa.c   if (s != NULL)
NULL             3928 maint/gnulib/lib/dfa.c   for (i = 0; cpp[i] != NULL; i++)
NULL             3929 maint/gnulib/lib/dfa.c     if (strstr (cpp[i], new) != NULL)
NULL             3935 maint/gnulib/lib/dfa.c   for (idx_t j = 0; cpp[j] != NULL; )
NULL             3936 maint/gnulib/lib/dfa.c     if (strstr (new, cpp[j]) == NULL)
NULL             3944 maint/gnulib/lib/dfa.c         cpp[i] = NULL;
NULL             3949 maint/gnulib/lib/dfa.c   cpp[i + 1] = NULL;
NULL             3970 maint/gnulib/lib/dfa.c       while (rcp != NULL)
NULL             4000 maint/gnulib/lib/dfa.c   for (idx_t lnum = 0; left[lnum] != NULL; lnum++)
NULL             4002 maint/gnulib/lib/dfa.c       for (idx_t rnum = 0; right[rnum] != NULL; rnum++)
NULL             4044 maint/gnulib/lib/dfa.c   mp->in[0] = NULL;
NULL             4064 maint/gnulib/lib/dfa.c   must *mp = NULL;
NULL             4163 maint/gnulib/lib/dfa.c           for (idx_t i = 0; mp->in[i] != NULL; i++)
NULL             4284 maint/gnulib/lib/dfa.c   struct dfamust *dm = NULL;
NULL             4353 maint/gnulib/lib/dfa.c                                      : strchr ("\n\r./", uc) != NULL);
NULL              119 maint/gnulib/lib/di-set.c       dis->dev_map = hash_initialize (INITIAL_DEV_MAP_SIZE, NULL,
NULL              125 maint/gnulib/lib/di-set.c           return NULL;
NULL              127 maint/gnulib/lib/di-set.c       dis->ino_map = NULL;
NULL              128 maint/gnulib/lib/di-set.c       dis->probe = NULL;
NULL              170 maint/gnulib/lib/di-set.c         return NULL;
NULL              177 maint/gnulib/lib/di-set.c     return NULL;
NULL              189 maint/gnulib/lib/di-set.c       dis->probe = NULL;
NULL              192 maint/gnulib/lib/di-set.c       probe->ino_set = hash_initialize (INITIAL_INO_SET_SIZE, NULL,
NULL              193 maint/gnulib/lib/di-set.c                                         di_ino_hash, NULL, NULL);
NULL              237 maint/gnulib/lib/di-set.c   return hash_insert_if_absent (ino_set, (void const *) i, NULL);
NULL               34 maint/gnulib/lib/dirfd.c } *dirp_fd_start = NULL;
NULL               60 maint/gnulib/lib/dirfd.c   for (dirp_fd_prev = NULL, dirp_fd = dirp_fd_start; dirp_fd;
NULL               80 maint/gnulib/lib/dirname-lgpl.c     return NULL;
NULL               79 maint/gnulib/lib/duplocale.c           return NULL;
NULL               81 maint/gnulib/lib/duplocale.c       base_copy = newlocale (LC_ALL_MASK, base_name, NULL);
NULL               82 maint/gnulib/lib/duplocale.c       if (base_copy == NULL)
NULL               83 maint/gnulib/lib/duplocale.c         return NULL;
NULL               95 maint/gnulib/lib/duplocale.c               return NULL;
NULL              100 maint/gnulib/lib/duplocale.c               if (copy == NULL)
NULL              105 maint/gnulib/lib/duplocale.c                   return NULL;
NULL              199 maint/gnulib/lib/error.c   __fxprintf (NULL, ": %s", s);
NULL              212 maint/gnulib/lib/error.c       wchar_t *wmessage = NULL;
NULL              225 maint/gnulib/lib/error.c                 wmessage = NULL;
NULL              229 maint/gnulib/lib/error.c               if (p == NULL)
NULL              280 maint/gnulib/lib/error.c   __fxprintf (NULL, "\n");
NULL              316 maint/gnulib/lib/error.c       __fxprintf (NULL, "%s: ", program_name);
NULL              329 maint/gnulib/lib/error.c   __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
NULL              351 maint/gnulib/lib/error.c               || (old_file_name != NULL
NULL              352 maint/gnulib/lib/error.c                   && file_name != NULL
NULL              379 maint/gnulib/lib/error.c       __fxprintf (NULL, "%s:", program_name);
NULL              386 maint/gnulib/lib/error.c   __fxprintf (NULL, file_name != NULL ? "%s:%u: " : " ",
NULL              389 maint/gnulib/lib/error.c   fprintf (stderr, file_name != NULL ? "%s:%u: " : " ",
NULL              400 maint/gnulib/lib/error.c   __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0);
NULL              266 maint/gnulib/lib/exclude.c       sp->v.table = hash_initialize (0, NULL,
NULL              399 maint/gnulib/lib/exclude.c           ? regexec (&opts->v.re, f, 0, NULL, 0) == 0
NULL              471 maint/gnulib/lib/exclude.c   char *filename = NULL;
NULL              613 maint/gnulib/lib/exclude.c   char *buf = NULL;
NULL               39 maint/gnulib/lib/execl.c   if (arg0 == NULL)
NULL               51 maint/gnulib/lib/execl.c       if (va_arg (args, const char *) == NULL)
NULL               58 maint/gnulib/lib/execl.c   if (argv == NULL)
NULL               39 maint/gnulib/lib/execle.c   if (arg0 == NULL)
NULL               51 maint/gnulib/lib/execle.c       if (va_arg (args, const char *) == NULL)
NULL               58 maint/gnulib/lib/execle.c   if (argv == NULL)
NULL               39 maint/gnulib/lib/execlp.c   if (arg0 == NULL)
NULL               51 maint/gnulib/lib/execlp.c       if (va_arg (args, const char *) == NULL)
NULL               58 maint/gnulib/lib/execlp.c   if (argv == NULL)
NULL              124 maint/gnulib/lib/execute.c   char *prog_path_to_free = NULL;
NULL              126 maint/gnulib/lib/execute.c   if (directory != NULL)
NULL              145 maint/gnulib/lib/execute.c             find_in_given_path (prog_path, getenv ("PATH"), NULL, false);
NULL              146 maint/gnulib/lib/execute.c           if (resolved_prog == NULL)
NULL              157 maint/gnulib/lib/execute.c               if (absolute_prog == NULL)
NULL              179 maint/gnulib/lib/execute.c   if (argv == NULL)
NULL              234 maint/gnulib/lib/execute.c   if (termsigp != NULL)
NULL              242 maint/gnulib/lib/execute.c       if (termsigp != NULL)
NULL              268 maint/gnulib/lib/execute.c       sigprocmask (SIG_SETMASK, NULL, &blocked_signals);
NULL              293 maint/gnulib/lib/execute.c           || (directory != NULL
NULL              307 maint/gnulib/lib/execute.c           || (err = (directory != NULL
NULL              309 maint/gnulib/lib/execute.c                                     attrs_allocated ? &attrs : NULL,
NULL              312 maint/gnulib/lib/execute.c                                      attrs_allocated ? &attrs : NULL,
NULL              323 maint/gnulib/lib/execute.c       if (termsigp != NULL)
NULL               40 maint/gnulib/lib/execve.c   if (program == NULL
NULL               41 maint/gnulib/lib/execve.c       || argv == NULL
NULL               43 maint/gnulib/lib/execve.c       || argv[0] == NULL
NULL               44 maint/gnulib/lib/execve.c       || env == NULL)
NULL               51 maint/gnulib/lib/execve.c   int err = posix_spawn (&child, program, NULL, NULL, argv, env);
NULL               37 maint/gnulib/lib/execvpe.c   if (program == NULL
NULL               38 maint/gnulib/lib/execvpe.c       || argv == NULL
NULL               40 maint/gnulib/lib/execvpe.c       || argv[0] == NULL
NULL               41 maint/gnulib/lib/execvpe.c       || env == NULL)
NULL               48 maint/gnulib/lib/execvpe.c     find_in_given_path (program, getenv ("PATH"), NULL, true);
NULL               49 maint/gnulib/lib/execvpe.c   if (resolved_progname == NULL)
NULL              102 maint/gnulib/lib/fatal-signal.c           if (sigaction (fatal_signals[i], NULL, &action) >= 0
NULL              150 maint/gnulib/lib/fatal-signal.c         sigaction (sig, &saved_sigactions[sig], NULL);
NULL              241 maint/gnulib/lib/fatal-signal.c       if (new_actions == NULL)
NULL              323 maint/gnulib/lib/fatal-signal.c       sigprocmask (SIG_BLOCK, &fatal_signal_set, NULL);
NULL              344 maint/gnulib/lib/fatal-signal.c       sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL               74 maint/gnulib/lib/fchdir.c         (dirs != NULL
NULL               77 maint/gnulib/lib/fchdir.c       if (new_dirs == NULL)
NULL               99 maint/gnulib/lib/fchdir.c   cwd = getcwd (NULL, 0);
NULL              103 maint/gnulib/lib/fchdir.c   result = mfile_name_concat (cwd, dir, NULL);
NULL              119 maint/gnulib/lib/fchdir.c       dirs[fd].name = NULL;
NULL              138 maint/gnulib/lib/fchdir.c           || (dirs[fd].name = get_name (filename)) == NULL)
NULL              162 maint/gnulib/lib/fchdir.c           || (dirs[newfd].name = strdup (dirs[oldfd].name)) == NULL)
NULL              174 maint/gnulib/lib/fchdir.c       dirs[newfd].name = NULL;
NULL              184 maint/gnulib/lib/fchdir.c   if (0 <= fd && fd < dirs_allocated && dirs[fd].name != NULL)
NULL              195 maint/gnulib/lib/fchdir.c   return NULL;
NULL               31 maint/gnulib/lib/fd-hook.c static struct fd_hook anchor = { &anchor, &anchor, NULL, NULL };
NULL               73 maint/gnulib/lib/fd-hook.c   if (close_hook == NULL)
NULL               75 maint/gnulib/lib/fd-hook.c   if (ioctl_hook == NULL)
NULL               78 maint/gnulib/lib/fd-hook.c   if (link->private_next == NULL && link->private_prev == NULL)
NULL              103 maint/gnulib/lib/fd-hook.c   if (next != NULL && prev != NULL)
NULL              109 maint/gnulib/lib/fd-hook.c       link->private_next = NULL;
NULL              110 maint/gnulib/lib/fd-hook.c       link->private_prev = NULL;
NULL              111 maint/gnulib/lib/fd-hook.c       link->private_close_fn = NULL;
NULL              112 maint/gnulib/lib/fd-hook.c       link->private_ioctl_fn = NULL;
NULL               43 maint/gnulib/lib/fdopen.c       result = NULL;
NULL               64 maint/gnulib/lib/fdopen.c   if (fp == NULL)
NULL               76 maint/gnulib/lib/fdopendir.c     return NULL;
NULL               80 maint/gnulib/lib/fdopendir.c     return NULL;
NULL               94 maint/gnulib/lib/fdopendir.c       dirp = NULL;
NULL              103 maint/gnulib/lib/fdopendir.c   DIR *dir = fdopendir_with_dup (fd, -1, NULL);
NULL              142 maint/gnulib/lib/fdopendir.c     return NULL;
NULL              180 maint/gnulib/lib/fdopendir.c       DIR *dir = NULL;
NULL              195 maint/gnulib/lib/fdopendir.c           DIR *dp = name ? opendir (name) : NULL;
NULL              213 maint/gnulib/lib/fdopendir.c         return NULL;
NULL              240 maint/gnulib/lib/fdopendir.c     return NULL;
NULL              244 maint/gnulib/lib/fdopendir.c       return NULL;
NULL              148 maint/gnulib/lib/fflush.c   if (stream == NULL || ! freading (stream))
NULL               55 maint/gnulib/lib/file-has-acl.c       ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0);
NULL               63 maint/gnulib/lib/file-has-acl.c           ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0);
NULL              176 maint/gnulib/lib/file-has-acl.c         aclent_t *malloced = NULL;
NULL              194 maint/gnulib/lib/file-has-acl.c                 if (entries == NULL)
NULL              250 maint/gnulib/lib/file-has-acl.c         ace_t *malloced = NULL;
NULL              267 maint/gnulib/lib/file-has-acl.c                 if (entries == NULL)
NULL              424 maint/gnulib/lib/file-has-acl.c           if (acl == NULL)
NULL               33 maint/gnulib/lib/file-set.c   if (ht == NULL)
NULL               43 maint/gnulib/lib/file-set.c     if (ent_from_table == NULL)
NULL               66 maint/gnulib/lib/file-set.c   if (ht == NULL)
NULL               89 maint/gnulib/lib/filename.h     (strchr ((Filename), '/') != NULL || strchr ((Filename), '\\') != NULL \
NULL               99 maint/gnulib/lib/filename.h # define IS_FILE_NAME_WITH_DIR(Filename) (strchr ((Filename), '/') != NULL)
NULL               72 maint/gnulib/lib/filenamecat-lgpl.c   if (p_concat == NULL)
NULL               73 maint/gnulib/lib/filenamecat-lgpl.c     return NULL;
NULL               38 maint/gnulib/lib/filenamecat.c   if (p == NULL)
NULL               36 maint/gnulib/lib/filevercmp.c   const char *match = NULL;
NULL               44 maint/gnulib/lib/filevercmp.c             match = NULL;
NULL               53 maint/gnulib/lib/filevercmp.c         match = NULL;
NULL              106 maint/gnulib/lib/findprog-in.c               (directory != NULL && IS_RELATIVE_FILE_NAME (progname)
NULL              122 maint/gnulib/lib/findprog-in.c             bool progbasename_has_dot = (strchr (progbasename, '.') != NULL);
NULL              142 maint/gnulib/lib/findprog-in.c                     if (progpathname == NULL)
NULL              143 maint/gnulib/lib/findprog-in.c                       return NULL; /* errno is set here */
NULL              188 maint/gnulib/lib/findprog-in.c                 if (progpathname == NULL)
NULL              189 maint/gnulib/lib/findprog-in.c                   return NULL; /* errno is set here */
NULL              211 maint/gnulib/lib/findprog-in.c             return NULL;
NULL              216 maint/gnulib/lib/findprog-in.c   if (path == NULL)
NULL              224 maint/gnulib/lib/findprog-in.c     if (path_copy == NULL)
NULL              225 maint/gnulib/lib/findprog-in.c       return NULL; /* errno is set here */
NULL              232 maint/gnulib/lib/findprog-in.c     bool progname_has_dot = (strchr (progname, '.') != NULL);
NULL              256 maint/gnulib/lib/findprog-in.c         if (directory != NULL && IS_RELATIVE_FILE_NAME (dir))
NULL              259 maint/gnulib/lib/findprog-in.c               concatenated_filename (directory, dir, NULL);
NULL              260 maint/gnulib/lib/findprog-in.c             if (dir_as_prefix_to_free == NULL)
NULL              270 maint/gnulib/lib/findprog-in.c             dir_as_prefix_to_free = NULL;
NULL              289 maint/gnulib/lib/findprog-in.c                 if (progpathname == NULL)
NULL              322 maint/gnulib/lib/findprog-in.c                                 if (progpathname == NULL)
NULL              359 maint/gnulib/lib/findprog-in.c             if (progpathname == NULL)
NULL              397 maint/gnulib/lib/findprog-in.c     return NULL;
NULL               55 maint/gnulib/lib/findprog.c   if (strchr (progname, '/') != NULL)
NULL               61 maint/gnulib/lib/findprog.c   if (path == NULL || *path == '\0')
NULL               71 maint/gnulib/lib/findprog.c   if (path == NULL)
NULL               94 maint/gnulib/lib/findprog.c       progpathname = xconcatenated_filename (dir, progname, NULL);
NULL               96 maint/gnulib/lib/findprog.c       progpathname = concatenated_filename (dir, progname, NULL);
NULL               97 maint/gnulib/lib/findprog.c       if (progpathname == NULL)
NULL              129 maint/gnulib/lib/findprog.c                   if (progpathname == NULL)
NULL              243 maint/gnulib/lib/fnmatch.c       wchar_t *wpattern_malloc = NULL;
NULL              245 maint/gnulib/lib/fnmatch.c       wchar_t *wstring_malloc = NULL;
NULL              272 maint/gnulib/lib/fnmatch.c           n = mbsrtowcs (NULL, &pattern, 0, &ps);
NULL              286 maint/gnulib/lib/fnmatch.c           if (wpattern == NULL)
NULL              317 maint/gnulib/lib/fnmatch.c           n = mbsrtowcs (NULL, &string, 0, &ps);
NULL              332 maint/gnulib/lib/fnmatch.c           if (wstring == NULL)
NULL              342 maint/gnulib/lib/fnmatch.c                                    flags & FNM_PERIOD, flags, NULL,
NULL              352 maint/gnulib/lib/fnmatch.c                            flags & FNM_PERIOD, flags, NULL, 0);
NULL              100 maint/gnulib/lib/fnmatch_loop.c           else if (ends != NULL)
NULL              157 maint/gnulib/lib/fnmatch_loop.c                       if (MEMCHR (n, L_('/'), string_end - n) == NULL)
NULL              169 maint/gnulib/lib/fnmatch_loop.c               end.pattern = NULL;
NULL              172 maint/gnulib/lib/fnmatch_loop.c               if (endp == NULL)
NULL              194 maint/gnulib/lib/fnmatch_loop.c                                NULL, alloca_used) == 0))
NULL              211 maint/gnulib/lib/fnmatch_loop.c                         if (end.pattern == NULL)
NULL              215 maint/gnulib/lib/fnmatch_loop.c                   if (end.pattern != NULL)
NULL              238 maint/gnulib/lib/fnmatch_loop.c               posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
NULL              946 maint/gnulib/lib/fnmatch_loop.c           posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
NULL              987 maint/gnulib/lib/fnmatch_loop.c   } *list = NULL;
NULL             1008 maint/gnulib/lib/fnmatch_loop.c           posixly_correct = getenv ("POSIXLY_CORRECT") != NULL ? 1 : -1;
NULL             1053 maint/gnulib/lib/fnmatch_loop.c                 if (newp == NULL)                                             \
NULL             1062 maint/gnulib/lib/fnmatch_loop.c             newp->next = NULL;                                                \
NULL             1078 maint/gnulib/lib/fnmatch_loop.c   assert (list != NULL);
NULL             1085 maint/gnulib/lib/fnmatch_loop.c       if (FCT (p, string, string_end, no_leading_period, flags, NULL,
NULL             1097 maint/gnulib/lib/fnmatch_loop.c                      NULL, alloca_used) == 0
NULL             1105 maint/gnulib/lib/fnmatch_loop.c                          ? flags : flags & ~FNM_PERIOD, NULL, alloca_used) == 0
NULL             1113 maint/gnulib/lib/fnmatch_loop.c                                 ? flags : flags & ~FNM_PERIOD, NULL,
NULL             1118 maint/gnulib/lib/fnmatch_loop.c       while ((list = list->next) != NULL);
NULL             1125 maint/gnulib/lib/fnmatch_loop.c       if (FCT (p, string, string_end, no_leading_period, flags, NULL,
NULL             1138 maint/gnulib/lib/fnmatch_loop.c                  NULL, alloca_used) == 0)
NULL             1141 maint/gnulib/lib/fnmatch_loop.c       while ((list = list->next) != NULL);
NULL             1152 maint/gnulib/lib/fnmatch_loop.c           for (runp = list; runp != NULL; runp = runp->next)
NULL             1155 maint/gnulib/lib/fnmatch_loop.c                      NULL, alloca_used) == 0)
NULL             1159 maint/gnulib/lib/fnmatch_loop.c           if (runp == NULL
NULL             1165 maint/gnulib/lib/fnmatch_loop.c                        NULL, alloca_used) == 0))
NULL             1184 maint/gnulib/lib/fnmatch_loop.c     while (list != NULL)
NULL               48 maint/gnulib/lib/fopen-safer.c               return NULL;
NULL               57 maint/gnulib/lib/fopen-safer.c               return NULL;
NULL              176 maint/gnulib/lib/fopen.c             return NULL;
NULL              182 maint/gnulib/lib/fopen.c           return NULL;
NULL              188 maint/gnulib/lib/fopen.c             return NULL;
NULL              196 maint/gnulib/lib/fopen.c         if (fp == NULL)
NULL              216 maint/gnulib/lib/fopen.c         return NULL;
NULL              219 maint/gnulib/lib/fopen.c       if (fp == NULL)
NULL               72 maint/gnulib/lib/fpurge.c   if (fp->_IO_save_base != NULL)
NULL               75 maint/gnulib/lib/fpurge.c       fp->_IO_save_base = NULL;
NULL               86 maint/gnulib/lib/fpurge.c   if (fp_ub._base != NULL)
NULL               90 maint/gnulib/lib/fpurge.c       fp_ub._base = NULL;
NULL              101 maint/gnulib/lib/fpurge.c   if (fp->_ptr != NULL)
NULL              106 maint/gnulib/lib/fpurge.c   if (fp_->_ptr != NULL)
NULL              119 maint/gnulib/lib/fpurge.c   fp->_Rsave = NULL;
NULL               58 maint/gnulib/lib/freadable.c       int flags = fcntl (fd, F_GETFL, NULL);
NULL               38 maint/gnulib/lib/freading.c               && fp->_IO_read_base != NULL));
NULL               38 maint/gnulib/lib/freadptr.c     return NULL;
NULL               41 maint/gnulib/lib/freadptr.c     return NULL;
NULL               47 maint/gnulib/lib/freadptr.c     return NULL;
NULL               50 maint/gnulib/lib/freadptr.c     return NULL;
NULL               55 maint/gnulib/lib/freadptr.c     return NULL;
NULL               59 maint/gnulib/lib/freadptr.c     return NULL;
NULL               66 maint/gnulib/lib/freadptr.c     return NULL;
NULL               69 maint/gnulib/lib/freadptr.c     return NULL;
NULL               74 maint/gnulib/lib/freadptr.c     return NULL;
NULL               77 maint/gnulib/lib/freadptr.c     return NULL;
NULL               83 maint/gnulib/lib/freadptr.c     return NULL;
NULL               85 maint/gnulib/lib/freadptr.c     return NULL;
NULL               88 maint/gnulib/lib/freadptr.c     return NULL;
NULL               92 maint/gnulib/lib/freadptr.c   return NULL;
NULL               96 maint/gnulib/lib/freadptr.c     return NULL;
NULL              100 maint/gnulib/lib/freadptr.c     return NULL;
NULL              105 maint/gnulib/lib/freadptr.c     return NULL;
NULL              108 maint/gnulib/lib/freadptr.c     return NULL;
NULL              113 maint/gnulib/lib/freadptr.c     return NULL;
NULL              115 maint/gnulib/lib/freadptr.c     return NULL;
NULL              121 maint/gnulib/lib/freadptr.c   return NULL;
NULL               91 maint/gnulib/lib/freadseek.c       if (freadptr (fp, &buffered) != NULL && buffered > 0)
NULL               88 maint/gnulib/lib/freopen-safer.c     f = NULL;
NULL               90 maint/gnulib/lib/freopen-safer.c     f = NULL;
NULL               92 maint/gnulib/lib/freopen-safer.c     f = NULL;
NULL               54 maint/gnulib/lib/fseeko.c       && fp->_IO_save_base == NULL)
NULL               75 maint/gnulib/lib/fseeko.c       && fp_ub._base == NULL)
NULL               83 maint/gnulib/lib/fseeko.c       && (fp_->_ptr == NULL || fp_->_count == 0))
NULL               86 maint/gnulib/lib/fseeko.c       && (fp_->_ptr == NULL || fp_->_cnt == 0))
NULL               95 maint/gnulib/lib/fseeko.c       && fp->_Rsave == NULL)
NULL               74 maint/gnulib/lib/fstat.c   if (name != NULL)
NULL               90 maint/gnulib/lib/fstat.c   return _gl_fstat_by_handle (h, NULL, buf);
NULL               70 maint/gnulib/lib/fstrcmp.c   gl_tls_key_init (bufmax_key, NULL);
NULL               84 maint/gnulib/lib/fstrcmp.c   if (buffer != NULL)
NULL               86 maint/gnulib/lib/fstrcmp.c       gl_tls_set (buffer_key, NULL);
NULL               51 maint/gnulib/lib/ftello.c   if (fp->_file < 0 || fp->_seek == NULL)
NULL               77 maint/gnulib/lib/ftello.c       if (fp->_ub._base != NULL)
NULL               93 maint/gnulib/lib/ftello.c   else if ((fp->_flags & __SWR) && fp->_p != NULL)
NULL              133 maint/gnulib/lib/ftello.c           if ((fp_->_flag & _IONBF) == 0 && fp_->_base != NULL)
NULL              148 maint/gnulib/lib/ftoastr.c           || (n < bufsize && STRTOF (buf, NULL) == x))
NULL              109 maint/gnulib/lib/ftruncate.c               if (!WriteFile (tmph, zero_bytes, (DWORD) count, &written, NULL)
NULL               55 maint/gnulib/lib/fts-cycle.c       fts->fts_cycle.ht = hash_initialize (HT_INITIAL_SIZE, NULL, AD_hash,
NULL              142 maint/gnulib/lib/fts-cycle.c       if (parent != NULL && 0 <= parent->fts_level)
NULL              366 maint/gnulib/lib/fts.c         FTSENT *parent = NULL;
NULL              367 maint/gnulib/lib/fts.c         FTSENT *tmp = NULL;     /* pacify gcc */
NULL              373 maint/gnulib/lib/fts.c                 return (NULL);
NULL              377 maint/gnulib/lib/fts.c                 return (NULL);
NULL              381 maint/gnulib/lib/fts.c                 return (NULL);
NULL              386 maint/gnulib/lib/fts.c         if (sp == NULL)
NULL              387 maint/gnulib/lib/fts.c                 return (NULL);
NULL              445 maint/gnulib/lib/fts.c         if (*argv != NULL) {
NULL              446 maint/gnulib/lib/fts.c                 if ((parent = fts_alloc(sp, "", 0)) == NULL)
NULL              462 maint/gnulib/lib/fts.c         defer_stat = (compar == NULL || ISSET(FTS_DEFER_STAT));
NULL              465 maint/gnulib/lib/fts.c         for (root = NULL, nitems = 0; *argv != NULL; ++argv, ++nitems) {
NULL              479 maint/gnulib/lib/fts.c                 if ((p = fts_alloc(sp, *argv, len)) == NULL)
NULL              487 maint/gnulib/lib/fts.c                 if (defer_stat && root != NULL) {
NULL              502 maint/gnulib/lib/fts.c                         p->fts_link = NULL;
NULL              503 maint/gnulib/lib/fts.c                         if (root == NULL)
NULL              519 maint/gnulib/lib/fts.c         if ((sp->fts_cur = fts_alloc(sp, "", 0)) == NULL)
NULL              545 maint/gnulib/lib/fts.c         return (NULL);
NULL              586 maint/gnulib/lib/fts.c                         p = p->fts_link != NULL ? p->fts_link : p->fts_parent;
NULL              716 maint/gnulib/lib/fts.c       = hash_initialize (DEV_TYPE_HT_INITIAL_SIZE, NULL, dev_type_hash,
NULL              844 maint/gnulib/lib/fts.c         if (sp->fts_cur == NULL || ISSET(FTS_STOP))
NULL              845 maint/gnulib/lib/fts.c                 return (NULL);
NULL              890 maint/gnulib/lib/fts.c                                 sp->fts_child = NULL;
NULL              898 maint/gnulib/lib/fts.c                 if (sp->fts_child != NULL && ISSET(FTS_NAMEONLY)) {
NULL              901 maint/gnulib/lib/fts.c                         sp->fts_child = NULL;
NULL              916 maint/gnulib/lib/fts.c                 if (sp->fts_child != NULL) {
NULL              920 maint/gnulib/lib/fts.c                                 for (p = sp->fts_child; p != NULL;
NULL              925 maint/gnulib/lib/fts.c                 } else if ((sp->fts_child = fts_build(sp, BREAD)) == NULL) {
NULL              927 maint/gnulib/lib/fts.c                                 return (NULL);
NULL              937 maint/gnulib/lib/fts.c                 sp->fts_child = NULL;
NULL              947 maint/gnulib/lib/fts.c         if (p->fts_link == NULL && p->fts_parent->fts_dirp)
NULL              953 maint/gnulib/lib/fts.c             if ((p = fts_build (sp, BREAD)) == NULL)
NULL              956 maint/gnulib/lib/fts.c                   return NULL;
NULL              964 maint/gnulib/lib/fts.c         if ((p = p->fts_link) != NULL) {
NULL              976 maint/gnulib/lib/fts.c                                 return (NULL);
NULL             1027 maint/gnulib/lib/fts.c                         return NULL;
NULL             1046 maint/gnulib/lib/fts.c                 return (sp->fts_cur = NULL);
NULL             1085 maint/gnulib/lib/fts.c         return ISSET(FTS_STOP) ? NULL : p;
NULL             1115 maint/gnulib/lib/fts.c                 return (NULL);
NULL             1129 maint/gnulib/lib/fts.c                 return (NULL);
NULL             1141 maint/gnulib/lib/fts.c                 return (NULL);
NULL             1144 maint/gnulib/lib/fts.c         if (sp->fts_child != NULL)
NULL             1165 maint/gnulib/lib/fts.c                 return (sp->fts_child = NULL);
NULL             1178 maint/gnulib/lib/fts.c                 return NULL;
NULL             1235 maint/gnulib/lib/fts.c       dirp = NULL;                              \
NULL             1298 maint/gnulib/lib/fts.c                 return NULL;
NULL             1305 maint/gnulib/lib/fts.c             if ((cur->fts_dirp = fts_opendir(cur->fts_accpath, &dir_fd)) == NULL)
NULL             1312 maint/gnulib/lib/fts.c                 return NULL;
NULL             1331 maint/gnulib/lib/fts.c                     return NULL;
NULL             1380 maint/gnulib/lib/fts.c                 if (dir_fd < 0 || fts_safe_changedir(sp, cur, dir_fd, NULL)) {
NULL             1388 maint/gnulib/lib/fts.c                         cur->fts_dirp = NULL;
NULL             1410 maint/gnulib/lib/fts.c                 cp = NULL;
NULL             1419 maint/gnulib/lib/fts.c         head = NULL;
NULL             1420 maint/gnulib/lib/fts.c         tail = NULL;
NULL             1426 maint/gnulib/lib/fts.c                 if (dp == NULL) {
NULL             1459 maint/gnulib/lib/fts.c                                 return (NULL);
NULL             1484 maint/gnulib/lib/fts.c                         return (NULL);
NULL             1501 maint/gnulib/lib/fts.c                 if (sp->fts_compar == NULL || ISSET(FTS_DEFER_STAT)) {
NULL             1529 maint/gnulib/lib/fts.c                 p->fts_link = NULL;
NULL             1530 maint/gnulib/lib/fts.c                 if (head == NULL)
NULL             1594 maint/gnulib/lib/fts.c                 return (NULL);
NULL             1603 maint/gnulib/lib/fts.c                 return (NULL);
NULL             1609 maint/gnulib/lib/fts.c                 sp->fts_compar = NULL;
NULL             1672 maint/gnulib/lib/fts.c       for (ad = hash_get_first (sp->fts_cycle.ht); ad != NULL;
NULL             1694 maint/gnulib/lib/fts.c   char *cwd = getcwdat (sp->fts_cwd_fd, NULL, 0);
NULL             1707 maint/gnulib/lib/fts.c           char *wd = getcwdat (fd, NULL, 0);
NULL             1730 maint/gnulib/lib/fts.c   char *dot = getcwdat (cwd_fd, NULL, 0);
NULL             1747 maint/gnulib/lib/fts.c               char *cwd = getcwdat (fd, NULL, 0);
NULL             1749 maint/gnulib/lib/fts.c               char *c2 = getcwdat (parent_fd, NULL, 0);
NULL             1857 maint/gnulib/lib/fts.c                         sp->fts_array = NULL;
NULL             1868 maint/gnulib/lib/fts.c         ap[0]->fts_link = NULL;
NULL             1884 maint/gnulib/lib/fts.c         if ((p = malloc(len)) == NULL)
NULL             1885 maint/gnulib/lib/fts.c                 return (NULL);
NULL             1895 maint/gnulib/lib/fts.c         p->fts_dirp = NULL;
NULL             1899 maint/gnulib/lib/fts.c         p->fts_pointer = NULL;
NULL             1937 maint/gnulib/lib/fts.c                 sp->fts_path = NULL;
NULL             1943 maint/gnulib/lib/fts.c         if (p == NULL) {
NULL             1945 maint/gnulib/lib/fts.c                 sp->fts_path = NULL;
NULL             2036 maint/gnulib/lib/fts.c                     dir = NULL;
NULL               36 maint/gnulib/lib/futimens.c   return fdutimens (fd, NULL, times);
NULL               58 maint/gnulib/lib/fwritable.c       int flags = fcntl (fd, F_GETFL, NULL);
NULL              155 maint/gnulib/lib/fwriteerror.c           if (stream == NULL)
NULL              305 maint/gnulib/lib/gc-gnulib.c         rc = rijndaelCipherInit (&ctx->aesContext, RIJNDAEL_MODE_ECB, NULL);
NULL              750 maint/gnulib/lib/gc-gnulib.c   const char *ret = NULL;
NULL              804 maint/gnulib/lib/gc-gnulib.c       return NULL;
NULL               56 maint/gnulib/lib/gc-libgcrypt.c       if (gcry_control (GCRYCTL_DISABLE_SECMEM, NULL, 0))
NULL               59 maint/gnulib/lib/gc-libgcrypt.c       if (gcry_check_version (MIN_GCRYPT_VERSION) == NULL)
NULL               62 maint/gnulib/lib/gc-libgcrypt.c       err = gcry_control (GCRYCTL_INITIALIZATION_FINISHED, NULL, 0);
NULL              223 maint/gnulib/lib/gc-libgcrypt.c                            data, len, NULL, len) != 0)
NULL              233 maint/gnulib/lib/gc-libgcrypt.c                            data, len, NULL, len) != 0)
NULL              632 maint/gnulib/lib/gc-libgcrypt.c   if (p == NULL)
NULL              664 maint/gnulib/lib/gc-libgcrypt.c   if (p == NULL)
NULL              696 maint/gnulib/lib/gc-libgcrypt.c   if (p == NULL)
NULL              728 maint/gnulib/lib/gc-libgcrypt.c   if (p == NULL)
NULL              760 maint/gnulib/lib/gc-libgcrypt.c   if (p == NULL)
NULL              796 maint/gnulib/lib/gc-libgcrypt.c   if (p == NULL)
NULL              837 maint/gnulib/lib/gc-libgcrypt.c   if (hash == NULL)
NULL              877 maint/gnulib/lib/gc-libgcrypt.c   if (hash == NULL)
NULL              917 maint/gnulib/lib/gc-libgcrypt.c   if (hash == NULL)
NULL              957 maint/gnulib/lib/gc-libgcrypt.c   if (hash == NULL)
NULL               60 maint/gnulib/lib/gc-pbkdf2.c   if (tmp == NULL)
NULL              113 maint/gnulib/lib/gen-uni-tables.c   uni->upper = (field12[0] =='\0' ? NONE : strtoul (field12, NULL, 16));
NULL              114 maint/gnulib/lib/gen-uni-tables.c   uni->lower = (field13[0] =='\0' ? NONE : strtoul (field13, NULL, 16));
NULL              115 maint/gnulib/lib/gen-uni-tables.c   uni->title = (field14[0] =='\0' ? NONE : strtoul (field14, NULL, 16));
NULL              178 maint/gnulib/lib/gen-uni-tables.c     unicode_attributes[i].name = NULL;
NULL              181 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL              215 maint/gnulib/lib/gen-uni-tables.c       i = strtoul (field0, NULL, 16);
NULL              252 maint/gnulib/lib/gen-uni-tables.c           j = strtoul (field0, NULL, 16);
NULL              352 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              360 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              370 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              378 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              386 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              394 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              402 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              410 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              417 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              425 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              433 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              441 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              448 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              456 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              464 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              472 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              479 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              487 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              495 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              503 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              511 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              519 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              527 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              535 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              542 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              550 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              558 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              566 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              574 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              581 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              589 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              597 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              605 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name == NULL
NULL              612 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              620 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              634 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL              642 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name == NULL
NULL              654 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL              699 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL              759 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             1072 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             1100 maint/gnulib/lib/gen-uni-tables.c       else if (unicode_attributes[ch].name != NULL)
NULL             1243 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             1265 maint/gnulib/lib/gen-uni-tables.c     if (unicode_attributes[ch].name != NULL)
NULL             1571 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL)
NULL             1617 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             1759 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL
NULL             1782 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             1834 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             1964 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL
NULL             1979 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             2031 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             2165 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL
NULL             2171 maint/gnulib/lib/gen-uni-tables.c       if (strchr (str, '/') != NULL)
NULL             2193 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             2255 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             2502 maint/gnulib/lib/gen-uni-tables.c   mirrored = (unicode_attributes[ch].name != NULL
NULL             2543 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             2760 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             2877 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             2892 maint/gnulib/lib/gen-uni-tables.c   while (strstr (buf, property_name) == NULL);
NULL             3161 maint/gnulib/lib/gen-uni-tables.c   bool result2 = (unicode_attributes[ch].name != NULL
NULL             3471 maint/gnulib/lib/gen-uni-tables.c          || (unicode_attributes[ch].name != NULL
NULL             3472 maint/gnulib/lib/gen-uni-tables.c              && strstr (unicode_attributes[ch].name, "ZERO WIDTH") != NULL);
NULL             3511 maint/gnulib/lib/gen-uni-tables.c     (unicode_attributes[ch].name != NULL
NULL             3634 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             3646 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             3659 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL
NULL             3660 maint/gnulib/lib/gen-uni-tables.c       && unicode_attributes[ch].decomposition != NULL)
NULL             3671 maint/gnulib/lib/gen-uni-tables.c       return strchr (decomp, ' ') != NULL && strncmp (decomp, "0020 ", 5) != 0;
NULL             3933 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             4129 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             4187 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             4423 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             4481 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             4631 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             4719 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             4902 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             4955 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             5049 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             5472 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             5627 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL
NULL             5637 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL
NULL             5647 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL
NULL             5673 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             5692 maint/gnulib/lib/gen-uni-tables.c                      != NULL)
NULL             5705 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             5734 maint/gnulib/lib/gen-uni-tables.c           || (unicode_attributes[ch].name != NULL
NULL             5752 maint/gnulib/lib/gen-uni-tables.c           || (unicode_attributes[ch].name != NULL
NULL             5764 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             5797 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             5805 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             5808 maint/gnulib/lib/gen-uni-tables.c           && !(unicode_attributes[ch].name != NULL
NULL             5818 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             5859 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             5872 maint/gnulib/lib/gen-uni-tables.c               && strtoul (unicode_attributes[ch].combining, NULL, 10) >= 200);
NULL             6019 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             6046 maint/gnulib/lib/gen-uni-tables.c     now = time (NULL);
NULL             6188 maint/gnulib/lib/gen-uni-tables.c     unicode_width[i] = (unicode_attributes[i].name != NULL ? "N" : NULL);
NULL             6191 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             6222 maint/gnulib/lib/gen-uni-tables.c       i = strtoul (field0, NULL, 16);
NULL             6223 maint/gnulib/lib/gen-uni-tables.c       if (strstr (field0, "..") != NULL)
NULL             6226 maint/gnulib/lib/gen-uni-tables.c           j = strtoul (strstr (field0, "..") + 2, NULL, 16);
NULL             6260 maint/gnulib/lib/gen-uni-tables.c   return (unicode_attributes[ch].name != NULL
NULL             6276 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             6397 maint/gnulib/lib/gen-uni-tables.c       if (unicode_width[ch] != NULL
NULL             6402 maint/gnulib/lib/gen-uni-tables.c       if (unicode_width[ch] != NULL
NULL             6421 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             6529 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name == NULL && (ch >= 0x20BC && ch <= 0x20CF))
NULL             6532 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL)
NULL             6955 maint/gnulib/lib/gen-uni-tables.c           || strstr (unicode_attributes[ch].name, "HIRAGANA LETTER SMALL ") != NULL
NULL             6956 maint/gnulib/lib/gen-uni-tables.c           || strstr (unicode_attributes[ch].name, "KATAKANA LETTER SMALL ") != NULL)
NULL             7018 maint/gnulib/lib/gen-uni-tables.c            && strstr (unicode_attributes[ch].name, "FULLWIDTH") == NULL)
NULL             7237 maint/gnulib/lib/gen-uni-tables.c           || strstr (unicode_attributes[ch].name, "FULLWIDTH LATIN ") != NULL
NULL             7321 maint/gnulib/lib/gen-uni-tables.c             if ((unicode_width[ch] != NULL
NULL             7392 maint/gnulib/lib/gen-uni-tables.c             if ((unicode_width[ch] != NULL
NULL             7570 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             7604 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             7689 maint/gnulib/lib/gen-uni-tables.c       i = strtoul (field0, NULL, 16);
NULL             7690 maint/gnulib/lib/gen-uni-tables.c       if (strstr (field0, "..") != NULL)
NULL             7693 maint/gnulib/lib/gen-uni-tables.c           j = strtoul (strstr (field0, "..") + 2, NULL, 16);
NULL             7775 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             7968 maint/gnulib/lib/gen-uni-tables.c       if (streams[i] == NULL)
NULL             8041 maint/gnulib/lib/gen-uni-tables.c   if (unicode_attributes[ch].name != NULL)
NULL             8056 maint/gnulib/lib/gen-uni-tables.c           || (unicode_attributes[ch].category != NULL
NULL             8060 maint/gnulib/lib/gen-uni-tables.c       if (unicode_attributes[ch].category != NULL
NULL             8105 maint/gnulib/lib/gen-uni-tables.c       if ((unicode_attributes[ch].category != NULL
NULL             8206 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             8236 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             8356 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             8524 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             8598 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             8671 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             8823 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             8931 maint/gnulib/lib/gen-uni-tables.c   if (decomposition != NULL && decomposition[0] != '\0')
NULL             8943 maint/gnulib/lib/gen-uni-tables.c           assert (rangle != NULL);
NULL             9152 maint/gnulib/lib/gen-uni-tables.c       if (streams[i] == NULL)
NULL             9197 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             9241 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             9295 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             9398 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             9464 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             9634 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             9640 maint/gnulib/lib/gen-uni-tables.c   casing_rules = NULL;
NULL             9753 maint/gnulib/lib/gen-uni-tables.c       language = NULL;
NULL             9774 maint/gnulib/lib/gen-uni-tables.c               word_begin = word_end = NULL;
NULL             9863 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             9869 maint/gnulib/lib/gen-uni-tables.c   casefolding_rules = NULL;
NULL             9967 maint/gnulib/lib/gen-uni-tables.c               static const char * const all_languages[] = { NULL };
NULL             10028 maint/gnulib/lib/gen-uni-tables.c       if (cfrule->language == NULL && cfrule->mapping[1] == 0)
NULL             10053 maint/gnulib/lib/gen-uni-tables.c       if (!(cfrule->language == NULL && cfrule->mapping[1] == 0))
NULL             10058 maint/gnulib/lib/gen-uni-tables.c           struct special_casing_rule *found_rule = NULL;
NULL             10065 maint/gnulib/lib/gen-uni-tables.c                   && (cfrule->language == NULL
NULL             10066 maint/gnulib/lib/gen-uni-tables.c                       || (rule->language != NULL
NULL             10072 maint/gnulib/lib/gen-uni-tables.c                   if ((cfrule->language == NULL
NULL             10073 maint/gnulib/lib/gen-uni-tables.c                        ? rule->language == NULL
NULL             10074 maint/gnulib/lib/gen-uni-tables.c                        : rule->language != NULL
NULL             10084 maint/gnulib/lib/gen-uni-tables.c           if (found_rule == NULL)
NULL             10098 maint/gnulib/lib/gen-uni-tables.c                       && rule->language == NULL)
NULL             10109 maint/gnulib/lib/gen-uni-tables.c               if (found_rule != NULL)
NULL             10155 maint/gnulib/lib/gen-uni-tables.c   return (- ((a_rule->language != NULL ? 1 : 0) + (a_rule->context != SCC_ALWAYS ? 1 : 0))
NULL             10156 maint/gnulib/lib/gen-uni-tables.c           + ((b_rule->language != NULL ? 1 : 0) + (b_rule->context != SCC_ALWAYS ? 1 : 0)));
NULL             10177 maint/gnulib/lib/gen-uni-tables.c   if (stream == NULL)
NULL             10262 maint/gnulib/lib/gen-uni-tables.c       if (rule->language != NULL)
NULL               49 maint/gnulib/lib/get-permissions.c   if (ctx->acl == NULL)
NULL               59 maint/gnulib/lib/get-permissions.c       if (ctx->default_acl == NULL)
NULL               89 maint/gnulib/lib/get-permissions.c   if (ctx->acl == NULL)
NULL              118 maint/gnulib/lib/get-permissions.c         ret = facl (desc, ACE_GETACLCNT, 0, NULL);
NULL              120 maint/gnulib/lib/get-permissions.c         ret = acl (name, ACE_GETACLCNT, 0, NULL);
NULL              134 maint/gnulib/lib/get-permissions.c       if (ctx->ace_entries == NULL)
NULL              149 maint/gnulib/lib/get-permissions.c               ctx->ace_entries = NULL;
NULL              164 maint/gnulib/lib/get-permissions.c       ctx->ace_entries = NULL;
NULL              173 maint/gnulib/lib/get-permissions.c         ret = facl (desc, GETACLCNT, 0, NULL);
NULL              175 maint/gnulib/lib/get-permissions.c         ret = acl (name, GETACLCNT, 0, NULL);
NULL              189 maint/gnulib/lib/get-permissions.c       if (ctx->entries == NULL)
NULL              204 maint/gnulib/lib/get-permissions.c               ctx->entries = NULL;
NULL              219 maint/gnulib/lib/get-permissions.c       ctx->entries = NULL;
NULL              239 maint/gnulib/lib/get-rusage-as.c               mmap (NULL, pagesize, PROT_READ | PROT_WRITE, flags, fd, 0);
NULL              285 maint/gnulib/lib/get-rusage-as.c               mmap (NULL, pagesize, PROT_READ | PROT_WRITE, flags, fd, 0);
NULL              361 maint/gnulib/lib/get-rusage-data.c   if (brk_value == NULL)
NULL              364 maint/gnulib/lib/get-rusage-data.c       if (brk_value == NULL)
NULL              107 maint/gnulib/lib/get_ppid_of.c               if (p != NULL)
NULL              139 maint/gnulib/lib/get_ppid_of.c           if (p != NULL)
NULL              142 maint/gnulib/lib/get_ppid_of.c               if (p != NULL)
NULL              177 maint/gnulib/lib/get_ppid_of.c           for (count = 1; p != NULL && count < 15; count++)
NULL              179 maint/gnulib/lib/get_ppid_of.c           if (p != NULL)
NULL              229 maint/gnulib/lib/get_ppid_of.c   if (sysctl (info_path, 6, &info, &len, NULL, 0) >= 0 && len == sizeof (info))
NULL              266 maint/gnulib/lib/get_ppid_of.c   if (getprocs64 (&procs, sizeof procs, NULL, 0, &pid, 1) > 0)
NULL              314 maint/gnulib/lib/get_ppid_of.c   if (info != NULL)
NULL              341 maint/gnulib/lib/get_ppid_of.c   pid_t pid = (arg != NULL ? atoi (arg) : getpid ());
NULL              102 maint/gnulib/lib/get_progname_of.c         return strdup (slash != NULL ? slash + 1 : linkbuf);
NULL              130 maint/gnulib/lib/get_progname_of.c             return strdup (slash != NULL ? slash + 1 : buf);
NULL              155 maint/gnulib/lib/get_progname_of.c       return strdup (slash != NULL ? slash + 1 : linkbuf);
NULL              183 maint/gnulib/lib/get_progname_of.c           for (count = 1; p != NULL && count < 3; count++)
NULL              185 maint/gnulib/lib/get_progname_of.c           if (p != NULL)
NULL              189 maint/gnulib/lib/get_progname_of.c               if (end != NULL)
NULL              219 maint/gnulib/lib/get_progname_of.c         return strdup (slash != NULL ? slash + 1 : linkbuf);
NULL              269 maint/gnulib/lib/get_progname_of.c   if (sysctl (info_path, 6, &info, &len, NULL, 0) >= 0 && len == sizeof (info))
NULL              306 maint/gnulib/lib/get_progname_of.c   if (getprocs64 (&procs, sizeof procs, NULL, 0, &pid, 1) > 0)
NULL              326 maint/gnulib/lib/get_progname_of.c           if (space != NULL)
NULL              329 maint/gnulib/lib/get_progname_of.c           if (p != NULL)
NULL              362 maint/gnulib/lib/get_progname_of.c               if (space != NULL)
NULL              365 maint/gnulib/lib/get_progname_of.c               if (p != NULL)
NULL              380 maint/gnulib/lib/get_progname_of.c         p = NULL;
NULL              382 maint/gnulib/lib/get_progname_of.c   if (p != NULL)
NULL              421 maint/gnulib/lib/get_progname_of.c   if (info != NULL)
NULL              433 maint/gnulib/lib/get_progname_of.c         if (backslash != NULL)
NULL              440 maint/gnulib/lib/get_progname_of.c                 if (next_backslash == NULL)
NULL              475 maint/gnulib/lib/get_progname_of.c         if (space != NULL)
NULL              482 maint/gnulib/lib/get_progname_of.c         if (slash != NULL)
NULL              489 maint/gnulib/lib/get_progname_of.c                 if (next_slash == NULL)
NULL              510 maint/gnulib/lib/get_progname_of.c   return NULL;
NULL              525 maint/gnulib/lib/get_progname_of.c   pid_t pid = (arg != NULL ? atoi (arg) : getpid ());
NULL              528 maint/gnulib/lib/get_progname_of.c           (unsigned long) pid, progname != NULL ? progname : "(null)");
NULL              107 maint/gnulib/lib/getaddrinfo.c static getaddrinfo_func getaddrinfo_ptr = NULL;
NULL              108 maint/gnulib/lib/getaddrinfo.c static freeaddrinfo_func freeaddrinfo_ptr = NULL;
NULL              109 maint/gnulib/lib/getaddrinfo.c static getnameinfo_func getnameinfo_ptr = NULL;
NULL              134 maint/gnulib/lib/getaddrinfo.c       getaddrinfo_ptr = NULL;
NULL              135 maint/gnulib/lib/getaddrinfo.c       freeaddrinfo_ptr = NULL;
NULL              136 maint/gnulib/lib/getaddrinfo.c       getnameinfo_ptr = NULL;
NULL              244 maint/gnulib/lib/getaddrinfo.c       struct servent *se = NULL;
NULL              248 maint/gnulib/lib/getaddrinfo.c       if (hints == NULL || !(hints->ai_flags & AI_NUMERICSERV))
NULL              268 maint/gnulib/lib/getaddrinfo.c   if (!he || he->h_addr_list[0] == NULL)
NULL              436 maint/gnulib/lib/getaddrinfo.c   if (sa == NULL || salen < sizeof (sa->sa_family))
NULL               57 maint/gnulib/lib/getcwd-lgpl.c           return NULL;
NULL               68 maint/gnulib/lib/getcwd-lgpl.c           return NULL;
NULL               91 maint/gnulib/lib/getcwd-lgpl.c       return NULL;
NULL               99 maint/gnulib/lib/getcwd-lgpl.c       if (ptr == NULL)
NULL              103 maint/gnulib/lib/getcwd-lgpl.c           return NULL;
NULL              120 maint/gnulib/lib/getcwd-lgpl.c           if (shrinked_result != NULL)
NULL              137 maint/gnulib/lib/getcwd.c       result = NULL;
NULL              182 maint/gnulib/lib/getcwd.c   DIR *dirstream = NULL;
NULL              215 maint/gnulib/lib/getcwd.c   if (errno == EINVAL && buf == NULL && size == 0)
NULL              227 maint/gnulib/lib/getcwd.c     return NULL;
NULL              232 maint/gnulib/lib/getcwd.c       if (buf != NULL)
NULL              235 maint/gnulib/lib/getcwd.c           return NULL;
NULL              241 maint/gnulib/lib/getcwd.c   if (buf == NULL)
NULL              244 maint/gnulib/lib/getcwd.c       if (dir == NULL)
NULL              245 maint/gnulib/lib/getcwd.c         return NULL;
NULL              292 maint/gnulib/lib/getcwd.c           dirstream = NULL;
NULL              304 maint/gnulib/lib/getcwd.c       if (dirstream == NULL)
NULL              309 maint/gnulib/lib/getcwd.c       if (dirstream == NULL)
NULL              327 maint/gnulib/lib/getcwd.c           if (d == NULL && errno == 0 && use_d_ino)
NULL              334 maint/gnulib/lib/getcwd.c           if (d == NULL)
NULL              379 maint/gnulib/lib/getcwd.c                 if (dotlist == NULL)
NULL              445 maint/gnulib/lib/getcwd.c       dirstream = NULL;
NULL              464 maint/gnulib/lib/getcwd.c   if (buf == NULL)
NULL              485 maint/gnulib/lib/getcwd.c     if (buf == NULL)
NULL              489 maint/gnulib/lib/getcwd.c   return NULL;
NULL               72 maint/gnulib/lib/getdelim.c   if (lineptr == NULL || n == NULL || fp == NULL)
NULL               80 maint/gnulib/lib/getdelim.c   if (*lineptr == NULL || *n == 0)
NULL               85 maint/gnulib/lib/getdelim.c       if (new_lineptr == NULL)
NULL              123 maint/gnulib/lib/getdelim.c           if (new_lineptr == NULL)
NULL               60 maint/gnulib/lib/getfilecon.c       *con = NULL;
NULL              427 maint/gnulib/lib/getloadavg.c   if (kc == NULL)
NULL              430 maint/gnulib/lib/getloadavg.c   if (ksp == NULL)
NULL              437 maint/gnulib/lib/getloadavg.c   if (kn == NULL)
NULL              450 maint/gnulib/lib/getloadavg.c       if (kn != NULL)
NULL              457 maint/gnulib/lib/getloadavg.c               if (kn != NULL)
NULL              492 maint/gnulib/lib/getloadavg.c     int result = perfstat_cpu_total (NULL, &cpu_stats, sizeof cpu_stats, 1);
NULL              889 maint/gnulib/lib/getloadavg.c       if (kd != NULL)
NULL               43 maint/gnulib/lib/getlogin.c   return NULL;
NULL               74 maint/gnulib/lib/getlogin_r.c       if (nul == NULL)
NULL               82 maint/gnulib/lib/getlogin_r.c           if (room == NULL)
NULL              202 maint/gnulib/lib/getopt.c   const struct option *pfound = NULL;
NULL              222 maint/gnulib/lib/getopt.c   if (pfound == NULL)
NULL              225 maint/gnulib/lib/getopt.c       unsigned char *ambig_set = NULL;
NULL              233 maint/gnulib/lib/getopt.c 	    if (pfound == NULL)
NULL              255 maint/gnulib/lib/getopt.c 			else if ((ambig_set = malloc (n_options)) == NULL)
NULL              310 maint/gnulib/lib/getopt.c   if (pfound == NULL)
NULL              316 maint/gnulib/lib/getopt.c 	  || strchr (optstring, *d->__nextchar) == NULL)
NULL              322 maint/gnulib/lib/getopt.c 	  d->__nextchar = NULL;
NULL              334 maint/gnulib/lib/getopt.c   d->__nextchar = NULL;
NULL              368 maint/gnulib/lib/getopt.c   if (longind != NULL)
NULL              392 maint/gnulib/lib/getopt.c   d->__nextchar = NULL;
NULL              480 maint/gnulib/lib/getopt.c   d->optarg = NULL;
NULL              493 maint/gnulib/lib/getopt.c   if (d->__nextchar == NULL || *d->__nextchar == '\0')
NULL              618 maint/gnulib/lib/getopt.c     if (temp == NULL || c == ':' || c == ';')
NULL              627 maint/gnulib/lib/getopt.c     if (temp[0] == 'W' && temp[1] == ';' && longopts != NULL)
NULL              650 maint/gnulib/lib/getopt.c 	d->optarg = NULL;
NULL              665 maint/gnulib/lib/getopt.c 	      d->optarg = NULL;
NULL              666 maint/gnulib/lib/getopt.c 	    d->__nextchar = NULL;
NULL              695 maint/gnulib/lib/getopt.c 	    d->__nextchar = NULL;
NULL               82 maint/gnulib/lib/getpass.c   if (arg != NULL)
NULL              103 maint/gnulib/lib/getpass.c   if (tty == NULL)
NULL              151 maint/gnulib/lib/getpass.c   if (buf != NULL)
NULL              108 maint/gnulib/lib/getprogname.c       p = (0 < getprocs64 (&procs, sizeof procs, NULL, 0, &pid, 1)
NULL              110 maint/gnulib/lib/getprogname.c            : NULL);
NULL              134 maint/gnulib/lib/getprogname.c               if (space != NULL)
NULL              137 maint/gnulib/lib/getprogname.c               if (p != NULL)
NULL              170 maint/gnulib/lib/getprogname.c                   if (space != NULL)
NULL              173 maint/gnulib/lib/getprogname.c                   if (p != NULL)
NULL              188 maint/gnulib/lib/getprogname.c             p = NULL;
NULL              257 maint/gnulib/lib/getprogname.c   return NULL;
NULL               69 maint/gnulib/lib/getrandom.c static BCryptGenRandomFuncType BCryptGenRandomFunc = NULL;
NULL               76 maint/gnulib/lib/getrandom.c   if (bcrypt != NULL)
NULL              128 maint/gnulib/lib/getrandom.c       if (BCryptGenRandomFunc != NULL
NULL              129 maint/gnulib/lib/getrandom.c           && BCryptGenRandomFunc (NULL, buffer, length,
NULL              146 maint/gnulib/lib/getrandom.c         if (CryptAcquireContext (&provider, NULL, NULL, PROV_RSA_FULL,
NULL               55 maint/gnulib/lib/getsubopt.c   if (vstart == NULL)
NULL               60 maint/gnulib/lib/getsubopt.c   for (cnt = 0; tokens[cnt] != NULL; ++cnt)
NULL               65 maint/gnulib/lib/getsubopt.c         *valuep = vstart != endp ? vstart + 1 : NULL;
NULL              123 maint/gnulib/lib/gettext.h    pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES)
NULL              134 maint/gnulib/lib/gettext.h    npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
NULL              206 maint/gnulib/lib/gettext.h   dcpgettext_expr (NULL, Msgctxt, Msgid, LC_MESSAGES)
NULL              233 maint/gnulib/lib/gettext.h   if (msg_ctxt_id != NULL)
NULL              253 maint/gnulib/lib/gettext.h   dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
NULL              281 maint/gnulib/lib/gettext.h   if (msg_ctxt_id != NULL)
NULL               35 maint/gnulib/lib/gettime.c   gettimeofday (&tv, NULL);
NULL               46 maint/gnulib/lib/gettimeofday.c static GetSystemTimePreciseAsFileTimeFuncType GetSystemTimePreciseAsFileTimeFunc = NULL;
NULL               53 maint/gnulib/lib/gettimeofday.c   if (kernel32 != NULL)
NULL              101 maint/gnulib/lib/gettimeofday.c   if (GetSystemTimePreciseAsFileTimeFunc != NULL)
NULL              146 maint/gnulib/lib/gettimeofday.c   tv->tv_sec = time (NULL);
NULL               81 maint/gnulib/lib/getugroups.c       if (grp == NULL)
NULL              109 maint/gnulib/lib/getumask.c       if (tmpdir == NULL || *tmpdir == '\0')
NULL              113 maint/gnulib/lib/getumask.c       if (temp_filename != NULL)
NULL               59 maint/gnulib/lib/getusershell.c   "/bin/sh", "/bin/csh", "/usr/bin/sh", "/usr/bin/csh", NULL
NULL               67 maint/gnulib/lib/getusershell.c static FILE *shellstream = NULL;
NULL               70 maint/gnulib/lib/getusershell.c static char *line = NULL;
NULL               88 maint/gnulib/lib/getusershell.c       return NULL;
NULL               91 maint/gnulib/lib/getusershell.c   if (shellstream == NULL)
NULL               94 maint/gnulib/lib/getusershell.c       if (shellstream == NULL)
NULL              107 maint/gnulib/lib/getusershell.c   return NULL;                  /* End of file. */
NULL              128 maint/gnulib/lib/getusershell.c       shellstream = NULL;
NULL              262 maint/gnulib/lib/git-merge-changelog.c   if (memchr (entry1->string, '\0', entry1->length) != NULL)
NULL              264 maint/gnulib/lib/git-merge-changelog.c   if (memchr (entry2->string, '\0', entry2->length) != NULL)
NULL              304 maint/gnulib/lib/git-merge-changelog.c   if (contents == NULL)
NULL              312 maint/gnulib/lib/git-merge-changelog.c                           NULL, true);
NULL              315 maint/gnulib/lib/git-merge-changelog.c                           NULL, true);
NULL              332 maint/gnulib/lib/git-merge-changelog.c             if (ptr == NULL)
NULL              706 maint/gnulib/lib/git-merge-changelog.c   edits = gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, true);
NULL              810 maint/gnulib/lib/git-merge-changelog.c static struct entry empty_entry = { NULL, 0 };
NULL              826 maint/gnulib/lib/git-merge-changelog.c       if (nl == NULL)
NULL              963 maint/gnulib/lib/git-merge-changelog.c   { "help", no_argument, NULL, 'h' },
NULL              964 maint/gnulib/lib/git-merge-changelog.c   { "split-merged-entry", no_argument, NULL, CHAR_MAX + 1 },
NULL              965 maint/gnulib/lib/git-merge-changelog.c   { "version", no_argument, NULL, 'V' },
NULL              966 maint/gnulib/lib/git-merge-changelog.c   { NULL, 0, NULL, 0 }
NULL             1022 maint/gnulib/lib/git-merge-changelog.c   while ((optchar = getopt_long (argc, argv, "hV", long_options, NULL)) != EOF)
NULL             1133 maint/gnulib/lib/git-merge-changelog.c       if (var != NULL && var[0] != '\0')
NULL             1138 maint/gnulib/lib/git-merge-changelog.c           if (var != NULL && var[0] != '\0')
NULL             1146 maint/gnulib/lib/git-merge-changelog.c               if (var != NULL
NULL             1148 maint/gnulib/lib/git-merge-changelog.c                        && c_strstr (var, " --rebase") == NULL)
NULL             1205 maint/gnulib/lib/git-merge-changelog.c                             NULL, true);
NULL             1213 maint/gnulib/lib/git-merge-changelog.c       gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, true);
NULL             1286 maint/gnulib/lib/git-merge-changelog.c                       c->old_entries = NULL;
NULL             1324 maint/gnulib/lib/git-merge-changelog.c                         c->modified_entries = NULL;
NULL             1649 maint/gnulib/lib/git-merge-changelog.c       if (fp == NULL)
NULL               33 maint/gnulib/lib/gl_anyavltree_list2.h   if (node == NULL)
NULL               34 maint/gnulib/lib/gl_anyavltree_list2.h     return NULL;
NULL               39 maint/gnulib/lib/gl_anyavltree_list2.h       if (node->left == NULL)
NULL               44 maint/gnulib/lib/gl_anyavltree_list2.h     node->left = NULL;
NULL               51 maint/gnulib/lib/gl_anyavltree_list2.h       if (node->right == NULL)
NULL               56 maint/gnulib/lib/gl_anyavltree_list2.h     node->right = NULL;
NULL               69 maint/gnulib/lib/gl_anyavltree_list2.h   if (node->left != NULL)
NULL               73 maint/gnulib/lib/gl_anyavltree_list2.h   return NULL;
NULL               87 maint/gnulib/lib/gl_anyavltree_list2.h   if (list == NULL)
NULL               88 maint/gnulib/lib/gl_anyavltree_list2.h     return NULL;
NULL              105 maint/gnulib/lib/gl_anyavltree_list2.h     if (list->table == NULL)
NULL              112 maint/gnulib/lib/gl_anyavltree_list2.h       if (list->root == NULL)
NULL              114 maint/gnulib/lib/gl_anyavltree_list2.h       list->root->parent = NULL;
NULL              124 maint/gnulib/lib/gl_anyavltree_list2.h     list->root = NULL;
NULL              138 maint/gnulib/lib/gl_anyavltree_list2.h   return NULL;
NULL              166 maint/gnulib/lib/gl_anyavltree_list2.h       if (node->left != NULL || node->right != NULL)
NULL              180 maint/gnulib/lib/gl_anyavltree_list2.h           if (node->parent == NULL)
NULL              218 maint/gnulib/lib/gl_anyavltree_list2.h                   if (nodeleftright != NULL)
NULL              225 maint/gnulib/lib/gl_anyavltree_list2.h                     (nodeleftright != NULL ? nodeleftright->branch_size : 0)
NULL              226 maint/gnulib/lib/gl_anyavltree_list2.h                     + 1 + (noderight != NULL ? noderight->branch_size : 0);
NULL              259 maint/gnulib/lib/gl_anyavltree_list2.h                   if (L != NULL)
NULL              261 maint/gnulib/lib/gl_anyavltree_list2.h                   if (R != NULL)
NULL              271 maint/gnulib/lib/gl_anyavltree_list2.h                     (nodeleft->left != NULL ? nodeleft->left->branch_size : 0)
NULL              272 maint/gnulib/lib/gl_anyavltree_list2.h                     + 1 + (nodeleft->right != NULL ? nodeleft->right->branch_size : 0);
NULL              274 maint/gnulib/lib/gl_anyavltree_list2.h                     (node->left != NULL ? node->left->branch_size : 0)
NULL              275 maint/gnulib/lib/gl_anyavltree_list2.h                     + 1 + (node->right != NULL ? node->right->branch_size : 0);
NULL              316 maint/gnulib/lib/gl_anyavltree_list2.h                   if (noderightleft != NULL)
NULL              323 maint/gnulib/lib/gl_anyavltree_list2.h                     (nodeleft != NULL ? nodeleft->branch_size : 0)
NULL              324 maint/gnulib/lib/gl_anyavltree_list2.h                     + 1 + (noderightleft != NULL ? noderightleft->branch_size : 0);
NULL              357 maint/gnulib/lib/gl_anyavltree_list2.h                   if (L != NULL)
NULL              359 maint/gnulib/lib/gl_anyavltree_list2.h                   if (R != NULL)
NULL              369 maint/gnulib/lib/gl_anyavltree_list2.h                     (node->left != NULL ? node->left->branch_size : 0)
NULL              370 maint/gnulib/lib/gl_anyavltree_list2.h                     + 1 + (node->right != NULL ? node->right->branch_size : 0);
NULL              372 maint/gnulib/lib/gl_anyavltree_list2.h                     (noderight->left != NULL ? noderight->left->branch_size : 0)
NULL              373 maint/gnulib/lib/gl_anyavltree_list2.h                     + 1 + (noderight->right != NULL ? noderight->right->branch_size : 0);
NULL              405 maint/gnulib/lib/gl_anyavltree_list2.h       if (parent == NULL)
NULL              415 maint/gnulib/lib/gl_anyavltree_list2.h   if (node->left == NULL)
NULL              420 maint/gnulib/lib/gl_anyavltree_list2.h       if (child != NULL)
NULL              422 maint/gnulib/lib/gl_anyavltree_list2.h       if (parent == NULL)
NULL              435 maint/gnulib/lib/gl_anyavltree_list2.h             for (p = parent; p != NULL; p = p->parent)
NULL              442 maint/gnulib/lib/gl_anyavltree_list2.h   else if (node->right == NULL)
NULL              450 maint/gnulib/lib/gl_anyavltree_list2.h       if (parent == NULL)
NULL              463 maint/gnulib/lib/gl_anyavltree_list2.h             for (p = parent; p != NULL; p = p->parent)
NULL              477 maint/gnulib/lib/gl_anyavltree_list2.h       for (subst = node->left; subst->right != NULL; )
NULL              497 maint/gnulib/lib/gl_anyavltree_list2.h           if (child != NULL)
NULL              506 maint/gnulib/lib/gl_anyavltree_list2.h         for (p = subst_parent; p != NULL; p = p->parent)
NULL              523 maint/gnulib/lib/gl_anyavltree_list2.h       if (parent == NULL)
NULL              544 maint/gnulib/lib/gl_anyavltree_list2.h   if (new_node == NULL)
NULL              545 maint/gnulib/lib/gl_anyavltree_list2.h     return NULL;
NULL              547 maint/gnulib/lib/gl_anyavltree_list2.h   new_node->left = NULL;
NULL              548 maint/gnulib/lib/gl_anyavltree_list2.h   new_node->right = NULL;
NULL              554 maint/gnulib/lib/gl_anyavltree_list2.h     (list->base.hashcode_fn != NULL
NULL              560 maint/gnulib/lib/gl_anyavltree_list2.h   if (list->root == NULL)
NULL              563 maint/gnulib/lib/gl_anyavltree_list2.h       new_node->parent = NULL;
NULL              569 maint/gnulib/lib/gl_anyavltree_list2.h       for (node = list->root; node->left != NULL; )
NULL              580 maint/gnulib/lib/gl_anyavltree_list2.h         for (p = node; p != NULL; p = p->parent)
NULL              585 maint/gnulib/lib/gl_anyavltree_list2.h       if (node->right == NULL && node->parent != NULL)
NULL              597 maint/gnulib/lib/gl_anyavltree_list2.h       return NULL;
NULL              612 maint/gnulib/lib/gl_anyavltree_list2.h   if (new_node == NULL)
NULL              613 maint/gnulib/lib/gl_anyavltree_list2.h     return NULL;
NULL              615 maint/gnulib/lib/gl_anyavltree_list2.h   new_node->left = NULL;
NULL              616 maint/gnulib/lib/gl_anyavltree_list2.h   new_node->right = NULL;
NULL              622 maint/gnulib/lib/gl_anyavltree_list2.h     (list->base.hashcode_fn != NULL
NULL              628 maint/gnulib/lib/gl_anyavltree_list2.h   if (list->root == NULL)
NULL              631 maint/gnulib/lib/gl_anyavltree_list2.h       new_node->parent = NULL;
NULL              637 maint/gnulib/lib/gl_anyavltree_list2.h       for (node = list->root; node->right != NULL; )
NULL              648 maint/gnulib/lib/gl_anyavltree_list2.h         for (p = node; p != NULL; p = p->parent)
NULL              653 maint/gnulib/lib/gl_anyavltree_list2.h       if (node->left == NULL && node->parent != NULL)
NULL              665 maint/gnulib/lib/gl_anyavltree_list2.h       return NULL;
NULL              682 maint/gnulib/lib/gl_anyavltree_list2.h   if (new_node == NULL)
NULL              683 maint/gnulib/lib/gl_anyavltree_list2.h     return NULL;
NULL              685 maint/gnulib/lib/gl_anyavltree_list2.h   new_node->left = NULL;
NULL              686 maint/gnulib/lib/gl_anyavltree_list2.h   new_node->right = NULL;
NULL              692 maint/gnulib/lib/gl_anyavltree_list2.h     (list->base.hashcode_fn != NULL
NULL              698 maint/gnulib/lib/gl_anyavltree_list2.h   if (node->left == NULL)
NULL              702 maint/gnulib/lib/gl_anyavltree_list2.h       height_inc = (node->right == NULL);
NULL              706 maint/gnulib/lib/gl_anyavltree_list2.h       for (node = node->left; node->right != NULL; )
NULL              710 maint/gnulib/lib/gl_anyavltree_list2.h       height_inc = (node->left == NULL);
NULL              718 maint/gnulib/lib/gl_anyavltree_list2.h     for (p = node; p != NULL; p = p->parent)
NULL              723 maint/gnulib/lib/gl_anyavltree_list2.h   if (height_inc && node->parent != NULL)
NULL              734 maint/gnulib/lib/gl_anyavltree_list2.h       return NULL;
NULL              751 maint/gnulib/lib/gl_anyavltree_list2.h   if (new_node == NULL)
NULL              752 maint/gnulib/lib/gl_anyavltree_list2.h     return NULL;
NULL              754 maint/gnulib/lib/gl_anyavltree_list2.h   new_node->left = NULL;
NULL              755 maint/gnulib/lib/gl_anyavltree_list2.h   new_node->right = NULL;
NULL              761 maint/gnulib/lib/gl_anyavltree_list2.h     (list->base.hashcode_fn != NULL
NULL              767 maint/gnulib/lib/gl_anyavltree_list2.h   if (node->right == NULL)
NULL              771 maint/gnulib/lib/gl_anyavltree_list2.h       height_inc = (node->left == NULL);
NULL              775 maint/gnulib/lib/gl_anyavltree_list2.h       for (node = node->right; node->left != NULL; )
NULL              779 maint/gnulib/lib/gl_anyavltree_list2.h       height_inc = (node->right == NULL);
NULL              787 maint/gnulib/lib/gl_anyavltree_list2.h     for (p = node; p != NULL; p = p->parent)
NULL              792 maint/gnulib/lib/gl_anyavltree_list2.h   if (height_inc && node->parent != NULL)
NULL              803 maint/gnulib/lib/gl_anyavltree_list2.h       return NULL;
NULL               42 maint/gnulib/lib/gl_anyhash2.h       if (new_table == NULL)
NULL               50 maint/gnulib/lib/gl_anyhash2.h           while (node != NULL)
NULL               49 maint/gnulib/lib/gl_anylinked_list2.h   if (list == NULL)
NULL               50 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL               61 maint/gnulib/lib/gl_anylinked_list2.h   if (list->table == NULL)
NULL               73 maint/gnulib/lib/gl_anylinked_list2.h   return NULL;
NULL               89 maint/gnulib/lib/gl_anylinked_list2.h   if (list == NULL)
NULL               90 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              107 maint/gnulib/lib/gl_anylinked_list2.h     if (list->table == NULL)
NULL              118 maint/gnulib/lib/gl_anylinked_list2.h       if (node == NULL)
NULL              124 maint/gnulib/lib/gl_anylinked_list2.h         (list->base.hashcode_fn != NULL
NULL              163 maint/gnulib/lib/gl_anylinked_list2.h   return NULL;
NULL              188 maint/gnulib/lib/gl_anylinked_list2.h         (list->base.hashcode_fn != NULL
NULL              223 maint/gnulib/lib/gl_anylinked_list2.h   return (node->next != &list->root ? node->next : NULL);
NULL              229 maint/gnulib/lib/gl_anylinked_list2.h   return (node->prev != &list->root ? node->prev : NULL);
NULL              238 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              247 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              303 maint/gnulib/lib/gl_anylinked_list2.h         (list->base.hashcode_fn != NULL
NULL              323 maint/gnulib/lib/gl_anylinked_list2.h               return NULL;
NULL              347 maint/gnulib/lib/gl_anylinked_list2.h       (list->base.hashcode_fn != NULL
NULL              356 maint/gnulib/lib/gl_anylinked_list2.h         gl_list_node_t found = NULL;
NULL              360 maint/gnulib/lib/gl_anylinked_list2.h              node != NULL;
NULL              363 maint/gnulib/lib/gl_anylinked_list2.h               && (equals != NULL
NULL              375 maint/gnulib/lib/gl_anylinked_list2.h                 return NULL;
NULL              386 maint/gnulib/lib/gl_anylinked_list2.h                   return NULL;
NULL              397 maint/gnulib/lib/gl_anylinked_list2.h         gl_list_node_t first_match = NULL;
NULL              401 maint/gnulib/lib/gl_anylinked_list2.h              node != NULL;
NULL              404 maint/gnulib/lib/gl_anylinked_list2.h               && (equals != NULL
NULL              408 maint/gnulib/lib/gl_anylinked_list2.h               if (first_match == NULL)
NULL              429 maint/gnulib/lib/gl_anylinked_list2.h                   && (equals != NULL
NULL              435 maint/gnulib/lib/gl_anylinked_list2.h             return NULL;
NULL              444 maint/gnulib/lib/gl_anylinked_list2.h                     return NULL;
NULL              455 maint/gnulib/lib/gl_anylinked_list2.h                       return NULL;
NULL              471 maint/gnulib/lib/gl_anylinked_list2.h     if (equals != NULL)
NULL              483 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              503 maint/gnulib/lib/gl_anylinked_list2.h       (list->base.hashcode_fn != NULL
NULL              515 maint/gnulib/lib/gl_anylinked_list2.h              node != NULL;
NULL              518 maint/gnulib/lib/gl_anylinked_list2.h               && (equals != NULL
NULL              527 maint/gnulib/lib/gl_anylinked_list2.h         gl_list_node_t first_match = NULL;
NULL              530 maint/gnulib/lib/gl_anylinked_list2.h              node != NULL;
NULL              533 maint/gnulib/lib/gl_anylinked_list2.h               && (equals != NULL
NULL              537 maint/gnulib/lib/gl_anylinked_list2.h               if (first_match == NULL)
NULL              560 maint/gnulib/lib/gl_anylinked_list2.h                   && (equals != NULL
NULL              572 maint/gnulib/lib/gl_anylinked_list2.h     if (node == NULL)
NULL              594 maint/gnulib/lib/gl_anylinked_list2.h     if (equals != NULL)
NULL              621 maint/gnulib/lib/gl_anylinked_list2.h   if (node == NULL)
NULL              622 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              627 maint/gnulib/lib/gl_anylinked_list2.h     (list->base.hashcode_fn != NULL
NULL              635 maint/gnulib/lib/gl_anylinked_list2.h       return NULL;
NULL              659 maint/gnulib/lib/gl_anylinked_list2.h   if (node == NULL)
NULL              660 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              665 maint/gnulib/lib/gl_anylinked_list2.h     (list->base.hashcode_fn != NULL
NULL              673 maint/gnulib/lib/gl_anylinked_list2.h       return NULL;
NULL              697 maint/gnulib/lib/gl_anylinked_list2.h   if (new_node == NULL)
NULL              698 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              703 maint/gnulib/lib/gl_anylinked_list2.h     (list->base.hashcode_fn != NULL
NULL              711 maint/gnulib/lib/gl_anylinked_list2.h       return NULL;
NULL              735 maint/gnulib/lib/gl_anylinked_list2.h   if (new_node == NULL)
NULL              736 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              741 maint/gnulib/lib/gl_anylinked_list2.h     (list->base.hashcode_fn != NULL
NULL              749 maint/gnulib/lib/gl_anylinked_list2.h       return NULL;
NULL              778 maint/gnulib/lib/gl_anylinked_list2.h   if (new_node == NULL)
NULL              779 maint/gnulib/lib/gl_anylinked_list2.h     return NULL;
NULL              784 maint/gnulib/lib/gl_anylinked_list2.h     (list->base.hashcode_fn != NULL
NULL              792 maint/gnulib/lib/gl_anylinked_list2.h       return NULL;
NULL              850 maint/gnulib/lib/gl_anylinked_list2.h   if (list->base.dispose_fn != NULL)
NULL              898 maint/gnulib/lib/gl_anylinked_list2.h   if (list->base.dispose_fn != NULL)
NULL              909 maint/gnulib/lib/gl_anylinked_list2.h   if (node != NULL)
NULL              924 maint/gnulib/lib/gl_anylinked_list2.h       if (dispose != NULL)
NULL             1034 maint/gnulib/lib/gl_anylinked_list2.h       if (nodep != NULL)
NULL             1065 maint/gnulib/lib/gl_anylinked_list2.h   return NULL;
NULL             1113 maint/gnulib/lib/gl_anylinked_list2.h   return NULL;
NULL               36 maint/gnulib/lib/gl_anyrbtree_list2.h   if (node == NULL)
NULL               37 maint/gnulib/lib/gl_anyrbtree_list2.h     return NULL;
NULL               45 maint/gnulib/lib/gl_anyrbtree_list2.h       if (node->left == NULL)
NULL               50 maint/gnulib/lib/gl_anyrbtree_list2.h     node->left = NULL;
NULL               60 maint/gnulib/lib/gl_anyrbtree_list2.h       if (node->right == NULL)
NULL               65 maint/gnulib/lib/gl_anyrbtree_list2.h     node->right = NULL;
NULL               74 maint/gnulib/lib/gl_anyrbtree_list2.h   if (node->left != NULL)
NULL               78 maint/gnulib/lib/gl_anyrbtree_list2.h   return NULL;
NULL               92 maint/gnulib/lib/gl_anyrbtree_list2.h   if (list == NULL)
NULL               93 maint/gnulib/lib/gl_anyrbtree_list2.h     return NULL;
NULL              110 maint/gnulib/lib/gl_anyrbtree_list2.h     if (list->table == NULL)
NULL              127 maint/gnulib/lib/gl_anyrbtree_list2.h       if (list->root == NULL)
NULL              129 maint/gnulib/lib/gl_anyrbtree_list2.h       list->root->parent = NULL;
NULL              139 maint/gnulib/lib/gl_anyrbtree_list2.h     list->root = NULL;
NULL              153 maint/gnulib/lib/gl_anyrbtree_list2.h   return NULL;
NULL              178 maint/gnulib/lib/gl_anyrbtree_list2.h   if (c_node != NULL)
NULL              182 maint/gnulib/lib/gl_anyrbtree_list2.h     (a_node != NULL ? a_node->branch_size : 0)
NULL              183 maint/gnulib/lib/gl_anyrbtree_list2.h     + 1 + (c_node != NULL ? c_node->branch_size : 0);
NULL              185 maint/gnulib/lib/gl_anyrbtree_list2.h     b_node->branch_size + 1 + (e_node != NULL ? e_node->branch_size : 0);
NULL              212 maint/gnulib/lib/gl_anyrbtree_list2.h   if (c_node != NULL)
NULL              216 maint/gnulib/lib/gl_anyrbtree_list2.h     (c_node != NULL ? c_node->branch_size : 0)
NULL              217 maint/gnulib/lib/gl_anyrbtree_list2.h     + 1 + (e_node != NULL ? e_node->branch_size : 0);
NULL              219 maint/gnulib/lib/gl_anyrbtree_list2.h     (a_node != NULL ? a_node->branch_size : 0) + 1 + d_node->branch_size;
NULL              256 maint/gnulib/lib/gl_anyrbtree_list2.h       if (uncle != NULL && uncle->color == RED)
NULL              273 maint/gnulib/lib/gl_anyrbtree_list2.h           if (grandparent->parent == NULL)
NULL              338 maint/gnulib/lib/gl_anyrbtree_list2.h       if (parent == NULL)
NULL              363 maint/gnulib/lib/gl_anyrbtree_list2.h       if (parent->parent == NULL)
NULL              414 maint/gnulib/lib/gl_anyrbtree_list2.h           if (sibling->right != NULL && sibling->right->color == RED)
NULL              432 maint/gnulib/lib/gl_anyrbtree_list2.h           else if (sibling->left != NULL && sibling->left->color == RED)
NULL              536 maint/gnulib/lib/gl_anyrbtree_list2.h           if (sibling->left != NULL && sibling->left->color == RED)
NULL              554 maint/gnulib/lib/gl_anyrbtree_list2.h           else if (sibling->right != NULL && sibling->right->color == RED)
NULL              623 maint/gnulib/lib/gl_anyrbtree_list2.h       if (child != NULL && child->color == RED)
NULL              630 maint/gnulib/lib/gl_anyrbtree_list2.h       if (parent == NULL)
NULL              640 maint/gnulib/lib/gl_anyrbtree_list2.h   if (node->left == NULL)
NULL              645 maint/gnulib/lib/gl_anyrbtree_list2.h       if (child != NULL)
NULL              652 maint/gnulib/lib/gl_anyrbtree_list2.h       if (parent == NULL)
NULL              665 maint/gnulib/lib/gl_anyrbtree_list2.h             for (p = parent; p != NULL; p = p->parent)
NULL              669 maint/gnulib/lib/gl_anyrbtree_list2.h           if (child == NULL && node->color == BLACK)
NULL              673 maint/gnulib/lib/gl_anyrbtree_list2.h   else if (node->right == NULL)
NULL              684 maint/gnulib/lib/gl_anyrbtree_list2.h       if (parent == NULL)
NULL              697 maint/gnulib/lib/gl_anyrbtree_list2.h             for (p = parent; p != NULL; p = p->parent)
NULL              710 maint/gnulib/lib/gl_anyrbtree_list2.h       for (subst = node->left; subst->right != NULL; )
NULL              732 maint/gnulib/lib/gl_anyrbtree_list2.h           if (child != NULL)
NULL              741 maint/gnulib/lib/gl_anyrbtree_list2.h         for (p = subst_parent; p != NULL; p = p->parent)
NULL              758 maint/gnulib/lib/gl_anyrbtree_list2.h       if (parent == NULL)
NULL              767 maint/gnulib/lib/gl_anyrbtree_list2.h           if (child != NULL && child->color == RED)
NULL              787 maint/gnulib/lib/gl_anyrbtree_list2.h   if (new_node == NULL)
NULL              788 maint/gnulib/lib/gl_anyrbtree_list2.h     return NULL;
NULL              790 maint/gnulib/lib/gl_anyrbtree_list2.h   new_node->left = NULL;
NULL              791 maint/gnulib/lib/gl_anyrbtree_list2.h   new_node->right = NULL;
NULL              796 maint/gnulib/lib/gl_anyrbtree_list2.h     (list->base.hashcode_fn != NULL
NULL              802 maint/gnulib/lib/gl_anyrbtree_list2.h   if (list->root == NULL)
NULL              806 maint/gnulib/lib/gl_anyrbtree_list2.h       new_node->parent = NULL;
NULL              812 maint/gnulib/lib/gl_anyrbtree_list2.h       for (node = list->root; node->left != NULL; )
NULL              822 maint/gnulib/lib/gl_anyrbtree_list2.h         for (p = node; p != NULL; p = p->parent)
NULL              838 maint/gnulib/lib/gl_anyrbtree_list2.h       return NULL;
NULL              853 maint/gnulib/lib/gl_anyrbtree_list2.h   if (new_node == NULL)
NULL              854 maint/gnulib/lib/gl_anyrbtree_list2.h     return NULL;
NULL              856 maint/gnulib/lib/gl_anyrbtree_list2.h   new_node->left = NULL;
NULL              857 maint/gnulib/lib/gl_anyrbtree_list2.h   new_node->right = NULL;
NULL              862 maint/gnulib/lib/gl_anyrbtree_list2.h     (list->base.hashcode_fn != NULL
NULL              868 maint/gnulib/lib/gl_anyrbtree_list2.h   if (list->root == NULL)
NULL              872 maint/gnulib/lib/gl_anyrbtree_list2.h       new_node->parent = NULL;
NULL              878 maint/gnulib/lib/gl_anyrbtree_list2.h       for (node = list->root; node->right != NULL; )
NULL              888 maint/gnulib/lib/gl_anyrbtree_list2.h         for (p = node; p != NULL; p = p->parent)
NULL              904 maint/gnulib/lib/gl_anyrbtree_list2.h       return NULL;
NULL              919 maint/gnulib/lib/gl_anyrbtree_list2.h   if (new_node == NULL)
NULL              920 maint/gnulib/lib/gl_anyrbtree_list2.h     return NULL;
NULL              922 maint/gnulib/lib/gl_anyrbtree_list2.h   new_node->left = NULL;
NULL              923 maint/gnulib/lib/gl_anyrbtree_list2.h   new_node->right = NULL;
NULL              928 maint/gnulib/lib/gl_anyrbtree_list2.h     (list->base.hashcode_fn != NULL
NULL              934 maint/gnulib/lib/gl_anyrbtree_list2.h   if (node->left == NULL)
NULL              938 maint/gnulib/lib/gl_anyrbtree_list2.h       for (node = node->left; node->right != NULL; )
NULL              948 maint/gnulib/lib/gl_anyrbtree_list2.h     for (p = node; p != NULL; p = p->parent)
NULL              963 maint/gnulib/lib/gl_anyrbtree_list2.h       return NULL;
NULL              978 maint/gnulib/lib/gl_anyrbtree_list2.h   if (new_node == NULL)
NULL              979 maint/gnulib/lib/gl_anyrbtree_list2.h     return NULL;
NULL              981 maint/gnulib/lib/gl_anyrbtree_list2.h   new_node->left = NULL;
NULL              982 maint/gnulib/lib/gl_anyrbtree_list2.h   new_node->right = NULL;
NULL              987 maint/gnulib/lib/gl_anyrbtree_list2.h     (list->base.hashcode_fn != NULL
NULL              993 maint/gnulib/lib/gl_anyrbtree_list2.h   if (node->right == NULL)
NULL              997 maint/gnulib/lib/gl_anyrbtree_list2.h       for (node = node->right; node->left != NULL; )
NULL             1007 maint/gnulib/lib/gl_anyrbtree_list2.h     for (p = node; p != NULL; p = p->parent)
NULL             1022 maint/gnulib/lib/gl_anyrbtree_list2.h       return NULL;
NULL               36 maint/gnulib/lib/gl_anytree_list1.h   if (node->left != NULL)
NULL               38 maint/gnulib/lib/gl_anytree_list1.h   if (node->right != NULL)
NULL               30 maint/gnulib/lib/gl_anytree_list2.h   if (list == NULL)
NULL               31 maint/gnulib/lib/gl_anytree_list2.h     return NULL;
NULL               42 maint/gnulib/lib/gl_anytree_list2.h   if (list->table == NULL)
NULL               45 maint/gnulib/lib/gl_anytree_list2.h   list->root = NULL;
NULL               52 maint/gnulib/lib/gl_anytree_list2.h   return NULL;
NULL               59 maint/gnulib/lib/gl_anytree_list2.h   return (list->root != NULL ? list->root->branch_size : 0);
NULL               77 maint/gnulib/lib/gl_anytree_list2.h         (list->base.hashcode_fn != NULL
NULL              109 maint/gnulib/lib/gl_anytree_list2.h   if (node->right != NULL)
NULL              112 maint/gnulib/lib/gl_anytree_list2.h       while (node->left != NULL)
NULL              117 maint/gnulib/lib/gl_anytree_list2.h       while (node->parent != NULL && node->parent->right == node)
NULL              128 maint/gnulib/lib/gl_anytree_list2.h   if (node->left != NULL)
NULL              131 maint/gnulib/lib/gl_anytree_list2.h       while (node->right != NULL)
NULL              136 maint/gnulib/lib/gl_anytree_list2.h       while (node->parent != NULL && node->parent->left == node)
NULL              148 maint/gnulib/lib/gl_anytree_list2.h   if (node != NULL)
NULL              150 maint/gnulib/lib/gl_anytree_list2.h       while (node->left != NULL)
NULL              161 maint/gnulib/lib/gl_anytree_list2.h   if (node != NULL)
NULL              163 maint/gnulib/lib/gl_anytree_list2.h       while (node->right != NULL)
NULL              178 maint/gnulib/lib/gl_anytree_list2.h       if (node->left != NULL)
NULL              200 maint/gnulib/lib/gl_anytree_list2.h   if (!(node != NULL && position < node->branch_size))
NULL              212 maint/gnulib/lib/gl_anytree_list2.h   if (!(node != NULL && position < node->branch_size))
NULL              220 maint/gnulib/lib/gl_anytree_list2.h         (list->base.hashcode_fn != NULL
NULL              236 maint/gnulib/lib/gl_anytree_list2.h               return NULL;
NULL              255 maint/gnulib/lib/gl_anytree_list2.h         && end_index <= (list->root != NULL ? list->root->branch_size : 0)))
NULL              274 maint/gnulib/lib/gl_anytree_list2.h                 if (node == NULL)
NULL              285 maint/gnulib/lib/gl_anytree_list2.h                   return NULL;
NULL              292 maint/gnulib/lib/gl_anytree_list2.h             if (equals != NULL ? equals (elt, node->value) : elt == node->value)
NULL              296 maint/gnulib/lib/gl_anytree_list2.h               return NULL;
NULL              315 maint/gnulib/lib/gl_anytree_list2.h                 if (node == NULL)
NULL              328 maint/gnulib/lib/gl_anytree_list2.h                   return NULL;
NULL              337 maint/gnulib/lib/gl_anytree_list2.h                 (node->left != NULL ? node->left->branch_size : 0) + 1;
NULL              341 maint/gnulib/lib/gl_anytree_list2.h                   if (equals != NULL ? equals (elt, node->value) : elt == node->value)
NULL              349 maint/gnulib/lib/gl_anytree_list2.h                 return NULL;
NULL              366 maint/gnulib/lib/gl_anytree_list2.h         && end_index <= (list->root != NULL ? list->root->branch_size : 0)))
NULL              385 maint/gnulib/lib/gl_anytree_list2.h                 if (node == NULL)
NULL              403 maint/gnulib/lib/gl_anytree_list2.h             if (equals != NULL ? equals (elt, node->value) : elt == node->value)
NULL              426 maint/gnulib/lib/gl_anytree_list2.h                 if (node == NULL)
NULL              448 maint/gnulib/lib/gl_anytree_list2.h                 (node->left != NULL ? node->left->branch_size : 0) + 1;
NULL              452 maint/gnulib/lib/gl_anytree_list2.h                   if (equals != NULL ? equals (elt, node->value) : elt == node->value)
NULL              477 maint/gnulib/lib/gl_anytree_list2.h   size_t count = (list->root != NULL ? list->root->branch_size : 0);
NULL              500 maint/gnulib/lib/gl_anytree_list2.h   if (list->base.dispose_fn != NULL)
NULL              511 maint/gnulib/lib/gl_anytree_list2.h   if (!(node != NULL && position < node->branch_size))
NULL              521 maint/gnulib/lib/gl_anytree_list2.h   if (list->root != NULL)
NULL              526 maint/gnulib/lib/gl_anytree_list2.h       if (node != NULL)
NULL              547 maint/gnulib/lib/gl_anytree_list2.h           if (node == NULL)
NULL              564 maint/gnulib/lib/gl_anytree_list2.h           if (list->base.dispose_fn != NULL)
NULL              591 maint/gnulib/lib/gl_anytree_list2.h   if (node != NULL)
NULL              592 maint/gnulib/lib/gl_anytree_list2.h     while (node->left != NULL)
NULL              596 maint/gnulib/lib/gl_anytree_list2.h   result.q = NULL;
NULL              609 maint/gnulib/lib/gl_anytree_list2.h   size_t count = (list->root != NULL ? list->root->branch_size : 0);
NULL              618 maint/gnulib/lib/gl_anytree_list2.h   result.p = (start_index < count ? node_at (list->root, start_index) : NULL);
NULL              620 maint/gnulib/lib/gl_anytree_list2.h   result.q = (end_index < count ? node_at (list->root, end_index) : NULL);
NULL              638 maint/gnulib/lib/gl_anytree_list2.h       if (nodep != NULL)
NULL              641 maint/gnulib/lib/gl_anytree_list2.h       if (node->right != NULL)
NULL              644 maint/gnulib/lib/gl_anytree_list2.h           while (node->left != NULL)
NULL              649 maint/gnulib/lib/gl_anytree_list2.h           while (node->parent != NULL && node->parent->right == node)
NULL              673 maint/gnulib/lib/gl_anytree_list2.h   for (node = list->root; node != NULL; )
NULL              687 maint/gnulib/lib/gl_anytree_list2.h           for (; node != NULL; )
NULL              705 maint/gnulib/lib/gl_anytree_list2.h   return NULL;
NULL              717 maint/gnulib/lib/gl_anytree_list2.h         && high <= (list->root != NULL ? list->root->branch_size : 0)))
NULL              721 maint/gnulib/lib/gl_anytree_list2.h   for (node = list->root; node != NULL; )
NULL              724 maint/gnulib/lib/gl_anytree_list2.h         (node->left != NULL ? node->left->branch_size : 0);
NULL              753 maint/gnulib/lib/gl_anytree_list2.h               for (; node != NULL; )
NULL              756 maint/gnulib/lib/gl_anytree_list2.h                     (node->left != NULL ? node->left->branch_size : 0);
NULL              787 maint/gnulib/lib/gl_anytree_list2.h   return NULL;
NULL              797 maint/gnulib/lib/gl_anytree_list2.h   for (node = list->root, position = 0; node != NULL; )
NULL              803 maint/gnulib/lib/gl_anytree_list2.h           if (node->left != NULL)
NULL              815 maint/gnulib/lib/gl_anytree_list2.h             position + (node->left != NULL ? node->left->branch_size : 0);
NULL              817 maint/gnulib/lib/gl_anytree_list2.h           for (; node != NULL; )
NULL              823 maint/gnulib/lib/gl_anytree_list2.h                   if (node->left != NULL)
NULL              835 maint/gnulib/lib/gl_anytree_list2.h                     + (node->left != NULL ? node->left->branch_size : 0);
NULL              855 maint/gnulib/lib/gl_anytree_list2.h         && high <= (list->root != NULL ? list->root->branch_size : 0)))
NULL              859 maint/gnulib/lib/gl_anytree_list2.h   for (node = list->root, position = 0; node != NULL; )
NULL              862 maint/gnulib/lib/gl_anytree_list2.h         (node->left != NULL ? node->left->branch_size : 0);
NULL              892 maint/gnulib/lib/gl_anytree_list2.h                 position + (node->left != NULL ? node->left->branch_size : 0);
NULL              894 maint/gnulib/lib/gl_anytree_list2.h               for (; node != NULL; )
NULL              897 maint/gnulib/lib/gl_anytree_list2.h                     (node->left != NULL ? node->left->branch_size : 0);
NULL              937 maint/gnulib/lib/gl_anytree_list2.h   if (node == NULL)
NULL              946 maint/gnulib/lib/gl_anytree_list2.h           if (node->right == NULL)
NULL              952 maint/gnulib/lib/gl_anytree_list2.h           if (node->left == NULL)
NULL              966 maint/gnulib/lib/gl_anytree_list2.h   if (node != NULL)
NULL               39 maint/gnulib/lib/gl_anytree_omap.h   if (map == NULL)
NULL               40 maint/gnulib/lib/gl_anytree_omap.h     return NULL;
NULL               46 maint/gnulib/lib/gl_anytree_omap.h   map->root = NULL;
NULL               64 maint/gnulib/lib/gl_anytree_omap.h   for (node = map->root; node != NULL; )
NULL               66 maint/gnulib/lib/gl_anytree_omap.h       int cmp = (compar != NULL
NULL               93 maint/gnulib/lib/gl_anytree_omap.h   for (node = map->root; node != NULL; )
NULL              103 maint/gnulib/lib/gl_anytree_omap.h           for (; node != NULL; )
NULL              128 maint/gnulib/lib/gl_anytree_omap.h   if (node == NULL)
NULL              130 maint/gnulib/lib/gl_anytree_omap.h       if (gl_tree_nx_add_first (map, key, value) == NULL)
NULL              139 maint/gnulib/lib/gl_anytree_omap.h       int cmp = (compar != NULL
NULL              146 maint/gnulib/lib/gl_anytree_omap.h           if (node->right == NULL)
NULL              148 maint/gnulib/lib/gl_anytree_omap.h               if (gl_tree_nx_add_after (map, node, key, value) == NULL)
NULL              156 maint/gnulib/lib/gl_anytree_omap.h           if (node->left == NULL)
NULL              158 maint/gnulib/lib/gl_anytree_omap.h               if (gl_tree_nx_add_before (map, node, key, value) == NULL)
NULL              179 maint/gnulib/lib/gl_anytree_omap.h   for (node = map->root; node != NULL; )
NULL              181 maint/gnulib/lib/gl_anytree_omap.h       int cmp = (compar != NULL
NULL              214 maint/gnulib/lib/gl_anytree_omap.h           if (node == NULL)
NULL              231 maint/gnulib/lib/gl_anytree_omap.h           if (map->base.vdispose_fn != NULL)
NULL              233 maint/gnulib/lib/gl_anytree_omap.h           if (map->base.kdispose_fn != NULL)
NULL              258 maint/gnulib/lib/gl_anytree_omap.h   if (node != NULL)
NULL              259 maint/gnulib/lib/gl_anytree_omap.h     while (node->left != NULL)
NULL              263 maint/gnulib/lib/gl_anytree_omap.h   result.q = NULL;
NULL              283 maint/gnulib/lib/gl_anytree_omap.h       if (node->right != NULL)
NULL              286 maint/gnulib/lib/gl_anytree_omap.h           while (node->left != NULL)
NULL              291 maint/gnulib/lib/gl_anytree_omap.h           while (node->parent != NULL && node->parent->right == node)
NULL               38 maint/gnulib/lib/gl_anytree_oset.h   if (set == NULL)
NULL               39 maint/gnulib/lib/gl_anytree_oset.h     return NULL;
NULL               44 maint/gnulib/lib/gl_anytree_oset.h   set->root = NULL;
NULL               60 maint/gnulib/lib/gl_anytree_oset.h   if (node->right != NULL)
NULL               63 maint/gnulib/lib/gl_anytree_oset.h       while (node->left != NULL)
NULL               68 maint/gnulib/lib/gl_anytree_oset.h       while (node->parent != NULL && node->parent->right == node)
NULL               79 maint/gnulib/lib/gl_anytree_oset.h   if (node->left != NULL)
NULL               82 maint/gnulib/lib/gl_anytree_oset.h       while (node->right != NULL)
NULL               87 maint/gnulib/lib/gl_anytree_oset.h       while (node->parent != NULL && node->parent->left == node)
NULL              100 maint/gnulib/lib/gl_anytree_oset.h   for (node = set->root; node != NULL; )
NULL              102 maint/gnulib/lib/gl_anytree_oset.h       int cmp = (compar != NULL
NULL              126 maint/gnulib/lib/gl_anytree_oset.h   for (node = set->root; node != NULL; )
NULL              136 maint/gnulib/lib/gl_anytree_oset.h           for (; node != NULL; )
NULL              159 maint/gnulib/lib/gl_anytree_oset.h   for (node = set->root; node != NULL; )
NULL              161 maint/gnulib/lib/gl_anytree_oset.h       int cmp = (compar != NULL
NULL              174 maint/gnulib/lib/gl_anytree_oset.h   return NULL;
NULL              183 maint/gnulib/lib/gl_anytree_oset.h   if (node == NULL)
NULL              185 maint/gnulib/lib/gl_anytree_oset.h       if (gl_tree_nx_add_first (set, elt) == NULL)
NULL              194 maint/gnulib/lib/gl_anytree_oset.h       int cmp = (compar != NULL
NULL              201 maint/gnulib/lib/gl_anytree_oset.h           if (node->right == NULL)
NULL              203 maint/gnulib/lib/gl_anytree_oset.h               if (gl_tree_nx_add_after (set, node, elt) == NULL)
NULL              211 maint/gnulib/lib/gl_anytree_oset.h           if (node->left == NULL)
NULL              213 maint/gnulib/lib/gl_anytree_oset.h               if (gl_tree_nx_add_before (set, node, elt) == NULL)
NULL              229 maint/gnulib/lib/gl_anytree_oset.h   if (node != NULL)
NULL              247 maint/gnulib/lib/gl_anytree_oset.h   if (old_node != NULL)
NULL              255 maint/gnulib/lib/gl_anytree_oset.h           if (!(compar != NULL
NULL              256 maint/gnulib/lib/gl_anytree_oset.h                 ? (prev_node == NULL || compar (prev_node->value, elt) < 0)
NULL              257 maint/gnulib/lib/gl_anytree_oset.h                   && (next_node == NULL || compar (next_node->value, elt) > 0)
NULL              258 maint/gnulib/lib/gl_anytree_oset.h                 : (prev_node == NULL || prev_node->value < elt)
NULL              259 maint/gnulib/lib/gl_anytree_oset.h                   && (next_node == NULL || next_node->value > elt)))
NULL              271 maint/gnulib/lib/gl_anytree_oset.h                   int cmp = (compar != NULL
NULL              278 maint/gnulib/lib/gl_anytree_oset.h                       if (node->right == NULL)
NULL              287 maint/gnulib/lib/gl_anytree_oset.h                       if (node->left == NULL)
NULL              321 maint/gnulib/lib/gl_anytree_oset.h           if (node == NULL)
NULL              338 maint/gnulib/lib/gl_anytree_oset.h           if (set->base.dispose_fn != NULL)
NULL              363 maint/gnulib/lib/gl_anytree_oset.h   if (node != NULL)
NULL              364 maint/gnulib/lib/gl_anytree_oset.h     while (node->left != NULL)
NULL              368 maint/gnulib/lib/gl_anytree_oset.h   result.q = NULL;
NULL              389 maint/gnulib/lib/gl_anytree_oset.h   result.q = NULL;
NULL              396 maint/gnulib/lib/gl_anytree_oset.h   for (node = set->root; node != NULL; )
NULL              406 maint/gnulib/lib/gl_anytree_oset.h           for (; node != NULL; )
NULL              420 maint/gnulib/lib/gl_anytree_oset.h   result.p = NULL;
NULL               37 maint/gnulib/lib/gl_anytreehash_list1.h   if (node->left != NULL)
NULL               43 maint/gnulib/lib/gl_anytreehash_list1.h       if (parent == NULL)
NULL               49 maint/gnulib/lib/gl_anytreehash_list1.h           if (parent->left != NULL)
NULL              112 maint/gnulib/lib/gl_anytreehash_list1.h       for (entryp = &list->table[bucket]; *entryp != NULL; entryp = &(*entryp)->hash_next)
NULL              124 maint/gnulib/lib/gl_anytreehash_list1.h                   if (equals != NULL ? equals (value, node->value) : value == node->value)
NULL              135 maint/gnulib/lib/gl_anytreehash_list1.h                   if (equals != NULL ? equals (value, node->value) : value == node->value)
NULL              144 maint/gnulib/lib/gl_anytreehash_list1.h                                                  compare_by_position, NULL);
NULL              145 maint/gnulib/lib/gl_anytreehash_list1.h                       if (nodes == NULL)
NULL              155 maint/gnulib/lib/gl_anytreehash_list1.h                       if (multi_entry == NULL)
NULL              209 maint/gnulib/lib/gl_anytreehash_list1.h           if (entry == NULL)
NULL              220 maint/gnulib/lib/gl_anytreehash_list1.h               if (equals != NULL ? equals (value, node->value) : value == node->value)
NULL              252 maint/gnulib/lib/gl_anytreehash_list1.h           if (*entryp == NULL)
NULL              276 maint/gnulib/lib/gl_anytreehash_list1.h           if (node == NULL)
NULL              295 maint/gnulib/lib/gl_anytreehash_list1.h         (list->base.hashcode_fn != NULL
NULL              319 maint/gnulib/lib/gl_anytreehash_list1.h           if (node == NULL)
NULL               25 maint/gnulib/lib/gl_anytreehash_list2.h         && end_index <= (list->root != NULL ? list->root->branch_size : 0)))
NULL               30 maint/gnulib/lib/gl_anytreehash_list2.h       (list->base.hashcode_fn != NULL
NULL               39 maint/gnulib/lib/gl_anytreehash_list2.h         for (entry = list->table[bucket]; entry != NULL; entry = entry->hash_next)
NULL               48 maint/gnulib/lib/gl_anytreehash_list2.h                   if (equals != NULL ? equals (elt, node->value) : elt == node->value)
NULL               83 maint/gnulib/lib/gl_anytreehash_list2.h                   if (equals != NULL ? equals (elt, node->value) : elt == node->value)
NULL              104 maint/gnulib/lib/gl_anytreehash_list2.h         for (entry = list->table[bucket]; entry != NULL; entry = entry->hash_next)
NULL              108 maint/gnulib/lib/gl_anytreehash_list2.h               if (equals != NULL ? equals (elt, node->value) : elt == node->value)
NULL              126 maint/gnulib/lib/gl_anytreehash_list2.h     return NULL;
NULL              137 maint/gnulib/lib/gl_anytreehash_list2.h   if (node != NULL)
NULL              155 maint/gnulib/lib/gl_anytreehash_list2.h           while (entry != NULL)
NULL              183 maint/gnulib/lib/gl_anytreehash_list2.h             if (node == NULL)
NULL              200 maint/gnulib/lib/gl_anytreehash_list2.h             if (list->base.dispose_fn != NULL)
NULL               59 maint/gnulib/lib/gl_array_list.c   if (list == NULL)
NULL               60 maint/gnulib/lib/gl_array_list.c     return NULL;
NULL               67 maint/gnulib/lib/gl_array_list.c   list->elements = NULL;
NULL               85 maint/gnulib/lib/gl_array_list.c   if (list == NULL)
NULL               86 maint/gnulib/lib/gl_array_list.c     return NULL;
NULL               98 maint/gnulib/lib/gl_array_list.c       if (list->elements == NULL)
NULL              103 maint/gnulib/lib/gl_array_list.c     list->elements = NULL;
NULL              111 maint/gnulib/lib/gl_array_list.c   return NULL;
NULL              153 maint/gnulib/lib/gl_array_list.c     return NULL;
NULL              166 maint/gnulib/lib/gl_array_list.c     return NULL;
NULL              175 maint/gnulib/lib/gl_array_list.c     return NULL;
NULL              184 maint/gnulib/lib/gl_array_list.c     return NULL;
NULL              223 maint/gnulib/lib/gl_array_list.c       if (equals != NULL)
NULL              277 maint/gnulib/lib/gl_array_list.c   if (memory == NULL)
NULL              294 maint/gnulib/lib/gl_array_list.c       return NULL;
NULL              310 maint/gnulib/lib/gl_array_list.c       return NULL;
NULL              331 maint/gnulib/lib/gl_array_list.c       return NULL;
NULL              355 maint/gnulib/lib/gl_array_list.c       return NULL;
NULL              376 maint/gnulib/lib/gl_array_list.c       return NULL;
NULL              399 maint/gnulib/lib/gl_array_list.c   if (list->base.dispose_fn != NULL)
NULL              418 maint/gnulib/lib/gl_array_list.c   if (list->base.dispose_fn != NULL)
NULL              439 maint/gnulib/lib/gl_array_list.c   if (list->elements != NULL)
NULL              441 maint/gnulib/lib/gl_array_list.c       if (list->base.dispose_fn != NULL)
NULL              520 maint/gnulib/lib/gl_array_list.c       if (nodep != NULL)
NULL               58 maint/gnulib/lib/gl_array_map.c   if (map == NULL)
NULL               59 maint/gnulib/lib/gl_array_map.c     return NULL;
NULL               65 maint/gnulib/lib/gl_array_map.c   map->pairs = NULL;
NULL               86 maint/gnulib/lib/gl_array_map.c       if (equals != NULL)
NULL              135 maint/gnulib/lib/gl_array_map.c   if (memory == NULL)
NULL              180 maint/gnulib/lib/gl_array_map.c   if (map->base.kdispose_fn != NULL)
NULL              204 maint/gnulib/lib/gl_array_map.c   if (map->pairs != NULL)
NULL              206 maint/gnulib/lib/gl_array_map.c       if (map->base.kdispose_fn != NULL || map->base.vdispose_fn != NULL)
NULL               56 maint/gnulib/lib/gl_array_omap.c   if (map == NULL)
NULL               57 maint/gnulib/lib/gl_array_omap.c     return NULL;
NULL               63 maint/gnulib/lib/gl_array_omap.c   map->pairs = NULL;
NULL               94 maint/gnulib/lib/gl_array_omap.c           int cmp = (compar != NULL
NULL              192 maint/gnulib/lib/gl_array_omap.c   if (memory == NULL)
NULL              242 maint/gnulib/lib/gl_array_omap.c           int cmp = (compar != NULL
NULL              273 maint/gnulib/lib/gl_array_omap.c   if (map->base.kdispose_fn != NULL)
NULL              297 maint/gnulib/lib/gl_array_omap.c   if (map->pairs != NULL)
NULL              299 maint/gnulib/lib/gl_array_omap.c       if (map->base.kdispose_fn != NULL || map->base.vdispose_fn != NULL)
NULL               49 maint/gnulib/lib/gl_array_oset.c   if (set == NULL)
NULL               50 maint/gnulib/lib/gl_array_oset.c     return NULL;
NULL               55 maint/gnulib/lib/gl_array_oset.c   set->elements = NULL;
NULL               86 maint/gnulib/lib/gl_array_oset.c           int cmp = (compar != NULL
NULL              196 maint/gnulib/lib/gl_array_oset.c   if (memory == NULL)
NULL              235 maint/gnulib/lib/gl_array_oset.c   if (set->base.dispose_fn != NULL)
NULL              260 maint/gnulib/lib/gl_array_oset.c           int cmp = (compar != NULL
NULL              315 maint/gnulib/lib/gl_array_oset.c               int cmp = (compar != NULL
NULL              349 maint/gnulib/lib/gl_array_oset.c               int cmp = (compar != NULL
NULL              403 maint/gnulib/lib/gl_array_oset.c   if (set->elements != NULL)
NULL              405 maint/gnulib/lib/gl_array_oset.c       if (set->base.dispose_fn != NULL)
NULL               51 maint/gnulib/lib/gl_array_set.c   if (set == NULL)
NULL               52 maint/gnulib/lib/gl_array_set.c     return NULL;
NULL               57 maint/gnulib/lib/gl_array_set.c   set->elements = NULL;
NULL               79 maint/gnulib/lib/gl_array_set.c       if (equals != NULL)
NULL              115 maint/gnulib/lib/gl_array_set.c   if (memory == NULL)
NULL              150 maint/gnulib/lib/gl_array_set.c   if (set->base.dispose_fn != NULL)
NULL              167 maint/gnulib/lib/gl_array_set.c       if (equals != NULL)
NULL              196 maint/gnulib/lib/gl_array_set.c   if (set->elements != NULL)
NULL              198 maint/gnulib/lib/gl_array_set.c       if (set->base.dispose_fn != NULL)
NULL               46 maint/gnulib/lib/gl_avltree_list.c     (node->left != NULL ? check_invariants (node->left, node) : 0);
NULL               48 maint/gnulib/lib/gl_avltree_list.c     (node->right != NULL ? check_invariants (node->right, node) : 0);
NULL               54 maint/gnulib/lib/gl_avltree_list.c         == (node->left != NULL ? node->left->branch_size : 0)
NULL               55 maint/gnulib/lib/gl_avltree_list.c            + 1 + (node->right != NULL ? node->right->branch_size : 0)))
NULL               67 maint/gnulib/lib/gl_avltree_list.c   if (list->root != NULL)
NULL               68 maint/gnulib/lib/gl_avltree_list.c     (void) check_invariants (list->root, NULL);
NULL               42 maint/gnulib/lib/gl_avltree_omap.c   if (container->base.kdispose_fn != NULL) \
NULL               55 maint/gnulib/lib/gl_avltree_omap.c   if (map->root != NULL)
NULL               56 maint/gnulib/lib/gl_avltree_omap.c     check_invariants (map->root, NULL, &counter);
NULL               85 maint/gnulib/lib/gl_avltree_ordered.h       if (node->left != NULL || node->right != NULL)
NULL               99 maint/gnulib/lib/gl_avltree_ordered.h           if (node->parent == NULL)
NULL              136 maint/gnulib/lib/gl_avltree_ordered.h                   if (nodeleftright != NULL)
NULL              171 maint/gnulib/lib/gl_avltree_ordered.h                   if (L != NULL)
NULL              173 maint/gnulib/lib/gl_avltree_ordered.h                   if (R != NULL)
NULL              218 maint/gnulib/lib/gl_avltree_ordered.h                   if (noderightleft != NULL)
NULL              253 maint/gnulib/lib/gl_avltree_ordered.h                   if (L != NULL)
NULL              255 maint/gnulib/lib/gl_avltree_ordered.h                   if (R != NULL)
NULL              292 maint/gnulib/lib/gl_avltree_ordered.h       if (parent == NULL)
NULL              304 maint/gnulib/lib/gl_avltree_ordered.h   if (new_node == NULL)
NULL              305 maint/gnulib/lib/gl_avltree_ordered.h     return NULL;
NULL              307 maint/gnulib/lib/gl_avltree_ordered.h   new_node->left = NULL;
NULL              308 maint/gnulib/lib/gl_avltree_ordered.h   new_node->right = NULL;
NULL              313 maint/gnulib/lib/gl_avltree_ordered.h   if (container->root == NULL)
NULL              316 maint/gnulib/lib/gl_avltree_ordered.h       new_node->parent = NULL;
NULL              322 maint/gnulib/lib/gl_avltree_ordered.h       for (node = container->root; node->left != NULL; )
NULL              330 maint/gnulib/lib/gl_avltree_ordered.h       if (node->right == NULL && node->parent != NULL)
NULL              344 maint/gnulib/lib/gl_avltree_ordered.h   new_node->left = NULL;
NULL              345 maint/gnulib/lib/gl_avltree_ordered.h   new_node->right = NULL;
NULL              349 maint/gnulib/lib/gl_avltree_ordered.h   if (node->left == NULL)
NULL              353 maint/gnulib/lib/gl_avltree_ordered.h       height_inc = (node->right == NULL);
NULL              357 maint/gnulib/lib/gl_avltree_ordered.h       for (node = node->left; node->right != NULL; )
NULL              361 maint/gnulib/lib/gl_avltree_ordered.h       height_inc = (node->left == NULL);
NULL              366 maint/gnulib/lib/gl_avltree_ordered.h   if (height_inc && node->parent != NULL)
NULL              379 maint/gnulib/lib/gl_avltree_ordered.h   if (new_node == NULL)
NULL              380 maint/gnulib/lib/gl_avltree_ordered.h     return NULL;
NULL              394 maint/gnulib/lib/gl_avltree_ordered.h   new_node->left = NULL;
NULL              395 maint/gnulib/lib/gl_avltree_ordered.h   new_node->right = NULL;
NULL              399 maint/gnulib/lib/gl_avltree_ordered.h   if (node->right == NULL)
NULL              403 maint/gnulib/lib/gl_avltree_ordered.h       height_inc = (node->left == NULL);
NULL              407 maint/gnulib/lib/gl_avltree_ordered.h       for (node = node->right; node->left != NULL; )
NULL              411 maint/gnulib/lib/gl_avltree_ordered.h       height_inc = (node->right == NULL);
NULL              416 maint/gnulib/lib/gl_avltree_ordered.h   if (height_inc && node->parent != NULL)
NULL              429 maint/gnulib/lib/gl_avltree_ordered.h   if (new_node == NULL)
NULL              430 maint/gnulib/lib/gl_avltree_ordered.h     return NULL;
NULL              443 maint/gnulib/lib/gl_avltree_ordered.h   if (node->left == NULL)
NULL              448 maint/gnulib/lib/gl_avltree_ordered.h       if (child != NULL)
NULL              450 maint/gnulib/lib/gl_avltree_ordered.h       if (parent == NULL)
NULL              462 maint/gnulib/lib/gl_avltree_ordered.h   else if (node->right == NULL)
NULL              470 maint/gnulib/lib/gl_avltree_ordered.h       if (parent == NULL)
NULL              489 maint/gnulib/lib/gl_avltree_ordered.h       for (subst = node->left; subst->right != NULL; )
NULL              509 maint/gnulib/lib/gl_avltree_ordered.h           if (child != NULL)
NULL              526 maint/gnulib/lib/gl_avltree_ordered.h       if (parent == NULL)
NULL              556 maint/gnulib/lib/gl_avltree_ordered.h     (node->left != NULL ? check_invariants (node->left, node, counterp) : 0);
NULL              558 maint/gnulib/lib/gl_avltree_ordered.h     (node->right != NULL ? check_invariants (node->right, node, counterp) : 0);
NULL               40 maint/gnulib/lib/gl_avltree_oset.c   if (container->base.dispose_fn != NULL) \
NULL               53 maint/gnulib/lib/gl_avltree_oset.c   if (set->root != NULL)
NULL               54 maint/gnulib/lib/gl_avltree_oset.c     check_invariants (set->root, NULL, &counter);
NULL               45 maint/gnulib/lib/gl_avltreehash_list.c   ((list)->root != NULL ? (list)->root->branch_size : 0)
NULL               68 maint/gnulib/lib/gl_avltreehash_list.c     (node->left != NULL ? check_invariants (node->left, node) : 0);
NULL               70 maint/gnulib/lib/gl_avltreehash_list.c     (node->right != NULL ? check_invariants (node->right, node) : 0);
NULL               76 maint/gnulib/lib/gl_avltreehash_list.c         == (node->left != NULL ? node->left->branch_size : 0)
NULL               77 maint/gnulib/lib/gl_avltreehash_list.c            + 1 + (node->right != NULL ? node->right->branch_size : 0)))
NULL               89 maint/gnulib/lib/gl_avltreehash_list.c   if (list->root != NULL)
NULL               90 maint/gnulib/lib/gl_avltreehash_list.c     check_invariants (list->root, NULL);
NULL               62 maint/gnulib/lib/gl_carray_list.c   if (list == NULL)
NULL               63 maint/gnulib/lib/gl_carray_list.c     return NULL;
NULL               70 maint/gnulib/lib/gl_carray_list.c   list->elements = NULL;
NULL               89 maint/gnulib/lib/gl_carray_list.c   if (list == NULL)
NULL               90 maint/gnulib/lib/gl_carray_list.c     return NULL;
NULL              102 maint/gnulib/lib/gl_carray_list.c       if (list->elements == NULL)
NULL              107 maint/gnulib/lib/gl_carray_list.c     list->elements = NULL;
NULL              116 maint/gnulib/lib/gl_carray_list.c   return NULL;
NULL              168 maint/gnulib/lib/gl_carray_list.c     return NULL;
NULL              181 maint/gnulib/lib/gl_carray_list.c     return NULL;
NULL              190 maint/gnulib/lib/gl_carray_list.c     return NULL;
NULL              199 maint/gnulib/lib/gl_carray_list.c     return NULL;
NULL              253 maint/gnulib/lib/gl_carray_list.c       if (equals != NULL)
NULL              321 maint/gnulib/lib/gl_carray_list.c       if (memory == NULL)
NULL              336 maint/gnulib/lib/gl_carray_list.c       if (list->elements != NULL)
NULL              342 maint/gnulib/lib/gl_carray_list.c       if (memory == NULL)
NULL              359 maint/gnulib/lib/gl_carray_list.c       return NULL;
NULL              374 maint/gnulib/lib/gl_carray_list.c       return NULL;
NULL              394 maint/gnulib/lib/gl_carray_list.c       return NULL;
NULL              505 maint/gnulib/lib/gl_carray_list.c           if (list->base.dispose_fn != NULL)
NULL              515 maint/gnulib/lib/gl_carray_list.c           if (list->base.dispose_fn != NULL)
NULL              535 maint/gnulib/lib/gl_carray_list.c           if (list->base.dispose_fn != NULL)
NULL              545 maint/gnulib/lib/gl_carray_list.c           if (list->base.dispose_fn != NULL)
NULL              555 maint/gnulib/lib/gl_carray_list.c           if (list->base.dispose_fn != NULL)
NULL              590 maint/gnulib/lib/gl_carray_list.c   if (list->elements != NULL)
NULL              592 maint/gnulib/lib/gl_carray_list.c       if (list->base.dispose_fn != NULL)
NULL              692 maint/gnulib/lib/gl_carray_list.c       if (nodep != NULL)
NULL               69 maint/gnulib/lib/gl_hash_map.c   if (map == NULL)
NULL               70 maint/gnulib/lib/gl_hash_map.c     return NULL;
NULL               80 maint/gnulib/lib/gl_hash_map.c   if (map->table == NULL)
NULL               88 maint/gnulib/lib/gl_hash_map.c   return NULL;
NULL              101 maint/gnulib/lib/gl_hash_map.c     (map->hashcode_fn != NULL
NULL              111 maint/gnulib/lib/gl_hash_map.c        node != NULL;
NULL              114 maint/gnulib/lib/gl_hash_map.c         && (equals != NULL
NULL              129 maint/gnulib/lib/gl_hash_map.c     (map->hashcode_fn != NULL
NULL              140 maint/gnulib/lib/gl_hash_map.c          node != NULL;
NULL              143 maint/gnulib/lib/gl_hash_map.c           && (equals != NULL
NULL              157 maint/gnulib/lib/gl_hash_map.c   if (node == NULL)
NULL              180 maint/gnulib/lib/gl_hash_map.c     (map->hashcode_fn != NULL
NULL              190 maint/gnulib/lib/gl_hash_map.c        *nodep != NULL;
NULL              195 maint/gnulib/lib/gl_hash_map.c           && (equals != NULL
NULL              207 maint/gnulib/lib/gl_hash_map.c           if (map->base.kdispose_fn != NULL)
NULL              231 maint/gnulib/lib/gl_hash_map.c           while (node != NULL)
NULL              236 maint/gnulib/lib/gl_hash_map.c               if (vdispose != NULL)
NULL              238 maint/gnulib/lib/gl_hash_map.c               if (kdispose != NULL)
NULL              263 maint/gnulib/lib/gl_hash_map.c   result.p = NULL;         /* runs through the nodes of a bucket */
NULL              267 maint/gnulib/lib/gl_hash_map.c   result.q = NULL;
NULL              278 maint/gnulib/lib/gl_hash_map.c   if (iterator->p != NULL)
NULL              299 maint/gnulib/lib/gl_hash_map.c               if (node != NULL)
NULL               67 maint/gnulib/lib/gl_hash_set.c   if (set == NULL)
NULL               68 maint/gnulib/lib/gl_hash_set.c     return NULL;
NULL               77 maint/gnulib/lib/gl_hash_set.c   if (set->table == NULL)
NULL               85 maint/gnulib/lib/gl_hash_set.c   return NULL;
NULL               98 maint/gnulib/lib/gl_hash_set.c     (set->hashcode_fn != NULL
NULL              108 maint/gnulib/lib/gl_hash_set.c        node != NULL;
NULL              111 maint/gnulib/lib/gl_hash_set.c         && (equals != NULL
NULL              122 maint/gnulib/lib/gl_hash_set.c     (set->hashcode_fn != NULL
NULL              133 maint/gnulib/lib/gl_hash_set.c          node != NULL;
NULL              136 maint/gnulib/lib/gl_hash_set.c           && (equals != NULL
NULL              146 maint/gnulib/lib/gl_hash_set.c   if (node == NULL)
NULL              168 maint/gnulib/lib/gl_hash_set.c     (set->hashcode_fn != NULL
NULL              178 maint/gnulib/lib/gl_hash_set.c        *nodep != NULL;
NULL              183 maint/gnulib/lib/gl_hash_set.c           && (equals != NULL
NULL              193 maint/gnulib/lib/gl_hash_set.c           if (set->base.dispose_fn != NULL)
NULL              216 maint/gnulib/lib/gl_hash_set.c           while (node != NULL)
NULL              221 maint/gnulib/lib/gl_hash_set.c               if (dispose != NULL)
NULL              246 maint/gnulib/lib/gl_hash_set.c   result.p = NULL;         /* runs through the nodes of a bucket */
NULL              250 maint/gnulib/lib/gl_hash_set.c   result.q = NULL;
NULL              260 maint/gnulib/lib/gl_hash_set.c   if (iterator->p != NULL)
NULL              280 maint/gnulib/lib/gl_hash_set.c               if (node != NULL)
NULL               69 maint/gnulib/lib/gl_linkedhash_list.c       if (*p == NULL)
NULL               92 maint/gnulib/lib/gl_linkedhash_map.c   if (map == NULL)
NULL               93 maint/gnulib/lib/gl_linkedhash_map.c     return NULL;
NULL              103 maint/gnulib/lib/gl_linkedhash_map.c   if (map->table == NULL)
NULL              113 maint/gnulib/lib/gl_linkedhash_map.c   return NULL;
NULL              126 maint/gnulib/lib/gl_linkedhash_map.c     (map->hashcode_fn != NULL
NULL              136 maint/gnulib/lib/gl_linkedhash_map.c        node != NULL;
NULL              139 maint/gnulib/lib/gl_linkedhash_map.c         && (equals != NULL
NULL              154 maint/gnulib/lib/gl_linkedhash_map.c     (map->hashcode_fn != NULL
NULL              165 maint/gnulib/lib/gl_linkedhash_map.c          node != NULL;
NULL              168 maint/gnulib/lib/gl_linkedhash_map.c           && (equals != NULL
NULL              182 maint/gnulib/lib/gl_linkedhash_map.c   if (node == NULL)
NULL              209 maint/gnulib/lib/gl_linkedhash_map.c     (map->hashcode_fn != NULL
NULL              219 maint/gnulib/lib/gl_linkedhash_map.c        *nodep != NULL;
NULL              224 maint/gnulib/lib/gl_linkedhash_map.c           && (equals != NULL
NULL              243 maint/gnulib/lib/gl_linkedhash_map.c           if (map->base.kdispose_fn != NULL)
NULL              263 maint/gnulib/lib/gl_linkedhash_map.c       if (vdispose != NULL)
NULL              265 maint/gnulib/lib/gl_linkedhash_map.c       if (kdispose != NULL)
NULL               90 maint/gnulib/lib/gl_linkedhash_set.c   if (set == NULL)
NULL               91 maint/gnulib/lib/gl_linkedhash_set.c     return NULL;
NULL              100 maint/gnulib/lib/gl_linkedhash_set.c   if (set->table == NULL)
NULL              110 maint/gnulib/lib/gl_linkedhash_set.c   return NULL;
NULL              123 maint/gnulib/lib/gl_linkedhash_set.c     (set->hashcode_fn != NULL
NULL              133 maint/gnulib/lib/gl_linkedhash_set.c        node != NULL;
NULL              136 maint/gnulib/lib/gl_linkedhash_set.c         && (equals != NULL
NULL              147 maint/gnulib/lib/gl_linkedhash_set.c     (set->hashcode_fn != NULL
NULL              158 maint/gnulib/lib/gl_linkedhash_set.c          node != NULL;
NULL              161 maint/gnulib/lib/gl_linkedhash_set.c           && (equals != NULL
NULL              171 maint/gnulib/lib/gl_linkedhash_set.c   if (node == NULL)
NULL              197 maint/gnulib/lib/gl_linkedhash_set.c     (set->hashcode_fn != NULL
NULL              207 maint/gnulib/lib/gl_linkedhash_set.c        *nodep != NULL;
NULL              212 maint/gnulib/lib/gl_linkedhash_set.c           && (equals != NULL
NULL              229 maint/gnulib/lib/gl_linkedhash_set.c           if (set->base.dispose_fn != NULL)
NULL              248 maint/gnulib/lib/gl_linkedhash_set.c       if (dispose != NULL)
NULL               43 maint/gnulib/lib/gl_list.hh     : _ptr (NULL)
NULL              115 maint/gnulib/lib/gl_list.hh     { _ptr = NULL; }
NULL              276 maint/gnulib/lib/gl_list.hh     { gl_list_free (_ptr); _ptr = NULL; }
NULL              366 maint/gnulib/lib/gl_list.hh         bool has_next = gl_list_iterator_next (&_state, &next_elt, NULL);
NULL              334 maint/gnulib/lib/gl_map.h   const void *value = NULL;
NULL              348 maint/gnulib/lib/gl_map.h       if (vdispose_fn != NULL)
NULL              363 maint/gnulib/lib/gl_map.h       if (vdispose_fn != NULL)
NULL               41 maint/gnulib/lib/gl_map.hh     : _ptr (NULL)
NULL               73 maint/gnulib/lib/gl_map.hh     { _ptr = NULL; }
NULL              128 maint/gnulib/lib/gl_map.hh     { gl_map_free (_ptr); _ptr = NULL; }
NULL              352 maint/gnulib/lib/gl_omap.h   const void *value = NULL;
NULL              366 maint/gnulib/lib/gl_omap.h       if (vdispose_fn != NULL)
NULL              381 maint/gnulib/lib/gl_omap.h       if (vdispose_fn != NULL)
NULL               41 maint/gnulib/lib/gl_omap.hh     : _ptr (NULL)
NULL               70 maint/gnulib/lib/gl_omap.hh     { _ptr = NULL; }
NULL              136 maint/gnulib/lib/gl_omap.hh     { gl_omap_free (_ptr); _ptr = NULL; }
NULL               41 maint/gnulib/lib/gl_oset.hh     : _ptr (NULL)
NULL               67 maint/gnulib/lib/gl_oset.hh     { _ptr = NULL; }
NULL               46 maint/gnulib/lib/gl_rbtree_list.c     (node->left != NULL ? check_invariants (node->left, node) : 0);
NULL               48 maint/gnulib/lib/gl_rbtree_list.c     (node->right != NULL ? check_invariants (node->right, node) : 0);
NULL               53 maint/gnulib/lib/gl_rbtree_list.c         == (node->left != NULL ? node->left->branch_size : 0)
NULL               54 maint/gnulib/lib/gl_rbtree_list.c            + 1 + (node->right != NULL ? node->right->branch_size : 0)))
NULL               58 maint/gnulib/lib/gl_rbtree_list.c   if (parent == NULL && !(node->color == BLACK))
NULL               68 maint/gnulib/lib/gl_rbtree_list.c   if (list->root != NULL)
NULL               69 maint/gnulib/lib/gl_rbtree_list.c     (void) check_invariants (list->root, NULL);
NULL               42 maint/gnulib/lib/gl_rbtree_omap.c   if (container->base.kdispose_fn != NULL) \
NULL               55 maint/gnulib/lib/gl_rbtree_omap.c   if (map->root != NULL)
NULL               56 maint/gnulib/lib/gl_rbtree_omap.c     check_invariants (map->root, NULL, &counter);
NULL               86 maint/gnulib/lib/gl_rbtree_ordered.h   if (c_node != NULL)
NULL              112 maint/gnulib/lib/gl_rbtree_ordered.h   if (c_node != NULL)
NULL              150 maint/gnulib/lib/gl_rbtree_ordered.h       if (uncle != NULL && uncle->color == RED)
NULL              167 maint/gnulib/lib/gl_rbtree_ordered.h           if (grandparent->parent == NULL)
NULL              232 maint/gnulib/lib/gl_rbtree_ordered.h       if (parent == NULL)
NULL              257 maint/gnulib/lib/gl_rbtree_ordered.h       if (parent->parent == NULL)
NULL              308 maint/gnulib/lib/gl_rbtree_ordered.h           if (sibling->right != NULL && sibling->right->color == RED)
NULL              326 maint/gnulib/lib/gl_rbtree_ordered.h           else if (sibling->left != NULL && sibling->left->color == RED)
NULL              430 maint/gnulib/lib/gl_rbtree_ordered.h           if (sibling->left != NULL && sibling->left->color == RED)
NULL              448 maint/gnulib/lib/gl_rbtree_ordered.h           else if (sibling->right != NULL && sibling->right->color == RED)
NULL              517 maint/gnulib/lib/gl_rbtree_ordered.h       if (child != NULL && child->color == RED)
NULL              524 maint/gnulib/lib/gl_rbtree_ordered.h       if (parent == NULL)
NULL              536 maint/gnulib/lib/gl_rbtree_ordered.h   if (new_node == NULL)
NULL              537 maint/gnulib/lib/gl_rbtree_ordered.h     return NULL;
NULL              539 maint/gnulib/lib/gl_rbtree_ordered.h   new_node->left = NULL;
NULL              540 maint/gnulib/lib/gl_rbtree_ordered.h   new_node->right = NULL;
NULL              544 maint/gnulib/lib/gl_rbtree_ordered.h   if (container->root == NULL)
NULL              548 maint/gnulib/lib/gl_rbtree_ordered.h       new_node->parent = NULL;
NULL              554 maint/gnulib/lib/gl_rbtree_ordered.h       for (node = container->root; node->left != NULL; )
NULL              572 maint/gnulib/lib/gl_rbtree_ordered.h   new_node->left = NULL;
NULL              573 maint/gnulib/lib/gl_rbtree_ordered.h   new_node->right = NULL;
NULL              576 maint/gnulib/lib/gl_rbtree_ordered.h   if (node->left == NULL)
NULL              580 maint/gnulib/lib/gl_rbtree_ordered.h       for (node = node->left; node->right != NULL; )
NULL              599 maint/gnulib/lib/gl_rbtree_ordered.h   if (new_node == NULL)
NULL              600 maint/gnulib/lib/gl_rbtree_ordered.h     return NULL;
NULL              612 maint/gnulib/lib/gl_rbtree_ordered.h   new_node->left = NULL;
NULL              613 maint/gnulib/lib/gl_rbtree_ordered.h   new_node->right = NULL;
NULL              616 maint/gnulib/lib/gl_rbtree_ordered.h   if (node->right == NULL)
NULL              620 maint/gnulib/lib/gl_rbtree_ordered.h       for (node = node->right; node->left != NULL; )
NULL              639 maint/gnulib/lib/gl_rbtree_ordered.h   if (new_node == NULL)
NULL              640 maint/gnulib/lib/gl_rbtree_ordered.h     return NULL;
NULL              653 maint/gnulib/lib/gl_rbtree_ordered.h   if (node->left == NULL)
NULL              658 maint/gnulib/lib/gl_rbtree_ordered.h       if (child != NULL)
NULL              665 maint/gnulib/lib/gl_rbtree_ordered.h       if (parent == NULL)
NULL              674 maint/gnulib/lib/gl_rbtree_ordered.h           if (child == NULL && node->color == BLACK)
NULL              678 maint/gnulib/lib/gl_rbtree_ordered.h   else if (node->right == NULL)
NULL              689 maint/gnulib/lib/gl_rbtree_ordered.h       if (parent == NULL)
NULL              707 maint/gnulib/lib/gl_rbtree_ordered.h       for (subst = node->left; subst->right != NULL; )
NULL              729 maint/gnulib/lib/gl_rbtree_ordered.h           if (child != NULL)
NULL              746 maint/gnulib/lib/gl_rbtree_ordered.h       if (parent == NULL)
NULL              755 maint/gnulib/lib/gl_rbtree_ordered.h           if (child != NULL && child->color == RED)
NULL              784 maint/gnulib/lib/gl_rbtree_ordered.h     (node->left != NULL ? check_invariants (node->left, node, counterp) : 0);
NULL              786 maint/gnulib/lib/gl_rbtree_ordered.h     (node->right != NULL ? check_invariants (node->right, node, counterp) : 0);
NULL              792 maint/gnulib/lib/gl_rbtree_ordered.h   if (parent == NULL && !(node->color == BLACK))
NULL               40 maint/gnulib/lib/gl_rbtree_oset.c   if (container->base.dispose_fn != NULL) \
NULL               53 maint/gnulib/lib/gl_rbtree_oset.c   if (set->root != NULL)
NULL               54 maint/gnulib/lib/gl_rbtree_oset.c     check_invariants (set->root, NULL, &counter);
NULL               45 maint/gnulib/lib/gl_rbtreehash_list.c   ((list)->root != NULL ? (list)->root->branch_size : 0)
NULL               68 maint/gnulib/lib/gl_rbtreehash_list.c     (node->left != NULL ? check_invariants (node->left, node) : 0);
NULL               70 maint/gnulib/lib/gl_rbtreehash_list.c     (node->right != NULL ? check_invariants (node->right, node) : 0);
NULL               75 maint/gnulib/lib/gl_rbtreehash_list.c         == (node->left != NULL ? node->left->branch_size : 0)
NULL               76 maint/gnulib/lib/gl_rbtreehash_list.c            + 1 + (node->right != NULL ? node->right->branch_size : 0)))
NULL               80 maint/gnulib/lib/gl_rbtreehash_list.c   if (parent == NULL && !(node->color == BLACK))
NULL               90 maint/gnulib/lib/gl_rbtreehash_list.c   if (list->root != NULL)
NULL               91 maint/gnulib/lib/gl_rbtreehash_list.c     check_invariants (list->root, NULL);
NULL               41 maint/gnulib/lib/gl_set.hh     : _ptr (NULL)
NULL               70 maint/gnulib/lib/gl_set.hh     { _ptr = NULL; }
NULL               99 maint/gnulib/lib/gl_set.hh     { gl_set_free (_ptr); _ptr = NULL; }
NULL               92 maint/gnulib/lib/gl_sublist.c   if (gl_list_nx_set_at (list->whole, list->start + index, elt) == NULL)
NULL              109 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              122 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              131 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              141 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              159 maint/gnulib/lib/gl_sublist.c   if (gl_list_nx_set_at (list->whole, list->start + position, elt) == NULL)
NULL              160 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              180 maint/gnulib/lib/gl_sublist.c       return NULL;
NULL              207 maint/gnulib/lib/gl_sublist.c   if (gl_list_nx_add_at (list->whole, list->start, elt) == NULL)
NULL              208 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              216 maint/gnulib/lib/gl_sublist.c   if (gl_list_nx_add_at (list->whole, list->end, elt) == NULL)
NULL              217 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              229 maint/gnulib/lib/gl_sublist.c   if (gl_list_nx_add_at (list->whole, list->start + position, elt) == NULL)
NULL              230 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              243 maint/gnulib/lib/gl_sublist.c   if (gl_list_nx_add_at (list->whole, list->start + position, elt) == NULL)
NULL              244 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              255 maint/gnulib/lib/gl_sublist.c   if (gl_list_nx_add_at (list->whole, list->start + position, elt) == NULL)
NULL              256 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              345 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              366 maint/gnulib/lib/gl_sublist.c     return NULL;
NULL              472 maint/gnulib/lib/gl_sublist.c     if (list == NULL)
NULL              473 maint/gnulib/lib/gl_sublist.c       return NULL;
NULL               87 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              106 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              123 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              132 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              141 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              150 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              159 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              168 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              177 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              186 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL              196 maint/gnulib/lib/gl_xlist.h   if (result == NULL)
NULL               66 maint/gnulib/lib/gl_xmap.h   if (result == NULL)
NULL               63 maint/gnulib/lib/gl_xomap.h   if (result == NULL)
NULL               59 maint/gnulib/lib/gl_xoset.h   if (result == NULL)
NULL               61 maint/gnulib/lib/gl_xset.h   if (result == NULL)
NULL               47 maint/gnulib/lib/gl_xsublist.h   if (result == NULL)
NULL              161 maint/gnulib/lib/glob.c   if (source == NULL)
NULL              163 maint/gnulib/lib/glob.c       struct readdir_result result = { NULL, };
NULL              176 maint/gnulib/lib/glob.c   if (source == NULL)
NULL              178 maint/gnulib/lib/glob.c       struct readdir_result result = { NULL, };
NULL              284 maint/gnulib/lib/glob.c   return *cp != '\0' ? cp : NULL;
NULL              305 maint/gnulib/lib/glob.c   char *dirname = NULL;
NULL              316 maint/gnulib/lib/glob.c   if (pattern == NULL || pglob == NULL || (flags & ~__GLOB_FLAGS) != 0)
NULL              336 maint/gnulib/lib/glob.c         pglob->gl_pathv = NULL;
NULL              346 maint/gnulib/lib/glob.c           if (pglob->gl_pathv == NULL)
NULL              350 maint/gnulib/lib/glob.c             pglob->gl_pathv[i] = NULL;
NULL              367 maint/gnulib/lib/glob.c                   begin = NULL;
NULL              380 maint/gnulib/lib/glob.c       if (begin != NULL)
NULL              398 maint/gnulib/lib/glob.c               if (onealt == NULL)
NULL              408 maint/gnulib/lib/glob.c           if (next == NULL)
NULL              423 maint/gnulib/lib/glob.c               if (rest == NULL)
NULL              470 maint/gnulib/lib/glob.c               assert (next != NULL);
NULL              495 maint/gnulib/lib/glob.c   if (filename == NULL)
NULL              500 maint/gnulib/lib/glob.c   if (filename == NULL)
NULL              512 maint/gnulib/lib/glob.c           filename = NULL;
NULL              518 maint/gnulib/lib/glob.c               dirs.gl_pathv = NULL;
NULL              564 maint/gnulib/lib/glob.c           if (newp == NULL)
NULL              605 maint/gnulib/lib/glob.c               dirs.gl_pathv = NULL;
NULL              624 maint/gnulib/lib/glob.c           if (home_dir == NULL || home_dir[0] == '\0')
NULL              632 maint/gnulib/lib/glob.c               if (home_drive != NULL && home_path != NULL)
NULL              652 maint/gnulib/lib/glob.c                   p = NULL;
NULL              663 maint/gnulib/lib/glob.c                       if (p == NULL)
NULL              681 maint/gnulib/lib/glob.c               if (err == 0 && home_dir == NULL)
NULL              688 maint/gnulib/lib/glob.c           if (home_dir == NULL || home_dir[0] == '\0')
NULL              723 maint/gnulib/lib/glob.c                   if (newp == NULL)
NULL              755 maint/gnulib/lib/glob.c           char *unescape = NULL;
NULL              759 maint/gnulib/lib/glob.c               if (end_name == NULL)
NULL              768 maint/gnulib/lib/glob.c           if (end_name == NULL)
NULL              778 maint/gnulib/lib/glob.c                   if (newp == NULL)
NULL              785 maint/gnulib/lib/glob.c               if (unescape != NULL)
NULL              799 maint/gnulib/lib/glob.c                               if (filename == NULL)
NULL              842 maint/gnulib/lib/glob.c             if (p != NULL)
NULL              845 maint/gnulib/lib/glob.c                 size_t rest_len = end_name == NULL ? 0 : strlen (end_name);
NULL              848 maint/gnulib/lib/glob.c                   (__glibc_unlikely (malloc_dirname) ? dirname : NULL);
NULL              859 maint/gnulib/lib/glob.c                     if (dirname == NULL)
NULL              869 maint/gnulib/lib/glob.c                 if (end_name != NULL)
NULL              911 maint/gnulib/lib/glob.c   if (filename == NULL)
NULL              920 maint/gnulib/lib/glob.c           pglob->gl_pathv = NULL;
NULL              928 maint/gnulib/lib/glob.c       if (new_gl_pathv == NULL)
NULL              936 maint/gnulib/lib/glob.c           if (pglob->gl_pathv[newcount] == NULL)
NULL              951 maint/gnulib/lib/glob.c               if (pglob->gl_pathv[newcount] == NULL)
NULL              955 maint/gnulib/lib/glob.c       pglob->gl_pathv[++newcount] = NULL;
NULL             1073 maint/gnulib/lib/glob.c               if (new_gl_pathv == NULL)
NULL             1078 maint/gnulib/lib/glob.c               if (pglob->gl_pathv[newcount] == NULL)
NULL             1090 maint/gnulib/lib/glob.c               pglob->gl_pathv[newcount] = NULL;
NULL             1139 maint/gnulib/lib/glob.c               dirs.gl_pathv = NULL;
NULL             1172 maint/gnulib/lib/glob.c             if (new == NULL)
NULL             1213 maint/gnulib/lib/glob.c   if (s1 == NULL)
NULL             1215 maint/gnulib/lib/glob.c   if (s2 == NULL)
NULL             1256 maint/gnulib/lib/glob.c       if (new == NULL)
NULL             1285 maint/gnulib/lib/glob.c   void *stream = NULL;
NULL             1301 maint/gnulib/lib/glob.c   init_names->next = NULL;
NULL             1327 maint/gnulib/lib/glob.c           if (fullname == NULL)
NULL             1348 maint/gnulib/lib/glob.c       if (stream == NULL)
NULL             1351 maint/gnulib/lib/glob.c               && ((errfunc != NULL && (*errfunc) (directory, errno))
NULL             1376 maint/gnulib/lib/glob.c               if (d.name == NULL)
NULL             1404 maint/gnulib/lib/glob.c                                == NULL)
NULL             1412 maint/gnulib/lib/glob.c                   if (names->name[cur] == NULL)
NULL             1428 maint/gnulib/lib/glob.c       if (names->name[cur] == NULL)
NULL             1448 maint/gnulib/lib/glob.c       if (new_gl_pathv == NULL)
NULL             1461 maint/gnulib/lib/glob.c               if (names == NULL)
NULL             1487 maint/gnulib/lib/glob.c               if (names == NULL)
NULL             1501 maint/gnulib/lib/glob.c           pglob->gl_pathv[pglob->gl_offs + pglob->gl_pathc] = NULL;
NULL             1507 maint/gnulib/lib/glob.c   if (stream != NULL)
NULL               30 maint/gnulib/lib/globfree.c   if (pglob->gl_pathv != NULL)
NULL               36 maint/gnulib/lib/globfree.c       pglob->gl_pathv = NULL;
NULL               64 maint/gnulib/lib/glthread/cond.h #  define c11_threads_in_use() (thrd_exit != NULL)
NULL              179 maint/gnulib/lib/glthread/cond.h       (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
NULL              200 maint/gnulib/lib/glthread/cond.h     (pthread_in_use () ? pthread_cond_init (COND, NULL) : 0)
NULL              293 maint/gnulib/lib/glthread/lock.c   err = pthread_rwlock_init (&lock->rwlock, NULL);
NULL              383 maint/gnulib/lib/glthread/lock.c   err = pthread_mutex_init (&lock->lock, NULL);
NULL              386 maint/gnulib/lib/glthread/lock.c   err = pthread_cond_init (&lock->waiting_readers, NULL);
NULL              389 maint/gnulib/lib/glthread/lock.c   err = pthread_cond_init (&lock->waiting_writers, NULL);
NULL              646 maint/gnulib/lib/glthread/lock.c   err = pthread_mutex_init (&lock->mutex, NULL);
NULL               89 maint/gnulib/lib/glthread/lock.h #  define c11_threads_in_use() (thrd_exit != NULL)
NULL              280 maint/gnulib/lib/glthread/lock.h       (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
NULL              301 maint/gnulib/lib/glthread/lock.h     (pthread_in_use () ? pthread_mutex_init (LOCK, NULL) : 0)
NULL              329 maint/gnulib/lib/glthread/lock.h        (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0)
NULL               47 maint/gnulib/lib/glthread/thread.c   if (tss_create (&thrd_with_exitvalue_key, NULL) != thrd_success)
NULL              101 maint/gnulib/lib/glthread/thread.c     if (main_arg == NULL)
NULL              128 maint/gnulib/lib/glthread/thread.c     if (thread == NULL)
NULL              137 maint/gnulib/lib/glthread/thread.c             if (thread != NULL)
NULL              145 maint/gnulib/lib/glthread/thread.c               thrd_sleep (&ts, NULL);
NULL              149 maint/gnulib/lib/glthread/thread.c         thread->exitvalue = NULL; /* just to be deterministic */
NULL              168 maint/gnulib/lib/glthread/thread.c   if (return_value_ptr != NULL)
NULL               82 maint/gnulib/lib/glthread/thread.h #  define c11_threads_in_use() (thrd_exit != NULL)
NULL              187 maint/gnulib/lib/glthread/thread.h       (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
NULL              205 maint/gnulib/lib/glthread/thread.h     (pthread_in_use () ? pthread_create (THREADP, NULL, FUNC, ARG) : ENOSYS)
NULL              216 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? pthread_self ().p : NULL)
NULL              225 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? *((void **) pthread_self ().__) : NULL)
NULL              231 maint/gnulib/lib/glthread/thread.h      (pthread_in_use () ? (void *) pthread_self () : NULL)
NULL               46 maint/gnulib/lib/glthread/threadlib.c       int err = pthread_key_create (&key, NULL);
NULL               82 maint/gnulib/lib/glthread/threadlib.c       if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0)
NULL               55 maint/gnulib/lib/glthread/tls.h #  define c11_threads_in_use() (thrd_exit != NULL)
NULL              115 maint/gnulib/lib/glthread/tls.h       (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
NULL              137 maint/gnulib/lib/glthread/tls.h      : ((KEY)->singlethread_value = NULL, 0))
NULL              188 maint/gnulib/lib/glthread/tls.h     ((KEY)->singlethread_value = NULL, \
NULL               79 maint/gnulib/lib/grantpt.c       execle (_PATH_PT_CHOWN, strrchr (_PATH_PT_CHOWN, '/') + 1, NULL, NULL);
NULL               55 maint/gnulib/lib/group-member.c       int n_group_slots = getgroups (0, NULL);
NULL              375 maint/gnulib/lib/hamt.c   hamt->root = NULL;
NULL              385 maint/gnulib/lib/hamt.c   new_hamt->root = hamt->root == NULL ? NULL : copy_entry (hamt->root);
NULL              443 maint/gnulib/lib/hamt.c   if (hamt->root != NULL)
NULL              465 maint/gnulib/lib/hamt.c   return NULL;
NULL              483 maint/gnulib/lib/hamt.c     return NULL;
NULL              499 maint/gnulib/lib/hamt.c       return NULL;
NULL              514 maint/gnulib/lib/hamt.c   if (hamt->root == NULL)
NULL              515 maint/gnulib/lib/hamt.c     return NULL;
NULL              598 maint/gnulib/lib/hamt.c           *elt_ptr = *elt_ptr == elts[i] ? NULL : elts[i];
NULL              609 maint/gnulib/lib/hamt.c     *elt_ptr = NULL;
NULL              645 maint/gnulib/lib/hamt.c     *elt_ptr = NULL;
NULL              677 maint/gnulib/lib/hamt.c           *elt_ptr = *elt_ptr == entry ? NULL : entry;
NULL              682 maint/gnulib/lib/hamt.c         *elt_ptr = NULL;
NULL              704 maint/gnulib/lib/hamt.c   if (root == NULL)
NULL              720 maint/gnulib/lib/hamt.c   if (*elt_ptr == NULL)
NULL              760 maint/gnulib/lib/hamt.c   *elt_ptr = NULL;
NULL              783 maint/gnulib/lib/hamt.c       if (new_entry == NULL)
NULL              794 maint/gnulib/lib/hamt.c   *elt_ptr = NULL;
NULL              814 maint/gnulib/lib/hamt.c           return NULL;
NULL              816 maint/gnulib/lib/hamt.c       *elt_ptr = NULL;
NULL              833 maint/gnulib/lib/hamt.c   if (root == NULL)
NULL              834 maint/gnulib/lib/hamt.c     return NULL;
NULL              849 maint/gnulib/lib/hamt.c   if (*elt_ptr == NULL)
NULL              929 maint/gnulib/lib/hamt.c   if (hamt->root == NULL)
NULL              951 maint/gnulib/lib/hamt.c   if (entry == NULL)
NULL             1050 maint/gnulib/lib/hamt.c   if (old_root != hamt->root && old_root != NULL)
NULL             1052 maint/gnulib/lib/hamt.c   if (*elt_ptr == NULL)
NULL             1067 maint/gnulib/lib/hamt.c   if (old_root != hamt->root && old_root != NULL)
NULL             1069 maint/gnulib/lib/hamt.c   return elt != NULL;
NULL             1082 maint/gnulib/lib/hamt.c   return elt != NULL;
NULL              246 maint/gnulib/lib/hash.c   if (bucket->data == NULL)
NULL              247 maint/gnulib/lib/hash.c     return NULL;
NULL              253 maint/gnulib/lib/hash.c   return NULL;
NULL              264 maint/gnulib/lib/hash.c     return NULL;
NULL              287 maint/gnulib/lib/hash.c   while (cursor != NULL);
NULL              295 maint/gnulib/lib/hash.c   return NULL;
NULL              518 maint/gnulib/lib/hash.c   if (hasher == NULL)
NULL              520 maint/gnulib/lib/hash.c   if (comparator == NULL)
NULL              524 maint/gnulib/lib/hash.c   if (table == NULL)
NULL              525 maint/gnulib/lib/hash.c     return NULL;
NULL              545 maint/gnulib/lib/hash.c   if (table->bucket == NULL)
NULL              555 maint/gnulib/lib/hash.c   table->free_entry_list = NULL;
NULL              563 maint/gnulib/lib/hash.c   return NULL;
NULL              583 maint/gnulib/lib/hash.c               cursor->data = NULL;
NULL              595 maint/gnulib/lib/hash.c           bucket->data = NULL;
NULL              596 maint/gnulib/lib/hash.c           bucket->next = NULL;
NULL              626 maint/gnulib/lib/hash.c   obstack_free (&table->entry_stack, NULL);
NULL              687 maint/gnulib/lib/hash.c   entry->data = NULL;
NULL              708 maint/gnulib/lib/hash.c   if (bucket->data == NULL)
NULL              709 maint/gnulib/lib/hash.c     return NULL;
NULL              729 maint/gnulib/lib/hash.c               bucket->data = NULL;
NULL              759 maint/gnulib/lib/hash.c   return NULL;
NULL              813 maint/gnulib/lib/hash.c         bucket->next = NULL;
NULL              824 maint/gnulib/lib/hash.c             if (new_entry == NULL)
NULL              837 maint/gnulib/lib/hash.c         bucket->data = NULL;
NULL              856 maint/gnulib/lib/hash.c   if (new_table->bucket == NULL)
NULL              936 maint/gnulib/lib/hash.c   if ((data = hash_find_entry (table, entry, &bucket, false)) != NULL)
NULL              972 maint/gnulib/lib/hash.c           if (hash_find_entry (table, entry, &bucket, false) != NULL)
NULL              983 maint/gnulib/lib/hash.c       if (new_entry == NULL)
NULL             1010 maint/gnulib/lib/hash.c           ? NULL
NULL             1022 maint/gnulib/lib/hash.c     return NULL;
NULL             1064 maint/gnulib/lib/hash.c                   table->free_entry_list = NULL;
NULL               43 maint/gnulib/lib/ialloc.h   return NULL;
NULL              299 maint/gnulib/lib/iconv.c         if (inbuf == NULL || *inbuf == NULL)
NULL              380 maint/gnulib/lib/iconv.c         if (inbuf == NULL || *inbuf == NULL)
NULL              159 maint/gnulib/lib/iconv_open.c     fromcode = (m != NULL ? m->vendor_name : fromcode_upper);
NULL              165 maint/gnulib/lib/iconv_open.c     tocode = (m != NULL ? m->vendor_name : tocode_upper);
NULL               72 maint/gnulib/lib/idcache.c   struct userid *match = NULL;
NULL               83 maint/gnulib/lib/idcache.c   if (match == NULL)
NULL               96 maint/gnulib/lib/idcache.c   return match->name[0] ? match->name : NULL;
NULL              118 maint/gnulib/lib/idcache.c       return NULL;
NULL              145 maint/gnulib/lib/idcache.c   return NULL;
NULL              154 maint/gnulib/lib/idcache.c   struct userid *match = NULL;
NULL              165 maint/gnulib/lib/idcache.c   if (match == NULL)
NULL              178 maint/gnulib/lib/idcache.c   return match->name[0] ? match->name : NULL;
NULL              200 maint/gnulib/lib/idcache.c       return NULL;
NULL              227 maint/gnulib/lib/idcache.c   return NULL;
NULL              164 maint/gnulib/lib/immutable.c     CreateFileMapping (INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE | SEC_COMMIT,
NULL              165 maint/gnulib/lib/immutable.c                        size >> 16 >> 16, size & 0xFFFFFFFFU, NULL);
NULL              166 maint/gnulib/lib/immutable.c   if (h == NULL)
NULL              177 maint/gnulib/lib/immutable.c   if (mem_w == NULL || mem_r == NULL)
NULL              181 maint/gnulib/lib/immutable.c       if (mem_w != NULL)
NULL              183 maint/gnulib/lib/immutable.c       if (mem_r != NULL)
NULL              205 maint/gnulib/lib/immutable.c   char *mem_w = (char *) mmap (NULL, size, PROT_READ | PROT_WRITE,
NULL              207 maint/gnulib/lib/immutable.c   char *mem_r = (char *) mmap (NULL, size, PROT_READ,
NULL              281 maint/gnulib/lib/immutable.c   if (writable_pointer == NULL)
NULL              307 maint/gnulib/lib/immutable.c   if (p == NULL)
NULL              333 maint/gnulib/lib/immutable.c   if (wp == NULL)
NULL              334 maint/gnulib/lib/immutable.c     return NULL;
NULL              108 maint/gnulib/lib/inet_ntop.c       return (NULL);
NULL              132 maint/gnulib/lib/inet_ntop.c     return NULL;
NULL              137 maint/gnulib/lib/inet_ntop.c       return NULL;
NULL              229 maint/gnulib/lib/inet_ntop.c             return (NULL);
NULL              236 maint/gnulib/lib/inet_ntop.c           return NULL;
NULL              252 maint/gnulib/lib/inet_ntop.c       return NULL;
NULL              182 maint/gnulib/lib/inet_pton.c   colonp = NULL;
NULL              195 maint/gnulib/lib/inet_pton.c       if (pch != NULL)
NULL              242 maint/gnulib/lib/inet_pton.c   if (colonp != NULL)
NULL               90 maint/gnulib/lib/ino-map.c       im->map = hash_initialize (INITIAL_INO_MAP_TABLE_SIZE, NULL,
NULL               95 maint/gnulib/lib/ino-map.c           return NULL;
NULL               98 maint/gnulib/lib/ino-map.c       im->probe = NULL;
NULL              157 maint/gnulib/lib/ino-map.c       im->probe = NULL;
NULL               57 maint/gnulib/lib/isatty.c static GetNamedPipeClientProcessIdFuncType GetNamedPipeClientProcessIdFunc = NULL;
NULL               63 maint/gnulib/lib/isatty.c static QueryFullProcessImageNameFuncType QueryFullProcessImageNameFunc = NULL;
NULL               70 maint/gnulib/lib/isatty.c   if (kernel32 != NULL)
NULL              117 maint/gnulib/lib/isatty.c       if (processHandle != NULL)
NULL               97 maint/gnulib/lib/javacomp.c   if (java_version_cache == NULL)
NULL              101 maint/gnulib/lib/javacomp.c       if (java_version_cache == NULL)
NULL              175 maint/gnulib/lib/javacomp.c   return NULL;
NULL              199 maint/gnulib/lib/javacomp.c     return NULL;
NULL              201 maint/gnulib/lib/javacomp.c   return NULL;
NULL              301 maint/gnulib/lib/javacomp.c   if (directory != NULL)
NULL              323 maint/gnulib/lib/javacomp.c   if (directory != NULL)
NULL              345 maint/gnulib/lib/javacomp.c   argv[3] = NULL;
NULL              346 maint/gnulib/lib/javacomp.c   exitstatus = execute (javac, BOURNE_SHELL, argv, NULL,
NULL              348 maint/gnulib/lib/javacomp.c                         true, true, NULL);
NULL              380 maint/gnulib/lib/javacomp.c     + (directory != NULL ? 2 : 0) + java_sources_count;
NULL              396 maint/gnulib/lib/javacomp.c     fsource_arg = NULL;
NULL              405 maint/gnulib/lib/javacomp.c     ftarget_arg = NULL;
NULL              410 maint/gnulib/lib/javacomp.c   if (directory != NULL)
NULL              417 maint/gnulib/lib/javacomp.c   *argp = NULL;
NULL              429 maint/gnulib/lib/javacomp.c   exitstatus = execute ("gcj", "gcj", argv, NULL,
NULL              431 maint/gnulib/lib/javacomp.c                         true, true, NULL);
NULL              434 maint/gnulib/lib/javacomp.c   if (ftarget_arg != NULL)
NULL              436 maint/gnulib/lib/javacomp.c   if (fsource_arg != NULL)
NULL              463 maint/gnulib/lib/javacomp.c     + (debug ? 1 : 0) + (directory != NULL ? 2 : 0) + java_sources_count;
NULL              482 maint/gnulib/lib/javacomp.c   if (directory != NULL)
NULL              489 maint/gnulib/lib/javacomp.c   *argp = NULL;
NULL              501 maint/gnulib/lib/javacomp.c   exitstatus = execute ("javac", "javac", argv, NULL,
NULL              503 maint/gnulib/lib/javacomp.c                         null_stderr, true, true, NULL);
NULL              528 maint/gnulib/lib/javacomp.c     1 + (optimize ? 1 : 0) + (debug ? 1 : 0) + (directory != NULL ? 2 : 0)
NULL              538 maint/gnulib/lib/javacomp.c   if (directory != NULL)
NULL              545 maint/gnulib/lib/javacomp.c   *argp = NULL;
NULL              557 maint/gnulib/lib/javacomp.c   exitstatus = execute ("jikes", "jikes", argv, NULL,
NULL              559 maint/gnulib/lib/javacomp.c                         true, true, NULL);
NULL              581 maint/gnulib/lib/javacomp.c   if (fp == NULL)
NULL              666 maint/gnulib/lib/javacomp.c       argv[3] = NULL;
NULL              667 maint/gnulib/lib/javacomp.c       child = create_pipe_in (javac, BOURNE_SHELL, argv, NULL,
NULL              674 maint/gnulib/lib/javacomp.c       if (fp == NULL)
NULL              677 maint/gnulib/lib/javacomp.c       line = NULL; linesize = 0;
NULL              686 maint/gnulib/lib/javacomp.c       envjavac_gcj = (c_strstr (line, "gcj") != NULL);
NULL              692 maint/gnulib/lib/javacomp.c         wait_subprocess (child, javac, true, true, true, false, NULL);
NULL              748 maint/gnulib/lib/javacomp.c       argv[3] = NULL;
NULL              749 maint/gnulib/lib/javacomp.c       child = create_pipe_in (javac, BOURNE_SHELL, argv, NULL,
NULL              756 maint/gnulib/lib/javacomp.c       if (fp == NULL)
NULL              759 maint/gnulib/lib/javacomp.c       line = NULL; linesize = 0;
NULL              777 maint/gnulib/lib/javacomp.c         wait_subprocess (child, javac, true, true, true, false, NULL);
NULL              822 maint/gnulib/lib/javacomp.c       tmpdir = create_temp_dir ("java", NULL, false);
NULL              823 maint/gnulib/lib/javacomp.c       if (tmpdir == NULL)
NULL              827 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.java", NULL);
NULL              837 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.class", NULL);
NULL              865 maint/gnulib/lib/javacomp.c               if (failcode != NULL)
NULL              873 maint/gnulib/lib/javacomp.c                                             NULL);
NULL              885 maint/gnulib/lib/javacomp.c                                             NULL);
NULL              971 maint/gnulib/lib/javacomp.c       tmpdir = create_temp_dir ("java", NULL, false);
NULL              972 maint/gnulib/lib/javacomp.c       if (tmpdir == NULL)
NULL              976 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.java", NULL);
NULL              986 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.class", NULL);
NULL             1032 maint/gnulib/lib/javacomp.c       tmpdir = create_temp_dir ("java", NULL, false);
NULL             1033 maint/gnulib/lib/javacomp.c       if (tmpdir == NULL)
NULL             1037 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.java", NULL);
NULL             1047 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.class", NULL);
NULL             1081 maint/gnulib/lib/javacomp.c                                     NULL);
NULL             1093 maint/gnulib/lib/javacomp.c                                     NULL);
NULL             1173 maint/gnulib/lib/javacomp.c       tmpdir = create_temp_dir ("java", NULL, false);
NULL             1174 maint/gnulib/lib/javacomp.c       if (tmpdir == NULL)
NULL             1178 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.java", NULL);
NULL             1188 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.class", NULL);
NULL             1216 maint/gnulib/lib/javacomp.c               if (failcode != NULL)
NULL             1224 maint/gnulib/lib/javacomp.c                                             NULL);
NULL             1236 maint/gnulib/lib/javacomp.c                                             NULL);
NULL             1300 maint/gnulib/lib/javacomp.c                   if (failcode != NULL)
NULL             1308 maint/gnulib/lib/javacomp.c                                                 NULL);
NULL             1322 maint/gnulib/lib/javacomp.c                                                 NULL);
NULL             1416 maint/gnulib/lib/javacomp.c       argv[2] = NULL;
NULL             1417 maint/gnulib/lib/javacomp.c       child = create_pipe_in ("gcj", "gcj", argv, NULL,
NULL             1456 maint/gnulib/lib/javacomp.c             wait_subprocess (child, "gcj", false, true, true, false, NULL);
NULL             1466 maint/gnulib/lib/javacomp.c           tmpdir = create_temp_dir ("java", NULL, false);
NULL             1467 maint/gnulib/lib/javacomp.c           if (tmpdir == NULL)
NULL             1475 maint/gnulib/lib/javacomp.c                                         NULL);
NULL             1490 maint/gnulib/lib/javacomp.c                                             NULL);
NULL             1495 maint/gnulib/lib/javacomp.c                                          false, NULL, false, NULL,
NULL             1532 maint/gnulib/lib/javacomp.c       argv[2] = NULL;
NULL             1533 maint/gnulib/lib/javacomp.c       child = create_pipe_in ("gcj", "gcj", argv, NULL,
NULL             1571 maint/gnulib/lib/javacomp.c             wait_subprocess (child, "gcj", false, true, true, false, NULL);
NULL             1613 maint/gnulib/lib/javacomp.c       tmpdir = create_temp_dir ("java", NULL, false);
NULL             1614 maint/gnulib/lib/javacomp.c       if (tmpdir == NULL)
NULL             1618 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.java", NULL);
NULL             1628 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.class", NULL);
NULL             1632 maint/gnulib/lib/javacomp.c       if (!compile_using_gcj (java_sources, 1, false, false, NULL, false, NULL,
NULL             1644 maint/gnulib/lib/javacomp.c                                   false, true, source_version, false, NULL,
NULL             1652 maint/gnulib/lib/javacomp.c               if (failcode != NULL)
NULL             1660 maint/gnulib/lib/javacomp.c                                             NULL);
NULL             1671 maint/gnulib/lib/javacomp.c                                             NULL);
NULL             1676 maint/gnulib/lib/javacomp.c                                           false, false, NULL, false, NULL,
NULL             1686 maint/gnulib/lib/javacomp.c                                              false, NULL,
NULL             1752 maint/gnulib/lib/javacomp.c       tmpdir = create_temp_dir ("java", NULL, false);
NULL             1753 maint/gnulib/lib/javacomp.c       if (tmpdir == NULL)
NULL             1757 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.java", NULL);
NULL             1767 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.class", NULL);
NULL             1771 maint/gnulib/lib/javacomp.c       if (!compile_using_gcj (java_sources, 1, false, false, NULL, false, NULL,
NULL             1809 maint/gnulib/lib/javacomp.c       tmpdir = create_temp_dir ("java", NULL, false);
NULL             1810 maint/gnulib/lib/javacomp.c       if (tmpdir == NULL)
NULL             1814 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.java", NULL);
NULL             1824 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.class", NULL);
NULL             1828 maint/gnulib/lib/javacomp.c       if (!compile_using_gcj (java_sources, 1, true, false, NULL, false, NULL,
NULL             1842 maint/gnulib/lib/javacomp.c                                   false, NULL, false, NULL,
NULL             1878 maint/gnulib/lib/javacomp.c       argv[1] = NULL;
NULL             1879 maint/gnulib/lib/javacomp.c       exitstatus = execute ("javac", "javac", argv, NULL,
NULL             1881 maint/gnulib/lib/javacomp.c                             true, false, NULL);
NULL             1920 maint/gnulib/lib/javacomp.c       tmpdir = create_temp_dir ("java", NULL, false);
NULL             1921 maint/gnulib/lib/javacomp.c       if (tmpdir == NULL)
NULL             1925 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.java", NULL);
NULL             1935 maint/gnulib/lib/javacomp.c         xconcatenated_filename (tmpdir->dir_name, "conftest.class", NULL);
NULL             1962 maint/gnulib/lib/javacomp.c               if (failcode != NULL)
NULL             1970 maint/gnulib/lib/javacomp.c                                             NULL);
NULL             1981 maint/gnulib/lib/javacomp.c                                             NULL);
NULL             2043 maint/gnulib/lib/javacomp.c                   if (failcode != NULL)
NULL             2051 maint/gnulib/lib/javacomp.c                                                 NULL);
NULL             2063 maint/gnulib/lib/javacomp.c                                                 NULL);
NULL             2145 maint/gnulib/lib/javacomp.c       argv[1] = NULL;
NULL             2146 maint/gnulib/lib/javacomp.c       exitstatus = execute ("jikes", "jikes", argv, NULL,
NULL             2148 maint/gnulib/lib/javacomp.c                             true, false, NULL);
NULL             2175 maint/gnulib/lib/javacomp.c     if (javac != NULL && javac[0] != '\0')
NULL             2185 maint/gnulib/lib/javacomp.c         if (target_version == NULL)
NULL             2288 maint/gnulib/lib/javacomp.c   if (old_JAVA_HOME != NULL)
NULL             2302 maint/gnulib/lib/javacomp.c       if (target_version == NULL)
NULL             2374 maint/gnulib/lib/javacomp.c       if (target_version == NULL)
NULL             2446 maint/gnulib/lib/javacomp.c   if (old_JAVA_HOME != NULL)
NULL               90 maint/gnulib/lib/javaexec.c     for (nargs = 0, arg = args; *arg != NULL; nargs++, arg++)
NULL               95 maint/gnulib/lib/javaexec.c   if (exe_dir != NULL)
NULL              131 maint/gnulib/lib/javaexec.c     if (java != NULL && java[0] != '\0')
NULL              151 maint/gnulib/lib/javaexec.c         for (arg = args; *arg != NULL; arg++)
NULL              163 maint/gnulib/lib/javaexec.c         for (arg = args; *arg != NULL; arg++)
NULL              179 maint/gnulib/lib/javaexec.c         argv[3] = NULL;
NULL              193 maint/gnulib/lib/javaexec.c   if (old_JAVA_HOME != NULL)
NULL              211 maint/gnulib/lib/javaexec.c         argv[2] = NULL;
NULL              212 maint/gnulib/lib/javaexec.c         exitstatus = execute ("gij", "gij", argv, NULL,
NULL              214 maint/gnulib/lib/javaexec.c                               true, false, NULL);
NULL              266 maint/gnulib/lib/javaexec.c         argv[2] = NULL;
NULL              267 maint/gnulib/lib/javaexec.c         exitstatus = execute ("java", "java", argv, NULL,
NULL              269 maint/gnulib/lib/javaexec.c                               true, false, NULL);
NULL              322 maint/gnulib/lib/javaexec.c         argv[1] = NULL;
NULL              323 maint/gnulib/lib/javaexec.c         exitstatus = execute ("jre", "jre", argv, NULL,
NULL              325 maint/gnulib/lib/javaexec.c                               true, false, NULL);
NULL              381 maint/gnulib/lib/javaexec.c         argv[2] = NULL;
NULL              382 maint/gnulib/lib/javaexec.c         exitstatus = execute ("jview", "jview", argv, NULL,
NULL              384 maint/gnulib/lib/javaexec.c                               true, false, NULL);
NULL              430 maint/gnulib/lib/javaexec.c   if (old_JAVA_HOME != NULL)
NULL               32 maint/gnulib/lib/javaversion.c # define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname))
NULL               68 maint/gnulib/lib/javaversion.c   child = create_pipe_in (progname, prog_path, prog_argv, NULL,
NULL               76 maint/gnulib/lib/javaversion.c   if (fp == NULL)
NULL               82 maint/gnulib/lib/javaversion.c   line = NULL; linesize = 0;
NULL               96 maint/gnulib/lib/javaversion.c     wait_subprocess (child, progname, true, false, true, false, NULL);
NULL              116 maint/gnulib/lib/javaversion.c   args[0] = NULL;
NULL              117 maint/gnulib/lib/javaversion.c   locals.line = NULL;
NULL              118 maint/gnulib/lib/javaversion.c   execute_java_class (class_name, &pkgdatadir, 1, true, NULL, args,
NULL               68 maint/gnulib/lib/linebuffer.c     return NULL;
NULL               76 maint/gnulib/lib/linebuffer.c             return NULL;
NULL               49 maint/gnulib/lib/link.c static CreateHardLinkFuncType CreateHardLinkFunc = NULL;
NULL               56 maint/gnulib/lib/link.c   if (kernel32 != NULL)
NULL               82 maint/gnulib/lib/link.c   if (CreateHardLinkFunc == NULL)
NULL              126 maint/gnulib/lib/link.c   if (CreateHardLinkFunc (file2, file1, NULL) == 0)
NULL              120 maint/gnulib/lib/linkat.c           name = mfile_name_concat (dir, target, NULL);
NULL              132 maint/gnulib/lib/linkat.c       target = NULL;
NULL              236 maint/gnulib/lib/linkat.c           name = mfile_name_concat (dir, target, NULL);
NULL              248 maint/gnulib/lib/linkat.c       target = NULL;
NULL              853 maint/gnulib/lib/localcharset.c   if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
NULL              859 maint/gnulib/lib/localcharset.c       if (locale == NULL || locale[0] == '\0')
NULL              862 maint/gnulib/lib/localcharset.c           if (locale == NULL || locale[0] == '\0')
NULL              865 maint/gnulib/lib/localcharset.c       if (locale != NULL && locale[0] != '\0')
NULL              871 maint/gnulib/lib/localcharset.c           if (dot != NULL)
NULL              878 maint/gnulib/lib/localcharset.c               if (modifier == NULL)
NULL              911 maint/gnulib/lib/localcharset.c   if (codeset == NULL)
NULL              925 maint/gnulib/lib/localcharset.c   char *current_locale = setlocale (LC_CTYPE, NULL);
NULL              958 maint/gnulib/lib/localcharset.c   codeset = NULL;
NULL              963 maint/gnulib/lib/localcharset.c   if (locale == NULL || locale[0] == '\0')
NULL              966 maint/gnulib/lib/localcharset.c       if (locale == NULL || locale[0] == '\0')
NULL              969 maint/gnulib/lib/localcharset.c   if (locale != NULL && locale[0] != '\0')
NULL              974 maint/gnulib/lib/localcharset.c       if (dot != NULL)
NULL              981 maint/gnulib/lib/localcharset.c           if (modifier == NULL)
NULL              997 maint/gnulib/lib/localcharset.c   if (codeset == NULL)
NULL             1079 maint/gnulib/lib/localcharset.c   const char *locale = NULL;
NULL             1086 maint/gnulib/lib/localcharset.c   locale = setlocale (LC_CTYPE, NULL);
NULL             1088 maint/gnulib/lib/localcharset.c   if (locale == NULL || locale[0] == '\0')
NULL             1091 maint/gnulib/lib/localcharset.c       if (locale == NULL || locale[0] == '\0')
NULL             1094 maint/gnulib/lib/localcharset.c           if (locale == NULL || locale[0] == '\0')
NULL             1096 maint/gnulib/lib/localcharset.c             if (locale == NULL)
NULL             1154 maint/gnulib/lib/localcharset.c   if (strcmp (codeset, "UTF-8") == 0 && MB_CUR_MAX_L (uselocale (NULL)) <= 1)
NULL             1496 maint/gnulib/lib/localename.c   if (getenv ("GETTEXT_MUI") != NULL)
NULL             2676 maint/gnulib/lib/localename.c   for (p = struniq_hash_table[slot]; p != NULL; p = p->next)
NULL             2683 maint/gnulib/lib/localename.c   if (new_node == NULL)
NULL             2693 maint/gnulib/lib/localename.c     for (p = struniq_hash_table[slot]; p != NULL; p = p->next)
NULL             2729 maint/gnulib/lib/localename.c       if (name != NULL)
NULL             2747 maint/gnulib/lib/localename.c       for (p = locale_hash_table[slot]; p != NULL; p = p->next)
NULL             2792 maint/gnulib/lib/localename.c       if (base == NULL)
NULL             2874 maint/gnulib/lib/localename.c                p != NULL;
NULL             2909 maint/gnulib/lib/localename.c                  : (p != NULL ? p->names.category_name[category] : ""));
NULL             2917 maint/gnulib/lib/localename.c   if (node == NULL)
NULL             2919 maint/gnulib/lib/localename.c     return NULL;
NULL             2922 maint/gnulib/lib/localename.c   if (result == NULL)
NULL             2925 maint/gnulib/lib/localename.c       return NULL;
NULL             2940 maint/gnulib/lib/localename.c     for (p = locale_hash_table[slot]; p != NULL; p = p->next)
NULL             2948 maint/gnulib/lib/localename.c     if (p == NULL)
NULL             2956 maint/gnulib/lib/localename.c     if (p != NULL)
NULL             2971 maint/gnulib/lib/localename.c   if (locale == NULL)
NULL             2976 maint/gnulib/lib/localename.c   if (node == NULL)
NULL             2978 maint/gnulib/lib/localename.c     return NULL;
NULL             2981 maint/gnulib/lib/localename.c   if (result == NULL)
NULL             2984 maint/gnulib/lib/localename.c       return NULL;
NULL             3008 maint/gnulib/lib/localename.c            p != NULL;
NULL             3012 maint/gnulib/lib/localename.c       if (p != NULL)
NULL             3032 maint/gnulib/lib/localename.c     for (p = locale_hash_table[slot]; p != NULL; p = p->next)
NULL             3040 maint/gnulib/lib/localename.c     if (p == NULL)
NULL             3048 maint/gnulib/lib/localename.c     if (p != NULL)
NULL             3060 maint/gnulib/lib/localename.c   if (locale == NULL || locale == LC_GLOBAL_LOCALE)
NULL             3070 maint/gnulib/lib/localename.c     found = NULL;
NULL             3073 maint/gnulib/lib/localename.c     for (p = &locale_hash_table[slot]; *p != NULL; p = &(*p)->next)
NULL             3102 maint/gnulib/lib/localename.c     locale_t thread_locale = uselocale (NULL);
NULL             3154 maint/gnulib/lib/localename.c         if (lcp != NULL)
NULL             3207 maint/gnulib/lib/localename.c   return NULL;
NULL             3217 maint/gnulib/lib/localename.c   if (name != NULL)
NULL             3223 maint/gnulib/lib/localename.c   return NULL;
NULL             3245 maint/gnulib/lib/localename.c         setlocale (category, NULL);
NULL             3286 maint/gnulib/lib/localename.c     if (locname != NULL)
NULL             3308 maint/gnulib/lib/localename.c   if (retval != NULL && retval[0] != '\0')
NULL             3312 maint/gnulib/lib/localename.c   if (retval != NULL && retval[0] != '\0')
NULL             3316 maint/gnulib/lib/localename.c   if (retval != NULL && retval[0] != '\0')
NULL             3331 maint/gnulib/lib/localename.c   return NULL;
NULL             3393 maint/gnulib/lib/localename.c     if (cached_localename == NULL)
NULL             3399 maint/gnulib/lib/localename.c         if (value != NULL && CFGetTypeID (value) == CFStringGetTypeID ())
NULL             3410 maint/gnulib/lib/localename.c         if (cached_localename == NULL)
NULL             3443 maint/gnulib/lib/localename.c   if (retval != NULL)
NULL             3447 maint/gnulib/lib/localename.c   if (retval != NULL)
NULL               54 maint/gnulib/lib/localtime.c   if (tz != NULL && strchr (tz, '/') != NULL)
NULL               48 maint/gnulib/lib/login_tty.c   if (ioctl (slave_fd, TIOCSCTTY, NULL) < 0)
NULL               56 maint/gnulib/lib/login_tty.c     if (slave_name == NULL)
NULL               36 maint/gnulib/lib/long-options.c   {"help", no_argument, NULL, 'h'},
NULL               37 maint/gnulib/lib/long-options.c   {"version", no_argument, NULL, 'v'},
NULL               38 maint/gnulib/lib/long-options.c   {NULL, 0, NULL, 0}
NULL               62 maint/gnulib/lib/long-options.c       && (c = getopt_long (argc, argv, "+", long_options, NULL)) != -1)
NULL              115 maint/gnulib/lib/long-options.c   if ((c = getopt_long (argc, argv, optstring, long_options, NULL)) != -1)
NULL               40 maint/gnulib/lib/malloc.c       return NULL;
NULL               46 maint/gnulib/lib/malloc.c   if (result == NULL)
NULL              161 maint/gnulib/lib/malloc/dynarray-skeleton.c # define DYNARRAY_SCRATCH(list) NULL
NULL              343 maint/gnulib/lib/malloc/dynarray-skeleton.c       return NULL;
NULL              363 maint/gnulib/lib/malloc/dynarray-skeleton.c     return NULL;
NULL              500 maint/gnulib/lib/malloc/dynarray-skeleton.c       if (lengthp != NULL)
NULL              509 maint/gnulib/lib/malloc/dynarray-skeleton.c       return NULL;
NULL               66 maint/gnulib/lib/malloc/dynarray_emplace_enlarge.c       if (new_array != NULL && list->array != NULL)
NULL               71 maint/gnulib/lib/malloc/dynarray_emplace_enlarge.c   if (new_array == NULL)
NULL               45 maint/gnulib/lib/malloc/dynarray_finalize.c       *result = (struct dynarray_finalize_result) { NULL, 0 };
NULL               51 maint/gnulib/lib/malloc/dynarray_finalize.c   if (heap_array != NULL)
NULL               54 maint/gnulib/lib/malloc/dynarray_finalize.c       if (list->array != NULL)
NULL               56 maint/gnulib/lib/malloc/dynarray_resize.c       if (new_array != NULL && list->array != NULL)
NULL               61 maint/gnulib/lib/malloc/dynarray_resize.c   if (new_array == NULL)
NULL              148 maint/gnulib/lib/malloc/scratch_buffer.h   return __glibc_likely (r != NULL) ? r : NULL;
NULL               33 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c       return copy != NULL ? memcpy (copy, data, size) : NULL;
NULL               38 maint/gnulib/lib/malloc/scratch_buffer_dupfree.c       return copy != NULL ? copy : data;
NULL               41 maint/gnulib/lib/malloc/scratch_buffer_grow.c       new_ptr = NULL;
NULL               44 maint/gnulib/lib/malloc/scratch_buffer_grow.c   if (__glibc_unlikely (new_ptr == NULL))
NULL               38 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c       if (new_ptr == NULL)
NULL               50 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c 	  new_ptr = NULL;
NULL               53 maint/gnulib/lib/malloc/scratch_buffer_grow_preserve.c       if (__glibc_unlikely (new_ptr == NULL))
NULL               52 maint/gnulib/lib/malloc/scratch_buffer_set_array_size.c   if (new_ptr == NULL)
NULL               57 maint/gnulib/lib/malloca.c       if (mem != NULL)
NULL               79 maint/gnulib/lib/malloca.c   return NULL;
NULL               49 maint/gnulib/lib/malloca.h # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL)
NULL               51 maint/gnulib/lib/malloca.h # define safe_alloca(N) ((void) (N), NULL)
NULL               84 maint/gnulib/lib/malloca.h   (xalloc_oversized (n, s) ? NULL : malloca ((n) * (size_t) (s)))
NULL              213 maint/gnulib/lib/mbfile.h   mbc->ptr = NULL;
NULL              154 maint/gnulib/lib/mbmemcasecoll.c   if (memory == NULL)
NULL               29 maint/gnulib/lib/mbrlen.c   if (ps == NULL)
NULL               31 maint/gnulib/lib/mbrlen.c   return mbrtowc (NULL, s, n, ps);
NULL               44 maint/gnulib/lib/mbrtoc32.c #   define c11_threads_in_use() (thrd_exit != NULL)
NULL               91 maint/gnulib/lib/mbrtoc32.c   if (s == NULL)
NULL               93 maint/gnulib/lib/mbrtoc32.c       pwc = NULL;
NULL              103 maint/gnulib/lib/mbrtoc32.c   if (ps == NULL)
NULL              113 maint/gnulib/lib/mbrtoc32.c   if (ret < (size_t) -2 && pwc != NULL)
NULL              122 maint/gnulib/lib/mbrtoc32.c       if (pwc != NULL)
NULL              229 maint/gnulib/lib/mbrtoc32.c       if (ret < (size_t) -2 && pwc != NULL)
NULL              239 maint/gnulib/lib/mbrtoc32.c   if (ret < (size_t) -2 && pwc != NULL)
NULL               27 maint/gnulib/lib/mbrtowc-impl-utf8.h             if (pwc != NULL)
NULL               44 maint/gnulib/lib/mbrtowc-impl-utf8.h                         if (pwc != NULL)
NULL               79 maint/gnulib/lib/mbrtowc-impl-utf8.h                                     if (pwc != NULL)
NULL              125 maint/gnulib/lib/mbrtowc-impl-utf8.h                                             if (pwc != NULL)
NULL               24 maint/gnulib/lib/mbrtowc-impl.h   if (s == NULL)
NULL               26 maint/gnulib/lib/mbrtowc-impl.h       pwc = NULL;
NULL               36 maint/gnulib/lib/mbrtowc-impl.h   if (pstate == NULL)
NULL               99 maint/gnulib/lib/mbrtowc-impl.h             if (pwc != NULL)
NULL               42 maint/gnulib/lib/mbrtowc.c #   define c11_threads_in_use() (thrd_exit != NULL)
NULL               85 maint/gnulib/lib/mbrtowc.c   if (s == NULL)
NULL               87 maint/gnulib/lib/mbrtowc.c       pwc = NULL;
NULL              107 maint/gnulib/lib/mbrtowc.c     if (ps == NULL)
NULL              135 maint/gnulib/lib/mbrtowc.c   if (ret < (size_t) -2 && pwc != NULL)
NULL               53 maint/gnulib/lib/mbscasestr.c   if (memory == NULL)
NULL              145 maint/gnulib/lib/mbscasestr.c     *resultp = NULL;
NULL              250 maint/gnulib/lib/mbscasestr.c                 return NULL;
NULL              305 maint/gnulib/lib/mbscasestr.c                         return NULL;
NULL              351 maint/gnulib/lib/mbscasestr.c                 return NULL;
NULL              361 maint/gnulib/lib/mbscasestr.c                   if (needle_last_ccount != NULL)
NULL              367 maint/gnulib/lib/mbscasestr.c                         needle_last_ccount = NULL;
NULL              370 maint/gnulib/lib/mbscasestr.c                   if (needle_last_ccount == NULL)
NULL              400 maint/gnulib/lib/mbscasestr.c                         return NULL;
NULL               48 maint/gnulib/lib/mbschr.c       return NULL;
NULL               38 maint/gnulib/lib/mbscspn.c       return (ptr != NULL ? ptr - string : strlen (string));
NULL               49 maint/gnulib/lib/mbsinit.c   return pstate == NULL || pstate[0] == 0;
NULL               62 maint/gnulib/lib/mbsinit.c   return ps == NULL || *(const unsigned int *)ps == 0;
NULL               66 maint/gnulib/lib/mbsinit.c   return ps == NULL || *(const char *)ps == 0;
NULL               21 maint/gnulib/lib/mbsnrtowcs-impl.h   if (ps == NULL)
NULL               26 maint/gnulib/lib/mbsnrtowcs-impl.h     if (dest != NULL)
NULL               60 maint/gnulib/lib/mbsnrtowcs-impl.h                 src = NULL;
NULL               97 maint/gnulib/lib/mbsnrtowcs-impl.h             ret = MBRTOWC (NULL, src, src_avail, &state);
NULL               33 maint/gnulib/lib/mbspbrk.c     return NULL;
NULL               59 maint/gnulib/lib/mbspbrk.c       return NULL;
NULL               60 maint/gnulib/lib/mbspcasecmp.c             return NULL;
NULL               70 maint/gnulib/lib/mbspcasecmp.c         return NULL;
NULL               92 maint/gnulib/lib/mbspcasecmp.c         return NULL;
NULL               36 maint/gnulib/lib/mbsrchr.c       const char *result = NULL;
NULL               21 maint/gnulib/lib/mbsrtowcs-impl.h   if (ps == NULL)
NULL               26 maint/gnulib/lib/mbsrtowcs-impl.h     if (dest != NULL)
NULL               60 maint/gnulib/lib/mbsrtowcs-impl.h                 src = NULL;
NULL               96 maint/gnulib/lib/mbsrtowcs-impl.h             ret = MBRTOWC (NULL, src, src_avail, &state);
NULL               35 maint/gnulib/lib/mbssep.c       if (start == NULL)
NULL               36 maint/gnulib/lib/mbssep.c         return NULL;
NULL               43 maint/gnulib/lib/mbssep.c       if (ptr == NULL)
NULL               45 maint/gnulib/lib/mbssep.c           *stringp = NULL;
NULL               68 maint/gnulib/lib/mbsspn.c               if (mbschr (reject, * mbui_cur_ptr (iter)) == NULL)
NULL               51 maint/gnulib/lib/mbsstr.c   if (memory == NULL)
NULL              140 maint/gnulib/lib/mbsstr.c     *resultp = NULL;
NULL              228 maint/gnulib/lib/mbsstr.c                 return NULL;
NULL              280 maint/gnulib/lib/mbsstr.c                         return NULL;
NULL              324 maint/gnulib/lib/mbsstr.c                 return NULL;
NULL              334 maint/gnulib/lib/mbsstr.c                   if (needle_last_ccount != NULL)
NULL              340 maint/gnulib/lib/mbsstr.c                         needle_last_ccount = NULL;
NULL              343 maint/gnulib/lib/mbsstr.c                   if (needle_last_ccount == NULL)
NULL              373 maint/gnulib/lib/mbsstr.c                         return NULL;
NULL               30 maint/gnulib/lib/mbstok_r.c       if (string == NULL)
NULL               33 maint/gnulib/lib/mbstok_r.c           if (string == NULL)
NULL               34 maint/gnulib/lib/mbstok_r.c             return NULL; /* reminder that end of token sequence has been
NULL               44 maint/gnulib/lib/mbstok_r.c           *save_ptr = NULL;
NULL               45 maint/gnulib/lib/mbstok_r.c           return NULL;
NULL               52 maint/gnulib/lib/mbstok_r.c         if (token_end != NULL)
NULL               59 maint/gnulib/lib/mbstok_r.c           *save_ptr = NULL;
NULL               25 maint/gnulib/lib/mbtowc-impl.h   if (s == NULL)
NULL               40 maint/gnulib/lib/mbtowc-impl.h       if (pwc != NULL)
NULL               27 maint/gnulib/lib/mbtowc-lock.h   mbtowc (NULL, NULL, 0);
NULL               80 maint/gnulib/lib/mbtowc-lock.h      (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
NULL              168 maint/gnulib/lib/memchr.c   return NULL;
NULL              168 maint/gnulib/lib/memchr2.c   return NULL;
NULL               51 maint/gnulib/lib/memmem.c     return NULL;
NULL               64 maint/gnulib/lib/memmem.c         return NULL;
NULL              157 maint/gnulib/lib/memrchr.c   return NULL;
NULL               48 maint/gnulib/lib/mgetgroups.c       return NULL;
NULL               86 maint/gnulib/lib/mgetgroups.c       g = realloc_groupbuf (NULL, max_n_groups);
NULL               87 maint/gnulib/lib/mgetgroups.c       if (g == NULL)
NULL              103 maint/gnulib/lib/mgetgroups.c           if ((h = realloc_groupbuf (g, max_n_groups)) == NULL)
NULL              123 maint/gnulib/lib/mgetgroups.c                   ? getugroups (0, NULL, username, gid)
NULL              124 maint/gnulib/lib/mgetgroups.c                   : getgroups (0, NULL));
NULL              131 maint/gnulib/lib/mgetgroups.c       if (errno == ENOSYS && (g = realloc_groupbuf (NULL, 1)))
NULL              142 maint/gnulib/lib/mgetgroups.c   g = realloc_groupbuf (NULL, max_n_groups);
NULL              143 maint/gnulib/lib/mgetgroups.c   if (g == NULL)
NULL              967 maint/gnulib/lib/mini-gmp.c   mp_ptr tp = NULL;
NULL             1146 maint/gnulib/lib/mini-gmp.c   mp_ptr tp = NULL;
NULL             2256 maint/gnulib/lib/mini-gmp.c 	qp = NULL;
NULL             2319 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_CEIL);
NULL             2325 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_FLOOR);
NULL             2331 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (q, NULL, n, d, GMP_DIV_TRUNC);
NULL             2337 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_CEIL);
NULL             2343 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_FLOOR);
NULL             2349 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, GMP_DIV_TRUNC);
NULL             2355 maint/gnulib/lib/mini-gmp.c   mpz_div_qr (NULL, r, n, d, d->_mp_size >= 0 ? GMP_DIV_FLOOR : GMP_DIV_CEIL);
NULL             2521 maint/gnulib/lib/mini-gmp.c   gmp_assert_nocarry (mpz_div_qr (q, NULL, n, d, GMP_DIV_TRUNC));
NULL             2527 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr (NULL, NULL, n, d, GMP_DIV_TRUNC) == 0;
NULL             2589 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_CEIL);
NULL             2595 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_FLOOR);
NULL             2601 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_TRUNC);
NULL             2607 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_CEIL);
NULL             2612 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_FLOOR);
NULL             2617 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_TRUNC);
NULL             2623 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_CEIL);
NULL             2629 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_FLOOR);
NULL             2635 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_TRUNC);
NULL             2641 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_FLOOR);
NULL             2647 maint/gnulib/lib/mini-gmp.c   gmp_assert_nocarry (mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_TRUNC));
NULL             2653 maint/gnulib/lib/mini-gmp.c   return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_TRUNC) == 0;
NULL             3011 maint/gnulib/lib/mini-gmp.c   v /= mpz_gcd_ui (NULL, u, v);
NULL             3029 maint/gnulib/lib/mini-gmp.c   mpz_gcdext (g, tr, NULL, u, m);
NULL             3092 maint/gnulib/lib/mini-gmp.c   mp_ptr tp = NULL;
NULL             3135 maint/gnulib/lib/mini-gmp.c 	  mpn_div_qr_preinv (NULL, base->_mp_d, base->_mp_size, mp, mn, &minv);
NULL             3165 maint/gnulib/lib/mini-gmp.c 	      mpn_div_qr_preinv (NULL, tr->_mp_d, tr->_mp_size, mp, mn, &minv);
NULL             3177 maint/gnulib/lib/mini-gmp.c       mpn_div_qr_preinv (NULL, tr->_mp_d, tr->_mp_size, mp, mn, &minv);
NULL             3285 maint/gnulib/lib/mini-gmp.c   mpz_rootrem (s, NULL, u, 2);
NULL             3294 maint/gnulib/lib/mini-gmp.c     return mpz_root (NULL, u, 2);
NULL             3304 maint/gnulib/lib/mini-gmp.c   return mpz_root (NULL, mpz_roinit_normal_n (t, p, n), 2);
NULL             3595 maint/gnulib/lib/mini-gmp.c   if (mpz_gcd_ui (NULL, n, GMP_PRIME_PRODUCT) != 1)
NULL             4249 maint/gnulib/lib/mini-gmp.c 	return NULL;
NULL             4257 maint/gnulib/lib/mini-gmp.c 	return NULL;
NULL             4429 maint/gnulib/lib/mini-gmp.c   str = mpz_get_str (NULL, base, x);
NULL               72 maint/gnulib/lib/mkancesdirs.c   char *sep = NULL;
NULL              122 maint/gnulib/lib/mkancesdirs.c               savewd_chdir (wd, component, savewd_chdir_options, NULL);
NULL               36 maint/gnulib/lib/mkdtemp.c     return NULL;
NULL               95 maint/gnulib/lib/mktime.c   if (tz != NULL && strchr (tz, '/') != NULL)
NULL              282 maint/gnulib/lib/mktime.c     return NULL;
NULL              299 maint/gnulib/lib/mktime.c 	return NULL;
NULL              305 maint/gnulib/lib/mktime.c     return NULL;
NULL              152 maint/gnulib/lib/modechange.c             return NULL;
NULL              157 maint/gnulib/lib/modechange.c         return NULL;
NULL              309 maint/gnulib/lib/modechange.c   return NULL;
NULL              321 maint/gnulib/lib/modechange.c     return NULL;
NULL              231 maint/gnulib/lib/mountlist.c     (strchr (Fs_name, ':') != NULL              \
NULL              475 maint/gnulib/lib/mountlist.c     if (fp != NULL)
NULL              477 maint/gnulib/lib/mountlist.c         char *line = NULL;
NULL              569 maint/gnulib/lib/mountlist.c         if (fp == NULL)
NULL              570 maint/gnulib/lib/mountlist.c           return NULL;
NULL              579 maint/gnulib/lib/mountlist.c             me->me_mntroot = NULL;
NULL              604 maint/gnulib/lib/mountlist.c       return NULL;
NULL              612 maint/gnulib/lib/mountlist.c         me->me_mntroot = NULL;
NULL              633 maint/gnulib/lib/mountlist.c       return NULL;
NULL              639 maint/gnulib/lib/mountlist.c         me->me_mntroot = NULL;
NULL              680 maint/gnulib/lib/mountlist.c     rootdir_list = NULL;
NULL              687 maint/gnulib/lib/mountlist.c         while ((d = readdir (dirp)) != NULL)
NULL              720 maint/gnulib/lib/mountlist.c     *rootdir_tail = NULL;
NULL              735 maint/gnulib/lib/mountlist.c           me->me_mountdir = xstrdup (re != NULL ? re->name : fi.fsh_name);
NULL              736 maint/gnulib/lib/mountlist.c           me->me_mntroot = NULL;
NULL              747 maint/gnulib/lib/mountlist.c     *mtail = NULL;
NULL              749 maint/gnulib/lib/mountlist.c     while (rootdir_list != NULL)
NULL              765 maint/gnulib/lib/mountlist.c     numsys = getfsstat (NULL, 0L, MNT_NOWAIT);
NULL              767 maint/gnulib/lib/mountlist.c       return NULL;
NULL              778 maint/gnulib/lib/mountlist.c         return NULL;
NULL              786 maint/gnulib/lib/mountlist.c         me->me_mntroot = NULL;
NULL              809 maint/gnulib/lib/mountlist.c     if (fp == NULL)
NULL              810 maint/gnulib/lib/mountlist.c       return NULL;
NULL              817 maint/gnulib/lib/mountlist.c         me->me_mntroot = NULL;
NULL              867 maint/gnulib/lib/mountlist.c     if (fp == NULL)
NULL              876 maint/gnulib/lib/mountlist.c             me->me_mntroot = NULL;
NULL              930 maint/gnulib/lib/mountlist.c               return NULL;
NULL              934 maint/gnulib/lib/mountlist.c       return NULL;
NULL              939 maint/gnulib/lib/mountlist.c     if (fp == NULL)
NULL              948 maint/gnulib/lib/mountlist.c             me->me_mntroot = NULL;
NULL              987 maint/gnulib/lib/mountlist.c       return NULL;
NULL              995 maint/gnulib/lib/mountlist.c         return NULL;
NULL             1026 maint/gnulib/lib/mountlist.c         me->me_mntroot = NULL;
NULL             1061 maint/gnulib/lib/mountlist.c         if (readdir_r (dirp, &entry, &result) || result == NULL)
NULL             1072 maint/gnulib/lib/mountlist.c             me->me_mntroot = NULL;
NULL             1088 maint/gnulib/lib/mountlist.c   *mtail = NULL;
NULL             1095 maint/gnulib/lib/mountlist.c     *mtail = NULL;
NULL             1105 maint/gnulib/lib/mountlist.c     return NULL;
NULL               55 maint/gnulib/lib/msvc-inval.c   RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL);
NULL               82 maint/gnulib/lib/msvc-inval.c       if (pointer == NULL)
NULL               88 maint/gnulib/lib/msvc-inval.c           if (pointer == NULL)
NULL              110 maint/gnulib/lib/msvc-inval.c     RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL);
NULL              239 maint/gnulib/lib/mtx.c       int err = pthread_mutex_init (mutex, NULL);
NULL              175 maint/gnulib/lib/nanosleep.c   if (remaining_delay != NULL)
NULL              221 maint/gnulib/lib/nanosleep.c   return select (0, NULL, NULL, NULL, &tv_delay);
NULL              244 maint/gnulib/lib/nanosleep.c       sigaction (SIGCONT, NULL, &oldact);
NULL              252 maint/gnulib/lib/nanosleep.c           sigaction (SIGCONT, &newact, NULL);
NULL               44 maint/gnulib/lib/nl_langinfo.c #   define c11_threads_in_use() (thrd_exit != NULL)
NULL              164 maint/gnulib/lib/nl_langinfo.c   if (item >= 0 && item < ITEMS && tmp != NULL)
NULL              222 maint/gnulib/lib/nl_langinfo.c        (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
NULL               58 maint/gnulib/lib/nonblocking.c       if (GetNamedPipeHandleState (h, &state, NULL, NULL, NULL, NULL, 0))
NULL               85 maint/gnulib/lib/nonblocking.c       if (GetNamedPipeHandleState (h, &state, NULL, NULL, NULL, NULL, 0))
NULL              100 maint/gnulib/lib/nonblocking.c           if (SetNamedPipeHandleState (h, &state, NULL, NULL))
NULL              104 maint/gnulib/lib/nproc.c     if (set != NULL)
NULL              155 maint/gnulib/lib/nproc.c     if (set != NULL)
NULL              322 maint/gnulib/lib/nproc.c         if (sysctl (mib[i], ARRAY_SIZE (mib[i]), &nprocs, &len, NULL, 0) == 0
NULL              349 maint/gnulib/lib/nproc.c   if (threads == NULL)
NULL              360 maint/gnulib/lib/nproc.c       char *endptr = NULL;
NULL              363 maint/gnulib/lib/nproc.c       if (endptr != NULL)
NULL              235 maint/gnulib/lib/nstrftime.c     l = __mbsrtowcs_l (NULL, &__s, 0, &__st, loc);                            \
NULL              497 maint/gnulib/lib/nstrftime.c   const char *format_end = NULL;
NULL              500 maint/gnulib/lib/nstrftime.c   zone = NULL;
NULL              850 maint/gnulib/lib/nstrftime.c             size_t len = __strftime_internal (NULL, STRFTIME_ARG ((size_t) -1)
NULL              999 maint/gnulib/lib/nstrftime.c               if (cp != NULL)
NULL              337 maint/gnulib/lib/obstack.c   (void) __fxprintf (NULL, "%s\n", _("memory exhausted"));
NULL               40 maint/gnulib/lib/omp-init.c   if (threads == NULL)
NULL               51 maint/gnulib/lib/omp-init.c       char *endptr = NULL;
NULL               54 maint/gnulib/lib/omp-init.c       if (endptr != NULL)
NULL               96 maint/gnulib/lib/openat-proc.c       return NULL;
NULL              104 maint/gnulib/lib/openat-proc.c               return NULL;
NULL              117 maint/gnulib/lib/openat-proc.c       return NULL;
NULL              125 maint/gnulib/lib/openat-proc.c           return NULL;
NULL              199 maint/gnulib/lib/openat.c   return openat_permissive (fd, file, flags, mode, NULL);
NULL               56 maint/gnulib/lib/opendir-safer.c               newdp = NULL;
NULL               66 maint/gnulib/lib/opendir.c   if (dirp == NULL)
NULL               67 maint/gnulib/lib/opendir.c     return NULL;
NULL               81 maint/gnulib/lib/opendir.c         return NULL;
NULL               96 maint/gnulib/lib/opendir.c       return NULL;
NULL              102 maint/gnulib/lib/opendir.c   if (!GetFullPathName (dir_name, MAX_PATH, dir_name_mask, NULL))
NULL              105 maint/gnulib/lib/opendir.c       return NULL;
NULL              132 maint/gnulib/lib/opendir.c           return NULL;
NULL              135 maint/gnulib/lib/opendir.c           return NULL;
NULL              138 maint/gnulib/lib/opendir.c           return NULL;
NULL              141 maint/gnulib/lib/opendir.c           return NULL;
NULL              150 maint/gnulib/lib/opendir.c   if (dirp == NULL)
NULL              155 maint/gnulib/lib/opendir.c       return NULL;
NULL              173 maint/gnulib/lib/opendir.c         return NULL;
NULL               43 maint/gnulib/lib/opendirat.c     return NULL;
NULL               73 maint/gnulib/lib/openpty.c   if (slave_name == NULL)
NULL               97 maint/gnulib/lib/openpty.c   if (slave_name == NULL)
NULL              126 maint/gnulib/lib/openpty.c   if (name != NULL)
NULL              103 maint/gnulib/lib/os2-spawn.c   for (argc = 0; argv[argc] != NULL; argc++)
NULL              108 maint/gnulib/lib/os2-spawn.c   if (new_argv == NULL)
NULL              109 maint/gnulib/lib/os2-spawn.c     return NULL;
NULL              128 maint/gnulib/lib/os2-spawn.c     mem = NULL;
NULL              132 maint/gnulib/lib/os2-spawn.c       if (mem == NULL)
NULL              137 maint/gnulib/lib/os2-spawn.c           return NULL;
NULL              152 maint/gnulib/lib/os2-spawn.c   new_argv[1 + argc] = NULL;
NULL               74 maint/gnulib/lib/pagealign_alloc.c static memnode_t *memnode_table = NULL;
NULL               97 maint/gnulib/lib/pagealign_alloc.c   for (c = *p_next; c != NULL; p_next = &c->next, c = c->next)
NULL              101 maint/gnulib/lib/pagealign_alloc.c   if (c == NULL)
NULL              140 maint/gnulib/lib/pagealign_alloc.c   ret = mmap (NULL, size, PROT_READ | PROT_WRITE, flags, fd, 0);
NULL              142 maint/gnulib/lib/pagealign_alloc.c     return NULL;
NULL              149 maint/gnulib/lib/pagealign_alloc.c       return NULL;
NULL              154 maint/gnulib/lib/pagealign_alloc.c   if (unaligned_ptr == NULL)
NULL              159 maint/gnulib/lib/pagealign_alloc.c       return NULL;
NULL              175 maint/gnulib/lib/pagealign_alloc.c   if (ret == NULL)
NULL             1014 maint/gnulib/lib/parse-datetime.y   { NULL, 0, 0 }
NULL             1048 maint/gnulib/lib/parse-datetime.y   { NULL, 0, 0 }
NULL             1063 maint/gnulib/lib/parse-datetime.y   { NULL, 0, 0 }
NULL             1090 maint/gnulib/lib/parse-datetime.y   { NULL, 0, 0 }
NULL             1101 maint/gnulib/lib/parse-datetime.y   { NULL, 0, 0 }
NULL             1158 maint/gnulib/lib/parse-datetime.y   { NULL, 0, 0 }
NULL             1195 maint/gnulib/lib/parse-datetime.y   { NULL, 0, 0 }
NULL             1315 maint/gnulib/lib/parse-datetime.y   return NULL;
NULL             1410 maint/gnulib/lib/parse-datetime.y   return NULL;
NULL             1721 maint/gnulib/lib/parse-datetime.y   char *tz1alloc = NULL;
NULL             1845 maint/gnulib/lib/parse-datetime.y   pc.local_time_zone_table[1].name = NULL;
NULL             1864 maint/gnulib/lib/parse-datetime.y                 pc.local_time_zone_table[2].name = NULL;
NULL             1883 maint/gnulib/lib/parse-datetime.y     pc.local_time_zone_table[i].name = NULL;
NULL             1886 maint/gnulib/lib/parse-datetime.y   pc.local_time_zone_table[0].name = NULL;
NULL             1898 maint/gnulib/lib/parse-datetime.y       pc.local_time_zone_table[1].name = NULL;
NULL             2344 maint/gnulib/lib/parse-datetime.y                     debug_strfdatetime (&gmt, NULL,
NULL             2359 maint/gnulib/lib/parse-datetime.y                         debug_strfdatetime (&lmt, NULL, dbg_tm, sizeof dbg_tm),
NULL             2363 maint/gnulib/lib/parse-datetime.y                         debug_strfdatetime (&lmt, NULL, dbg_tm, sizeof dbg_tm));
NULL             2421 maint/gnulib/lib/parse-datetime.y       if (! parse_datetime (&d, buff, NULL))
NULL              176 maint/gnulib/lib/parse-duration.c   if (ps == NULL)
NULL              224 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              231 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              238 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              245 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              273 maint/gnulib/lib/parse-duration.c   if (ps == NULL)
NULL              322 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              329 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              336 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              364 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              373 maint/gnulib/lib/parse-duration.c            ps == NULL)
NULL              417 maint/gnulib/lib/parse-duration.c   if (pz == NULL)
NULL              424 maint/gnulib/lib/parse-duration.c   if (pT != NULL)
NULL              435 maint/gnulib/lib/parse-duration.c   if (ps != NULL)
NULL              444 maint/gnulib/lib/parse-duration.c            ps == NULL)
NULL              453 maint/gnulib/lib/parse-duration.c   if ((errno == 0) && (pT != NULL))
NULL               66 maint/gnulib/lib/passfd.c   msg.msg_name = NULL;
NULL              133 maint/gnulib/lib/passfd.c   msg.msg_name = NULL;
NULL              158 maint/gnulib/lib/passfd.c   if (cmsg == NULL || cmsg->cmsg_len != CMSG_LEN (sizeof fd)
NULL               45 maint/gnulib/lib/perror.c   if (string != NULL && *string != '\0')
NULL              146 maint/gnulib/lib/physmem.c                     NULL, NULL, NULL) == 1)
NULL              162 maint/gnulib/lib/physmem.c     if (sysctl (mib, ARRAY_SIZE (mib), &physmem, &len, NULL, 0) == 0
NULL              276 maint/gnulib/lib/physmem.c     if (sysctl (mib, ARRAY_SIZE (mib), &usermem, &len, NULL, 0) == 0
NULL              111 maint/gnulib/lib/pipe-filter-gi.c       if (!(buf != NULL && bufsize > 0))
NULL              147 maint/gnulib/lib/pipe-filter-gi.c     (HANDLE) _beginthreadex (NULL, 100000, reader_thread_func, filter,
NULL              148 maint/gnulib/lib/pipe-filter-gi.c                              0, NULL);
NULL              150 maint/gnulib/lib/pipe-filter-gi.c   if (filter->reader_thread_handle == NULL)
NULL              279 maint/gnulib/lib/pipe-filter-gi.c   bool done_writing = (wbuf == NULL);
NULL              326 maint/gnulib/lib/pipe-filter-gi.c                          (!filter->reader_terminated ? &filter->readfds : NULL),
NULL              327 maint/gnulib/lib/pipe-filter-gi.c                          (!done_writing ? &filter->writefds : NULL),
NULL              328 maint/gnulib/lib/pipe-filter-gi.c                          NULL, NULL);
NULL              393 maint/gnulib/lib/pipe-filter-gi.c           if (!(buf != NULL && bufsize > 0))
NULL              434 maint/gnulib/lib/pipe-filter-gi.c     filter_loop (filter, NULL, 0);
NULL              436 maint/gnulib/lib/pipe-filter-gi.c   if (sigaction (SIGPIPE, &filter->orig_sigpipe_action, NULL) < 0)
NULL              456 maint/gnulib/lib/pipe-filter-gi.c                          NULL);
NULL              501 maint/gnulib/lib/pipe-filter-gi.c                                     NULL, null_stderr, true, exit_on_error,
NULL              534 maint/gnulib/lib/pipe-filter-gi.c   if (buf == NULL)
NULL               68 maint/gnulib/lib/pipe-filter-ii.c     return NULL;
NULL               70 maint/gnulib/lib/pipe-filter-ii.c   if (DosCreateEventSem (NULL, &h->hevDone, 0, FALSE))
NULL               76 maint/gnulib/lib/pipe-filter-ii.c   h->tid = _beginthread (start_wrapper, NULL, n, (void *) h);
NULL               88 maint/gnulib/lib/pipe-filter-ii.c   return NULL;
NULL              136 maint/gnulib/lib/pipe-filter-ii.c   if (DosCreateMuxWaitSem (NULL, &hmux, nCount, psr,
NULL              197 maint/gnulib/lib/pipe-filter-ii.c       if (buf != NULL)
NULL              231 maint/gnulib/lib/pipe-filter-ii.c       if (!(buf != NULL && bufsize > 0))
NULL              274 maint/gnulib/lib/pipe-filter-ii.c                             NULL, null_stderr, true, exit_on_error,
NULL              308 maint/gnulib/lib/pipe-filter-ii.c       (HANDLE) _beginthreadex (NULL, 100000, writer_thread_func, &l, 0, NULL);
NULL              310 maint/gnulib/lib/pipe-filter-ii.c       (HANDLE) _beginthreadex (NULL, 100000, reader_thread_func, &l, 0, NULL);
NULL              311 maint/gnulib/lib/pipe-filter-ii.c     if (writer_thread_handle == NULL || reader_thread_handle == NULL)
NULL              315 maint/gnulib/lib/pipe-filter-ii.c         if (reader_thread_handle != NULL)
NULL              317 maint/gnulib/lib/pipe-filter-ii.c         if (writer_thread_handle != NULL)
NULL              449 maint/gnulib/lib/pipe-filter-ii.c           retval = select (n, &readfds, (!done_writing ? &writefds : NULL),
NULL              450 maint/gnulib/lib/pipe-filter-ii.c                            NULL, NULL);
NULL              477 maint/gnulib/lib/pipe-filter-ii.c             if (buf != NULL)
NULL              534 maint/gnulib/lib/pipe-filter-ii.c           if (!(buf != NULL && bufsize > 0))
NULL              566 maint/gnulib/lib/pipe-filter-ii.c   if (sigaction (SIGPIPE, &orig_sigpipe_action, NULL) < 0)
NULL              576 maint/gnulib/lib/pipe-filter-ii.c                        true, exit_on_error, NULL);
NULL              588 maint/gnulib/lib/pipe-filter-ii.c     if (sigaction (SIGPIPE, &orig_sigpipe_action, NULL) < 0)
NULL              592 maint/gnulib/lib/pipe-filter-ii.c     wait_subprocess (child, progname, true, true, true, false, NULL);
NULL              131 maint/gnulib/lib/poll.c   WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev);
NULL              196 maint/gnulib/lib/poll.c       if (PeekNamedPipe (h, NULL, 0, NULL, &avail, NULL) != 0)
NULL              327 maint/gnulib/lib/poll.c       r = recv (fd, NULL, 0, MSG_PEEK);
NULL              410 maint/gnulib/lib/poll.c     ptv = NULL;
NULL              482 maint/gnulib/lib/poll.c     hEvent = CreateEvent (NULL, FALSE, FALSE, NULL);
NULL              503 maint/gnulib/lib/poll.c       assure (h != NULL);
NULL              567 maint/gnulib/lib/poll.c           while ((bRet = PeekMessage (&msg, NULL, 0, 0, PM_REMOVE)) != 0)
NULL              581 maint/gnulib/lib/poll.c   handle_array[nhandles] = NULL;
NULL              597 maint/gnulib/lib/poll.c           WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev);
NULL               76 maint/gnulib/lib/posixtm.c         time_t now = time (NULL);
NULL               94 maint/gnulib/lib/posixtm.c   const char *dot = NULL;
NULL               99 maint/gnulib/lib/printf-args.c         if (ap->a.a_string == NULL)
NULL              108 maint/gnulib/lib/printf-args.c         if (ap->a.a_wide_string == NULL)
NULL              146 maint/gnulib/lib/printf-args.c         if (ap->a.a_u8_string == NULL)
NULL              158 maint/gnulib/lib/printf-args.c         if (ap->a.a_u16_string == NULL)
NULL              170 maint/gnulib/lib/printf-args.c         if (ap->a.a_u32_string == NULL)
NULL              109 maint/gnulib/lib/printf-parse.c         if (memory == NULL)                                             \
NULL              136 maint/gnulib/lib/printf-parse.c           dp->width_start = NULL;
NULL              137 maint/gnulib/lib/printf-parse.c           dp->width_end = NULL;
NULL              139 maint/gnulib/lib/printf-parse.c           dp->precision_start = NULL;
NULL              140 maint/gnulib/lib/printf-parse.c           dp->precision_end = NULL;
NULL              580 maint/gnulib/lib/printf-parse.c               if (memory == NULL)
NULL               33 maint/gnulib/lib/progname.c const char *program_name = NULL;
NULL               51 maint/gnulib/lib/progname.c   if (argv0 == NULL)
NULL               60 maint/gnulib/lib/progname.c   base = (slash != NULL ? slash + 1 : argv0);
NULL              100 maint/gnulib/lib/progreloc.c     (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
NULL              105 maint/gnulib/lib/progreloc.c # define IS_FILE_NAME_WITH_DIR(P) (strchr (P, '/') != NULL)
NULL              219 maint/gnulib/lib/progreloc.c   int length = GetModuleFileName (NULL, location, sizeof (location));
NULL              221 maint/gnulib/lib/progreloc.c     return NULL;
NULL              224 maint/gnulib/lib/progreloc.c     return NULL;
NULL              232 maint/gnulib/lib/progreloc.c   if (DosGetInfoBlocks (NULL, &ppib))
NULL              233 maint/gnulib/lib/progreloc.c     return NULL;
NULL              238 maint/gnulib/lib/progreloc.c     return NULL;
NULL              253 maint/gnulib/lib/progreloc.c     if (link != NULL && link[0] != '[')
NULL              262 maint/gnulib/lib/progreloc.c       if (link != NULL && link[0] != '[')
NULL              276 maint/gnulib/lib/progreloc.c     if (link != NULL)
NULL              287 maint/gnulib/lib/progreloc.c     if (link != NULL)
NULL              302 maint/gnulib/lib/progreloc.c     if (link != NULL)
NULL              332 maint/gnulib/lib/progreloc.c     if (link != NULL)
NULL              368 maint/gnulib/lib/progreloc.c         if (path != NULL)
NULL              389 maint/gnulib/lib/progreloc.c                 if (concat_name == NULL)
NULL              390 maint/gnulib/lib/progreloc.c                   return NULL;
NULL              414 maint/gnulib/lib/progreloc.c   return NULL;
NULL              433 maint/gnulib/lib/progreloc.c   if (curr_prefix != NULL)
NULL              482 maint/gnulib/lib/progreloc.c             if (shorter != NULL)
NULL               63 maint/gnulib/lib/propername.c       if (tsub_in_string == NULL)
NULL              195 maint/gnulib/lib/propername.c   char *alloc_name_converted = NULL;
NULL              196 maint/gnulib/lib/propername.c   char *alloc_name_converted_translit = NULL;
NULL              197 maint/gnulib/lib/propername.c   const char *name_converted = NULL;
NULL              198 maint/gnulib/lib/propername.c   const char *name_converted_translit = NULL;
NULL              223 maint/gnulib/lib/propername.c         if (converted_translit != NULL)
NULL              230 maint/gnulib/lib/propername.c             if (strchr (converted_translit, '?') != NULL)
NULL              248 maint/gnulib/lib/propername.c   name = (name_converted != NULL ? name_converted :
NULL              249 maint/gnulib/lib/propername.c           name_converted_translit != NULL ? name_converted_translit :
NULL              259 maint/gnulib/lib/propername.c           || (name_converted != NULL
NULL              261 maint/gnulib/lib/propername.c           || (name_converted_translit != NULL
NULL              264 maint/gnulib/lib/propername.c           if (alloc_name_converted != NULL)
NULL              266 maint/gnulib/lib/propername.c           if (alloc_name_converted_translit != NULL)
NULL              278 maint/gnulib/lib/propername.c           if (alloc_name_converted != NULL)
NULL              280 maint/gnulib/lib/propername.c           if (alloc_name_converted_translit != NULL)
NULL              287 maint/gnulib/lib/propername.c       if (alloc_name_converted != NULL && alloc_name_converted != name)
NULL              289 maint/gnulib/lib/propername.c       if (alloc_name_converted_translit != NULL
NULL               61 maint/gnulib/lib/pselect.c     tvp = NULL;
NULL               73 maint/gnulib/lib/pselect.c       pthread_sigmask (SIG_SETMASK, &origmask, NULL);
NULL               48 maint/gnulib/lib/pt_chown.c   if (pty == NULL)
NULL              122 maint/gnulib/lib/pthread-cond.c       nanosleep (&duration, NULL);
NULL              139 maint/gnulib/lib/pthread-cond.c       gettimeofday (&currtime, NULL);
NULL              174 maint/gnulib/lib/pthread-cond.c       nanosleep (&duration, NULL);
NULL              114 maint/gnulib/lib/pthread-mutex.c   if (attr != NULL
NULL              122 maint/gnulib/lib/pthread-rwlock.c   err = pthread_mutex_init (&lock->lock, NULL);
NULL              125 maint/gnulib/lib/pthread-rwlock.c   err = pthread_cond_init (&lock->waiting_readers, NULL);
NULL              128 maint/gnulib/lib/pthread-rwlock.c   err = pthread_cond_init (&lock->waiting_writers, NULL);
NULL              380 maint/gnulib/lib/pthread-rwlock.c       gettimeofday (&currtime, NULL);
NULL              417 maint/gnulib/lib/pthread-rwlock.c       nanosleep (&duration, NULL);
NULL              437 maint/gnulib/lib/pthread-rwlock.c       gettimeofday (&currtime, NULL);
NULL              474 maint/gnulib/lib/pthread-rwlock.c       nanosleep (&duration, NULL);
NULL              222 maint/gnulib/lib/pthread-spin.c   return pthread_mutex_init (lock, NULL);
NULL               75 maint/gnulib/lib/pthread-thread.c     (attr != NULL
NULL               67 maint/gnulib/lib/pthread-tss.c   if (key == NULL)
NULL               69 maint/gnulib/lib/pthread-tss.c   *key = NULL;
NULL               48 maint/gnulib/lib/pthread_mutex_timedlock.c       gettimeofday (&currtime, NULL);
NULL               85 maint/gnulib/lib/pthread_mutex_timedlock.c       nanosleep (&duration, NULL);
NULL               62 maint/gnulib/lib/pthread_sigmask.c           && pthread_sigmask (1729, &omask_copy, NULL) == 0)
NULL               79 maint/gnulib/lib/pthread_sigmask.c       && new_mask != NULL
NULL               31 maint/gnulib/lib/ptsname.c   return ptsname_r (fd, buffer, sizeof (buffer)) != 0 ? NULL : buffer;
NULL               81 maint/gnulib/lib/ptsname_r.c   if (buf == NULL)
NULL              110 maint/gnulib/lib/ptsname_r.c   if (buf == NULL)
NULL              135 maint/gnulib/lib/ptsname_r.c     ioctl_arg.ic_dp = NULL;
NULL              173 maint/gnulib/lib/ptsname_r.c     ret = ioctl (fd, ISPTM, NULL);
NULL               75 maint/gnulib/lib/putenv.c   if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
NULL               99 maint/gnulib/lib/putenv.c   while (*ep != NULL)
NULL              128 maint/gnulib/lib/putenv.c   if (name_end == NULL)
NULL              182 maint/gnulib/lib/putenv.c       static char **last_environ = NULL;
NULL              116 maint/gnulib/lib/qsort.c       PUSH (NULL, NULL);
NULL              188 maint/gnulib/lib/quotearg.c   struct quoting_options o = { literal_quoting_style, 0, { 0 }, NULL, NULL };
NULL              763 maint/gnulib/lib/quotearg.c                                    flags & ~QA_ELIDE_OUTER_QUOTES, NULL,
NULL              794 maint/gnulib/lib/quotearg.c   return quotearg_alloc_mem (arg, argsize, NULL, o);
NULL              886 maint/gnulib/lib/quotearg.c       slotvec = sv = xpalloc (preallocated ? NULL : sv, &new_nslots,
NULL             1049 maint/gnulib/lib/quotearg.c     NULL, NULL
NULL              260 maint/gnulib/lib/random.c   return ret == -1 ? NULL : (char *) ostate;
NULL              283 maint/gnulib/lib/random.c     ostate = NULL;
NULL              197 maint/gnulib/lib/random_r.c   if (buf == NULL)
NULL              260 maint/gnulib/lib/random_r.c   if (buf == NULL)
NULL              264 maint/gnulib/lib/random_r.c   if (old_state != NULL)
NULL              330 maint/gnulib/lib/random_r.c   if (arg_state == NULL || buf == NULL)
NULL              383 maint/gnulib/lib/random_r.c   if (buf == NULL || result == NULL)
NULL               54 maint/gnulib/lib/read-file.c   char *buf = NULL;
NULL               74 maint/gnulib/lib/read-file.c                 return NULL;
NULL               83 maint/gnulib/lib/read-file.c     return NULL; /* errno is ENOMEM.  */
NULL              109 maint/gnulib/lib/read-file.c                     if (smaller_buf == NULL)
NULL              122 maint/gnulib/lib/read-file.c                     if (smaller_buf != NULL)
NULL              175 maint/gnulib/lib/read-file.c     return NULL;
NULL              197 maint/gnulib/lib/read-file.c     return NULL;
NULL              200 maint/gnulib/lib/read-file.c     setvbuf (stream, NULL, _IONBF, 0);
NULL              212 maint/gnulib/lib/read-file.c       return NULL;
NULL               83 maint/gnulib/lib/read.c           if (GetNamedPipeHandleState (h, &state, NULL, NULL, NULL, NULL, 0)
NULL               50 maint/gnulib/lib/readdir.c       return NULL;
NULL               60 maint/gnulib/lib/readdir.c               return NULL;
NULL               63 maint/gnulib/lib/readdir.c               return NULL;
NULL               69 maint/gnulib/lib/readdir.c       return NULL;
NULL               38 maint/gnulib/lib/readline.c   char *out = NULL;
NULL               48 maint/gnulib/lib/readline.c     return NULL;
NULL               47 maint/gnulib/lib/readtokens.c   tokenbuffer->buffer = NULL;
NULL              176 maint/gnulib/lib/readtokens.c           tokens[n_tokens] = NULL;
NULL              188 maint/gnulib/lib/readtokens.c   if (token_lengths != NULL)
NULL               33 maint/gnulib/lib/readtokens0.c   t->tok = NULL;
NULL               34 maint/gnulib/lib/readtokens0.c   t->tok_len = NULL;
NULL               43 maint/gnulib/lib/readtokens0.c   obstack_free (&t->o_data, NULL);
NULL               44 maint/gnulib/lib/readtokens0.c   obstack_free (&t->o_tok, NULL);
NULL               45 maint/gnulib/lib/readtokens0.c   obstack_free (&t->o_tok_len, NULL);
NULL               94 maint/gnulib/lib/readtokens0.c   obstack_ptr_grow (&t->o_tok, NULL);
NULL               96 maint/gnulib/lib/readutmp.c   STRUCT_UTMP *utmp = NULL;
NULL              107 maint/gnulib/lib/readutmp.c   while ((u = GET_UTMP_ENT ()) != NULL)
NULL              132 maint/gnulib/lib/readutmp.c   STRUCT_UTMP *utmp = NULL;
NULL               40 maint/gnulib/lib/realloc.c   if (p == NULL)
NULL               46 maint/gnulib/lib/realloc.c       return NULL;
NULL               52 maint/gnulib/lib/realloc.c       return NULL;
NULL               58 maint/gnulib/lib/realloc.c   if (result == NULL)
NULL               34 maint/gnulib/lib/reallocarray.c       return NULL;
NULL               44 maint/gnulib/lib/recvfrom.c       int frombufsize = (from != NULL ? *fromlen : 0);
NULL               53 maint/gnulib/lib/recvfrom.c       else if (from != NULL && *fromlen == frombufsize)
NULL              220 maint/gnulib/lib/regcomp.c     return NULL;
NULL              367 maint/gnulib/lib/regcomp.c 		  if (__mbrtowc (NULL, (char *) &c, 1, &mbs) == (size_t) -2)
NULL              445 maint/gnulib/lib/regcomp.c   preg->buffer = NULL;
NULL              451 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (preg->fastmap == NULL))
NULL              467 maint/gnulib/lib/regcomp.c   preg->translate = NULL;
NULL              485 maint/gnulib/lib/regcomp.c       preg->fastmap = NULL;
NULL              569 maint/gnulib/lib/regcomp.c       if (dfa->eclosures != NULL)
NULL              571 maint/gnulib/lib/regcomp.c       if (dfa->inveclosures != NULL)
NULL              573 maint/gnulib/lib/regcomp.c       if (dfa->edests != NULL)
NULL              610 maint/gnulib/lib/regcomp.c   if (__glibc_likely (dfa != NULL))
NULL              615 maint/gnulib/lib/regcomp.c   preg->buffer = NULL;
NULL              619 maint/gnulib/lib/regcomp.c   preg->fastmap = NULL;
NULL              622 maint/gnulib/lib/regcomp.c   preg->translate = NULL;
NULL              657 maint/gnulib/lib/regcomp.c       re_comp_buf.fastmap = NULL;
NULL              663 maint/gnulib/lib/regcomp.c   if (re_comp_buf.fastmap == NULL)
NULL              666 maint/gnulib/lib/regcomp.c       if (re_comp_buf.fastmap == NULL)
NULL              680 maint/gnulib/lib/regcomp.c     return NULL;
NULL              725 maint/gnulib/lib/regcomp.c       if (dfa == NULL)
NULL              738 maint/gnulib/lib/regcomp.c       preg->buffer = NULL;
NULL              757 maint/gnulib/lib/regcomp.c       preg->buffer = NULL;
NULL              765 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (dfa->str_tree == NULL))
NULL              774 maint/gnulib/lib/regcomp.c   if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
NULL              788 maint/gnulib/lib/regcomp.c       preg->buffer = NULL;
NULL              866 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (dfa->sb_char == NULL))
NULL              884 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (dfa->nodes == NULL || dfa->state_table == NULL))
NULL              951 maint/gnulib/lib/regcomp.c   dfa->str_tree_storage = NULL;
NULL              953 maint/gnulib/lib/regcomp.c   dfa->str_tree = NULL;
NULL              955 maint/gnulib/lib/regcomp.c   dfa->org_indices = NULL;
NULL             1016 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (dfa->init_state == NULL))
NULL             1028 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (dfa->init_state_word == NULL
NULL             1029 maint/gnulib/lib/regcomp.c 			    || dfa->init_state_nl == NULL
NULL             1030 maint/gnulib/lib/regcomp.c 			    || dfa->init_state_begbuf == NULL))
NULL             1135 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (dfa->nexts == NULL || dfa->org_indices == NULL
NULL             1136 maint/gnulib/lib/regcomp.c 			|| dfa->edests == NULL || dfa->eclosures == NULL))
NULL             1140 maint/gnulib/lib/regcomp.c   if (dfa->subexp_map != NULL)
NULL             1152 maint/gnulib/lib/regcomp.c 	  dfa->subexp_map = NULL;
NULL             1176 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (dfa->inveclosures == NULL))
NULL             1208 maint/gnulib/lib/regcomp.c 	  if (node->parent == NULL)
NULL             1214 maint/gnulib/lib/regcomp.c       while (node->right == prev || node->right == NULL);
NULL             1236 maint/gnulib/lib/regcomp.c 	  bin_tree_t *prev = NULL;
NULL             1237 maint/gnulib/lib/regcomp.c 	  while (node->right == prev || node->right == NULL)
NULL             1317 maint/gnulib/lib/regcomp.c       && node->left != NULL
NULL             1325 maint/gnulib/lib/regcomp.c   op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP);
NULL             1326 maint/gnulib/lib/regcomp.c   cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP);
NULL             1329 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL || tree1 == NULL
NULL             1330 maint/gnulib/lib/regcomp.c 			|| op == NULL || cls == NULL))
NULL             1333 maint/gnulib/lib/regcomp.c       return NULL;
NULL             1401 maint/gnulib/lib/regcomp.c       DEBUG_ASSERT (node->next == NULL);
NULL             1409 maint/gnulib/lib/regcomp.c 	if (node->left != NULL)
NULL             1413 maint/gnulib/lib/regcomp.c 	if (node->right != NULL)
NULL             2080 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2081 maint/gnulib/lib/regcomp.c     return NULL;
NULL             2082 maint/gnulib/lib/regcomp.c   eor = create_tree (dfa, NULL, NULL, END_OF_RE);
NULL             2083 maint/gnulib/lib/regcomp.c   if (tree != NULL)
NULL             2087 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (eor == NULL || root == NULL))
NULL             2090 maint/gnulib/lib/regcomp.c       return NULL;
NULL             2109 maint/gnulib/lib/regcomp.c   bin_tree_t *tree, *branch = NULL;
NULL             2112 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2113 maint/gnulib/lib/regcomp.c     return NULL;
NULL             2124 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (*err != REG_NOERROR && branch == NULL))
NULL             2126 maint/gnulib/lib/regcomp.c 	      if (tree != NULL)
NULL             2127 maint/gnulib/lib/regcomp.c 		postorder (tree, free_tree, NULL);
NULL             2128 maint/gnulib/lib/regcomp.c 	      return NULL;
NULL             2133 maint/gnulib/lib/regcomp.c 	branch = NULL;
NULL             2135 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
NULL             2138 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2160 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2161 maint/gnulib/lib/regcomp.c     return NULL;
NULL             2167 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && expr == NULL))
NULL             2169 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
NULL             2170 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
NULL             2171 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2173 maint/gnulib/lib/regcomp.c       if (tree != NULL && expr != NULL)
NULL             2176 maint/gnulib/lib/regcomp.c 	  if (newtree == NULL)
NULL             2178 maint/gnulib/lib/regcomp.c 	      postorder (expr, free_tree, NULL);
NULL             2179 maint/gnulib/lib/regcomp.c 	      postorder (tree, free_tree, NULL);
NULL             2181 maint/gnulib/lib/regcomp.c 	      return NULL;
NULL             2185 maint/gnulib/lib/regcomp.c       else if (tree == NULL)
NULL             2207 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2208 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
NULL             2211 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2220 maint/gnulib/lib/regcomp.c 	      mbc_remain = create_token_tree (dfa, NULL, NULL, token);
NULL             2222 maint/gnulib/lib/regcomp.c 	      if (__glibc_unlikely (mbc_remain == NULL || tree == NULL))
NULL             2225 maint/gnulib/lib/regcomp.c 		  return NULL;
NULL             2233 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2234 maint/gnulib/lib/regcomp.c 	return NULL;
NULL             2239 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2240 maint/gnulib/lib/regcomp.c 	return NULL;
NULL             2247 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2250 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2251 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
NULL             2254 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2264 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2273 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2286 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2296 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2297 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
NULL             2300 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2316 maint/gnulib/lib/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
NULL             2322 maint/gnulib/lib/regcomp.c 	      tree_first = create_token_tree (dfa, NULL, NULL, token);
NULL             2325 maint/gnulib/lib/regcomp.c 	  tree_last = create_token_tree (dfa, NULL, NULL, token);
NULL             2327 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (tree_first == NULL || tree_last == NULL
NULL             2328 maint/gnulib/lib/regcomp.c 				|| tree == NULL))
NULL             2331 maint/gnulib/lib/regcomp.c 	      return NULL;
NULL             2336 maint/gnulib/lib/regcomp.c 	  tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2337 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (tree == NULL))
NULL             2340 maint/gnulib/lib/regcomp.c 	      return NULL;
NULL             2351 maint/gnulib/lib/regcomp.c       tree = create_token_tree (dfa, NULL, NULL, token);
NULL             2352 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (tree == NULL))
NULL             2355 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2367 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2368 maint/gnulib/lib/regcomp.c 	return NULL;
NULL             2377 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && tree == NULL))
NULL             2378 maint/gnulib/lib/regcomp.c 	return NULL;
NULL             2383 maint/gnulib/lib/regcomp.c       return NULL;
NULL             2387 maint/gnulib/lib/regcomp.c       return NULL;
NULL             2392 maint/gnulib/lib/regcomp.c       return NULL;
NULL             2401 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (*err != REG_NOERROR && dup_tree == NULL))
NULL             2403 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
NULL             2404 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
NULL             2405 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2413 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
NULL             2414 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
NULL             2416 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2443 maint/gnulib/lib/regcomp.c     tree = NULL;
NULL             2450 maint/gnulib/lib/regcomp.c 	  if (tree != NULL)
NULL             2451 maint/gnulib/lib/regcomp.c 	    postorder (tree, free_tree, NULL);
NULL             2455 maint/gnulib/lib/regcomp.c 	return NULL;
NULL             2461 maint/gnulib/lib/regcomp.c   tree = create_tree (dfa, tree, NULL, SUBEXP);
NULL             2462 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
NULL             2465 maint/gnulib/lib/regcomp.c       return NULL;
NULL             2477 maint/gnulib/lib/regcomp.c   bin_tree_t *tree = NULL, *old_tree = NULL;
NULL             2492 maint/gnulib/lib/regcomp.c 	      return NULL;
NULL             2512 maint/gnulib/lib/regcomp.c 	      return NULL;
NULL             2529 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2535 maint/gnulib/lib/regcomp.c 	  return NULL;
NULL             2546 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (elem == NULL))
NULL             2547 maint/gnulib/lib/regcomp.c     return NULL;
NULL             2550 maint/gnulib/lib/regcomp.c       postorder (elem, free_tree, NULL);
NULL             2551 maint/gnulib/lib/regcomp.c       return NULL;
NULL             2562 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (elem == NULL || tree == NULL))
NULL             2571 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (elem == NULL))
NULL             2576 maint/gnulib/lib/regcomp.c     old_tree = NULL;
NULL             2584 maint/gnulib/lib/regcomp.c   tree = create_tree (dfa, elem, NULL,
NULL             2586 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
NULL             2597 maint/gnulib/lib/regcomp.c 	if (__glibc_unlikely (elem == NULL || tree == NULL))
NULL             2600 maint/gnulib/lib/regcomp.c 	tree = create_tree (dfa, tree, NULL, OP_ALT);
NULL             2601 maint/gnulib/lib/regcomp.c 	if (__glibc_unlikely (tree == NULL))
NULL             2612 maint/gnulib/lib/regcomp.c   return NULL;
NULL             2702 maint/gnulib/lib/regcomp.c           if (__glibc_unlikely (new_array_start == NULL
NULL             2703 maint/gnulib/lib/regcomp.c                                 || new_array_end == NULL))
NULL             2914 maint/gnulib/lib/regcomp.c           if (__glibc_unlikely (new_array_start == NULL
NULL             2915 maint/gnulib/lib/regcomp.c                                 || new_array_end == NULL))
NULL             2988 maint/gnulib/lib/regcomp.c           if (__glibc_unlikely (new_coll_syms == NULL))
NULL             3016 maint/gnulib/lib/regcomp.c   const unsigned char *collseqmb = NULL;
NULL             3017 maint/gnulib/lib/regcomp.c   const char *collseqwc = NULL;
NULL             3020 maint/gnulib/lib/regcomp.c   const void *symb_table = NULL;
NULL             3021 maint/gnulib/lib/regcomp.c   const unsigned char *extra = NULL;
NULL             3050 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (sbcset == NULL || mbcset == NULL))
NULL             3055 maint/gnulib/lib/regcomp.c       return NULL;
NULL             3174 maint/gnulib/lib/regcomp.c 		  if (__glibc_unlikely (new_mbchars == NULL))
NULL             3237 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3238 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (mbc_tree == NULL))
NULL             3250 maint/gnulib/lib/regcomp.c 	  work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3251 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (work_tree == NULL))
NULL             3256 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (work_tree == NULL))
NULL             3271 maint/gnulib/lib/regcomp.c       work_tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3272 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (work_tree == NULL))
NULL             3282 maint/gnulib/lib/regcomp.c   return NULL;
NULL             3430 maint/gnulib/lib/regcomp.c 	  if (__glibc_unlikely (new_equiv_classes == NULL))
NULL             3476 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (new_char_classes == NULL))
NULL             3485 maint/gnulib/lib/regcomp.c     if (__glibc_unlikely (trans != NULL))			\
NULL             3542 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (sbcset == NULL))
NULL             3545 maint/gnulib/lib/regcomp.c       return NULL;
NULL             3548 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (mbcset == NULL))
NULL             3552 maint/gnulib/lib/regcomp.c       return NULL;
NULL             3564 maint/gnulib/lib/regcomp.c       return NULL;
NULL             3580 maint/gnulib/lib/regcomp.c   tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3581 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (tree == NULL))
NULL             3591 maint/gnulib/lib/regcomp.c       mbc_tree = create_token_tree (dfa, NULL, NULL, &br_token);
NULL             3592 maint/gnulib/lib/regcomp.c       if (__glibc_unlikely (mbc_tree == NULL))
NULL             3596 maint/gnulib/lib/regcomp.c       if (__glibc_likely (mbc_tree != NULL))
NULL             3609 maint/gnulib/lib/regcomp.c   return NULL;
NULL             3675 maint/gnulib/lib/regcomp.c       if (storage == NULL)
NULL             3676 maint/gnulib/lib/regcomp.c 	return NULL;
NULL             3683 maint/gnulib/lib/regcomp.c   tree->parent = NULL;
NULL             3689 maint/gnulib/lib/regcomp.c   tree->first = NULL;
NULL             3690 maint/gnulib/lib/regcomp.c   tree->next = NULL;
NULL             3693 maint/gnulib/lib/regcomp.c   if (left != NULL)
NULL             3695 maint/gnulib/lib/regcomp.c   if (right != NULL)
NULL             3750 maint/gnulib/lib/regcomp.c       *p_new = create_token_tree (dfa, NULL, NULL, &node->token);
NULL             3751 maint/gnulib/lib/regcomp.c       if (*p_new == NULL)
NULL             3752 maint/gnulib/lib/regcomp.c 	return NULL;
NULL             3765 maint/gnulib/lib/regcomp.c 	  const bin_tree_t *prev = NULL;
NULL             3766 maint/gnulib/lib/regcomp.c 	  while (node->right == prev || node->right == NULL)
NULL              117 maint/gnulib/lib/regex_internal.c 	  if (trans != NULL)
NULL              147 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_wcs == NULL))
NULL              150 maint/gnulib/lib/regex_internal.c       if (pstr->offsets != NULL)
NULL              153 maint/gnulib/lib/regex_internal.c 	  if (__glibc_unlikely (new_offsets == NULL))
NULL              162 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_mbs == NULL))
NULL              181 maint/gnulib/lib/regex_internal.c   pstr->mbs_allocated = (trans != NULL || icase);
NULL              225 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (pstr->trans != NULL))
NULL              246 maint/gnulib/lib/regex_internal.c 	  if (__glibc_unlikely (pstr->trans != NULL))
NULL              289 maint/gnulib/lib/regex_internal.c   if (! pstr->map_notascii && pstr->trans == NULL && !pstr->offsets_needed)
NULL              369 maint/gnulib/lib/regex_internal.c 	if (__glibc_unlikely (pstr->trans != NULL))
NULL              403 maint/gnulib/lib/regex_internal.c 		    if (pstr->offsets == NULL)
NULL              407 maint/gnulib/lib/regex_internal.c 			if (pstr->offsets == NULL)
NULL              460 maint/gnulib/lib/regex_internal.c 	    if (__glibc_unlikely (pstr->trans != NULL))
NULL              537 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (pstr->trans != NULL))
NULL              707 maint/gnulib/lib/regex_internal.c 		  if (isascii (*p) && __glibc_likely (pstr->trans == NULL))
NULL              725 maint/gnulib/lib/regex_internal.c 			  if (__glibc_unlikely (pstr->trans != NULL))
NULL              806 maint/gnulib/lib/regex_internal.c 	else if (pstr->trans != NULL)
NULL              940 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (set->elems == NULL)
NULL              953 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (set->elems == NULL))
NULL              968 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (set->elems == NULL))
NULL             1001 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (dest->elems == NULL))
NULL             1032 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_elems == NULL))
NULL             1114 maint/gnulib/lib/regex_internal.c   if (src1 != NULL && src1->nelem > 0 && src2 != NULL && src2->nelem > 0)
NULL             1118 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (dest->elems == NULL))
NULL             1123 maint/gnulib/lib/regex_internal.c       if (src1 != NULL && src1->nelem > 0)
NULL             1125 maint/gnulib/lib/regex_internal.c       else if (src2 != NULL && src2->nelem > 0)
NULL             1166 maint/gnulib/lib/regex_internal.c   if (src == NULL || src->nelem == 0)
NULL             1172 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_buffer == NULL))
NULL             1274 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_elems == NULL))
NULL             1313 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_elems == NULL))
NULL             1331 maint/gnulib/lib/regex_internal.c   if (set1 == NULL || set2 == NULL || set1->nelem != set2->nelem)
NULL             1396 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_nodes == NULL))
NULL             1403 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_nexts == NULL || new_indices == NULL
NULL             1404 maint/gnulib/lib/regex_internal.c 			    || new_edests == NULL || new_eclosures == NULL))
NULL             1464 maint/gnulib/lib/regex_internal.c       return NULL;
NULL             1480 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (new_state == NULL))
NULL             1512 maint/gnulib/lib/regex_internal.c       return NULL;
NULL             1527 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (new_state == NULL))
NULL             1564 maint/gnulib/lib/regex_internal.c       if (__glibc_unlikely (new_array == NULL))
NULL             1602 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (newstate == NULL))
NULL             1603 maint/gnulib/lib/regex_internal.c     return NULL;
NULL             1608 maint/gnulib/lib/regex_internal.c       return NULL;
NULL             1632 maint/gnulib/lib/regex_internal.c       newstate = NULL;
NULL             1650 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (newstate == NULL))
NULL             1651 maint/gnulib/lib/regex_internal.c     return NULL;
NULL             1656 maint/gnulib/lib/regex_internal.c       return NULL;
NULL             1683 maint/gnulib/lib/regex_internal.c 	      if (__glibc_unlikely (entrance_nodes == NULL))
NULL             1686 maint/gnulib/lib/regex_internal.c 		  return NULL;
NULL             1693 maint/gnulib/lib/regex_internal.c 		  return NULL;
NULL             1710 maint/gnulib/lib/regex_internal.c       newstate = NULL;
NULL              211 maint/gnulib/lib/regexec.c 			      length, 0, NULL, eflags);
NULL              324 maint/gnulib/lib/regexec.c   char *s = NULL;
NULL              336 maint/gnulib/lib/regexec.c 	if (__glibc_unlikely (s == NULL))
NULL              391 maint/gnulib/lib/regexec.c   if (start < last_start && bufp->fastmap != NULL && !bufp->fastmap_accurate)
NULL              395 maint/gnulib/lib/regexec.c     regs = NULL;
NULL              398 maint/gnulib/lib/regexec.c   if (regs == NULL)
NULL              407 maint/gnulib/lib/regexec.c 	  regs = NULL;
NULL              414 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (pmatch == NULL))
NULL              428 maint/gnulib/lib/regexec.c   else if (regs != NULL)
NULL              467 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (regs->start == NULL))
NULL              470 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (regs->end == NULL))
NULL              485 maint/gnulib/lib/regexec.c 	  if (__glibc_unlikely (new_start == NULL))
NULL              488 maint/gnulib/lib/regexec.c 	  if (__glibc_unlikely (new_end == NULL))
NULL              546 maint/gnulib/lib/regexec.c       regs->start = regs->end = NULL;
NULL              563 maint/gnulib/lib/regexec.c   return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
NULL              596 maint/gnulib/lib/regexec.c   char *fastmap = ((preg->fastmap != NULL && preg->fastmap_accurate
NULL              598 maint/gnulib/lib/regexec.c 		   ? preg->fastmap : NULL);
NULL              605 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (preg->used == 0 || dfa->init_state == NULL
NULL              606 maint/gnulib/lib/regexec.c 			|| dfa->init_state_word == NULL
NULL              607 maint/gnulib/lib/regexec.c 			|| dfa->init_state_nl == NULL
NULL              608 maint/gnulib/lib/regexec.c 			|| dfa->init_state_begbuf == NULL))
NULL              658 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (mctx.state_log == NULL))
NULL              678 maint/gnulib/lib/regexec.c 	| (t != NULL ? 1 : 0))
NULL              785 maint/gnulib/lib/regexec.c 				   start <= last_start ? &match_first : NULL);
NULL              900 maint/gnulib/lib/regexec.c   re_dfastate_t **lim_states = NULL;
NULL              902 maint/gnulib/lib/regexec.c   DEBUG_ASSERT (mctx->state_log != NULL);
NULL              912 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (sifted_states == NULL))
NULL              920 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (lim_states == NULL))
NULL              935 maint/gnulib/lib/regexec.c 	  if (sifted_states[0] != NULL || lim_states[0] != NULL)
NULL              945 maint/gnulib/lib/regexec.c 	    } while (mctx->state_log[match_last] == NULL
NULL              954 maint/gnulib/lib/regexec.c       lim_states = NULL;
NULL              965 maint/gnulib/lib/regexec.c       if (sifted_states[0] == NULL)
NULL              973 maint/gnulib/lib/regexec.c   sifted_states = NULL;
NULL             1039 maint/gnulib/lib/regexec.c   bool at_init_state = p_match_first != NULL;
NULL             1045 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (cur_state == NULL))
NULL             1051 maint/gnulib/lib/regexec.c   if (mctx->state_log != NULL)
NULL             1108 maint/gnulib/lib/regexec.c       if (mctx->state_log != NULL)
NULL             1111 maint/gnulib/lib/regexec.c       if (cur_state == NULL)
NULL             1119 maint/gnulib/lib/regexec.c 	  if (mctx->state_log == NULL
NULL             1121 maint/gnulib/lib/regexec.c 	      || (cur_state = find_recover_state (&err, mctx)) == NULL)
NULL             1146 maint/gnulib/lib/regexec.c 	      p_match_first = NULL;
NULL             1235 maint/gnulib/lib/regexec.c 	      else if (fs != NULL
NULL             1258 maint/gnulib/lib/regexec.c 	  if (fs != NULL)
NULL             1293 maint/gnulib/lib/regexec.c 	  if (fs && (*pidx > mctx->match_last || mctx->state_log[*pidx] == NULL
NULL             1317 maint/gnulib/lib/regexec.c       if (new_array == NULL)
NULL             1325 maint/gnulib/lib/regexec.c   if (fs->stack[num].regs == NULL)
NULL             1338 maint/gnulib/lib/regexec.c   if (fs == NULL || fs->num == 0)
NULL             1371 maint/gnulib/lib/regexec.c   struct re_fail_stack_t fs_body = { 0, 2, NULL };
NULL             1376 maint/gnulib/lib/regexec.c   DEBUG_ASSERT (mctx->state_log != NULL);
NULL             1381 maint/gnulib/lib/regexec.c       if (fs->stack == NULL)
NULL             1385 maint/gnulib/lib/regexec.c     fs = NULL;
NULL             1541 maint/gnulib/lib/regexec.c   ((state) != NULL && re_node_set_contains (&(state)->nodes, node))
NULL             1551 maint/gnulib/lib/regexec.c   DEBUG_ASSERT (mctx->state_log != NULL && mctx->state_log[str_idx] != NULL);
NULL             1566 maint/gnulib/lib/regexec.c       null_cnt = (sctx->sifted_states[str_idx] == NULL) ? null_cnt + 1 : 0;
NULL             1673 maint/gnulib/lib/regexec.c       DEBUG_ASSERT (mctx->state_log != NULL);
NULL             1689 maint/gnulib/lib/regexec.c       if (dst[st_idx] == NULL)
NULL             1691 maint/gnulib/lib/regexec.c       else if (src[st_idx] != NULL)
NULL             1715 maint/gnulib/lib/regexec.c   candidates = ((mctx->state_log[str_idx] == NULL) ? NULL
NULL             1719 maint/gnulib/lib/regexec.c     sctx->sifted_states[str_idx] = NULL;
NULL             2077 maint/gnulib/lib/regexec.c   local_sctx.sifted_states = NULL; /* Mark that it hasn't been initialized.  */
NULL             2110 maint/gnulib/lib/regexec.c 	      || sctx->sifted_states[to_idx] == NULL
NULL             2116 maint/gnulib/lib/regexec.c 	  if (local_sctx.sifted_states == NULL)
NULL             2135 maint/gnulib/lib/regexec.c 	  if (sctx->limited_states != NULL)
NULL             2153 maint/gnulib/lib/regexec.c   if (local_sctx.sifted_states != NULL)
NULL             2203 maint/gnulib/lib/regexec.c 	return NULL;
NULL             2218 maint/gnulib/lib/regexec.c       if (__glibc_likely (trtable != NULL))
NULL             2222 maint/gnulib/lib/regexec.c       if (__glibc_likely (trtable != NULL))
NULL             2238 maint/gnulib/lib/regexec.c 	  return NULL;
NULL             2266 maint/gnulib/lib/regexec.c       re_node_set next_nodes, *log_nodes, *table_nodes = NULL;
NULL             2273 maint/gnulib/lib/regexec.c       if (next_state != NULL)
NULL             2279 maint/gnulib/lib/regexec.c 	    return NULL;
NULL             2294 maint/gnulib/lib/regexec.c       if (table_nodes != NULL)
NULL             2298 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (dfa->nbackref) && next_state != NULL)
NULL             2306 maint/gnulib/lib/regexec.c 	return NULL;
NULL             2313 maint/gnulib/lib/regexec.c 	    return NULL;
NULL             2336 maint/gnulib/lib/regexec.c 	    return NULL;
NULL             2339 maint/gnulib/lib/regexec.c       while (mctx->state_log[cur_str_idx] == NULL);
NULL             2341 maint/gnulib/lib/regexec.c       cur_state = merge_state_with_log (err, mctx, NULL);
NULL             2343 maint/gnulib/lib/regexec.c   while (*err == REG_NOERROR && cur_state == NULL);
NULL             2399 maint/gnulib/lib/regexec.c     return NULL;
NULL             2410 maint/gnulib/lib/regexec.c 	      return NULL;
NULL             2471 maint/gnulib/lib/regexec.c       if (dest_state == NULL)
NULL             2484 maint/gnulib/lib/regexec.c       if (dest_state != NULL)
NULL             2486 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (mctx->state_log[dest_idx] == NULL
NULL             2548 maint/gnulib/lib/regexec.c 	  prev_nelem = ((mctx->state_log[cur_str_idx] == NULL) ? 0
NULL             2551 maint/gnulib/lib/regexec.c 	  if (dest_state == NULL)
NULL             2556 maint/gnulib/lib/regexec.c 	      if (__glibc_unlikely (mctx->state_log[dest_str_idx] == NULL
NULL             2574 maint/gnulib/lib/regexec.c 	      if (__glibc_unlikely (mctx->state_log[dest_str_idx] == NULL
NULL             2713 maint/gnulib/lib/regexec.c 	  if (mctx->state_log[sl_str] == NULL)
NULL             2721 maint/gnulib/lib/regexec.c 	  if (sub_top->path == NULL)
NULL             2725 maint/gnulib/lib/regexec.c 	      if (sub_top->path == NULL)
NULL             2738 maint/gnulib/lib/regexec.c 	  if (__glibc_unlikely (sub_last == NULL))
NULL             2816 maint/gnulib/lib/regexec.c   re_dfastate_t *cur_state = NULL;
NULL             2835 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (new_array == NULL))
NULL             2890 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (cur_state == NULL && err != REG_NOERROR))
NULL             2941 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (cur_state == NULL && err != REG_NOERROR))
NULL             2947 maint/gnulib/lib/regexec.c       null_cnt = cur_state == NULL ? null_cnt + 1 : 0;
NULL             2950 maint/gnulib/lib/regexec.c   cur_nodes = (mctx->state_log[last_str] == NULL ? NULL
NULL             2959 maint/gnulib/lib/regexec.c   if (cur_nodes != NULL && re_node_set_contains (cur_nodes, last_node))
NULL             3019 maint/gnulib/lib/regexec.c 	      if (__glibc_unlikely (mctx->state_log[next_idx] == NULL
NULL             3221 maint/gnulib/lib/regexec.c 	  if (__glibc_unlikely (mctx->state_log[to_idx] == NULL
NULL             3257 maint/gnulib/lib/regexec.c   state->word_trtable = state->trtable = NULL;
NULL             3269 maint/gnulib/lib/regexec.c           if (__glibc_unlikely (state->trtable == NULL))
NULL             3305 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (dest_states[i] == NULL && err != REG_NOERROR))
NULL             3313 maint/gnulib/lib/regexec.c 	  if (__glibc_unlikely (dest_states_word[i] == NULL
NULL             3322 maint/gnulib/lib/regexec.c 	  if (__glibc_unlikely (dest_states_nl[i] == NULL && err != REG_NOERROR))
NULL             3341 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (trtable == NULL))
NULL             3372 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (trtable == NULL))
NULL             3964 maint/gnulib/lib/regexec.c   if (mctx->state_log != NULL)
NULL             3972 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (new_array == NULL))
NULL             3995 maint/gnulib/lib/regexec.c 	  if (pstr->trans != NULL)
NULL             4024 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (mctx->bkref_ents == NULL || mctx->sub_tops == NULL))
NULL             4095 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (new_entry == NULL))
NULL             4160 maint/gnulib/lib/regexec.c   DEBUG_ASSERT (mctx->sub_tops != NULL);
NULL             4168 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (new_array == NULL))
NULL             4174 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (mctx->sub_tops[mctx->nsub_tops] == NULL))
NULL             4195 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (new_array == NULL))
NULL             4196 maint/gnulib/lib/regexec.c 	return NULL;
NULL             4201 maint/gnulib/lib/regexec.c   if (__glibc_likely (new_entry != NULL))
NULL               93 maint/gnulib/lib/relocatable.c     (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
NULL               98 maint/gnulib/lib/relocatable.c # define IS_FILE_NAME_WITH_DIR(P) (strchr (P, '/') != NULL)
NULL              133 maint/gnulib/lib/relocatable.c   if (orig_prefix_arg != NULL && curr_prefix_arg != NULL
NULL              145 maint/gnulib/lib/relocatable.c       if (memory != NULL)
NULL              156 maint/gnulib/lib/relocatable.c   orig_prefix = NULL;
NULL              157 maint/gnulib/lib/relocatable.c   curr_prefix = NULL;
NULL              203 maint/gnulib/lib/relocatable.c   if (curr_pathname == NULL)
NULL              204 maint/gnulib/lib/relocatable.c     return NULL;
NULL              212 maint/gnulib/lib/relocatable.c     return NULL;
NULL              230 maint/gnulib/lib/relocatable.c     if (q == NULL)
NULL              231 maint/gnulib/lib/relocatable.c       return NULL;
NULL              287 maint/gnulib/lib/relocatable.c         return NULL;
NULL              296 maint/gnulib/lib/relocatable.c       if (computed_curr_prefix == NULL)
NULL              299 maint/gnulib/lib/relocatable.c           return NULL;
NULL              352 maint/gnulib/lib/relocatable.c       if (!(shared_library_fullname != NULL
NULL              436 maint/gnulib/lib/relocatable.c                   shared_library_fullname = NULL; size = 0;
NULL              506 maint/gnulib/lib/relocatable.c                              curr_prefix_better != NULL
NULL              510 maint/gnulib/lib/relocatable.c       if (curr_prefix_better != NULL)
NULL              521 maint/gnulib/lib/relocatable.c   if (orig_prefix != NULL && curr_prefix != NULL
NULL              530 maint/gnulib/lib/relocatable.c           if (result != NULL)
NULL              545 maint/gnulib/lib/relocatable.c           if (result != NULL)
NULL              575 maint/gnulib/lib/relocatable.c           if (result != NULL)
NULL              599 maint/gnulib/lib/relocatable.c   *allocatedp = (result != pathname ? (char *) result : NULL);
NULL               95 maint/gnulib/lib/relocatable.h #define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname))
NULL               98 maint/gnulib/lib/relocwrapper.c   if (result != NULL)
NULL              143 maint/gnulib/lib/relocwrapper.c static const char *libdirs[] = { LIBDIRS NULL };
NULL              168 maint/gnulib/lib/relocwrapper.c   if (old_value == NULL)
NULL              177 maint/gnulib/lib/relocwrapper.c   if (value == NULL)
NULL              213 maint/gnulib/lib/relocwrapper.c   if (full_program_name == NULL)
NULL              125 maint/gnulib/lib/rename.c       char *cwd = getcwd (NULL, 0);
NULL              132 maint/gnulib/lib/rename.c           dst_temp = chdir (dst) ? NULL : getcwd (NULL, 0);
NULL              133 maint/gnulib/lib/rename.c           src_temp = chdir (src) ? NULL : getcwd (NULL, 0);
NULL              137 maint/gnulib/lib/rename.c           src_temp = chdir (src) ? NULL : getcwd (NULL, 0);
NULL              140 maint/gnulib/lib/rename.c           dst_temp = chdir (dst) ? NULL : getcwd (NULL, 0);
NULL               80 maint/gnulib/lib/rijndael-api-fst.c   if (key == NULL)
NULL              104 maint/gnulib/lib/rijndael-api-fst.c   if (keyMaterial != NULL)
NULL              162 maint/gnulib/lib/rijndael-api-fst.c   if (IV != NULL)
NULL              209 maint/gnulib/lib/rijndael-api-fst.c   if (cipher == NULL || key == NULL || key->direction == RIJNDAEL_DIR_DECRYPT)
NULL              213 maint/gnulib/lib/rijndael-api-fst.c   if (input == NULL || inputLen <= 0)
NULL              284 maint/gnulib/lib/rijndael-api-fst.c   if (cipher == NULL || key == NULL || key->direction == RIJNDAEL_DIR_DECRYPT)
NULL              288 maint/gnulib/lib/rijndael-api-fst.c   if (input == NULL || inputOctets <= 0)
NULL              355 maint/gnulib/lib/rijndael-api-fst.c   if (cipher == NULL
NULL              356 maint/gnulib/lib/rijndael-api-fst.c       || key == NULL
NULL              362 maint/gnulib/lib/rijndael-api-fst.c   if (input == NULL || inputLen <= 0)
NULL              433 maint/gnulib/lib/rijndael-api-fst.c   if (cipher == NULL || key == NULL || key->direction == RIJNDAEL_DIR_ENCRYPT)
NULL              437 maint/gnulib/lib/rijndael-api-fst.c   if (input == NULL || inputOctets <= 0)
NULL               67 maint/gnulib/lib/rpmatch.c       if (translated_pattern != NULL && translated_pattern[0] != '\0')
NULL               79 maint/gnulib/lib/rpmatch.c       if (translated_pattern != NULL && translated_pattern[0] != '\0')
NULL               94 maint/gnulib/lib/rpmatch.c   if (*lastp == NULL || strcmp (pattern, *lastp) != 0)
NULL               99 maint/gnulib/lib/rpmatch.c       if (*lastp != NULL)
NULL              104 maint/gnulib/lib/rpmatch.c           *lastp = NULL;
NULL              109 maint/gnulib/lib/rpmatch.c       if (safe_pattern == NULL)
NULL              121 maint/gnulib/lib/rpmatch.c   return regexec (re, response, 0, NULL, 0) == 0;
NULL              138 maint/gnulib/lib/rpmatch.c   bool posixly_correct = (getenv ("POSIXLY_CORRECT") != NULL);
NULL               86 maint/gnulib/lib/safe-alloc.h   safe_alloc_check ((ptr) = safe_alloc_realloc_n (NULL, count, sizeof *(ptr)))
NULL              109 maint/gnulib/lib/safe-alloc.h #define FREE(ptr) ((void) (free (ptr), (ptr) = NULL))
NULL               64 maint/gnulib/lib/save-cwd.c   cwd->name = NULL;
NULL               71 maint/gnulib/lib/save-cwd.c       cwd->name = getcwd (NULL, 0);
NULL               93 maint/gnulib/lib/savedir.c   char *name_space = NULL;
NULL               95 maint/gnulib/lib/savedir.c   direntry_t *entries = NULL;
NULL              101 maint/gnulib/lib/savedir.c   if (dirp == NULL)
NULL              102 maint/gnulib/lib/savedir.c     return NULL;
NULL              147 maint/gnulib/lib/savedir.c       return NULL;
NULL              181 maint/gnulib/lib/savedir.c     return NULL;
NULL              188 maint/gnulib/lib/savedir.c           return NULL;
NULL              128 maint/gnulib/lib/savewd.c           open_result = NULL;
NULL              111 maint/gnulib/lib/scandir.c   DIRENT_TYPE **v = NULL;
NULL              117 maint/gnulib/lib/scandir.c   if (dp == NULL)
NULL              124 maint/gnulib/lib/scandir.c   c.v = NULL;
NULL              130 maint/gnulib/lib/scandir.c   while ((d = READDIR (dp)) != NULL)
NULL              132 maint/gnulib/lib/scandir.c       int use_it = select == NULL;
NULL              159 maint/gnulib/lib/scandir.c               if (new == NULL)
NULL              167 maint/gnulib/lib/scandir.c           if (vnew == NULL)
NULL              186 maint/gnulib/lib/scandir.c       if (cmp != NULL)
NULL               35 maint/gnulib/lib/secure_getenv.c     return NULL;
NULL               39 maint/gnulib/lib/secure_getenv.c     return NULL;
NULL               52 maint/gnulib/lib/secure_getenv.c   return NULL;
NULL              125 maint/gnulib/lib/select.c   WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev);
NULL              165 maint/gnulib/lib/select.c       if (PeekNamedPipe (h, NULL, 0, NULL, &avail, NULL) != 0)
NULL              300 maint/gnulib/lib/select.c     hEvent = CreateEvent (NULL, FALSE, FALSE, NULL);
NULL              415 maint/gnulib/lib/select.c   handle_array[nhandles] = NULL;
NULL              460 maint/gnulib/lib/select.c           while ((bRet = PeekMessage (&msg, NULL, 0, 0, PM_REMOVE)) != 0)
NULL              534 maint/gnulib/lib/select.c           WSAEventSelect (s, NULL, 0);
NULL              591 maint/gnulib/lib/select.c       rfds = NULL;
NULL              592 maint/gnulib/lib/select.c       wfds = NULL;
NULL              593 maint/gnulib/lib/select.c       xfds = NULL;
NULL               81 maint/gnulib/lib/set-permissions.c     ace_t *malloced = NULL;
NULL              100 maint/gnulib/lib/set-permissions.c             if (entries == NULL)
NULL              510 maint/gnulib/lib/set-permissions.c           if (ctx->acl == NULL)
NULL              570 maint/gnulib/lib/set-permissions.c   if (ctx->acl == NULL)
NULL               87 maint/gnulib/lib/setenv.c     value != NULL ? *(char **) value : NULL;                                  \
NULL               95 maint/gnulib/lib/setenv.c # define KNOWN_VALUE(Str) NULL
NULL              119 maint/gnulib/lib/setenv.c   const size_t vallen = value != NULL ? strlen (value) + 1 : 0;
NULL              128 maint/gnulib/lib/setenv.c   if (ep != NULL)
NULL              130 maint/gnulib/lib/setenv.c       for (; *ep != NULL; ++ep)
NULL              137 maint/gnulib/lib/setenv.c   if (ep == NULL || *ep == NULL)
NULL              146 maint/gnulib/lib/setenv.c         (char **) (last_environ == NULL
NULL              149 maint/gnulib/lib/setenv.c       if (new_environ == NULL)
NULL              159 maint/gnulib/lib/setenv.c       if (combined != NULL)
NULL              173 maint/gnulib/lib/setenv.c           if (new_value == NULL)
NULL              185 maint/gnulib/lib/setenv.c           if (new_environ[size] == NULL)
NULL              189 maint/gnulib/lib/setenv.c               if (new_environ[size] == NULL)
NULL              220 maint/gnulib/lib/setenv.c       new_environ[size + 1] = NULL;
NULL              229 maint/gnulib/lib/setenv.c       if (combined != NULL)
NULL              241 maint/gnulib/lib/setenv.c           if (new_value == NULL)
NULL              253 maint/gnulib/lib/setenv.c           if (np == NULL)
NULL              257 maint/gnulib/lib/setenv.c               if (np == NULL)
NULL              293 maint/gnulib/lib/setenv.c   if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
NULL              299 maint/gnulib/lib/setenv.c   return __add_to_environ (name, value, NULL, replace);
NULL              310 maint/gnulib/lib/setenv.c   if (__environ == last_environ && __environ != NULL)
NULL              314 maint/gnulib/lib/setenv.c       last_environ = NULL;
NULL              318 maint/gnulib/lib/setenv.c   __environ = NULL;
NULL              334 maint/gnulib/lib/setenv.c   known_values = NULL;
NULL               56 maint/gnulib/lib/sethostname.c     if (hostf == NULL)
NULL               72 maint/gnulib/lib/setlocale.c   if (locale == NULL)
NULL              682 maint/gnulib/lib/setlocale.c   if (locale != NULL && strcmp (locale, "POSIX") == 0)
NULL              687 maint/gnulib/lib/setlocale.c   if (result != NULL)
NULL              718 maint/gnulib/lib/setlocale.c           if (result != NULL)
NULL              735 maint/gnulib/lib/setlocale.c             if (result != NULL)
NULL              745 maint/gnulib/lib/setlocale.c         if (underscore != NULL)
NULL              749 maint/gnulib/lib/setlocale.c             if (territory_end == NULL)
NULL              798 maint/gnulib/lib/setlocale.c                             if (result != NULL)
NULL              814 maint/gnulib/lib/setlocale.c                         if (result != NULL)
NULL              825 maint/gnulib/lib/setlocale.c   return NULL;
NULL              835 maint/gnulib/lib/setlocale.c   if (result == NULL)
NULL              850 maint/gnulib/lib/setlocale.c         if (locale == NULL
NULL              876 maint/gnulib/lib/setlocale.c       if (locale != NULL)
NULL             1114 maint/gnulib/lib/setlocale.c     if (locale1_end != NULL)
NULL             1121 maint/gnulib/lib/setlocale.c     if (locale2_end != NULL)
NULL             1177 maint/gnulib/lib/setlocale.c   return NULL;
NULL             1376 maint/gnulib/lib/setlocale.c   if (strrchr (locale, '_') != NULL)
NULL             1407 maint/gnulib/lib/setlocale.c   return NULL;
NULL             1415 maint/gnulib/lib/setlocale.c   if (locale != NULL && locale[0] == '\0')
NULL             1435 maint/gnulib/lib/setlocale.c           saved_locale = setlocale (LC_ALL, NULL);
NULL             1436 maint/gnulib/lib/setlocale.c           if (saved_locale == NULL)
NULL             1437 maint/gnulib/lib/setlocale.c             return NULL;
NULL             1439 maint/gnulib/lib/setlocale.c           if (saved_locale == NULL)
NULL             1440 maint/gnulib/lib/setlocale.c             return NULL;
NULL             1447 maint/gnulib/lib/setlocale.c           if (base_name == NULL)
NULL             1450 maint/gnulib/lib/setlocale.c           if (setlocale_unixlike (LC_ALL, base_name) != NULL)
NULL             1461 maint/gnulib/lib/setlocale.c               if (setlocale_unixlike (LC_ALL, base_name) == NULL)
NULL             1469 maint/gnulib/lib/setlocale.c           if (strchr (base_name, '.') != NULL
NULL             1470 maint/gnulib/lib/setlocale.c               && strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
NULL             1480 maint/gnulib/lib/setlocale.c               if (name == NULL)
NULL             1490 maint/gnulib/lib/setlocale.c                 if (setlocale_single (cat, name) == NULL)
NULL             1504 maint/gnulib/lib/setlocale.c                       warn = (setlocale_single (cat, "UTF-8") == NULL);
NULL             1515 maint/gnulib/lib/setlocale.c                         if (preferences != NULL
NULL             1525 maint/gnulib/lib/setlocale.c                                 if (element != NULL
NULL             1534 maint/gnulib/lib/setlocale.c                                     if (last_minus != NULL)
NULL             1542 maint/gnulib/lib/setlocale.c                                     if (setlocale_single (cat, buf) == NULL)
NULL             1547 maint/gnulib/lib/setlocale.c                                         if (last_try == NULL
NULL             1548 maint/gnulib/lib/setlocale.c                                             || setlocale_single (cat, last_try) == NULL)
NULL             1562 maint/gnulib/lib/setlocale.c                         if (last_try == NULL
NULL             1563 maint/gnulib/lib/setlocale.c                             || setlocale_single (cat, last_try) == NULL)
NULL             1586 maint/gnulib/lib/setlocale.c                         if (last_try == NULL
NULL             1587 maint/gnulib/lib/setlocale.c                             || setlocale_single (cat, last_try) == NULL)
NULL             1598 maint/gnulib/lib/setlocale.c                         if (verbose != NULL && verbose[0] != '\0')
NULL             1611 maint/gnulib/lib/setlocale.c           return setlocale (LC_ALL, NULL);
NULL             1617 maint/gnulib/lib/setlocale.c           return NULL;
NULL             1623 maint/gnulib/lib/setlocale.c           if (name == NULL)
NULL             1632 maint/gnulib/lib/setlocale.c       if (category == LC_ALL && locale != NULL && strchr (locale, '.') != NULL)
NULL             1637 maint/gnulib/lib/setlocale.c           saved_locale = setlocale (LC_ALL, NULL);
NULL             1638 maint/gnulib/lib/setlocale.c           if (saved_locale == NULL)
NULL             1639 maint/gnulib/lib/setlocale.c             return NULL;
NULL             1641 maint/gnulib/lib/setlocale.c           if (saved_locale == NULL)
NULL             1642 maint/gnulib/lib/setlocale.c             return NULL;
NULL             1644 maint/gnulib/lib/setlocale.c           if (setlocale_unixlike (LC_ALL, locale) == NULL)
NULL             1647 maint/gnulib/lib/setlocale.c               return NULL;
NULL             1653 maint/gnulib/lib/setlocale.c           if (strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
NULL             1658 maint/gnulib/lib/setlocale.c               return NULL;
NULL             1663 maint/gnulib/lib/setlocale.c           return setlocale (LC_ALL, NULL);
NULL               44 maint/gnulib/lib/setlocale_null.c #   define c11_threads_in_use() (thrd_exit != NULL)
NULL               62 maint/gnulib/lib/setlocale_null.c   const char *result = setlocale (category, NULL);
NULL               65 maint/gnulib/lib/setlocale_null.c   if (result == NULL)
NULL               97 maint/gnulib/lib/setlocale_null.c   const wchar_t *result = _wsetlocale (category, NULL);
NULL               99 maint/gnulib/lib/setlocale_null.c   if (result == NULL)
NULL              142 maint/gnulib/lib/setlocale_null.c   if (result == NULL)
NULL              219 maint/gnulib/lib/setlocale_null.c       (pthread_mutexattr_gettype != NULL || c11_threads_in_use ())
NULL              371 maint/gnulib/lib/setlocale_null.c         return NULL;
NULL               35 maint/gnulib/lib/sh-quote.c   sh_quoting_options = clone_quoting_options (NULL);
NULL               43 maint/gnulib/lib/sh-quote.c   if (sh_quoting_options == NULL)
NULL               45 maint/gnulib/lib/sh-quote.c   return quotearg_buffer (NULL, 0, string, strlen (string),
NULL               54 maint/gnulib/lib/sh-quote.c   if (sh_quoting_options == NULL)
NULL               64 maint/gnulib/lib/sh-quote.c   if (sh_quoting_options == NULL)
NULL               74 maint/gnulib/lib/sh-quote.c   if (*argv != NULL)
NULL               86 maint/gnulib/lib/sh-quote.c           if (*argp == NULL)
NULL               97 maint/gnulib/lib/sh-quote.c           if (*argp == NULL)
NULL              263 maint/gnulib/lib/sigabbrev_np.c       return NULL;
NULL              110 maint/gnulib/lib/sigaction.c     action_array[sig].sa_handler = NULL;
NULL              122 maint/gnulib/lib/sigaction.c   sigprocmask (SIG_SETMASK, &oldmask, NULL);
NULL              187 maint/gnulib/lib/sigaction.c           action_array[sig].sa_handler = NULL;
NULL              196 maint/gnulib/lib/sigaction.c   sigprocmask (SIG_SETMASK, &oldmask, NULL);
NULL              201 maint/gnulib/lib/sigaction.c   sigprocmask (SIG_SETMASK, &oldmask, NULL);
NULL              374 maint/gnulib/lib/sigdescr_np.c       return NULL;
NULL               52 maint/gnulib/lib/sigpipe-die.c   if (prepare_die_hook != NULL)
NULL               69 maint/gnulib/lib/sigpipe-die.c     if (sigaction (SIGPIPE, &action, NULL) >= 0)
NULL               79 maint/gnulib/lib/sigpipe-die.c         sigprocmask (SIG_UNBLOCK, &sigpipe_set, NULL);
NULL              224 maint/gnulib/lib/sigprocmask.c   if (old_set != NULL)
NULL              227 maint/gnulib/lib/sigprocmask.c   if (set != NULL)
NULL              841 maint/gnulib/lib/sigsegv.c   if (sigaltstack (NULL, &ss) >= 0)
NULL              844 maint/gnulib/lib/sigsegv.c       sigaltstack (&ss, NULL);
NULL              905 maint/gnulib/lib/sigsegv.c static stackoverflow_handler_t stk_user_handler = (stackoverflow_handler_t)NULL;
NULL              914 maint/gnulib/lib/sigsegv.c static sigsegv_handler_t user_handler = (sigsegv_handler_t)NULL;
NULL             1265 maint/gnulib/lib/sigsegv.c   sigaction (sig, &action, (struct sigaction *) NULL);
NULL             1288 maint/gnulib/lib/sigsegv.c   user_handler = (sigsegv_handler_t)NULL;
NULL             1359 maint/gnulib/lib/sigsegv.c   stk_user_handler = (stackoverflow_handler_t) NULL;
NULL               44 maint/gnulib/lib/socket.c   fh = WSASocket (domain, type, protocol, NULL, 0, 0);
NULL               55 maint/gnulib/lib/sockets.c   WSAEnumNetworkEvents (sock, NULL, &ev);
NULL               92 maint/gnulib/lib/sockets.c   WSAEnumNetworkEvents (sock, NULL, &ev);
NULL              149 maint/gnulib/lib/spawn-pipe.c   char *prog_path_to_free = NULL;
NULL              151 maint/gnulib/lib/spawn-pipe.c   if (directory != NULL)
NULL              170 maint/gnulib/lib/spawn-pipe.c             find_in_given_path (prog_path, getenv ("PATH"), NULL, false);
NULL              171 maint/gnulib/lib/spawn-pipe.c           if (resolved_prog == NULL)
NULL              181 maint/gnulib/lib/spawn-pipe.c               if (absolute_prog == NULL)
NULL              212 maint/gnulib/lib/spawn-pipe.c   if (argv == NULL)
NULL              245 maint/gnulib/lib/spawn-pipe.c           || prog_stdin == NULL
NULL              248 maint/gnulib/lib/spawn-pipe.c           || prog_stdout == NULL
NULL              262 maint/gnulib/lib/spawn-pipe.c                                  prog_stdin == NULL ? STDIN_FILENO : stdinfd);
NULL              280 maint/gnulib/lib/spawn-pipe.c                                  prog_stdout == NULL ? STDOUT_FILENO : stdoutfd);
NULL              343 maint/gnulib/lib/spawn-pipe.c   if (!(directory == NULL || strcmp (directory, ".") == 0))
NULL              355 maint/gnulib/lib/spawn-pipe.c   if (pipe_stdin || prog_stdin != NULL)
NULL              357 maint/gnulib/lib/spawn-pipe.c   if (pipe_stdout || prog_stdout != NULL)
NULL              374 maint/gnulib/lib/spawn-pipe.c           || prog_stdin == NULL
NULL              380 maint/gnulib/lib/spawn-pipe.c           || prog_stdout == NULL
NULL              414 maint/gnulib/lib/spawn-pipe.c   if (pipe_stdout || prog_stdout != NULL)
NULL              416 maint/gnulib/lib/spawn-pipe.c   if (pipe_stdin || prog_stdin != NULL)
NULL              474 maint/gnulib/lib/spawn-pipe.c       sigprocmask (SIG_SETMASK, NULL, &blocked_signals);
NULL              508 maint/gnulib/lib/spawn-pipe.c               && prog_stdin != NULL
NULL              515 maint/gnulib/lib/spawn-pipe.c               && prog_stdout != NULL
NULL              521 maint/gnulib/lib/spawn-pipe.c           || (directory != NULL
NULL              541 maint/gnulib/lib/spawn-pipe.c           || (err = (directory != NULL
NULL              543 maint/gnulib/lib/spawn-pipe.c                                     attrs_allocated ? &attrs : NULL,
NULL              546 maint/gnulib/lib/spawn-pipe.c                                      attrs_allocated ? &attrs : NULL,
NULL              619 maint/gnulib/lib/spawn-pipe.c                               true, true, NULL, NULL,
NULL              642 maint/gnulib/lib/spawn-pipe.c                               false, true, prog_stdin, NULL,
NULL              667 maint/gnulib/lib/spawn-pipe.c                               true, false, NULL, prog_stdout,
NULL               43 maint/gnulib/lib/spawn_faction_addchdir.c     if (path_copy == NULL)
NULL               56 maint/gnulib/lib/spawn_faction_addopen.c     if (path_copy == NULL)
NULL               38 maint/gnulib/lib/spawn_faction_init.c   if (newmem == NULL)
NULL              127 maint/gnulib/lib/spawni.c       if (new_handles_array == NULL)
NULL              135 maint/gnulib/lib/spawni.c       if (new_flags_array == NULL)
NULL              256 maint/gnulib/lib/spawni.c       malloca_rname = NULL;
NULL              261 maint/gnulib/lib/spawni.c       if (malloca_rname == NULL)
NULL              283 maint/gnulib/lib/spawni.c                 NULL,
NULL              301 maint/gnulib/lib/spawni.c                 NULL);
NULL              351 maint/gnulib/lib/spawni.c   if (malloca_rname != NULL)
NULL              381 maint/gnulib/lib/spawni.c   if (filename == NULL)
NULL              386 maint/gnulib/lib/spawni.c   char *filename_to_free = NULL;
NULL              387 maint/gnulib/lib/spawni.c   if (directory != NULL && IS_RELATIVE_FILE_NAME (filename))
NULL              389 maint/gnulib/lib/spawni.c       char *real_filename = concatenated_filename (directory, filename, NULL);
NULL              390 maint/gnulib/lib/spawni.c       if (real_filename == NULL)
NULL              488 maint/gnulib/lib/spawni.c   if (prog_filename == NULL
NULL              489 maint/gnulib/lib/spawni.c       || (attrp != NULL
NULL              517 maint/gnulib/lib/spawni.c     (attrp != NULL && (attrp->_flags & POSIX_SPAWN_SETPGROUP) != 0 ? DETACHED_PROCESS : 0);
NULL              521 maint/gnulib/lib/spawni.c   if (argv == NULL)
NULL              527 maint/gnulib/lib/spawni.c   if (command == NULL)
NULL              535 maint/gnulib/lib/spawni.c   if (envp == NULL)
NULL              536 maint/gnulib/lib/spawni.c     envblock = NULL;
NULL              540 maint/gnulib/lib/spawni.c       if (envblock == NULL)
NULL              558 maint/gnulib/lib/spawni.c   const char *directory = NULL;
NULL              562 maint/gnulib/lib/spawni.c   if (file_actions != NULL)
NULL              606 maint/gnulib/lib/spawni.c                 if (directory != NULL && IS_RELATIVE_FILE_NAME (newdir))
NULL              608 maint/gnulib/lib/spawni.c                     newdir = concatenated_filename (directory, newdir, NULL);
NULL              609 maint/gnulib/lib/spawni.c                     if (newdir == NULL)
NULL              636 maint/gnulib/lib/spawni.c   sinfo.lpReserved = NULL;
NULL              637 maint/gnulib/lib/spawni.c   sinfo.lpDesktop = NULL;
NULL              638 maint/gnulib/lib/spawni.c   sinfo.lpTitle = NULL;
NULL              643 maint/gnulib/lib/spawni.c   char *resolved_prog_filename_to_free = NULL;
NULL              648 maint/gnulib/lib/spawni.c     if (resolved_prog_filename == NULL)
NULL              656 maint/gnulib/lib/spawni.c   if (!CreateProcess (prog_filename, command, NULL, NULL, TRUE,
NULL              684 maint/gnulib/lib/spawni.c   if (pid != NULL)
NULL              735 maint/gnulib/lib/spawni.c   short int flags = attrp == NULL ? 0 : attrp->_flags;
NULL              751 maint/gnulib/lib/spawni.c           && file_actions == NULL))
NULL              763 maint/gnulib/lib/spawni.c       if (pid != NULL)
NULL              771 maint/gnulib/lib/spawni.c       && sigprocmask (SIG_SETMASK, &attrp->_ss, NULL) != 0)
NULL              789 maint/gnulib/lib/spawni.c             && sigaction (sig, &sa, NULL) != 0)
NULL              806 maint/gnulib/lib/spawni.c                               ? &attrp->_sp : NULL) == -1)
NULL              823 maint/gnulib/lib/spawni.c   if (file_actions != NULL)
NULL              888 maint/gnulib/lib/spawni.c   if (! use_path || strchr (file, '/') != NULL)
NULL              899 maint/gnulib/lib/spawni.c   if (path == NULL)
NULL              905 maint/gnulib/lib/spawni.c       len = confstr (_CS_PATH, (char *) NULL, 0);
NULL              687 maint/gnulib/lib/ssfmalloc.h   if (unlikely (pool->managed_pages == NULL))
NULL              690 maint/gnulib/lib/ssfmalloc.h         gl_oset_nx_create_empty (GL_RBTREE_OSET, compare_pages_by_free_space, NULL);
NULL              691 maint/gnulib/lib/ssfmalloc.h       if (unlikely (pool->managed_pages == NULL))
NULL              734 maint/gnulib/lib/ssfmalloc.h       if (unlikely (element == NULL))
NULL              777 maint/gnulib/lib/ssfmalloc.h   if (unlikely (element == NULL))
NULL               88 maint/gnulib/lib/stack.h   stack->base = NULL;
NULL              166 maint/gnulib/lib/stackvma.c   rof->auxmap = NULL;
NULL              231 maint/gnulib/lib/stackvma.c           if (rof->auxmap != NULL)
NULL              258 maint/gnulib/lib/stackvma.c   if (rof->auxmap != NULL)
NULL              316 maint/gnulib/lib/stackvma.c   if (rof->auxmap != NULL)
NULL              476 maint/gnulib/lib/stackvma.c   if (sysctl (info_path, 4, NULL, &len, NULL, 0) < 0)
NULL              496 maint/gnulib/lib/stackvma.c   if (sysctl (info_path, 4, mem, &len, NULL, 0) < 0)
NULL               78 maint/gnulib/lib/stat-w32.c static GetFileInformationByHandleExFuncType GetFileInformationByHandleExFunc = NULL;
NULL               85 maint/gnulib/lib/stat-w32.c static GetFinalPathNameByHandleFuncType GetFinalPathNameByHandleFunc = NULL;
NULL               92 maint/gnulib/lib/stat-w32.c   if (kernel32 != NULL)
NULL              225 maint/gnulib/lib/stat-w32.c       if (GetFileInformationByHandleExFunc != NULL)
NULL              286 maint/gnulib/lib/stat-w32.c               if (path != NULL
NULL              287 maint/gnulib/lib/stat-w32.c                   || (GetFinalPathNameByHandleFunc != NULL
NULL              292 maint/gnulib/lib/stat-w32.c                   const char *last_dot = NULL;
NULL              297 maint/gnulib/lib/stat-w32.c                   if (last_dot != NULL)
NULL              400 maint/gnulib/lib/stat-w32.c           if (PeekNamedPipe (h, NULL, 0, NULL, &bytes_available, NULL))
NULL              169 maint/gnulib/lib/stat.c       malloca_rname = NULL;
NULL              174 maint/gnulib/lib/stat.c       if (malloca_rname == NULL)
NULL              210 maint/gnulib/lib/stat.c                     NULL,
NULL              216 maint/gnulib/lib/stat.c                     NULL);
NULL              234 maint/gnulib/lib/stat.c       if (strchr (rname, '?') != NULL || strchr (rname, '*') != NULL)
NULL              238 maint/gnulib/lib/stat.c           if (malloca_rname != NULL)
NULL              262 maint/gnulib/lib/stat.c           if (malloca_rname != NULL)
NULL              294 maint/gnulib/lib/stat.c               const char *last_dot = NULL;
NULL              299 maint/gnulib/lib/stat.c               if (last_dot != NULL)
NULL              351 maint/gnulib/lib/stat.c     if (malloca_rname != NULL)
NULL              367 maint/gnulib/lib/stat.c     if (malloca_rname != NULL)
NULL              127 maint/gnulib/lib/stdio-impl.h # define HASUB(fp) (fp_ub._base != NULL)
NULL               70 maint/gnulib/lib/stdio-read.c                       if (GetNamedPipeHandleState (h, &state, NULL, NULL,     \
NULL               71 maint/gnulib/lib/stdio-read.c                                                    NULL, NULL, 0)             \
NULL              155 maint/gnulib/lib/stdio-read.c   CALL_WITH_ERRNO_FIX (char *, fgets (s, n, stream), ret == NULL)
NULL               66 maint/gnulib/lib/stdio-write.c                       if (GetNamedPipeHandleState (h, &state, NULL, NULL,     \
NULL               67 maint/gnulib/lib/stdio-write.c                                                    NULL, NULL, 0)             \
NULL               51 maint/gnulib/lib/str-kmp.h   if (table == NULL)
NULL              126 maint/gnulib/lib/str-kmp.h     *resultp = NULL;
NULL              313 maint/gnulib/lib/str-two-way.h   return NULL;
NULL              445 maint/gnulib/lib/str-two-way.h   return NULL;
NULL               62 maint/gnulib/lib/strcasestr.c     return NULL;
NULL               37 maint/gnulib/lib/strcspn.c     if (strchr (reject, *s++) == NULL)
NULL               44 maint/gnulib/lib/strdup.c   if (new == NULL)
NULL               45 maint/gnulib/lib/strdup.c     return NULL;
NULL              302 maint/gnulib/lib/strerror-override.c       return NULL;
NULL               53 maint/gnulib/lib/strerror-override.h #  define strerror_override(ignored) NULL
NULL              279 maint/gnulib/lib/strerror_r.c         if (errmsg == NULL || *errmsg == '\0')
NULL              299 maint/gnulib/lib/strerror_r.c         if (errmsg == NULL || *errmsg == '\0')
NULL              317 maint/gnulib/lib/strerror_r.c       if (errmsg == NULL || *errmsg == '\0')
NULL              430 maint/gnulib/lib/strerror_r.c             errmsg = NULL;
NULL              433 maint/gnulib/lib/strerror_r.c         if (errmsg != NULL)
NULL             1340 maint/gnulib/lib/strerrorname_np.c       return NULL;
NULL              168 maint/gnulib/lib/strfmon_l.c           if (ld_format == NULL)
NULL               54 maint/gnulib/lib/strftime-fixes.c   if (tz != NULL && strchr (tz, '/') != NULL)
NULL               55 maint/gnulib/lib/striconv.c   iconv (cd, NULL, NULL, NULL, NULL);
NULL              105 maint/gnulib/lib/striconv.c       size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
NULL              121 maint/gnulib/lib/striconv.c   if (*resultp != NULL && *lengthp >= length)
NULL              126 maint/gnulib/lib/striconv.c       if (result == NULL)
NULL              138 maint/gnulib/lib/striconv.c   iconv (cd, NULL, NULL, NULL, NULL);
NULL              178 maint/gnulib/lib/striconv.c       size_t res = iconv (cd, NULL, NULL, &outptr, &outsize);
NULL              218 maint/gnulib/lib/striconv.c   char *result = NULL;
NULL              225 maint/gnulib/lib/striconv.c       if (result != NULL)
NULL              227 maint/gnulib/lib/striconv.c       return NULL;
NULL              232 maint/gnulib/lib/striconv.c     (result != NULL ? realloc (result, length + 1) : malloc (length + 1));
NULL              233 maint/gnulib/lib/striconv.c   if (final_result == NULL)
NULL              237 maint/gnulib/lib/striconv.c       return NULL;
NULL              266 maint/gnulib/lib/striconv.c   if (result == NULL)
NULL              269 maint/gnulib/lib/striconv.c       return NULL;
NULL              277 maint/gnulib/lib/striconv.c   iconv (cd, NULL, NULL, NULL, NULL);
NULL              309 maint/gnulib/lib/striconv.c                 if (newresult == NULL)
NULL              332 maint/gnulib/lib/striconv.c         size_t res = iconv (cd, NULL, NULL, &outptr, &outbytes_remaining);
NULL              348 maint/gnulib/lib/striconv.c                 if (newresult == NULL)
NULL              377 maint/gnulib/lib/striconv.c       if (smaller_result != NULL)
NULL              385 maint/gnulib/lib/striconv.c   return NULL;
NULL              399 maint/gnulib/lib/striconv.c       if (result == NULL)
NULL              416 maint/gnulib/lib/striconv.c           return NULL;
NULL              421 maint/gnulib/lib/striconv.c         return NULL;
NULL              425 maint/gnulib/lib/striconv.c       if (result == NULL)
NULL              437 maint/gnulib/lib/striconv.c               return NULL;
NULL              448 maint/gnulib/lib/striconv.c       return NULL;
NULL              374 maint/gnulib/lib/striconveh.c   if (*resultp != NULL && *lengthp >= sizeof (tmpbuf))
NULL              390 maint/gnulib/lib/striconveh.c   if (offsets != NULL)
NULL              412 maint/gnulib/lib/striconveh.c     iconv (cd, NULL, NULL, NULL, NULL);
NULL              423 maint/gnulib/lib/striconveh.c         if (offsets != NULL)
NULL              472 maint/gnulib/lib/striconveh.c                         if (memory == NULL)
NULL              517 maint/gnulib/lib/striconveh.c             if (memory == NULL)
NULL              542 maint/gnulib/lib/striconveh.c       res = iconv (cd, NULL, NULL, &outptr, &outsize);
NULL              555 maint/gnulib/lib/striconveh.c               if (memory == NULL)
NULL              584 maint/gnulib/lib/striconveh.c   if (offsets != NULL)
NULL              595 maint/gnulib/lib/striconveh.c     const bool slowly = (offsets != NULL || handler == iconveh_error);
NULL              610 maint/gnulib/lib/striconveh.c       iconv (cd1, NULL, NULL, NULL, NULL);
NULL              612 maint/gnulib/lib/striconveh.c       iconv (cd2, NULL, NULL, NULL, NULL);
NULL              626 maint/gnulib/lib/striconveh.c             if (offsets != NULL
NULL              662 maint/gnulib/lib/striconveh.c               res1 = iconv (cd1, NULL, NULL, &out1ptr, &out1size);
NULL              700 maint/gnulib/lib/striconveh.c         if (offsets != NULL
NULL              741 maint/gnulib/lib/striconveh.c                       res2 = iconv (cd2, NULL, NULL, &out2ptr, &out2size);
NULL              773 maint/gnulib/lib/striconveh.c                                 == NULL)
NULL              849 maint/gnulib/lib/striconveh.c                             if (memory == NULL)
NULL              921 maint/gnulib/lib/striconveh.c                     if (memory == NULL)
NULL              962 maint/gnulib/lib/striconveh.c       if (*resultp != NULL && *lengthp >= memsize)
NULL              969 maint/gnulib/lib/striconveh.c           if (memory != NULL)
NULL              986 maint/gnulib/lib/striconveh.c       if (memory != NULL)
NULL             1016 maint/gnulib/lib/striconveh.c   char *result = NULL;
NULL             1020 maint/gnulib/lib/striconveh.c                                         NULL, &result, &length);
NULL             1025 maint/gnulib/lib/striconveh.c       return NULL;
NULL             1049 maint/gnulib/lib/striconveh.c   else if (offsets == NULL && c_strcasecmp (from_codeset, to_codeset) == 0)
NULL             1053 maint/gnulib/lib/striconveh.c       if (*resultp != NULL && *lengthp >= srclen)
NULL             1058 maint/gnulib/lib/striconveh.c           if (result == NULL)
NULL             1125 maint/gnulib/lib/striconveh.c       if (result == NULL)
NULL             1136 maint/gnulib/lib/striconveh.c         return NULL;
NULL             1140 maint/gnulib/lib/striconveh.c       if (result == NULL)
NULL             1152 maint/gnulib/lib/striconveh.c               return NULL;
NULL             1163 maint/gnulib/lib/striconveh.c       return NULL;
NULL               48 maint/gnulib/lib/striconveha.c   NULL
NULL               61 maint/gnulib/lib/striconveha.c   NULL
NULL               69 maint/gnulib/lib/striconveha.c   NULL
NULL               76 maint/gnulib/lib/striconveha.c   { NULL,                      "autodetect_kr",   autodetect_kr_try }
NULL               97 maint/gnulib/lib/striconveha.c   if (try_in_order[0] == NULL)
NULL              107 maint/gnulib/lib/striconveha.c   for (i = 0; try_in_order[i] != NULL; i++)
NULL              112 maint/gnulib/lib/striconveha.c   if (memory != NULL)
NULL              131 maint/gnulib/lib/striconveha.c       new_try_in_order[i] = NULL;
NULL              136 maint/gnulib/lib/striconveha.c       new_alias->next = NULL;
NULL              167 maint/gnulib/lib/striconveha.c       for (alias = autodetect_list; alias != NULL; alias = alias->next)
NULL              186 maint/gnulib/lib/striconveha.c                 while (*encodings != NULL);
NULL              200 maint/gnulib/lib/striconveha.c             while (*encodings != NULL);
NULL              263 maint/gnulib/lib/striconveha.c   if (result != NULL || errno != EINVAL)
NULL              271 maint/gnulib/lib/striconveha.c       for (alias = autodetect_list; alias != NULL; alias = alias->next)
NULL              285 maint/gnulib/lib/striconveha.c                     if (!(result == NULL && errno == EILSEQ))
NULL              289 maint/gnulib/lib/striconveha.c                 while (*encodings != NULL);
NULL              298 maint/gnulib/lib/striconveha.c                 if (!(result == NULL && errno == EILSEQ))
NULL              302 maint/gnulib/lib/striconveha.c             while (*encodings != NULL);
NULL              305 maint/gnulib/lib/striconveha.c             return NULL;
NULL              310 maint/gnulib/lib/striconveha.c       return NULL;
NULL              324 maint/gnulib/lib/striconveha.c       if (result == NULL)
NULL               62 maint/gnulib/lib/string-buffer.c           if (new_data == NULL)
NULL               70 maint/gnulib/lib/string-buffer.c           if (new_data == NULL)
NULL              276 maint/gnulib/lib/string-buffer.c       if (copy == NULL)
NULL              288 maint/gnulib/lib/string-buffer.c           if (contents == NULL)
NULL              296 maint/gnulib/lib/string-buffer.c   return NULL;
NULL               31 maint/gnulib/lib/strndup.c   if (new == NULL)
NULL               32 maint/gnulib/lib/strndup.c     return NULL;
NULL               31 maint/gnulib/lib/strnlen1.c   if (end != NULL)
NULL               42 maint/gnulib/lib/strpbrk.c   return NULL;
NULL               44 maint/gnulib/lib/strptime.c #define match_char(ch1, ch2) if (ch1 != ch2) return NULL
NULL               65 maint/gnulib/lib/strptime.c       return NULL;                                                            \
NULL               71 maint/gnulib/lib/strptime.c       return NULL;                                                            \
NULL               87 maint/gnulib/lib/strptime.c           return NULL;                                                        \
NULL              104 maint/gnulib/lib/strptime.c                                  decided, era_cnt LOCALE_ARG)) != NULL)
NULL              256 maint/gnulib/lib/strptime.c   struct era_entry *era = NULL;
NULL              340 maint/gnulib/lib/strptime.c             return NULL;
NULL              380 maint/gnulib/lib/strptime.c             return NULL;
NULL              392 maint/gnulib/lib/strptime.c                     return NULL;
NULL              408 maint/gnulib/lib/strptime.c             return NULL;
NULL              430 maint/gnulib/lib/strptime.c             return NULL;
NULL              440 maint/gnulib/lib/strptime.c                     return NULL;
NULL              459 maint/gnulib/lib/strptime.c             return NULL;
NULL              527 maint/gnulib/lib/strptime.c                 return NULL;
NULL              546 maint/gnulib/lib/strptime.c                     return NULL;
NULL              562 maint/gnulib/lib/strptime.c             return NULL;
NULL              566 maint/gnulib/lib/strptime.c             return NULL;
NULL              577 maint/gnulib/lib/strptime.c               return NULL;
NULL              586 maint/gnulib/lib/strptime.c             if (localtime_r (&secs, tm) == NULL)
NULL              588 maint/gnulib/lib/strptime.c               return NULL;
NULL              602 maint/gnulib/lib/strptime.c                     return NULL;
NULL              618 maint/gnulib/lib/strptime.c             return NULL;
NULL              631 maint/gnulib/lib/strptime.c             return NULL;
NULL              694 maint/gnulib/lib/strptime.c               return NULL;
NULL              706 maint/gnulib/lib/strptime.c               return NULL;
NULL              711 maint/gnulib/lib/strptime.c                   return NULL;
NULL              715 maint/gnulib/lib/strptime.c               return NULL;
NULL              739 maint/gnulib/lib/strptime.c                         return NULL;
NULL              755 maint/gnulib/lib/strptime.c                 return NULL;
NULL              764 maint/gnulib/lib/strptime.c                       if (era != NULL && match_string (era->era_name, rp))
NULL              770 maint/gnulib/lib/strptime.c                         return NULL;
NULL              780 maint/gnulib/lib/strptime.c                       if (era != NULL && match_string (era->era_name, rp))
NULL              791 maint/gnulib/lib/strptime.c                     return NULL;
NULL              813 maint/gnulib/lib/strptime.c                       if (era != NULL)
NULL              823 maint/gnulib/lib/strptime.c                         return NULL;
NULL              834 maint/gnulib/lib/strptime.c                       if (era != NULL)
NULL              853 maint/gnulib/lib/strptime.c                     return NULL;
NULL              868 maint/gnulib/lib/strptime.c                       if (era != NULL && recursive (era->era_format))
NULL              875 maint/gnulib/lib/strptime.c                         return NULL;
NULL              904 maint/gnulib/lib/strptime.c                         return NULL;
NULL              917 maint/gnulib/lib/strptime.c                 return NULL;
NULL              930 maint/gnulib/lib/strptime.c                         return NULL;
NULL              943 maint/gnulib/lib/strptime.c                 return NULL;
NULL              946 maint/gnulib/lib/strptime.c               return NULL;
NULL              955 maint/gnulib/lib/strptime.c             return NULL;
NULL             1038 maint/gnulib/lib/strptime.c               return NULL;
NULL             1042 maint/gnulib/lib/strptime.c           return NULL;
NULL             1062 maint/gnulib/lib/strptime.c       if (era == NULL)
NULL             1063 maint/gnulib/lib/strptime.c         return NULL;
NULL               31 maint/gnulib/lib/strsep.c   if (start == NULL)
NULL               32 maint/gnulib/lib/strsep.c     return NULL;
NULL               37 maint/gnulib/lib/strsep.c       *stringp = NULL;
NULL               47 maint/gnulib/lib/strsep.c   if (ptr == NULL)
NULL               49 maint/gnulib/lib/strsep.c       *stringp = NULL;
NULL              108 maint/gnulib/lib/strsignal.c       || (desc = INTUSE(_sys_siglist)[signum]) == NULL)
NULL              121 maint/gnulib/lib/strsignal.c         buffer = NULL;
NULL              170 maint/gnulib/lib/strsignal.c   __libc_setspecific (key, NULL);
NULL              180 maint/gnulib/lib/strsignal.c   if (static_buf != NULL)
NULL              187 maint/gnulib/lib/strsignal.c       if (result == NULL)
NULL              191 maint/gnulib/lib/strsignal.c           if (result == NULL)
NULL               53 maint/gnulib/lib/strstr.c     return NULL;
NULL              192 maint/gnulib/lib/strtod.c   radixchar_ptr = NULL;
NULL              197 maint/gnulib/lib/strtod.c       else if (radixchar_ptr == NULL && *s == radixchar)
NULL              213 maint/gnulib/lib/strtod.c         (radixchar_ptr != NULL
NULL              228 maint/gnulib/lib/strtod.c         (radixchar_ptr != NULL
NULL              479 maint/gnulib/lib/strtod.c   if (endptr != NULL)
NULL               48 maint/gnulib/lib/strtok_r.c   if (s == NULL)
NULL               56 maint/gnulib/lib/strtok_r.c       return NULL;
NULL               62 maint/gnulib/lib/strtok_r.c   if (s == NULL)
NULL              238 maint/gnulib/lib/strtol.c         grouping = NULL;
NULL              248 maint/gnulib/lib/strtol.c             grouping = NULL;
NULL              252 maint/gnulib/lib/strtol.c     grouping = NULL;
NULL              317 maint/gnulib/lib/strtol.c     end = NULL;
NULL              352 maint/gnulib/lib/strtol.c   if (endptr != NULL)
NULL              383 maint/gnulib/lib/strtol.c   if (endptr != NULL)
NULL               63 maint/gnulib/lib/supersede.c   if (temp_filename == NULL)
NULL              111 maint/gnulib/lib/supersede.c                   action->final_rename_temp = NULL;
NULL              112 maint/gnulib/lib/supersede.c                   action->final_rename_dest = NULL;
NULL              121 maint/gnulib/lib/supersede.c               if (canon_filename == NULL)
NULL              137 maint/gnulib/lib/supersede.c               action->final_rename_temp = NULL;
NULL              138 maint/gnulib/lib/supersede.c               action->final_rename_dest = NULL;
NULL              146 maint/gnulib/lib/supersede.c               if (canon_filename == NULL)
NULL              155 maint/gnulib/lib/supersede.c                       action->final_rename_temp = NULL;
NULL              156 maint/gnulib/lib/supersede.c                       action->final_rename_dest = NULL;
NULL              180 maint/gnulib/lib/supersede.c                               action->final_rename_temp = NULL;
NULL              181 maint/gnulib/lib/supersede.c                               action->final_rename_dest = NULL;
NULL              197 maint/gnulib/lib/supersede.c               action->final_rename_temp = NULL;
NULL              198 maint/gnulib/lib/supersede.c               action->final_rename_dest = NULL;
NULL              216 maint/gnulib/lib/supersede.c                       action->final_rename_temp = NULL;
NULL              217 maint/gnulib/lib/supersede.c                       action->final_rename_dest = NULL;
NULL              227 maint/gnulib/lib/supersede.c               if (canon_filename == NULL)
NULL              241 maint/gnulib/lib/supersede.c           action->final_rename_temp = NULL;
NULL              242 maint/gnulib/lib/supersede.c           action->final_rename_dest = NULL;
NULL              254 maint/gnulib/lib/supersede.c       if (action->final_rename_temp != NULL)
NULL              265 maint/gnulib/lib/supersede.c   if (action->final_rename_temp != NULL)
NULL              387 maint/gnulib/lib/supersede.c   if (action->final_rename_temp != NULL)
NULL              446 maint/gnulib/lib/supersede.c     return NULL;
NULL              449 maint/gnulib/lib/supersede.c   if (stream == NULL)
NULL              462 maint/gnulib/lib/supersede.c   if (stream == NULL)
NULL              465 maint/gnulib/lib/supersede.c   if (action->final_rename_temp != NULL)
NULL              476 maint/gnulib/lib/supersede.c   if (stream == NULL)
NULL              479 maint/gnulib/lib/supersede.c   if (action->final_rename_temp != NULL)
NULL              163 maint/gnulib/lib/sys_select.in.h   if (set == NULL)
NULL              234 maint/gnulib/lib/sys_socket.in.h   if (set == NULL)
NULL               64 maint/gnulib/lib/system-quote.c     (len == 0 || strpbrk (string, SHELL_SPECIAL_CHARS) != NULL);
NULL               70 maint/gnulib/lib/system-quote.c       if (p != NULL) \
NULL              131 maint/gnulib/lib/system-quote.c     (len == 0 || strpbrk (string, CMD_SPECIAL_CHARS) != NULL);
NULL              137 maint/gnulib/lib/system-quote.c       if (p != NULL) \
NULL              199 maint/gnulib/lib/system-quote.c       return windows_createprocess_quote (NULL, string);
NULL              203 maint/gnulib/lib/system-quote.c       return windows_cmd_quote (NULL, string);
NULL              278 maint/gnulib/lib/system-quote.c   if (*argv != NULL)
NULL              290 maint/gnulib/lib/system-quote.c           if (*argp == NULL)
NULL              301 maint/gnulib/lib/system-quote.c           if (*argp == NULL)
NULL              133 maint/gnulib/lib/tempname.c       if (d != NULL && direxists (d))
NULL              135 maint/gnulib/lib/tempname.c       else if (dir != NULL && direxists (dir))
NULL              138 maint/gnulib/lib/tempname.c         dir = NULL;
NULL              140 maint/gnulib/lib/tempname.c   if (dir == NULL)
NULL              419 maint/gnulib/lib/term-style-control.c   if (active_controller != NULL)
NULL              581 maint/gnulib/lib/term-style-control.c   sigprocmask (SIG_BLOCK, &relevant_signal_set, NULL);
NULL              588 maint/gnulib/lib/term-style-control.c   sigprocmask (SIG_UNBLOCK, &relevant_signal_set, NULL);
NULL              599 maint/gnulib/lib/term-style-control.c   return (sigaction (sig, NULL, &action) >= 0
NULL              629 maint/gnulib/lib/term-style-control.c   if (active_controller != NULL && active_control_data->same_as_stderr)
NULL              656 maint/gnulib/lib/term-style-control.c   if (active_controller != NULL
NULL              716 maint/gnulib/lib/term-style-control.c     sigaction (sig, &action, NULL);
NULL              732 maint/gnulib/lib/term-style-control.c   if (active_controller != NULL
NULL              753 maint/gnulib/lib/term-style-control.c                 sigaction (sig, &action, NULL);
NULL              801 maint/gnulib/lib/term-style-control.c       sigaction (sig, &action, NULL);
NULL              842 maint/gnulib/lib/term-style-control.c                 sigaction (sig, &action, NULL);
NULL              885 maint/gnulib/lib/term-style-control.c       if (active_controller != NULL)
NULL              936 maint/gnulib/lib/term-style-control.c       active_controller = NULL;
NULL              937 maint/gnulib/lib/term-style-control.c       active_user_data = NULL;
NULL              938 maint/gnulib/lib/term-style-control.c       active_control_data = NULL;
NULL              210 maint/gnulib/lib/textstyle.in.h   return NULL;
NULL              216 maint/gnulib/lib/textstyle.in.h   return NULL;
NULL              363 maint/gnulib/lib/textstyle.in.h   return NULL;
NULL              369 maint/gnulib/lib/textstyle.in.h   return NULL;
NULL              439 maint/gnulib/lib/textstyle.in.h   return NULL;
NULL              449 maint/gnulib/lib/textstyle.in.h #define style_file_name NULL
NULL               46 maint/gnulib/lib/thrd.c   if (tss_create (&thrd_with_exitcode_key, NULL) != thrd_success)
NULL               92 maint/gnulib/lib/thrd.c     return NULL;
NULL              107 maint/gnulib/lib/thrd.c     if (main_arg == NULL)
NULL              132 maint/gnulib/lib/thrd.c     if (thread == NULL)
NULL              141 maint/gnulib/lib/thrd.c             if (thread != NULL)
NULL              149 maint/gnulib/lib/thrd.c               thrd_sleep (&ts, NULL);
NULL              193 maint/gnulib/lib/thrd.c     int err = thrd_join (thread->tid, NULL);
NULL              196 maint/gnulib/lib/thrd.c         if (exitcodep != NULL)
NULL              215 maint/gnulib/lib/thrd.c   if (err == 0 && exitcodep != NULL)
NULL              286 maint/gnulib/lib/thrd.c   if (pthread_main_arg == NULL)
NULL              334 maint/gnulib/lib/thrd.c       if (exitcodep != NULL)
NULL              360 maint/gnulib/lib/thrd.c   if (pthread_main_arg == NULL)
NULL              366 maint/gnulib/lib/thrd.c     int err = pthread_create (threadp, NULL,
NULL              408 maint/gnulib/lib/thrd.c       if (exitcodep != NULL)
NULL               73 maint/gnulib/lib/time_rz.c       tz->next = NULL;
NULL               75 maint/gnulib/lib/time_rz.c       tz->tzname_copy[0] = tz->tzname_copy[1] = NULL;
NULL               93 maint/gnulib/lib/time_rz.c   char const *zone = NULL;
NULL              196 maint/gnulib/lib/time_rz.c   if (setenv_TZ (tz->tz_is_set ? tz->abbrs : NULL) != 0)
NULL              224 maint/gnulib/lib/time_rz.c           return NULL;
NULL              265 maint/gnulib/lib/time_rz.c       return NULL;
NULL              280 maint/gnulib/lib/time_rz.c       return NULL;
NULL              188 maint/gnulib/lib/timevar.c   struct timevar_stack_def *context = NULL;
NULL              189 maint/gnulib/lib/timevar.c   if (unused_stack_instances != NULL)
NULL              115 maint/gnulib/lib/tmpdir.c       if (d != NULL && direxists (d))
NULL              117 maint/gnulib/lib/tmpdir.c       else if (dir != NULL && direxists (dir))
NULL              120 maint/gnulib/lib/tmpdir.c         dir = NULL;
NULL              122 maint/gnulib/lib/tmpdir.c   if (dir == NULL)
NULL               52 maint/gnulib/lib/tmpfile-safer.c               return NULL;
NULL               63 maint/gnulib/lib/tmpfile-safer.c               return NULL;
NULL              105 maint/gnulib/lib/tmpfile.c       if (path_search (xtemplate, PATH_MAX, dir, NULL, true) >= 0)
NULL              131 maint/gnulib/lib/tmpfile.c               if (fp != NULL)
NULL              151 maint/gnulib/lib/tmpfile.c   return NULL;
NULL              166 maint/gnulib/lib/tmpfile.c   if (path_search (buf, sizeof buf, NULL, "tmpf", true))
NULL              167 maint/gnulib/lib/tmpfile.c     return NULL;
NULL              171 maint/gnulib/lib/tmpfile.c     return NULL;
NULL              177 maint/gnulib/lib/tmpfile.c   if ((fp = fdopen (fd, "w+b")) == NULL)
NULL               69 maint/gnulib/lib/trim.c           char *r IF_LINT (= NULL); /* used only while state = 2 */
NULL              139 maint/gnulib/lib/tsearch.c   if (p == NULL)
NULL              158 maint/gnulib/lib/tsearch.c   if (root == NULL)
NULL              192 maint/gnulib/lib/tsearch.c       || ((*rp) != NULL && (*lp) != NULL && (*rp)->red && (*lp)->red))
NULL              203 maint/gnulib/lib/tsearch.c       if (parentp != NULL && (*parentp)->red)
NULL              268 maint/gnulib/lib/tsearch.c   node *parentp = NULL, *gparentp = NULL;
NULL              273 maint/gnulib/lib/tsearch.c   if (rootp == NULL)
NULL              274 maint/gnulib/lib/tsearch.c     return NULL;
NULL              277 maint/gnulib/lib/tsearch.c   if (*rootp != NULL)
NULL              283 maint/gnulib/lib/tsearch.c   while (*nextp != NULL)
NULL              296 maint/gnulib/lib/tsearch.c       if (*nextp == NULL)
NULL              308 maint/gnulib/lib/tsearch.c   if (q != NULL)
NULL              313 maint/gnulib/lib/tsearch.c       q->left = q->right = NULL;
NULL              336 maint/gnulib/lib/tsearch.c   if (rootp == NULL)
NULL              337 maint/gnulib/lib/tsearch.c     return NULL;
NULL              341 maint/gnulib/lib/tsearch.c   while (*rootp != NULL)
NULL              352 maint/gnulib/lib/tsearch.c   return NULL;
NULL              376 maint/gnulib/lib/tsearch.c   if (rootp == NULL)
NULL              377 maint/gnulib/lib/tsearch.c     return NULL;
NULL              379 maint/gnulib/lib/tsearch.c   if (p == NULL)
NULL              380 maint/gnulib/lib/tsearch.c     return NULL;
NULL              394 maint/gnulib/lib/tsearch.c       if (*rootp == NULL)
NULL              395 maint/gnulib/lib/tsearch.c         return NULL;
NULL              412 maint/gnulib/lib/tsearch.c   if (q == NULL || r == NULL)
NULL              423 maint/gnulib/lib/tsearch.c           if ((*up)->left == NULL)
NULL              433 maint/gnulib/lib/tsearch.c   if (r == NULL)
NULL              457 maint/gnulib/lib/tsearch.c       while (sp > 0 && (r == NULL || !r->red))
NULL              489 maint/gnulib/lib/tsearch.c               if ((q->left == NULL || !q->left->red)
NULL              490 maint/gnulib/lib/tsearch.c                   && (q->right == NULL || !q->right->red))
NULL              508 maint/gnulib/lib/tsearch.c                   if (q->right == NULL || !q->right->red)
NULL              548 maint/gnulib/lib/tsearch.c                   r = NULL;
NULL              565 maint/gnulib/lib/tsearch.c               if ((q->right == NULL || !q->right->red)
NULL              566 maint/gnulib/lib/tsearch.c                        && (q->left == NULL || !q->left->red))
NULL              573 maint/gnulib/lib/tsearch.c                   if (q->left == NULL || !q->left->red)
NULL              594 maint/gnulib/lib/tsearch.c                   r = NULL;
NULL              599 maint/gnulib/lib/tsearch.c       if (r != NULL)
NULL              624 maint/gnulib/lib/tsearch.c   if (root->left == NULL && root->right == NULL)
NULL              629 maint/gnulib/lib/tsearch.c       if (root->left != NULL)
NULL              632 maint/gnulib/lib/tsearch.c       if (root->right != NULL)
NULL              649 maint/gnulib/lib/tsearch.c   if (root != NULL && action != NULL)
NULL              667 maint/gnulib/lib/tsearch.c   if (root->left != NULL)
NULL              669 maint/gnulib/lib/tsearch.c   if (root->right != NULL)
NULL              683 maint/gnulib/lib/tsearch.c   if (root != NULL)
NULL               86 maint/gnulib/lib/ttyname_r.c   if (name == NULL)
NULL              103 maint/gnulib/lib/ttyname_r.c   if (name == NULL)
NULL               56 maint/gnulib/lib/tzset.c   if (tz != NULL && strchr (tz, '/') != NULL)
NULL               58 maint/gnulib/lib/unicase/locale-language.c       if (language != NULL)
NULL               40 maint/gnulib/lib/unicase/u-casecmp.h   if (nf != NULL)
NULL               46 maint/gnulib/lib/unicase/u-casecmp.h   if (norms1 == NULL)
NULL               53 maint/gnulib/lib/unicase/u-casecmp.h   if (norms2 == NULL)
NULL               43 maint/gnulib/lib/unicase/u-casecoll.h   if (transformed1 == NULL)
NULL               51 maint/gnulib/lib/unicase/u-casecoll.h   if (transformed2 == NULL)
NULL               42 maint/gnulib/lib/unicase/u-casemap.h   if (nf != NULL || resultbuf == NULL)
NULL               44 maint/gnulib/lib/unicase/u-casemap.h       result = NULL;
NULL               88 maint/gnulib/lib/unicase/u-casemap.h                 if (rule == NULL)
NULL               94 maint/gnulib/lib/unicase/u-casemap.h                     || (iso639_language != NULL
NULL              315 maint/gnulib/lib/unicase/u-casemap.h                   if (result == NULL)
NULL              318 maint/gnulib/lib/unicase/u-casemap.h                       if (larger_result == NULL)
NULL              327 maint/gnulib/lib/unicase/u-casemap.h                       if (larger_result == NULL)
NULL              338 maint/gnulib/lib/unicase/u-casemap.h                       if (larger_result == NULL)
NULL              377 maint/gnulib/lib/unicase/u-casemap.h   if (nf != NULL)
NULL              383 maint/gnulib/lib/unicase/u-casemap.h       if (normalized_result == NULL)
NULL              392 maint/gnulib/lib/unicase/u-casemap.h       if (result == NULL)
NULL              396 maint/gnulib/lib/unicase/u-casemap.h           if (result == NULL)
NULL              409 maint/gnulib/lib/unicase/u-casemap.h       if (memory != NULL)
NULL              423 maint/gnulib/lib/unicase/u-casemap.h   return NULL;
NULL               42 maint/gnulib/lib/unicase/u-casexfrm.h   if (foldeds == NULL)
NULL               44 maint/gnulib/lib/unicase/u-casexfrm.h     return NULL;
NULL               51 maint/gnulib/lib/unicase/u-casexfrm.h                               NULL,
NULL               53 maint/gnulib/lib/unicase/u-casexfrm.h   if (convs == NULL)
NULL               61 maint/gnulib/lib/unicase/u-casexfrm.h       return NULL;
NULL               71 maint/gnulib/lib/unicase/u-casexfrm.h       if (memory == NULL)
NULL               75 maint/gnulib/lib/unicase/u-casexfrm.h           return NULL;
NULL               82 maint/gnulib/lib/unicase/u-casexfrm.h   if (result == NULL)
NULL               90 maint/gnulib/lib/unicase/u-casexfrm.h       return NULL;
NULL               44 maint/gnulib/lib/unicase/u-ct-casefold.h   if (nf == NULL)
NULL               48 maint/gnulib/lib/unicase/u-ct-casefold.h                       NULL,
NULL               65 maint/gnulib/lib/unicase/u-ct-casefold.h       if (tmp1 == NULL)
NULL               67 maint/gnulib/lib/unicase/u-ct-casefold.h         return NULL;
NULL               75 maint/gnulib/lib/unicase/u-ct-casefold.h                             NULL,
NULL               77 maint/gnulib/lib/unicase/u-ct-casefold.h           if (tmp2 == NULL)
NULL               83 maint/gnulib/lib/unicase/u-ct-casefold.h               return NULL;
NULL               99 maint/gnulib/lib/unicase/u-ct-casefold.h           if (tmp1 == NULL)
NULL              105 maint/gnulib/lib/unicase/u-ct-casefold.h               return NULL;
NULL               49 maint/gnulib/lib/unicase/u-ct-totitle.h   if (nf != NULL || resultbuf == NULL)
NULL               51 maint/gnulib/lib/unicase/u-ct-totitle.h       result = NULL;
NULL               65 maint/gnulib/lib/unicase/u-ct-totitle.h       if (wordbreaks == NULL)
NULL               73 maint/gnulib/lib/unicase/u-ct-totitle.h     wordbreaks = NULL;
NULL              132 maint/gnulib/lib/unicase/u-ct-totitle.h                 single_character_map = NULL;
NULL              144 maint/gnulib/lib/unicase/u-ct-totitle.h         if (single_character_map == NULL)
NULL              164 maint/gnulib/lib/unicase/u-ct-totitle.h                 if (rule == NULL)
NULL              170 maint/gnulib/lib/unicase/u-ct-totitle.h                     || (iso639_language != NULL
NULL              391 maint/gnulib/lib/unicase/u-ct-totitle.h                   if (result == NULL)
NULL              394 maint/gnulib/lib/unicase/u-ct-totitle.h                       if (larger_result == NULL)
NULL              403 maint/gnulib/lib/unicase/u-ct-totitle.h                       if (larger_result == NULL)
NULL              414 maint/gnulib/lib/unicase/u-ct-totitle.h                       if (larger_result == NULL)
NULL              456 maint/gnulib/lib/unicase/u-ct-totitle.h   if (nf != NULL)
NULL              462 maint/gnulib/lib/unicase/u-ct-totitle.h       if (normalized_result == NULL)
NULL              471 maint/gnulib/lib/unicase/u-ct-totitle.h       if (result == NULL)
NULL              475 maint/gnulib/lib/unicase/u-ct-totitle.h           if (result == NULL)
NULL              488 maint/gnulib/lib/unicase/u-ct-totitle.h       if (memory != NULL)
NULL              508 maint/gnulib/lib/unicase/u-ct-totitle.h   return NULL;
NULL               42 maint/gnulib/lib/unicase/u-is-cased.h   if (norms == NULL)
NULL               49 maint/gnulib/lib/unicase/u-is-cased.h   mapped_toupper = U_TOUPPER (norms, norms_length, iso639_language, NULL,
NULL               51 maint/gnulib/lib/unicase/u-is-cased.h   if (mapped_toupper == NULL)
NULL               64 maint/gnulib/lib/unicase/u-is-cased.h   mapped_tolower = U_TOLOWER (norms, norms_length, iso639_language, NULL,
NULL               66 maint/gnulib/lib/unicase/u-is-cased.h   if (mapped_tolower == NULL)
NULL               90 maint/gnulib/lib/unicase/u-is-cased.h   mapped_totitle = U_TOTITLE (norms, norms_length, iso639_language, NULL,
NULL               92 maint/gnulib/lib/unicase/u-is-cased.h   if (mapped_totitle == NULL)
NULL               44 maint/gnulib/lib/unicase/u-is-invariant.h   if (norms == NULL)
NULL               50 maint/gnulib/lib/unicase/u-is-invariant.h   mapped = mapping (norms, norms_length, iso639_language, NULL,
NULL               52 maint/gnulib/lib/unicase/u-is-invariant.h   if (mapped == NULL)
NULL               69 maint/gnulib/lib/unicase/u-prefix-context.h       if (p == NULL)
NULL               50 maint/gnulib/lib/unicase/u8-casefold.c   char *buf = NULL;
NULL               63 maint/gnulib/lib/unicase/u8-casefold.c           if (buf == NULL)
NULL               82 maint/gnulib/lib/unicase/u8-casefold.c   if (buf == NULL)
NULL              104 maint/gnulib/lib/unicase/u8-casefold.c                     NULL,
NULL              105 maint/gnulib/lib/unicase/u8-casefold.c                     NULL, &output_length);
NULL               63 maint/gnulib/lib/unicase/u8-tolower.c   char *buf = NULL;
NULL               76 maint/gnulib/lib/unicase/u8-tolower.c           if (buf == NULL)
NULL               95 maint/gnulib/lib/unicase/u8-tolower.c   if (buf == NULL)
NULL              117 maint/gnulib/lib/unicase/u8-tolower.c                     NULL,
NULL              118 maint/gnulib/lib/unicase/u8-tolower.c                     NULL, &output_length);
NULL               50 maint/gnulib/lib/unicase/u8-totitle.c   char *buf = NULL;
NULL               63 maint/gnulib/lib/unicase/u8-totitle.c           if (buf == NULL)
NULL               82 maint/gnulib/lib/unicase/u8-totitle.c   if (buf == NULL)
NULL              104 maint/gnulib/lib/unicase/u8-totitle.c                     NULL,
NULL              105 maint/gnulib/lib/unicase/u8-totitle.c                     NULL, &output_length);
NULL               63 maint/gnulib/lib/unicase/u8-toupper.c   char *buf = NULL;
NULL               76 maint/gnulib/lib/unicase/u8-toupper.c           if (buf == NULL)
NULL               95 maint/gnulib/lib/unicase/u8-toupper.c   if (buf == NULL)
NULL              117 maint/gnulib/lib/unicase/u8-toupper.c                     NULL,
NULL              118 maint/gnulib/lib/unicase/u8-toupper.c                     NULL, &output_length);
NULL               52 maint/gnulib/lib/unicase/ulc-casecmp.c     u8_conv_from_encoding (locale_charset (), iconveh_error, s, n, NULL,
NULL               54 maint/gnulib/lib/unicase/ulc-casecmp.c   if (conv == NULL)
NULL               56 maint/gnulib/lib/unicase/ulc-casecmp.c     return NULL;
NULL               61 maint/gnulib/lib/unicase/ulc-casecmp.c   if (result == NULL)
NULL               69 maint/gnulib/lib/unicase/ulc-casecmp.c       return NULL;
NULL               49 maint/gnulib/lib/unicase/ulc-casexfrm.c     u8_conv_from_encoding (locale_charset (), iconveh_error, s, n, NULL,
NULL               51 maint/gnulib/lib/unicase/ulc-casexfrm.c   if (conv == NULL)
NULL               53 maint/gnulib/lib/unicase/ulc-casexfrm.c     return NULL;
NULL               58 maint/gnulib/lib/unicase/ulc-casexfrm.c   if (result == NULL)
NULL               66 maint/gnulib/lib/unicase/ulc-casexfrm.c       return NULL;
NULL              155 maint/gnulib/lib/unicodeio.c         return failure (code, NULL, callback_arg);
NULL              164 maint/gnulib/lib/unicodeio.c       res = iconv (utf8_to_local, NULL, NULL, &outptr, &outbytesleft);
NULL              166 maint/gnulib/lib/unicodeio.c         return failure (code, NULL, callback_arg);
NULL              197 maint/gnulib/lib/unicodeio.c   if (msg == NULL)
NULL               38 maint/gnulib/lib/uniconv/u-conv-from-enc.h     return NULL;
NULL               39 maint/gnulib/lib/uniconv/u-conv-from-enc.h   if (offsets != NULL)
NULL               60 maint/gnulib/lib/uniconv/u-conv-from-enc.h                            NULL, &utf8_length);
NULL               61 maint/gnulib/lib/uniconv/u-conv-from-enc.h   if (utf8_string == NULL)
NULL               62 maint/gnulib/lib/uniconv/u-conv-from-enc.h     return NULL;
NULL               64 maint/gnulib/lib/uniconv/u-conv-from-enc.h   if (result == NULL)
NULL               69 maint/gnulib/lib/uniconv/u-conv-from-enc.h       return NULL;
NULL               71 maint/gnulib/lib/uniconv/u-conv-from-enc.h   if (offsets != NULL)
NULL               37 maint/gnulib/lib/uniconv/u-conv-to-enc.h   if (offsets != NULL && srclen > 0)
NULL               41 maint/gnulib/lib/uniconv/u-conv-to-enc.h       if (scaled_offsets == NULL)
NULL               44 maint/gnulib/lib/uniconv/u-conv-to-enc.h           return NULL;
NULL               48 maint/gnulib/lib/uniconv/u-conv-to-enc.h     scaled_offsets = NULL;
NULL               60 maint/gnulib/lib/uniconv/u-conv-to-enc.h       return NULL;
NULL               63 maint/gnulib/lib/uniconv/u-conv-to-enc.h   if (offsets != NULL)
NULL               74 maint/gnulib/lib/uniconv/u-conv-to-enc.h   if (result == NULL) /* when (resultbuf == NULL && length == 0)  */
NULL               77 maint/gnulib/lib/uniconv/u-conv-to-enc.h       if (result == NULL)
NULL               80 maint/gnulib/lib/uniconv/u-conv-to-enc.h           return NULL;
NULL               94 maint/gnulib/lib/uniconv/u-conv-to-enc.h   if (utf8_src == NULL)
NULL               95 maint/gnulib/lib/uniconv/u-conv-to-enc.h     return NULL;
NULL               98 maint/gnulib/lib/uniconv/u-conv-to-enc.h   if (offsets != NULL && utf8_srclen > 0)
NULL              101 maint/gnulib/lib/uniconv/u-conv-to-enc.h       if (scaled_offsets == NULL)
NULL              106 maint/gnulib/lib/uniconv/u-conv-to-enc.h           return NULL;
NULL              110 maint/gnulib/lib/uniconv/u-conv-to-enc.h     scaled_offsets = NULL;
NULL              114 maint/gnulib/lib/uniconv/u-conv-to-enc.h   if (result == NULL)
NULL              121 maint/gnulib/lib/uniconv/u-conv-to-enc.h       return NULL;
NULL              123 maint/gnulib/lib/uniconv/u-conv-to-enc.h   if (offsets != NULL)
NULL               27 maint/gnulib/lib/uniconv/u-strconv-from-enc.h                           string, strlen (string) + 1, NULL,
NULL               28 maint/gnulib/lib/uniconv/u-strconv-from-enc.h                           NULL, &length);
NULL               29 maint/gnulib/lib/uniconv/u-strconv-from-enc.h   if (result == NULL)
NULL               30 maint/gnulib/lib/uniconv/u-strconv-from-enc.h     return NULL;
NULL               37 maint/gnulib/lib/uniconv/u-strconv-from-enc.h       return NULL;
NULL               31 maint/gnulib/lib/uniconv/u-strconv-to-enc.h   char *result = NULL;
NULL               37 maint/gnulib/lib/uniconv/u-strconv-to-enc.h                     NULL, &result, &length) < 0)
NULL               38 maint/gnulib/lib/uniconv/u-strconv-to-enc.h     return NULL;
NULL               44 maint/gnulib/lib/uniconv/u-strconv-to-enc.h       return NULL;
NULL               54 maint/gnulib/lib/uniconv/u-strconv-to-enc.h   if (utf8_string == NULL)
NULL               55 maint/gnulib/lib/uniconv/u-strconv-to-enc.h     return NULL;
NULL               57 maint/gnulib/lib/uniconv/u-strconv-to-enc.h   if (result == NULL)
NULL               65 maint/gnulib/lib/uniconv/u-strconv-to-enc.h       return NULL;
NULL               69 maint/gnulib/lib/uniconv/u16-conv-to-enc.c   if (resultbuf != NULL)
NULL               76 maint/gnulib/lib/uniconv/u16-conv-to-enc.c       result = NULL;
NULL               96 maint/gnulib/lib/uniconv/u16-conv-to-enc.c           if (!(result == resultbuf || result == NULL))
NULL               99 maint/gnulib/lib/uniconv/u16-conv-to-enc.c           return NULL;
NULL              107 maint/gnulib/lib/uniconv/u16-conv-to-enc.c           if (!(result == resultbuf || result == NULL))
NULL              110 maint/gnulib/lib/uniconv/u16-conv-to-enc.c           return NULL;
NULL              119 maint/gnulib/lib/uniconv/u16-conv-to-enc.c           if (result == resultbuf || result == NULL)
NULL              125 maint/gnulib/lib/uniconv/u16-conv-to-enc.c           if (memory == NULL)
NULL              127 maint/gnulib/lib/uniconv/u16-conv-to-enc.c               if (!(result == resultbuf || result == NULL))
NULL              130 maint/gnulib/lib/uniconv/u16-conv-to-enc.c               return NULL;
NULL              145 maint/gnulib/lib/uniconv/u16-conv-to-enc.c       if (result == NULL)
NULL              149 maint/gnulib/lib/uniconv/u16-conv-to-enc.c           if (result == NULL)
NULL              152 maint/gnulib/lib/uniconv/u16-conv-to-enc.c               return NULL;
NULL              162 maint/gnulib/lib/uniconv/u16-conv-to-enc.c       if (memory != NULL)
NULL               47 maint/gnulib/lib/uniconv/u8-conv-from-enc.c           return NULL;
NULL               50 maint/gnulib/lib/uniconv/u8-conv-from-enc.c       if (offsets != NULL)
NULL               68 maint/gnulib/lib/uniconv/u8-conv-from-enc.c       if (resultbuf != NULL && *lengthp >= srclen)
NULL               73 maint/gnulib/lib/uniconv/u8-conv-from-enc.c           if (result == NULL)
NULL               76 maint/gnulib/lib/uniconv/u8-conv-from-enc.c               return NULL;
NULL               92 maint/gnulib/lib/uniconv/u8-conv-from-enc.c         return NULL;
NULL               94 maint/gnulib/lib/uniconv/u8-conv-from-enc.c       if (result == NULL) /* when (resultbuf == NULL && length == 0)  */
NULL               97 maint/gnulib/lib/uniconv/u8-conv-from-enc.c           if (result == NULL)
NULL              100 maint/gnulib/lib/uniconv/u8-conv-from-enc.c               return NULL;
NULL               55 maint/gnulib/lib/uniconv/u8-conv-to-enc.c           return NULL;
NULL               59 maint/gnulib/lib/uniconv/u8-conv-to-enc.c       if (resultbuf != NULL && *lengthp >= srclen)
NULL               64 maint/gnulib/lib/uniconv/u8-conv-to-enc.c           if (result == NULL)
NULL               67 maint/gnulib/lib/uniconv/u8-conv-to-enc.c               return NULL;
NULL               85 maint/gnulib/lib/uniconv/u8-conv-to-enc.c         return NULL;
NULL               87 maint/gnulib/lib/uniconv/u8-conv-to-enc.c       if (result == NULL) /* when (resultbuf == NULL && length == 0)  */
NULL               90 maint/gnulib/lib/uniconv/u8-conv-to-enc.c           if (result == NULL)
NULL               93 maint/gnulib/lib/uniconv/u8-conv-to-enc.c               return NULL;
NULL               55 maint/gnulib/lib/uniconv/u8-strconv-to-enc.c           return NULL;
NULL               58 maint/gnulib/lib/uniconv/u8-strconv-to-enc.c       if (result == NULL)
NULL               61 maint/gnulib/lib/uniconv/u8-strconv-to-enc.c           return NULL;
NULL               68 maint/gnulib/lib/uniconv/u8-strconv-to-enc.c       result = NULL;
NULL               73 maint/gnulib/lib/uniconv/u8-strconv-to-enc.c                         NULL, &result, &length) < 0)
NULL               74 maint/gnulib/lib/uniconv/u8-strconv-to-enc.c         return NULL;
NULL               81 maint/gnulib/lib/uniconv/u8-strconv-to-enc.c           return NULL;
NULL              689 maint/gnulib/lib/unictype.in.h #define uc_property_is_valid(property) ((property).test_fn != NULL)
NULL               71 maint/gnulib/lib/unictype/3level.h   t->level1 = NULL;
NULL               73 maint/gnulib/lib/unictype/3level.h   t->level2 = NULL;
NULL               75 maint/gnulib/lib/unictype/3level.h   t->level3 = NULL;
NULL               68 maint/gnulib/lib/unictype/3levelbit.h   t->level1 = NULL;
NULL               70 maint/gnulib/lib/unictype/3levelbit.h   t->level2 = NULL;
NULL               72 maint/gnulib/lib/unictype/3levelbit.h   t->level3 = NULL;
NULL               66 maint/gnulib/lib/unictype/bidi_byname.c       if (found != NULL)
NULL               60 maint/gnulib/lib/unictype/bidi_longname.c   return NULL;
NULL               42 maint/gnulib/lib/unictype/bidi_name.c   return NULL;
NULL               34 maint/gnulib/lib/unictype/block_test.c   if (block != NULL)
NULL               62 maint/gnulib/lib/unictype/blocks.c   return NULL;
NULL              112 maint/gnulib/lib/unictype/categ_byname.c       if (found != NULL)
NULL              113 maint/gnulib/lib/unictype/categ_longname.c   return NULL;
NULL               86 maint/gnulib/lib/unictype/categ_name.c   return NULL;
NULL               66 maint/gnulib/lib/unictype/combiningclass_byname.c       if (found != NULL)
NULL              127 maint/gnulib/lib/unictype/combiningclass_longname.c         return NULL;
NULL              137 maint/gnulib/lib/unictype/combiningclass_longname.c   return NULL;
NULL              127 maint/gnulib/lib/unictype/combiningclass_name.c         return NULL;
NULL              137 maint/gnulib/lib/unictype/combiningclass_name.c   return NULL;
NULL               66 maint/gnulib/lib/unictype/joininggroup_byname.c       if (found != NULL)
NULL               62 maint/gnulib/lib/unictype/joininggroup_name.c   return NULL;
NULL               66 maint/gnulib/lib/unictype/joiningtype_byname.c       if (found != NULL)
NULL               47 maint/gnulib/lib/unictype/joiningtype_longname.c   return NULL;
NULL               42 maint/gnulib/lib/unictype/joiningtype_name.c   return NULL;
NULL              138 maint/gnulib/lib/unictype/pr_byname.c static const uc_property_t UC_PROPERTY_NONE = { NULL };
NULL              165 maint/gnulib/lib/unictype/pr_byname.c   if (found != NULL)
NULL               49 maint/gnulib/lib/unictype/scripts.c   return NULL;
NULL               58 maint/gnulib/lib/unictype/scripts.c   if (found != NULL)
NULL               61 maint/gnulib/lib/unictype/scripts.c     return NULL;
NULL               40 maint/gnulib/lib/unigbrk/u16-grapheme-next.c     return NULL;
NULL               39 maint/gnulib/lib/unigbrk/u16-grapheme-prev.c     return NULL;
NULL               48 maint/gnulib/lib/unigbrk/u16-grapheme-prev.c       if (prev_s == NULL)
NULL               39 maint/gnulib/lib/unigbrk/u32-grapheme-next.c     return NULL;
NULL               39 maint/gnulib/lib/unigbrk/u32-grapheme-prev.c     return NULL;
NULL               46 maint/gnulib/lib/unigbrk/u32-grapheme-prev.c       if (u32_prev (&prev, s, start) == NULL)
NULL               40 maint/gnulib/lib/unigbrk/u8-grapheme-next.c     return NULL;
NULL               39 maint/gnulib/lib/unigbrk/u8-grapheme-prev.c     return NULL;
NULL               48 maint/gnulib/lib/unigbrk/u8-grapheme-prev.c       if (prev_s == NULL)
NULL               93 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c           if (offsets != NULL)
NULL               99 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c                                          s, n, offsets, NULL, &m);
NULL              100 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c               if (t != NULL)
NULL              102 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c                   char *q = (char *) (m > 0 ? malloc (m) : NULL);
NULL              104 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c                   if (m == 0 || q != NULL)
NULL               46 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c       char *seen_space = NULL; /* Was a space seen after the last non-space character? */
NULL               47 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c       char *seen_space2 = NULL; /* At least two spaces after the last non-space? */
NULL               63 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c               seen_space = NULL;
NULL               64 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c               seen_space2 = NULL;
NULL              104 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c                   seen_space = NULL;
NULL              105 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c                   seen_space2 = NULL;
NULL              122 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c                       if (seen_space != NULL)
NULL              156 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c                           *q = (seen_space != NULL ? UC_BREAK_POSSIBLE : UC_BREAK_PROHIBITED);
NULL              166 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c                   seen_space = NULL;
NULL              167 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c                   seen_space2 = NULL;
NULL               48 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c   last_p = NULL;
NULL               57 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c       if (o != NULL && *o != UC_BREAK_UNDEFINED)
NULL               63 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c           if (last_p != NULL && last_column + piece_width > width)
NULL               75 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c           last_p = NULL;
NULL              103 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c       if (o != NULL)
NULL              108 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c   if (last_p != NULL && last_column + piece_width + at_end_columns > width)
NULL               44 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c       char *seen_space = NULL; /* Was a space seen after the last non-space character? */
NULL               45 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c       char *seen_space2 = NULL; /* At least two spaces after the last non-space? */
NULL               57 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c               seen_space = NULL;
NULL               58 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c               seen_space2 = NULL;
NULL               98 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c                   seen_space = NULL;
NULL               99 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c                   seen_space2 = NULL;
NULL              116 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c                       if (seen_space != NULL)
NULL              150 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c                           *q = (seen_space != NULL ? UC_BREAK_POSSIBLE : UC_BREAK_PROHIBITED);
NULL              160 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c                   seen_space = NULL;
NULL              161 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c                   seen_space2 = NULL;
NULL               47 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c   last_p = NULL;
NULL               55 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c       if (o != NULL && *o != UC_BREAK_UNDEFINED)
NULL               61 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c           if (last_p != NULL && last_column + piece_width > width)
NULL               73 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c           last_p = NULL;
NULL              101 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c       if (o != NULL)
NULL              106 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c   if (last_p != NULL && last_column + piece_width + at_end_columns > width)
NULL               46 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c       char *seen_space = NULL; /* Was a space seen after the last non-space character? */
NULL               47 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c       char *seen_space2 = NULL; /* At least two spaces after the last non-space? */
NULL               63 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c               seen_space = NULL;
NULL               64 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c               seen_space2 = NULL;
NULL              104 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c                   seen_space = NULL;
NULL              105 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c                   seen_space2 = NULL;
NULL              122 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c                       if (seen_space != NULL)
NULL              156 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c                           *q = (seen_space != NULL ? UC_BREAK_POSSIBLE : UC_BREAK_PROHIBITED);
NULL              166 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c                   seen_space = NULL;
NULL              167 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c                   seen_space2 = NULL;
NULL              190 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c   char *buf = NULL;
NULL              203 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c           if (buf == NULL)
NULL              222 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c   if (buf == NULL)
NULL               48 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c   last_p = NULL;
NULL               57 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c       if (o != NULL && *o != UC_BREAK_UNDEFINED)
NULL               63 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c           if (last_p != NULL && last_column + piece_width > width)
NULL               75 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c           last_p = NULL;
NULL              103 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c       if (o != NULL)
NULL              108 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c   if (last_p != NULL && last_column + piece_width + at_end_columns > width)
NULL              131 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c   char *buf = NULL;
NULL              144 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c           if (buf == NULL)
NULL              163 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c   if (buf == NULL)
NULL              185 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c       u8_width_linebreaks ((uint8_t *) input, length, width, 0, 0, NULL, "UTF-8", breaks);
NULL               65 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c           if (offsets != NULL)
NULL               71 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c                                          s, n, offsets, NULL, &m);
NULL               72 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c               if (t != NULL)
NULL               74 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c                   char *q = (char *) (m > 0 ? malloc (m) : NULL);
NULL               76 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c                   if (m == 0 || q != NULL)
NULL              139 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c   char *buf = NULL;
NULL              152 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c           if (buf == NULL)
NULL              171 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c   if (buf == NULL)
NULL               67 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c           if (offsets != NULL)
NULL               73 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                                          s, n, offsets, NULL, &m);
NULL               74 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c               if (t != NULL)
NULL               77 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                     (char *) (m > 0 ? malloc (m + (o != NULL ? m : 0)) : NULL);
NULL               79 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                   if (m == 0 || memory != NULL)
NULL               82 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                       char *o8 = (o != NULL ? (char *) (q + m) : NULL);
NULL               87 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                       if (o != NULL)
NULL              130 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                 *p = ((o != NULL && *o == UC_BREAK_MANDATORY) || *s == '\n'
NULL              135 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                 if (o != NULL)
NULL              157 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c   char *buf = NULL;
NULL              170 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c           if (buf == NULL)
NULL              189 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c   if (buf == NULL)
NULL              212 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c       ulc_width_linebreaks (input, length, width, 0, 0, NULL, locale_charset (), breaks);
NULL              303 maint/gnulib/lib/uniname/uniname.c       const uint16_t *words = NULL;
NULL              322 maint/gnulib/lib/uniname/uniname.c                       words = NULL;
NULL              332 maint/gnulib/lib/uniname/uniname.c                       words = NULL;
NULL              340 maint/gnulib/lib/uniname/uniname.c       if (words != NULL)
NULL              360 maint/gnulib/lib/uniname/uniname.c       return NULL;
NULL               81 maint/gnulib/lib/uninorm/composition.c           if (rule != NULL)
NULL               29 maint/gnulib/lib/uninorm/nfd.c     NULL,
NULL               38 maint/gnulib/lib/uninorm/nfkd.c     NULL,
NULL               37 maint/gnulib/lib/uninorm/u-normalize-internal.h   if (resultbuf == NULL)
NULL               39 maint/gnulib/lib/uninorm/u-normalize-internal.h       result = NULL;
NULL              154 maint/gnulib/lib/uninorm/u-normalize-internal.h                 if (composer != NULL)
NULL              244 maint/gnulib/lib/uninorm/u-normalize-internal.h                         if (result == NULL)
NULL              248 maint/gnulib/lib/uninorm/u-normalize-internal.h                             if (larger_result == NULL)
NULL              258 maint/gnulib/lib/uninorm/u-normalize-internal.h                             if (larger_result == NULL)
NULL              269 maint/gnulib/lib/uninorm/u-normalize-internal.h                             if (larger_result == NULL)
NULL              313 maint/gnulib/lib/uninorm/u-normalize-internal.h                 if (new_sortbuf == NULL)
NULL              341 maint/gnulib/lib/uninorm/u-normalize-internal.h       if (result == NULL)
NULL              345 maint/gnulib/lib/uninorm/u-normalize-internal.h           if (result == NULL)
NULL              358 maint/gnulib/lib/uninorm/u-normalize-internal.h       if (memory != NULL)
NULL              379 maint/gnulib/lib/uninorm/u-normalize-internal.h   return NULL;
NULL               41 maint/gnulib/lib/uninorm/u-normcmp.h   if (norms1 == NULL)
NULL               48 maint/gnulib/lib/uninorm/u-normcmp.h   if (norms2 == NULL)
NULL               41 maint/gnulib/lib/uninorm/u-normcoll.h   if (transformed1 == NULL)
NULL               48 maint/gnulib/lib/uninorm/u-normcoll.h   if (transformed2 == NULL)
NULL               41 maint/gnulib/lib/uninorm/u-normxfrm.h   if (norms == NULL)
NULL               43 maint/gnulib/lib/uninorm/u-normxfrm.h     return NULL;
NULL               50 maint/gnulib/lib/uninorm/u-normxfrm.h                               NULL,
NULL               52 maint/gnulib/lib/uninorm/u-normxfrm.h   if (convs == NULL)
NULL               60 maint/gnulib/lib/uninorm/u-normxfrm.h       return NULL;
NULL               70 maint/gnulib/lib/uninorm/u-normxfrm.h       if (memory == NULL)
NULL               74 maint/gnulib/lib/uninorm/u-normxfrm.h           return NULL;
NULL               81 maint/gnulib/lib/uninorm/u-normxfrm.h   if (result == NULL)
NULL               89 maint/gnulib/lib/uninorm/u-normxfrm.h       return NULL;
NULL               67 maint/gnulib/lib/uninorm/uninorm-filter.c   if (filter == NULL)
NULL               69 maint/gnulib/lib/uninorm/uninorm-filter.c     return NULL;
NULL              162 maint/gnulib/lib/uninorm/uninorm-filter.c             if (filter->composer != NULL)
NULL              252 maint/gnulib/lib/uninorm/uninorm-filter.c             if (new_sortbuf == NULL)
NULL              297 maint/gnulib/lib/uninorm/uninorm-filter.c   if (filter->composer != NULL)
NULL               29 maint/gnulib/lib/unistdio/u-vasprintf.h   DCHAR_T *result = VASNPRINTF (NULL, &length, format, args);
NULL               30 maint/gnulib/lib/unistdio/u-vasprintf.h   if (result == NULL)
NULL               32 maint/gnulib/lib/unistdio/u-vsnprintf.h     buf = NULL;
NULL               36 maint/gnulib/lib/unistdio/u-vsnprintf.h   if (result == NULL)
NULL               46 maint/gnulib/lib/unistdio/u-vsprintf.h   if (result == NULL)
NULL               36 maint/gnulib/lib/unistr/u-cpy-alloc.h   if (dest != NULL)
NULL               43 maint/gnulib/lib/unistr/u-set.h           return NULL;
NULL               44 maint/gnulib/lib/unistr/u-strcoll.h   if (sl1 != NULL)
NULL               47 maint/gnulib/lib/unistr/u-strcoll.h       if (sl2 != NULL)
NULL               85 maint/gnulib/lib/unistr/u-strcoll.h       if (sl2 != NULL)
NULL               38 maint/gnulib/lib/unistr/u-strcspn.h         if (found != NULL)
NULL               37 maint/gnulib/lib/unistr/u-strdup.h   if (dest != NULL)
NULL               31 maint/gnulib/lib/unistr/u-strpbrk.h     return NULL;
NULL               52 maint/gnulib/lib/unistr/u-strpbrk.h     return NULL;
NULL               81 maint/gnulib/lib/unistr/u-strstr.h           return NULL;
NULL               91 maint/gnulib/lib/unistr/u-strstr.h             if (needle_last_ccount != NULL)
NULL               97 maint/gnulib/lib/unistr/u-strstr.h                   needle_last_ccount = NULL;
NULL              100 maint/gnulib/lib/unistr/u-strstr.h             if (needle_last_ccount == NULL)
NULL              129 maint/gnulib/lib/unistr/u-strstr.h                   return NULL;
NULL               29 maint/gnulib/lib/unistr/u-strtok.h   if (str == NULL)
NULL               32 maint/gnulib/lib/unistr/u-strtok.h       if (str == NULL)
NULL               33 maint/gnulib/lib/unistr/u-strtok.h         return NULL; /* reminder that end of token sequence has been reached */
NULL               42 maint/gnulib/lib/unistr/u-strtok.h       *ptr = NULL;
NULL               43 maint/gnulib/lib/unistr/u-strtok.h       return NULL;
NULL               56 maint/gnulib/lib/unistr/u-strtok.h       *ptr = NULL;
NULL               58 maint/gnulib/lib/unistr/u16-check.c   return NULL;
NULL               64 maint/gnulib/lib/unistr/u16-chr.c   return NULL;
NULL               43 maint/gnulib/lib/unistr/u16-next.c       return NULL;
NULL               56 maint/gnulib/lib/unistr/u16-prev.c   return NULL;
NULL               71 maint/gnulib/lib/unistr/u16-strchr.c   return NULL;
NULL               37 maint/gnulib/lib/unistr/u16-strrchr.c   uint16_t *result = NULL;
NULL               48 maint/gnulib/lib/unistr/u16-to-u32.c   if (resultbuf != NULL)
NULL               55 maint/gnulib/lib/unistr/u16-to-u32.c       result = NULL;
NULL               72 maint/gnulib/lib/unistr/u16-to-u32.c           if (!(result == resultbuf || result == NULL))
NULL               75 maint/gnulib/lib/unistr/u16-to-u32.c           return NULL;
NULL               87 maint/gnulib/lib/unistr/u16-to-u32.c           if (result == resultbuf || result == NULL)
NULL               93 maint/gnulib/lib/unistr/u16-to-u32.c           if (memory == NULL)
NULL               95 maint/gnulib/lib/unistr/u16-to-u32.c               if (!(result == resultbuf || result == NULL))
NULL               98 maint/gnulib/lib/unistr/u16-to-u32.c               return NULL;
NULL              110 maint/gnulib/lib/unistr/u16-to-u32.c       if (result == NULL)
NULL              114 maint/gnulib/lib/unistr/u16-to-u32.c           if (result == NULL)
NULL              117 maint/gnulib/lib/unistr/u16-to-u32.c               return NULL;
NULL              127 maint/gnulib/lib/unistr/u16-to-u32.c       if (memory != NULL)
NULL               48 maint/gnulib/lib/unistr/u16-to-u8.c   if (resultbuf != NULL)
NULL               55 maint/gnulib/lib/unistr/u16-to-u8.c       result = NULL;
NULL               72 maint/gnulib/lib/unistr/u16-to-u8.c           if (!(result == resultbuf || result == NULL))
NULL               75 maint/gnulib/lib/unistr/u16-to-u8.c           return NULL;
NULL               83 maint/gnulib/lib/unistr/u16-to-u8.c           if (!(result == resultbuf || result == NULL))
NULL               86 maint/gnulib/lib/unistr/u16-to-u8.c           return NULL;
NULL               95 maint/gnulib/lib/unistr/u16-to-u8.c           if (result == resultbuf || result == NULL)
NULL              101 maint/gnulib/lib/unistr/u16-to-u8.c           if (memory == NULL)
NULL              103 maint/gnulib/lib/unistr/u16-to-u8.c               if (!(result == resultbuf || result == NULL))
NULL              106 maint/gnulib/lib/unistr/u16-to-u8.c               return NULL;
NULL              121 maint/gnulib/lib/unistr/u16-to-u8.c       if (result == NULL)
NULL              125 maint/gnulib/lib/unistr/u16-to-u8.c           if (result == NULL)
NULL              128 maint/gnulib/lib/unistr/u16-to-u8.c               return NULL;
NULL              138 maint/gnulib/lib/unistr/u16-to-u8.c       if (memory != NULL)
NULL               46 maint/gnulib/lib/unistr/u32-check.c   return NULL;
NULL               39 maint/gnulib/lib/unistr/u32-chr.c   return NULL;
NULL               43 maint/gnulib/lib/unistr/u32-next.c       return NULL;
NULL               44 maint/gnulib/lib/unistr/u32-prev.c   return NULL;
NULL               43 maint/gnulib/lib/unistr/u32-strchr.c   return NULL;
NULL               40 maint/gnulib/lib/unistr/u32-strpbrk.c     return NULL;
NULL               48 maint/gnulib/lib/unistr/u32-strpbrk.c       return NULL;
NULL               56 maint/gnulib/lib/unistr/u32-strpbrk.c     return NULL;
NULL               36 maint/gnulib/lib/unistr/u32-strrchr.c   uint32_t *result = NULL;
NULL               48 maint/gnulib/lib/unistr/u32-to-u16.c   if (resultbuf != NULL)
NULL               55 maint/gnulib/lib/unistr/u32-to-u16.c       result = NULL;
NULL               77 maint/gnulib/lib/unistr/u32-to-u16.c           if (!(result == resultbuf || result == NULL))
NULL               80 maint/gnulib/lib/unistr/u32-to-u16.c           return NULL;
NULL               89 maint/gnulib/lib/unistr/u32-to-u16.c           if (result == resultbuf || result == NULL)
NULL               95 maint/gnulib/lib/unistr/u32-to-u16.c           if (memory == NULL)
NULL               97 maint/gnulib/lib/unistr/u32-to-u16.c               if (!(result == resultbuf || result == NULL))
NULL              100 maint/gnulib/lib/unistr/u32-to-u16.c               return NULL;
NULL              115 maint/gnulib/lib/unistr/u32-to-u16.c       if (result == NULL)
NULL              119 maint/gnulib/lib/unistr/u32-to-u16.c           if (result == NULL)
NULL              122 maint/gnulib/lib/unistr/u32-to-u16.c               return NULL;
NULL              132 maint/gnulib/lib/unistr/u32-to-u16.c       if (memory != NULL)
NULL               40 maint/gnulib/lib/unistr/u32-to-u8.c   if (resultbuf != NULL)
NULL               47 maint/gnulib/lib/unistr/u32-to-u8.c       result = NULL;
NULL               69 maint/gnulib/lib/unistr/u32-to-u8.c           if (!(result == resultbuf || result == NULL))
NULL               72 maint/gnulib/lib/unistr/u32-to-u8.c           return NULL;
NULL               81 maint/gnulib/lib/unistr/u32-to-u8.c           if (result == resultbuf || result == NULL)
NULL               87 maint/gnulib/lib/unistr/u32-to-u8.c           if (memory == NULL)
NULL               89 maint/gnulib/lib/unistr/u32-to-u8.c               if (!(result == resultbuf || result == NULL))
NULL               92 maint/gnulib/lib/unistr/u32-to-u8.c               return NULL;
NULL              107 maint/gnulib/lib/unistr/u32-to-u8.c       if (result == NULL)
NULL              111 maint/gnulib/lib/unistr/u32-to-u8.c           if (result == NULL)
NULL              114 maint/gnulib/lib/unistr/u32-to-u8.c               return NULL;
NULL              124 maint/gnulib/lib/unistr/u32-to-u8.c       if (memory != NULL)
NULL               76 maint/gnulib/lib/unistr/u8-check.c   return NULL;
NULL               50 maint/gnulib/lib/unistr/u8-chr.c       return NULL;
NULL              207 maint/gnulib/lib/unistr/u8-chr.c     return NULL;
NULL               43 maint/gnulib/lib/unistr/u8-next.c       return NULL;
NULL               80 maint/gnulib/lib/unistr/u8-prev.c   return NULL;
NULL               48 maint/gnulib/lib/unistr/u8-set.c           return NULL;
NULL              247 maint/gnulib/lib/unistr/u8-strchr.c   return NULL;
NULL               37 maint/gnulib/lib/unistr/u8-strrchr.c   uint8_t *result = NULL;
NULL               48 maint/gnulib/lib/unistr/u8-to-u16.c   if (resultbuf != NULL)
NULL               55 maint/gnulib/lib/unistr/u8-to-u16.c       result = NULL;
NULL               72 maint/gnulib/lib/unistr/u8-to-u16.c           if (!(result == resultbuf || result == NULL))
NULL               75 maint/gnulib/lib/unistr/u8-to-u16.c           return NULL;
NULL               83 maint/gnulib/lib/unistr/u8-to-u16.c           if (!(result == resultbuf || result == NULL))
NULL               86 maint/gnulib/lib/unistr/u8-to-u16.c           return NULL;
NULL               95 maint/gnulib/lib/unistr/u8-to-u16.c           if (result == resultbuf || result == NULL)
NULL              101 maint/gnulib/lib/unistr/u8-to-u16.c           if (memory == NULL)
NULL              103 maint/gnulib/lib/unistr/u8-to-u16.c               if (!(result == resultbuf || result == NULL))
NULL              106 maint/gnulib/lib/unistr/u8-to-u16.c               return NULL;
NULL              121 maint/gnulib/lib/unistr/u8-to-u16.c       if (result == NULL)
NULL              125 maint/gnulib/lib/unistr/u8-to-u16.c           if (result == NULL)
NULL              128 maint/gnulib/lib/unistr/u8-to-u16.c               return NULL;
NULL              138 maint/gnulib/lib/unistr/u8-to-u16.c       if (memory != NULL)
NULL               40 maint/gnulib/lib/unistr/u8-to-u32.c   if (resultbuf != NULL)
NULL               47 maint/gnulib/lib/unistr/u8-to-u32.c       result = NULL;
NULL               64 maint/gnulib/lib/unistr/u8-to-u32.c           if (!(result == resultbuf || result == NULL))
NULL               67 maint/gnulib/lib/unistr/u8-to-u32.c           return NULL;
NULL               79 maint/gnulib/lib/unistr/u8-to-u32.c           if (result == resultbuf || result == NULL)
NULL               85 maint/gnulib/lib/unistr/u8-to-u32.c           if (memory == NULL)
NULL               87 maint/gnulib/lib/unistr/u8-to-u32.c               if (!(result == resultbuf || result == NULL))
NULL               90 maint/gnulib/lib/unistr/u8-to-u32.c               return NULL;
NULL              102 maint/gnulib/lib/unistr/u8-to-u32.c       if (result == NULL)
NULL              106 maint/gnulib/lib/unistr/u8-to-u32.c           if (result == NULL)
NULL              109 maint/gnulib/lib/unistr/u8-to-u32.c               return NULL;
NULL              119 maint/gnulib/lib/unistr/u8-to-u32.c       if (memory != NULL)
NULL               43 maint/gnulib/lib/uniwbrk/u-wordbreaks.h       char *last_compchar_ptr = NULL;
NULL               53 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c   char *buf = NULL;
NULL               66 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c           if (buf == NULL)
NULL               85 maint/gnulib/lib/uniwbrk/u8-wordbreaks.c   if (buf == NULL)
NULL               67 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c           if (offsets != NULL)
NULL               73 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c                                          s, n, offsets, NULL, &m);
NULL               74 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c               if (t != NULL)
NULL               76 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c                   char *q = (char *) (m > 0 ? malloc (m) : NULL);
NULL               78 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c                   if (m == 0 || q != NULL)
NULL              130 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c   char *buf = NULL;
NULL              143 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c           if (buf == NULL)
NULL              162 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c   if (buf == NULL)
NULL               34 maint/gnulib/lib/unlockpt.c   if (name == NULL)
NULL               62 maint/gnulib/lib/unsetenv.c   if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
NULL               73 maint/gnulib/lib/unsetenv.c   while (*ep != NULL)
NULL              115 maint/gnulib/lib/userspec.c   char *gname = NULL;
NULL              119 maint/gnulib/lib/userspec.c   error_msg = NULL;
NULL              121 maint/gnulib/lib/userspec.c     *username = NULL;
NULL              123 maint/gnulib/lib/userspec.c     *groupname = NULL;
NULL              129 maint/gnulib/lib/userspec.c   u = NULL;
NULL              130 maint/gnulib/lib/userspec.c   if (separator == NULL)
NULL              145 maint/gnulib/lib/userspec.c   g = (separator == NULL || *(separator + 1) == '\0'
NULL              146 maint/gnulib/lib/userspec.c        ? NULL
NULL              158 maint/gnulib/lib/userspec.c   if (u != NULL)
NULL              161 maint/gnulib/lib/userspec.c       pwd = (*u == '+' ? NULL : getpwnam (u));
NULL              162 maint/gnulib/lib/userspec.c       if (pwd == NULL)
NULL              164 maint/gnulib/lib/userspec.c           bool use_login_group = (separator != NULL && g == NULL);
NULL              174 maint/gnulib/lib/userspec.c               if (xstrtoul (u, NULL, 10, &tmp, "") == LONGINT_OK
NULL              184 maint/gnulib/lib/userspec.c           if (g == NULL && separator != NULL)
NULL              198 maint/gnulib/lib/userspec.c   if (g != NULL && error_msg == NULL)
NULL              202 maint/gnulib/lib/userspec.c       grp = (*g == '+' ? NULL : getgrnam (g));
NULL              203 maint/gnulib/lib/userspec.c       if (grp == NULL)
NULL              206 maint/gnulib/lib/userspec.c           if (xstrtoul (g, NULL, 10, &tmp, "") == LONGINT_OK
NULL              218 maint/gnulib/lib/userspec.c   if (error_msg == NULL)
NULL              226 maint/gnulib/lib/userspec.c           u = NULL;
NULL              231 maint/gnulib/lib/userspec.c           gname = NULL;
NULL              237 maint/gnulib/lib/userspec.c   return error_msg ? _(error_msg) : NULL;
NULL              262 maint/gnulib/lib/userspec.c   char const *colon = gid ? strchr (spec, ':') : NULL;
NULL              277 maint/gnulib/lib/userspec.c         error_msg = NULL;
NULL              285 maint/gnulib/lib/userspec.c # define NULL_CHECK(s) ((s) == NULL ? "(null)" : (s))
NULL               73 maint/gnulib/lib/utime.c       malloca_rname = NULL;
NULL               78 maint/gnulib/lib/utime.c       if (malloca_rname == NULL)
NULL               98 maint/gnulib/lib/utime.c                 NULL,
NULL              104 maint/gnulib/lib/utime.c                 NULL);
NULL              125 maint/gnulib/lib/utime.c           if (malloca_rname != NULL)
NULL              138 maint/gnulib/lib/utime.c     if (ts == NULL)
NULL              166 maint/gnulib/lib/utime.c     if (SetFileTime (handle, NULL, &last_access_time, &last_write_time))
NULL              169 maint/gnulib/lib/utime.c         if (malloca_rname != NULL)
NULL              180 maint/gnulib/lib/utime.c         if (malloca_rname != NULL)
NULL              192 maint/gnulib/lib/utime.c     if (malloca_rname != NULL)
NULL              211 maint/gnulib/lib/utime.c         errno = (ts != NULL ? EPERM : EACCES);
NULL              249 maint/gnulib/lib/utime.c   if (ts == NULL)
NULL              250 maint/gnulib/lib/utime.c     return _gl_utimens_windows (name, NULL);
NULL              178 maint/gnulib/lib/utimecmp.c       struct fs_res *dst_res = NULL;
NULL              197 maint/gnulib/lib/utimecmp.c         ht = hash_initialize (16, NULL, dev_info_hash, dev_info_compare, free);
NULL              217 maint/gnulib/lib/utimecmp.c               new_dst_res = NULL;
NULL              145 maint/gnulib/lib/utimens.c       *ts = NULL;
NULL              176 maint/gnulib/lib/utimens.c   struct timespec *ts = timespec ? adjusted_timespec : NULL;
NULL              324 maint/gnulib/lib/utimens.c       if (ts == NULL || ts[0].tv_nsec == UTIME_NOW || ts[1].tv_nsec == UTIME_NOW)
NULL              334 maint/gnulib/lib/utimens.c       if (ts == NULL || ts[0].tv_nsec == UTIME_NOW)
NULL              351 maint/gnulib/lib/utimens.c       if (ts == NULL || ts[1].tv_nsec == UTIME_NOW)
NULL              368 maint/gnulib/lib/utimens.c       if (SetFileTime (handle, NULL, &last_access_time, &last_write_time))
NULL              416 maint/gnulib/lib/utimens.c       t = NULL;
NULL              440 maint/gnulib/lib/utimens.c #   define futimes(fd, t) futimesat (fd, NULL, t)
NULL              461 maint/gnulib/lib/utimens.c                     struct timeval *tt = NULL;
NULL              511 maint/gnulib/lib/utimens.c         ut = NULL;
NULL              535 maint/gnulib/lib/utimens.c   struct timespec *ts = timespec ? adjusted_timespec : NULL;
NULL              632 maint/gnulib/lib/utimens.c       t = NULL;
NULL              465 maint/gnulib/lib/vasnprintf.c       if (dp == NULL)
NULL              466 maint/gnulib/lib/vasnprintf.c         return NULL;
NULL              558 maint/gnulib/lib/vasnprintf.c   mp_limb_t *tmp_roomptr = NULL;
NULL              568 maint/gnulib/lib/vasnprintf.c   if (roomptr == NULL)
NULL              569 maint/gnulib/lib/vasnprintf.c     return NULL;
NULL              702 maint/gnulib/lib/vasnprintf.c           if (tmp_roomptr == NULL)
NULL              705 maint/gnulib/lib/vasnprintf.c               return NULL;
NULL              918 maint/gnulib/lib/vasnprintf.c   if (tmp_roomptr != NULL)
NULL              941 maint/gnulib/lib/vasnprintf.c   if (c_ptr != NULL)
NULL              998 maint/gnulib/lib/vasnprintf.c   if (m.limbs == NULL)
NULL              999 maint/gnulib/lib/vasnprintf.c     return NULL;
NULL             1086 maint/gnulib/lib/vasnprintf.c   if (m.limbs == NULL)
NULL             1087 maint/gnulib/lib/vasnprintf.c     return NULL;
NULL             1175 maint/gnulib/lib/vasnprintf.c   if (memory == NULL)
NULL             1176 maint/gnulib/lib/vasnprintf.c     return NULL;
NULL             1199 maint/gnulib/lib/vasnprintf.c   if (pow5_ptr == NULL)
NULL             1202 maint/gnulib/lib/vasnprintf.c       return NULL;
NULL             1294 maint/gnulib/lib/vasnprintf.c           if (tmp_memory == NULL)
NULL             1298 maint/gnulib/lib/vasnprintf.c               return NULL;
NULL             1321 maint/gnulib/lib/vasnprintf.c           if (num_ptr == NULL)
NULL             1325 maint/gnulib/lib/vasnprintf.c               return NULL;
NULL             1367 maint/gnulib/lib/vasnprintf.c   if (z_memory == NULL)
NULL             1368 maint/gnulib/lib/vasnprintf.c     return NULL;
NULL             1866 maint/gnulib/lib/vasnprintf.c     return NULL;
NULL             1879 maint/gnulib/lib/vasnprintf.c       return NULL;
NULL             1902 maint/gnulib/lib/vasnprintf.c         buf_malloced = NULL;
NULL             1911 maint/gnulib/lib/vasnprintf.c         if (buf == NULL)
NULL             1916 maint/gnulib/lib/vasnprintf.c     if (resultbuf != NULL)
NULL             1923 maint/gnulib/lib/vasnprintf.c         result = NULL;
NULL             1945 maint/gnulib/lib/vasnprintf.c         if (result == resultbuf || result == NULL)                           \
NULL             1949 maint/gnulib/lib/vasnprintf.c         if (memory == NULL)                                                  \
NULL             2116 maint/gnulib/lib/vasnprintf.c                                   if (!(result == resultbuf || result == NULL))
NULL             2118 maint/gnulib/lib/vasnprintf.c                                   if (buf_malloced != NULL)
NULL             2122 maint/gnulib/lib/vasnprintf.c                                   return NULL;
NULL             2141 maint/gnulib/lib/vasnprintf.c                                   if (!(result == resultbuf || result == NULL))
NULL             2143 maint/gnulib/lib/vasnprintf.c                                   if (buf_malloced != NULL)
NULL             2147 maint/gnulib/lib/vasnprintf.c                                   return NULL;
NULL             2185 maint/gnulib/lib/vasnprintf.c                                                arg, arg_end - arg, NULL,
NULL             2193 maint/gnulib/lib/vasnprintf.c                         if (converted == NULL)
NULL             2195 maint/gnulib/lib/vasnprintf.c                             if (!(result == resultbuf || result == NULL))
NULL             2197 maint/gnulib/lib/vasnprintf.c                             if (buf_malloced != NULL)
NULL             2200 maint/gnulib/lib/vasnprintf.c                             return NULL;
NULL             2241 maint/gnulib/lib/vasnprintf.c                                   if (!(result == resultbuf || result == NULL))
NULL             2243 maint/gnulib/lib/vasnprintf.c                                   if (buf_malloced != NULL)
NULL             2247 maint/gnulib/lib/vasnprintf.c                                   return NULL;
NULL             2266 maint/gnulib/lib/vasnprintf.c                                   if (!(result == resultbuf || result == NULL))
NULL             2268 maint/gnulib/lib/vasnprintf.c                                   if (buf_malloced != NULL)
NULL             2272 maint/gnulib/lib/vasnprintf.c                                   return NULL;
NULL             2310 maint/gnulib/lib/vasnprintf.c                                                 arg, arg_end - arg, NULL,
NULL             2318 maint/gnulib/lib/vasnprintf.c                         if (converted == NULL)
NULL             2320 maint/gnulib/lib/vasnprintf.c                             if (!(result == resultbuf || result == NULL))
NULL             2322 maint/gnulib/lib/vasnprintf.c                             if (buf_malloced != NULL)
NULL             2325 maint/gnulib/lib/vasnprintf.c                             return NULL;
NULL             2366 maint/gnulib/lib/vasnprintf.c                                   if (!(result == resultbuf || result == NULL))
NULL             2368 maint/gnulib/lib/vasnprintf.c                                   if (buf_malloced != NULL)
NULL             2372 maint/gnulib/lib/vasnprintf.c                                   return NULL;
NULL             2391 maint/gnulib/lib/vasnprintf.c                                   if (!(result == resultbuf || result == NULL))
NULL             2393 maint/gnulib/lib/vasnprintf.c                                   if (buf_malloced != NULL)
NULL             2397 maint/gnulib/lib/vasnprintf.c                                   return NULL;
NULL             2435 maint/gnulib/lib/vasnprintf.c                                                 arg, arg_end - arg, NULL,
NULL             2443 maint/gnulib/lib/vasnprintf.c                         if (converted == NULL)
NULL             2445 maint/gnulib/lib/vasnprintf.c                             if (!(result == resultbuf || result == NULL))
NULL             2447 maint/gnulib/lib/vasnprintf.c                             if (buf_malloced != NULL)
NULL             2450 maint/gnulib/lib/vasnprintf.c                             return NULL;
NULL             2595 maint/gnulib/lib/vasnprintf.c                               if (!(result == resultbuf || result == NULL))
NULL             2597 maint/gnulib/lib/vasnprintf.c                               if (buf_malloced != NULL)
NULL             2601 maint/gnulib/lib/vasnprintf.c                               return NULL;
NULL             2631 maint/gnulib/lib/vasnprintf.c                               if (!(result == resultbuf || result == NULL))
NULL             2633 maint/gnulib/lib/vasnprintf.c                               if (buf_malloced != NULL)
NULL             2637 maint/gnulib/lib/vasnprintf.c                               return NULL;
NULL             2757 maint/gnulib/lib/vasnprintf.c                               if (!(result == resultbuf || result == NULL))
NULL             2759 maint/gnulib/lib/vasnprintf.c                               if (buf_malloced != NULL)
NULL             2763 maint/gnulib/lib/vasnprintf.c                               return NULL;
NULL             2798 maint/gnulib/lib/vasnprintf.c                               if (!(result == resultbuf || result == NULL))
NULL             2800 maint/gnulib/lib/vasnprintf.c                               if (buf_malloced != NULL)
NULL             2804 maint/gnulib/lib/vasnprintf.c                               return NULL;
NULL             2823 maint/gnulib/lib/vasnprintf.c                   if (tmpsrc == NULL)
NULL             2857 maint/gnulib/lib/vasnprintf.c                                               NULL,
NULL             2858 maint/gnulib/lib/vasnprintf.c                                               NULL, &tmpdst_len);
NULL             2859 maint/gnulib/lib/vasnprintf.c                   if (tmpdst == NULL)
NULL             2862 maint/gnulib/lib/vasnprintf.c                       if (!(result == resultbuf || result == NULL))
NULL             2864 maint/gnulib/lib/vasnprintf.c                       if (buf_malloced != NULL)
NULL             2867 maint/gnulib/lib/vasnprintf.c                       return NULL;
NULL             2943 maint/gnulib/lib/vasnprintf.c                               if (!(result == resultbuf || result == NULL))
NULL             2945 maint/gnulib/lib/vasnprintf.c                               if (buf_malloced != NULL)
NULL             2949 maint/gnulib/lib/vasnprintf.c                               return NULL;
NULL             3083 maint/gnulib/lib/vasnprintf.c                                               NULL,
NULL             3084 maint/gnulib/lib/vasnprintf.c                                               NULL, &tmpdst_len);
NULL             3085 maint/gnulib/lib/vasnprintf.c                   if (tmpdst == NULL)
NULL             3087 maint/gnulib/lib/vasnprintf.c                       if (!(result == resultbuf || result == NULL))
NULL             3089 maint/gnulib/lib/vasnprintf.c                       if (buf_malloced != NULL)
NULL             3092 maint/gnulib/lib/vasnprintf.c                       return NULL;
NULL             3297 maint/gnulib/lib/vasnprintf.c                     if (tmp == NULL)
NULL             3302 maint/gnulib/lib/vasnprintf.c                 pad_ptr = NULL;
NULL             3623 maint/gnulib/lib/vasnprintf.c                     else if ((flags & FLAG_ZERO) && pad_ptr != NULL)
NULL             3841 maint/gnulib/lib/vasnprintf.c                     if (tmp == NULL)
NULL             3846 maint/gnulib/lib/vasnprintf.c                 pad_ptr = NULL;
NULL             3910 maint/gnulib/lib/vasnprintf.c                                 if (digits == NULL)
NULL             3970 maint/gnulib/lib/vasnprintf.c                                         if (digits == NULL)
NULL             4005 maint/gnulib/lib/vasnprintf.c                                         if (digits2 == NULL)
NULL             4106 maint/gnulib/lib/vasnprintf.c                                         if (digits == NULL)
NULL             4141 maint/gnulib/lib/vasnprintf.c                                         if (digits2 == NULL)
NULL             4375 maint/gnulib/lib/vasnprintf.c                                 if (digits == NULL)
NULL             4432 maint/gnulib/lib/vasnprintf.c                                         if (digits == NULL)
NULL             4464 maint/gnulib/lib/vasnprintf.c                                         if (digits2 == NULL)
NULL             4580 maint/gnulib/lib/vasnprintf.c                                         if (digits == NULL)
NULL             4612 maint/gnulib/lib/vasnprintf.c                                         if (digits2 == NULL)
NULL             4806 maint/gnulib/lib/vasnprintf.c                     else if ((flags & FLAG_ZERO) && pad_ptr != NULL)
NULL             5013 maint/gnulib/lib/vasnprintf.c                     if (tmp == NULL)
NULL             5466 maint/gnulib/lib/vasnprintf.c                         if (!(result == resultbuf || result == NULL))
NULL             5468 maint/gnulib/lib/vasnprintf.c                         if (buf_malloced != NULL)
NULL             5472 maint/gnulib/lib/vasnprintf.c                         return NULL;
NULL             5603 maint/gnulib/lib/vasnprintf.c                                                     NULL,
NULL             5604 maint/gnulib/lib/vasnprintf.c                                                     NULL, &tmpdst_len);
NULL             5605 maint/gnulib/lib/vasnprintf.c                         if (tmpdst == NULL)
NULL             5607 maint/gnulib/lib/vasnprintf.c                             if (!(result == resultbuf || result == NULL))
NULL             5609 maint/gnulib/lib/vasnprintf.c                             if (buf_malloced != NULL)
NULL             5612 maint/gnulib/lib/vasnprintf.c                             return NULL;
NULL             5730 maint/gnulib/lib/vasnprintf.c                                 pad_ptr = NULL;
NULL             5738 maint/gnulib/lib/vasnprintf.c                                     pad_ptr = NULL;
NULL             5752 maint/gnulib/lib/vasnprintf.c                               else if ((flags & FLAG_ZERO) && pad_ptr != NULL)
NULL             5822 maint/gnulib/lib/vasnprintf.c         if (memory != NULL)
NULL             5826 maint/gnulib/lib/vasnprintf.c     if (buf_malloced != NULL)
NULL             5838 maint/gnulib/lib/vasnprintf.c     if (!(result == resultbuf || result == NULL))
NULL             5840 maint/gnulib/lib/vasnprintf.c     if (buf_malloced != NULL)
NULL             5844 maint/gnulib/lib/vasnprintf.c     return NULL;
NULL             5848 maint/gnulib/lib/vasnprintf.c     if (!(result == resultbuf || result == NULL))
NULL             5850 maint/gnulib/lib/vasnprintf.c     if (buf_malloced != NULL)
NULL             5855 maint/gnulib/lib/vasnprintf.c     return NULL;
NULL               36 maint/gnulib/lib/vasprintf.c   char *result = vasnprintf (NULL, &length, format, args);
NULL               37 maint/gnulib/lib/vasprintf.c   if (result == NULL)
NULL               48 maint/gnulib/lib/verror.c   verror_at_line (status, errnum, NULL, 0, format, args);
NULL              208 maint/gnulib/lib/version-etc.c          && (authtab[n_authors] = va_arg (authors, const char *)) != NULL;
NULL              186 maint/gnulib/lib/vma-iter.c   rof->auxmap = NULL;
NULL              251 maint/gnulib/lib/vma-iter.c           if (rof->auxmap != NULL)
NULL              278 maint/gnulib/lib/vma-iter.c   if (rof->auxmap != NULL)
NULL              336 maint/gnulib/lib/vma-iter.c   if (rof->auxmap != NULL)
NULL              614 maint/gnulib/lib/vma-iter.c   if (sysctl (info_path, 4, NULL, &len, NULL, 0) < 0)
NULL              634 maint/gnulib/lib/vma-iter.c   if (sysctl (info_path, 4, mem, &len, NULL, 0) < 0)
NULL              698 maint/gnulib/lib/vma-iter.c   if (sysctl (info_path, 5, NULL, &len, NULL, 0) < 0)
NULL              724 maint/gnulib/lib/vma-iter.c   if (sysctl (info_path, 5, mem, &len, NULL, 0) < 0
NULL              785 maint/gnulib/lib/vma-iter.c   if (sysctl (info_path, 3, NULL, &len, NULL, 0) < 0)
NULL              811 maint/gnulib/lib/vma-iter.c   if (sysctl (info_path, 3, mem, &len, NULL, 0) < 0
NULL             1621 maint/gnulib/lib/vma-iter.c   vma_iterate (vma_iterate_callback, NULL);
NULL              157 maint/gnulib/lib/wait-process.c       if (new_slaves == NULL)
NULL              219 maint/gnulib/lib/wait-process.c   if (termsigp != NULL)
NULL              275 maint/gnulib/lib/wait-process.c       if (termsigp != NULL)
NULL              281 maint/gnulib/lib/wait-process.c       if (exit_on_error || (!null_stderr && termsigp == NULL))
NULL              302 maint/gnulib/lib/wait-process.c   if (termsigp != NULL)
NULL              347 maint/gnulib/lib/wait-process.c       if (termsigp != NULL)
NULL              353 maint/gnulib/lib/wait-process.c       if (exit_on_error || (!null_stderr && termsigp == NULL))
NULL               33 maint/gnulib/lib/wcrtomb.c   if (ps != NULL && !mbsinit (ps))
NULL               42 maint/gnulib/lib/wcrtomb.c   if (s == NULL)
NULL               31 maint/gnulib/lib/wcschr-impl.h   return NULL;
NULL               40 maint/gnulib/lib/wcscoll-impl.h           size_t need = wcstombs (NULL, s1, 0);
NULL               44 maint/gnulib/lib/wcscoll-impl.h           if (mbs1 == NULL)
NULL               63 maint/gnulib/lib/wcscoll-impl.h           size_t need = wcstombs (NULL, s2, 0);
NULL               67 maint/gnulib/lib/wcscoll-impl.h           if (mbs2 == NULL)
NULL               23 maint/gnulib/lib/wcsdup-impl.h   if (copy != NULL)
NULL               28 maint/gnulib/lib/wcsdup-impl.h     return NULL;
NULL               55 maint/gnulib/lib/wcsftime.c   if (tz != NULL && strchr (tz, '/') != NULL)
NULL               21 maint/gnulib/lib/wcsnrtombs-impl.h   if (ps == NULL)
NULL               31 maint/gnulib/lib/wcsnrtombs-impl.h     if (dest != NULL)
NULL               50 maint/gnulib/lib/wcsnrtombs-impl.h                 src = NULL;
NULL               23 maint/gnulib/lib/wcspbrk-impl.h     return NULL;
NULL               34 maint/gnulib/lib/wcspbrk-impl.h       return NULL;
NULL               45 maint/gnulib/lib/wcspbrk-impl.h     return NULL;
NULL               23 maint/gnulib/lib/wcsrchr-impl.h   wchar_t *result = NULL;
NULL               21 maint/gnulib/lib/wcsrtombs-impl.h   if (ps == NULL)
NULL               31 maint/gnulib/lib/wcsrtombs-impl.h     if (dest != NULL)
NULL               50 maint/gnulib/lib/wcsrtombs-impl.h                 src = NULL;
NULL               33 maint/gnulib/lib/wcsrtombs.c   if (ps == NULL)
NULL               36 maint/gnulib/lib/wcsrtombs.c   if (dest == NULL)
NULL               40 maint/gnulib/lib/wcsrtombs.c       return wcsrtombs (NULL, &temp_src, (size_t)-1, ps);
NULL               50 maint/gnulib/lib/wcsstr-impl.h   return NULL;
NULL               21 maint/gnulib/lib/wcstok-impl.h   if (wcs == NULL)
NULL               24 maint/gnulib/lib/wcstok-impl.h       if (wcs == NULL)
NULL               25 maint/gnulib/lib/wcstok-impl.h         return NULL; /* reminder that end of token sequence has been reached */
NULL               34 maint/gnulib/lib/wcstok-impl.h       *ptr = NULL;
NULL               35 maint/gnulib/lib/wcstok-impl.h       return NULL;
NULL               47 maint/gnulib/lib/wcstok-impl.h       *ptr = NULL;
NULL               39 maint/gnulib/lib/wcsxfrm-impl.h           size_t need = wcstombs (NULL, s2, 0);
NULL               43 maint/gnulib/lib/wcsxfrm-impl.h           if (mbs2 == NULL)
NULL               21 maint/gnulib/lib/wctomb-impl.h   if (s == NULL)
NULL               36 maint/gnulib/lib/wctrans-impl.h   return NULL;
NULL               95 maint/gnulib/lib/wctype-impl.h   return NULL;
NULL               67 maint/gnulib/lib/windows-cond.c   if (elt == NULL)
NULL               69 maint/gnulib/lib/windows-cond.c     return NULL;
NULL               73 maint/gnulib/lib/windows-cond.c   event = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL               78 maint/gnulib/lib/windows-cond.c       return NULL;
NULL               94 maint/gnulib/lib/windows-cond.c   if (elt->link.wql_next != NULL && elt->link.wql_prev != NULL)
NULL              101 maint/gnulib/lib/windows-cond.c       elt->link.wql_next = NULL;
NULL              102 maint/gnulib/lib/windows-cond.c       elt->link.wql_prev = NULL;
NULL              125 maint/gnulib/lib/windows-cond.c       elt->link.wql_next = NULL;
NULL              126 maint/gnulib/lib/windows-cond.c       elt->link.wql_prev = NULL;
NULL              152 maint/gnulib/lib/windows-cond.c       elt->link.wql_next = NULL;
NULL              153 maint/gnulib/lib/windows-cond.c       elt->link.wql_prev = NULL;
NULL              202 maint/gnulib/lib/windows-cond.c     if (elt == NULL)
NULL              270 maint/gnulib/lib/windows-cond.c     gettimeofday (&currtime, NULL);
NULL              281 maint/gnulib/lib/windows-cond.c       if (elt == NULL)
NULL              314 maint/gnulib/lib/windows-cond.c           gettimeofday (&currtime, NULL);
NULL               38 maint/gnulib/lib/windows-rwlock.c   wq->array = NULL;
NULL               57 maint/gnulib/lib/windows-rwlock.c       if (new_array == NULL)
NULL               83 maint/gnulib/lib/windows-rwlock.c   event = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL              371 maint/gnulib/lib/windows-rwlock.c   if (lock->waiting_readers.array != NULL)
NULL              373 maint/gnulib/lib/windows-rwlock.c   if (lock->waiting_writers.array != NULL)
NULL               56 maint/gnulib/lib/windows-spawn.c   bool quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
NULL               89 maint/gnulib/lib/windows-spawn.c   bool quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
NULL              133 maint/gnulib/lib/windows-spawn.c   for (argc = 0; argv[argc] != NULL; argc++)
NULL              156 maint/gnulib/lib/windows-spawn.c       else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
NULL              165 maint/gnulib/lib/windows-spawn.c     mem = NULL;
NULL              169 maint/gnulib/lib/windows-spawn.c       if (mem == NULL)
NULL              174 maint/gnulib/lib/windows-spawn.c           return NULL;
NULL              190 maint/gnulib/lib/windows-spawn.c       else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
NULL              201 maint/gnulib/lib/windows-spawn.c   new_argv[1 + argc] = NULL;
NULL              216 maint/gnulib/lib/windows-spawn.c   for (ap = argv; (p = *ap) != NULL; ap++)
NULL              222 maint/gnulib/lib/windows-spawn.c   if (command == NULL)
NULL              225 maint/gnulib/lib/windows-spawn.c       return NULL;
NULL              232 maint/gnulib/lib/windows-spawn.c       for (ap = argv; (p = *ap) != NULL; ap++)
NULL              261 maint/gnulib/lib/windows-spawn.c     for (ep = envp; (p = *ep) != NULL; ep++)
NULL              267 maint/gnulib/lib/windows-spawn.c     if (envblock == NULL)
NULL              270 maint/gnulib/lib/windows-spawn.c         return NULL;
NULL              273 maint/gnulib/lib/windows-spawn.c     for (ep = envp; (p = *ep) != NULL; ep++)
NULL              284 maint/gnulib/lib/windows-spawn.c             if (new_envblock == NULL)
NULL              288 maint/gnulib/lib/windows-spawn.c                 return NULL;
NULL              346 maint/gnulib/lib/windows-spawn.c   if (handles_array == NULL)
NULL              353 maint/gnulib/lib/windows-spawn.c   if (flags_array == NULL)
NULL              455 maint/gnulib/lib/windows-spawn.c   if (hblock == NULL)
NULL              581 maint/gnulib/lib/windows-spawn.c       || progname == NULL || argv == NULL)
NULL              589 maint/gnulib/lib/windows-spawn.c     find_in_given_path (progname, getenv ("PATH"), NULL, false);
NULL              590 maint/gnulib/lib/windows-spawn.c   if (resolved_progname == NULL)
NULL              595 maint/gnulib/lib/windows-spawn.c   if (command == NULL)
NULL              600 maint/gnulib/lib/windows-spawn.c   if (envp == NULL)
NULL              601 maint/gnulib/lib/windows-spawn.c     envblock = NULL;
NULL              605 maint/gnulib/lib/windows-spawn.c       if (envblock == NULL)
NULL              614 maint/gnulib/lib/windows-spawn.c       if (envblock != NULL)
NULL              634 maint/gnulib/lib/windows-spawn.c   sinfo.lpReserved = NULL;
NULL              635 maint/gnulib/lib/windows-spawn.c   sinfo.lpDesktop = NULL;
NULL              636 maint/gnulib/lib/windows-spawn.c   sinfo.lpTitle = NULL;
NULL              641 maint/gnulib/lib/windows-spawn.c       if (envblock != NULL)
NULL              651 maint/gnulib/lib/windows-spawn.c   if (!CreateProcess (resolved_progname, command, NULL, NULL, TRUE,
NULL              659 maint/gnulib/lib/windows-spawn.c       if (envblock != NULL)
NULL              673 maint/gnulib/lib/windows-spawn.c   if (envblock != NULL)
NULL               92 maint/gnulib/lib/windows-thread.c   if (thread == NULL)
NULL              101 maint/gnulib/lib/windows-thread.c           if (thread != NULL)
NULL              111 maint/gnulib/lib/windows-thread.c       thread->result = NULL; /* just to be deterministic */
NULL              128 maint/gnulib/lib/windows-thread.c   if (thread->handle == NULL)
NULL              161 maint/gnulib/lib/windows-thread.c   if (thread == NULL)
NULL              163 maint/gnulib/lib/windows-thread.c   thread->handle = NULL;
NULL              166 maint/gnulib/lib/windows-thread.c   thread->result = NULL; /* just to be deterministic */
NULL              175 maint/gnulib/lib/windows-thread.c       _beginthreadex (NULL, 100000, wrapper_func, thread, 0, &thread_id);
NULL              177 maint/gnulib/lib/windows-thread.c     if (thread_handle == NULL)
NULL              185 maint/gnulib/lib/windows-thread.c     if (thread->handle == NULL)
NULL              200 maint/gnulib/lib/windows-thread.c   if (thread == NULL)
NULL              212 maint/gnulib/lib/windows-thread.c   if (retvalp != NULL)
NULL              225 maint/gnulib/lib/windows-thread.c   if (thread == NULL)
NULL               39 maint/gnulib/lib/windows-timedmutex.c   HANDLE event = CreateEvent (NULL, FALSE, FALSE, NULL);
NULL              155 maint/gnulib/lib/windows-timedmutex.c         gettimeofday (&currtime, NULL);
NULL               41 maint/gnulib/lib/windows-timedrecmutex.c   HANDLE event = CreateEvent (NULL, FALSE, FALSE, NULL);
NULL              185 maint/gnulib/lib/windows-timedrecmutex.c               gettimeofday (&currtime, NULL);
NULL               67 maint/gnulib/lib/windows-timedrwlock.c   if (elt == NULL)
NULL               69 maint/gnulib/lib/windows-timedrwlock.c     return NULL;
NULL               73 maint/gnulib/lib/windows-timedrwlock.c   event = CreateEvent (NULL, TRUE, FALSE, NULL);
NULL               78 maint/gnulib/lib/windows-timedrwlock.c       return NULL;
NULL               95 maint/gnulib/lib/windows-timedrwlock.c   if (elt->link.wql_next != NULL && elt->link.wql_prev != NULL)
NULL              102 maint/gnulib/lib/windows-timedrwlock.c       elt->link.wql_next = NULL;
NULL              103 maint/gnulib/lib/windows-timedrwlock.c       elt->link.wql_prev = NULL;
NULL              127 maint/gnulib/lib/windows-timedrwlock.c       elt->link.wql_next = NULL;
NULL              128 maint/gnulib/lib/windows-timedrwlock.c       elt->link.wql_prev = NULL;
NULL              155 maint/gnulib/lib/windows-timedrwlock.c       elt->link.wql_next = NULL;
NULL              156 maint/gnulib/lib/windows-timedrwlock.c       elt->link.wql_prev = NULL;
NULL              210 maint/gnulib/lib/windows-timedrwlock.c       if (elt != NULL)
NULL              270 maint/gnulib/lib/windows-timedrwlock.c       if (elt != NULL)
NULL              403 maint/gnulib/lib/windows-timedrwlock.c       if (elt != NULL)
NULL              413 maint/gnulib/lib/windows-timedrwlock.c           gettimeofday (&currtime, NULL);
NULL              523 maint/gnulib/lib/windows-timedrwlock.c       if (elt != NULL)
NULL              533 maint/gnulib/lib/windows-timedrwlock.c           gettimeofday (&currtime, NULL);
NULL               93 maint/gnulib/lib/windows-tls.c           if (dtor_table[i].destructor == NULL)
NULL              105 maint/gnulib/lib/windows-tls.c           if (dtor_table[j].destructor != NULL)
NULL              165 maint/gnulib/lib/windows-tls.c           if (current.destructor != NULL)
NULL              169 maint/gnulib/lib/windows-tls.c               if (current_value != NULL)
NULL              172 maint/gnulib/lib/windows-tls.c                   glwthread_tls_set (current.key, NULL);
NULL              194 maint/gnulib/lib/windows-tls.c   if (destructor != NULL)
NULL              219 maint/gnulib/lib/windows-tls.c             if (new_table == NULL)
NULL              323 maint/gnulib/lib/windows-tls.c         if (dtor_table[i].destructor != NULL /* skip inactive entries */
NULL              327 maint/gnulib/lib/windows-tls.c             dtor_table[i].destructor = NULL;
NULL               26 maint/gnulib/lib/wmemchr-impl.h   return NULL;
NULL               92 maint/gnulib/lib/write.c                   if (GetNamedPipeHandleState (h, &state, NULL, NULL, NULL,
NULL               93 maint/gnulib/lib/write.c                                                NULL, 0)
NULL              112 maint/gnulib/lib/write.c                       if (GetNamedPipeInfo (h, NULL, &out_size, &in_size, NULL))
NULL               37 maint/gnulib/lib/xconcat-filename.c   if (result == NULL)
NULL               37 maint/gnulib/lib/xgetaname-impl.h   char *alloc = NULL;
NULL               60 maint/gnulib/lib/xgetaname-impl.h         return NULL;
NULL               61 maint/gnulib/lib/xgetaname-impl.h       name = alloc = xpalloc (NULL, &size, 1, -1, 1);
NULL               37 maint/gnulib/lib/xgetcwd.c   char *cwd = getcwd (NULL, 0);
NULL              101 maint/gnulib/lib/xmalloc.c   return xreallocarray (NULL, n, s);
NULL              107 maint/gnulib/lib/xmalloc.c   return xireallocarray (NULL, n, s);
NULL               33 maint/gnulib/lib/xmalloca.c   if (p == NULL)
NULL               41 maint/gnulib/lib/xreadlink.c   if (result == NULL && errno == ENOMEM)
NULL               43 maint/gnulib/lib/xreadlinkat.c   if (result == NULL && errno == ENOMEM)
NULL               47 maint/gnulib/lib/xstriconv.c   if (result == NULL && errno == ENOMEM)
NULL               59 maint/gnulib/lib/xstriconv.c   if (result == NULL && errno == ENOMEM)
NULL               53 maint/gnulib/lib/xstriconveh.c   if (result == NULL && errno == ENOMEM)
NULL               83 maint/gnulib/lib/xstriconveh.c   if (result == NULL && errno == ENOMEM)
NULL               55 maint/gnulib/lib/xstrtod.c   if (terminator == str || (ptr == NULL && *terminator != '\0'))
NULL               66 maint/gnulib/lib/xstrtod.c   if (ptr != NULL)
NULL               57 maint/gnulib/lib/xvasprintf.c       return NULL;
NULL              106 maint/gnulib/lib/xvasprintf.c       return NULL;
NULL               37 maint/gnulib/lib/yesno.c   char *response = NULL;
NULL               43 maint/gnulib/tests/bench-digest.h   gettimeofday (&ts->real_start, NULL);
NULL               52 maint/gnulib/tests/bench-digest.h   gettimeofday (&real_end, NULL);
NULL               37 maint/gnulib/tests/locale.c   return (value != NULL ? value : "");
NULL               48 maint/gnulib/tests/locale.c     printf ("%s=\"%s\"\n", variable, setlocale (category, NULL));
NULL               55 maint/gnulib/tests/qemu.h           if (strstr (buf, "qemu") != NULL)
NULL               70 maint/gnulib/tests/qemu.h           if (strstr (buf, "QEMU") != NULL)
NULL               74 maint/gnulib/tests/qemu.h           if (strstr (buf, "AuthenticAMD") != NULL
NULL               75 maint/gnulib/tests/qemu.h               || strstr (buf, "GenuineIntel") != NULL)
NULL               79 maint/gnulib/tests/qemu.h           if (strstr (buf, "ARM") != NULL
NULL               80 maint/gnulib/tests/qemu.h               || strcasestr (buf, "aarch64") != NULL)
NULL               84 maint/gnulib/tests/qemu.h           if (strcasestr (buf, "SPARC") != NULL)
NULL               88 maint/gnulib/tests/qemu.h           if (strstr (buf, "POWER") != NULL)
NULL               52 maint/gnulib/tests/test-aligned_alloc.c       ASSERT (aligned2_blocks[i] != NULL);
NULL               57 maint/gnulib/tests/test-aligned_alloc.c       ASSERT (aligned4_blocks[i] != NULL);
NULL               62 maint/gnulib/tests/test-aligned_alloc.c       ASSERT (aligned8_blocks[i] != NULL);
NULL               67 maint/gnulib/tests/test-aligned_alloc.c       ASSERT (aligned16_blocks[i] != NULL);
NULL               72 maint/gnulib/tests/test-aligned_alloc.c       ASSERT (aligned32_blocks[i] != NULL);
NULL               77 maint/gnulib/tests/test-aligned_alloc.c       ASSERT (aligned64_blocks[i] != NULL);
NULL               32 maint/gnulib/tests/test-areadlink.h   ASSERT (func ("no_such", 1) == NULL);
NULL               35 maint/gnulib/tests/test-areadlink.h   ASSERT (func ("no_such/", 1) == NULL);
NULL               38 maint/gnulib/tests/test-areadlink.h   ASSERT (func ("", 1) == NULL);
NULL               41 maint/gnulib/tests/test-areadlink.h   ASSERT (func (".", 1) == NULL);
NULL               44 maint/gnulib/tests/test-areadlink.h   ASSERT (func ("./", 1) == NULL);
NULL               48 maint/gnulib/tests/test-areadlink.h   ASSERT (func (BASE "file", 1) == NULL);
NULL               51 maint/gnulib/tests/test-areadlink.h   ASSERT (func (BASE "file/", 1) == NULL);
NULL               65 maint/gnulib/tests/test-areadlink.h   ASSERT (func (BASE "link/", 1) == NULL);
NULL               77 maint/gnulib/tests/test-areadlinkat-with-size.c       ASSERT (areadlinkat_with_size (-1, BASE "link", 1) == NULL);
NULL               80 maint/gnulib/tests/test-areadlinkat-with-size.c       ASSERT (areadlinkat_with_size (AT_FDCWD, BASE "link", 1) == NULL);
NULL               77 maint/gnulib/tests/test-areadlinkat.c       ASSERT (areadlinkat (-1, BASE "link") == NULL);
NULL               80 maint/gnulib/tests/test-areadlinkat.c       ASSERT (areadlinkat (AT_FDCWD, BASE "link") == NULL);
NULL               60 maint/gnulib/tests/test-argmatch.c   NULL
NULL               79 maint/gnulib/tests/test-argmatch.c   { NULL, NULL }
NULL               96 maint/gnulib/tests/test-argmatch.c   { NULL, no_backups }
NULL              107 maint/gnulib/tests/test-argmatch.c   NULL
NULL               26 maint/gnulib/tests/test-argp-version-etc.c   NULL,
NULL               27 maint/gnulib/tests/test-argp-version-etc.c   NULL,
NULL               28 maint/gnulib/tests/test-argp-version-etc.c   NULL,
NULL               30 maint/gnulib/tests/test-argp-version-etc.c   NULL,
NULL               31 maint/gnulib/tests/test-argp-version-etc.c   NULL,
NULL               32 maint/gnulib/tests/test-argp-version-etc.c   NULL
NULL               38 maint/gnulib/tests/test-argp-version-etc.c   NULL
NULL               45 maint/gnulib/tests/test-argp-version-etc.c   return argp_parse (&test_argp, argc, argv, 0, NULL, NULL);
NULL               46 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, "Option Group 1", 0 },
NULL               47 maint/gnulib/tests/test-argp.c   { "verbose", 'v', NULL, 0, "Simple option without arguments", 1 },
NULL               49 maint/gnulib/tests/test-argp.c   { "input", 0, NULL, OPTION_ALIAS, NULL, 1 },
NULL               50 maint/gnulib/tests/test-argp.c   { "read", 'r', NULL, OPTION_ALIAS, NULL, 1 },
NULL               52 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, NULL, 0 }
NULL               97 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, "Option Group 1.1", 0 },
NULL               98 maint/gnulib/tests/test-argp.c   { "cantiga", 'C', NULL, 0, "create a cantiga" },
NULL               99 maint/gnulib/tests/test-argp.c   { "sonet", 'S', NULL, 0, "create a sonet" },
NULL              100 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, NULL, 0 }
NULL              133 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, "Option Group 2", 0 },
NULL              134 maint/gnulib/tests/test-argp.c   { "option", 'O', NULL, 0, "An option", 1 },
NULL              137 maint/gnulib/tests/test-argp.c   { "one", 0, NULL, OPTION_DOC | OPTION_NO_TRANS, "one unit", 3 },
NULL              138 maint/gnulib/tests/test-argp.c   { "two", 0, NULL, OPTION_DOC | OPTION_NO_TRANS, "two units", 3 },
NULL              139 maint/gnulib/tests/test-argp.c   { "many", 0, NULL, OPTION_DOC | OPTION_NO_TRANS, "many units", 3 },
NULL              140 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, NULL, 0 }
NULL              179 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, "Option Group 2.1", 0 },
NULL              180 maint/gnulib/tests/test-argp.c   { "poem", 'p', NULL, 0, "create a poem" },
NULL              181 maint/gnulib/tests/test-argp.c   { "limerick", 'l', NULL, 0, "create a limerick" },
NULL              182 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, NULL, 0 }
NULL              215 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, "Main options", 0 },
NULL              216 maint/gnulib/tests/test-argp.c   { "test", 't', NULL, 0, NULL, 1 },
NULL              217 maint/gnulib/tests/test-argp.c   { NULL, 0, NULL, 0, NULL, 0 }
NULL              252 maint/gnulib/tests/test-argp.c   NULL,
NULL              253 maint/gnulib/tests/test-argp.c   NULL,
NULL              254 maint/gnulib/tests/test-argp.c   NULL
NULL              268 maint/gnulib/tests/test-argp.c  char *argv[] = { ARGV0, arg1, NULL }; \
NULL              272 maint/gnulib/tests/test-argp.c  char *argv[] = { ARGV0, arg1, arg2, NULL }; \
NULL              276 maint/gnulib/tests/test-argp.c  char *argv[] = { ARGV0, arg1, arg2, arg3, NULL }; \
NULL              293 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, &test_args))
NULL              303 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, &test_args))
NULL              312 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, args))
NULL              379 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, "ARG", NULL);
NULL              386 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, NULL, "ARG");
NULL              393 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, "ARG", NULL);
NULL              400 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, NULL, "ARG");
NULL              407 maint/gnulib/tests/test-argp.c   test_optional (argp, argc, argv, &test_args, "ARG", NULL);
NULL              421 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, &test_args))
NULL              431 maint/gnulib/tests/test-argp.c   if (argp_parse (argp, argc, argv, 0, NULL, &test_args))
NULL              454 maint/gnulib/tests/test-argp.c   NULL
NULL              464 maint/gnulib/tests/test-argp.c   group1_children[1].argp = NULL;
NULL              468 maint/gnulib/tests/test-argp.c   group2_children[1].argp = NULL;
NULL              473 maint/gnulib/tests/test-argp.c   argp_children[2].argp = NULL;
NULL              480 maint/gnulib/tests/test-argp.c       return argp_parse (&test_argp, argc, argv, 0, NULL, &test_args);
NULL               54 maint/gnulib/tests/test-argv-iter.c     {NULL},
NULL               55 maint/gnulib/tests/test-argv-iter.c     {one, NULL},
NULL               56 maint/gnulib/tests/test-argv-iter.c     {one, two, NULL},
NULL               57 maint/gnulib/tests/test-argv-iter.c     {one, two, three, NULL}
NULL               72 maint/gnulib/tests/test-argv-iter.c               ASSERT ((fp = write_nul_delimited_argv (av[i])) != NULL);
NULL               77 maint/gnulib/tests/test-argv-iter.c               fp = NULL;
NULL               87 maint/gnulib/tests/test-argv-iter.c               ASSERT ((s == NULL) ^ (ai_err == AI_ERR_OK));
NULL               56 maint/gnulib/tests/test-array_list.c   while (i < n && node2 != NULL)
NULL               62 maint/gnulib/tests/test-array_list.c   ASSERT ((i == n) == (node2 == NULL));
NULL               74 maint/gnulib/tests/test-array_list.c   while (i != (size_t)(-1) && node2 != NULL)
NULL               80 maint/gnulib/tests/test-array_list.c   ASSERT ((i == (size_t)(-1)) == (node2 == NULL));
NULL              103 maint/gnulib/tests/test-array_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
NULL              105 maint/gnulib/tests/test-array_list.c     ASSERT (list1 != NULL);
NULL              107 maint/gnulib/tests/test-array_list.c     list2 = gl_list_nx_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, true);
NULL              108 maint/gnulib/tests/test-array_list.c     ASSERT (list2 != NULL);
NULL              110 maint/gnulib/tests/test-array_list.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              130 maint/gnulib/tests/test-array_list.c                 ASSERT (node1 != NULL);
NULL              135 maint/gnulib/tests/test-array_list.c                 ASSERT (node2 != NULL);
NULL              157 maint/gnulib/tests/test-array_list.c               if (node1 == NULL)
NULL              159 maint/gnulib/tests/test-array_list.c                   ASSERT (node2 == NULL);
NULL              163 maint/gnulib/tests/test-array_list.c                   ASSERT (node2 != NULL);
NULL              193 maint/gnulib/tests/test-array_list.c               ASSERT (node1 != NULL);
NULL              195 maint/gnulib/tests/test-array_list.c               ASSERT (node2 != NULL);
NULL              207 maint/gnulib/tests/test-array_list.c               ASSERT (node1 != NULL);
NULL              209 maint/gnulib/tests/test-array_list.c               ASSERT (node2 != NULL);
NULL              223 maint/gnulib/tests/test-array_list.c               ASSERT (node1 != NULL);
NULL              225 maint/gnulib/tests/test-array_list.c               ASSERT (node1 != NULL);
NULL              227 maint/gnulib/tests/test-array_list.c               ASSERT (node1 != NULL);
NULL              229 maint/gnulib/tests/test-array_list.c               ASSERT (node2 != NULL);
NULL              231 maint/gnulib/tests/test-array_list.c               ASSERT (node2 != NULL);
NULL              233 maint/gnulib/tests/test-array_list.c               ASSERT (node2 != NULL);
NULL              250 maint/gnulib/tests/test-array_list.c               ASSERT (node1 != NULL);
NULL              252 maint/gnulib/tests/test-array_list.c               ASSERT (node2 != NULL);
NULL              277 maint/gnulib/tests/test-array_list.c                 ASSERT (node1 != NULL);
NULL              278 maint/gnulib/tests/test-array_list.c                 ASSERT (node2 != NULL);
NULL              339 maint/gnulib/tests/test-array_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              341 maint/gnulib/tests/test-array_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              344 maint/gnulib/tests/test-array_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              345 maint/gnulib/tests/test-array_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              360 maint/gnulib/tests/test-array_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              362 maint/gnulib/tests/test-array_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              365 maint/gnulib/tests/test-array_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              366 maint/gnulib/tests/test-array_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              135 maint/gnulib/tests/test-array_map.c                                    string_equals, string_hash, NULL, NULL);
NULL              136 maint/gnulib/tests/test-array_map.c     ASSERT (map1 != NULL);
NULL              139 maint/gnulib/tests/test-array_map.c     keys = gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, false);
NULL              140 maint/gnulib/tests/test-array_map.c     values = gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, false);
NULL              175 maint/gnulib/tests/test-array_map.c                       == (index != (size_t)(-1) ? gl_list_get_at (values, index) : NULL));
NULL               93 maint/gnulib/tests/test-array_omap.c     map1 = gl_omap_nx_create_empty (GL_ARRAY_OMAP, (gl_mapkey_compar_fn) strcmp, NULL, NULL);
NULL               94 maint/gnulib/tests/test-array_omap.c     ASSERT (map1 != NULL);
NULL               97 maint/gnulib/tests/test-array_omap.c     keys = gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, false);
NULL               98 maint/gnulib/tests/test-array_omap.c     values = gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, false);
NULL              133 maint/gnulib/tests/test-array_omap.c                       == (index != (size_t)(-1) ? gl_list_get_at (values, index) : NULL));
NULL              108 maint/gnulib/tests/test-array_oset.c     set1 = gl_oset_nx_create_empty (GL_ARRAY_OSET, (gl_setelement_compar_fn) strcmp, NULL);
NULL              109 maint/gnulib/tests/test-array_oset.c     ASSERT (set1 != NULL);
NULL              112 maint/gnulib/tests/test-array_oset.c     set2 = gl_list_create_empty (GL_ARRAY_LIST, NULL, NULL, NULL, false);
NULL              121 maint/gnulib/tests/test-array_oset.c                 == (gl_sortedlist_search (set2, (gl_listelement_compar_fn)strcmp, obj) != NULL
NULL              136 maint/gnulib/tests/test-array_oset.c                       == (gl_sortedlist_search (set2, (gl_listelement_compar_fn)strcmp, obj) != NULL));
NULL              143 maint/gnulib/tests/test-array_oset.c                       == (gl_sortedlist_search (set2, (gl_listelement_compar_fn)strcmp, obj) != NULL
NULL              107 maint/gnulib/tests/test-array_set.c     set1 = gl_set_nx_create_empty (GL_ARRAY_SET, NULL, NULL, NULL);
NULL              108 maint/gnulib/tests/test-array_set.c     ASSERT (set1 != NULL);
NULL              111 maint/gnulib/tests/test-array_set.c     set2 = gl_oset_create_empty (GL_ARRAY_OSET, (gl_setelement_compar_fn) strcmp, NULL);
NULL               39 maint/gnulib/tests/test-astrxfrm.c     char *transform = astrxfrm (input, NULL, &length);
NULL               40 maint/gnulib/tests/test-astrxfrm.c     ASSERT (transform != NULL);
NULL               48 maint/gnulib/tests/test-astrxfrm.c     char *transform = astrxfrm (input, NULL, &length);
NULL               49 maint/gnulib/tests/test-astrxfrm.c     ASSERT (transform != NULL);
NULL               62 maint/gnulib/tests/test-astrxfrm.c     ASSERT (transform != NULL);
NULL               77 maint/gnulib/tests/test-astrxfrm.c     ASSERT (transform != NULL);
NULL               92 maint/gnulib/tests/test-astrxfrm.c     ASSERT (transform != NULL);
NULL              127 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c   sigprocmask (SIG_BLOCK, &mask, NULL); /* equivalent to pthread_sigmask */
NULL              152 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c     while (gl_list_iterator_next (&iter, &elt, NULL))
NULL              243 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c         nanosleep (&ts, NULL);
NULL              273 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c             ASSERT (gl_list_nx_add_first (list2, obj) != NULL);
NULL              279 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c             ASSERT (gl_list_nx_add_first (list1, obj) != NULL);
NULL              322 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c     list1 = gl_list_nx_create_empty (GL_LINKED_LIST, NULL, NULL, NULL, true);
NULL              323 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c     ASSERT (list1 != NULL);
NULL              325 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c       ASSERT (gl_list_nx_add_first (list1, contents[i]) != NULL);
NULL              327 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c     list2 = gl_list_nx_create_empty (GL_LINKED_LIST, NULL, NULL, NULL, true);
NULL              328 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c     ASSERT (list2 != NULL);
NULL              330 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              351 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c     ASSERT (sigaction (MY_SIGNAL, &action, NULL) == 0);
NULL              361 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c         signal_sending_thread (NULL);
NULL              367 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c         signal_target = gl_thread_create (idle_thread, NULL);
NULL              369 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c         signal_sending_thread (NULL);
NULL              376 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c         signal_target = gl_thread_self (); signal_sending_thread (NULL);
NULL              122 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c     while (gl_list_iterator_next (&iter, &elt, NULL))
NULL              255 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c   sigprocmask (SIG_BLOCK, &mask, NULL); /* equivalent to pthread_sigmask */
NULL              281 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c     while (gl_list_iterator_next (&iter, &elt, NULL))
NULL              376 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c         nanosleep (&ts, NULL);
NULL              406 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c             ASSERT (gl_list_nx_add_first (list2, obj) != NULL);
NULL              408 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c             ASSERT (gl_list_nx_add_first (list1, obj) != NULL);
NULL              447 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c     list1 = gl_list_nx_create_empty (GL_LINKED_LIST, NULL, NULL, NULL, true);
NULL              448 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c     ASSERT (list1 != NULL);
NULL              450 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c       ASSERT (gl_list_nx_add_first (list1, contents[i]) != NULL);
NULL              452 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c     list2 = gl_list_nx_create_empty (GL_LINKED_LIST, NULL, NULL, NULL, true);
NULL              453 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c     ASSERT (list2 != NULL);
NULL              455 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              473 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c     ASSERT (sigaction (MY_SIGNAL, &action, NULL) == 0);
NULL              483 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c         signal_sending_thread (NULL);
NULL              489 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c         signal_target = gl_thread_create (idle_thread, NULL);
NULL              491 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c         signal_sending_thread (NULL);
NULL              498 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c         signal_target = gl_thread_self (); signal_sending_thread (NULL);
NULL              156 maint/gnulib/tests/test-asyncsafe-spin2.c   return NULL;
NULL              178 maint/gnulib/tests/test-asyncsafe-spin2.c   return NULL;
NULL              195 maint/gnulib/tests/test-asyncsafe-spin2.c   checkerthread = gl_thread_create (lock_checker_thread, NULL);
NULL              197 maint/gnulib/tests/test-asyncsafe-spin2.c     threads[i] = gl_thread_create (lock_mutator_thread, NULL);
NULL              201 maint/gnulib/tests/test-asyncsafe-spin2.c     gl_thread_join (threads[i], NULL);
NULL              203 maint/gnulib/tests/test-asyncsafe-spin2.c   gl_thread_join (checkerthread, NULL);
NULL               55 maint/gnulib/tests/test-avltree_list.c   while (node1 != NULL && node2 != NULL)
NULL               62 maint/gnulib/tests/test-avltree_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL               70 maint/gnulib/tests/test-avltree_list.c   while (node1 != NULL && node2 != NULL)
NULL               77 maint/gnulib/tests/test-avltree_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL              109 maint/gnulib/tests/test-avltree_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
NULL              111 maint/gnulib/tests/test-avltree_list.c     ASSERT (list1 != NULL);
NULL              113 maint/gnulib/tests/test-avltree_list.c     list2 = gl_list_nx_create_empty (GL_AVLTREE_LIST, NULL, NULL, NULL, true);
NULL              114 maint/gnulib/tests/test-avltree_list.c     ASSERT (list2 != NULL);
NULL              116 maint/gnulib/tests/test-avltree_list.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              119 maint/gnulib/tests/test-avltree_list.c     list3 = gl_list_nx_create (GL_AVLTREE_LIST, NULL, NULL, NULL, true,
NULL              121 maint/gnulib/tests/test-avltree_list.c     ASSERT (list3 != NULL);
NULL              141 maint/gnulib/tests/test-avltree_list.c                 ASSERT (node1 != NULL);
NULL              146 maint/gnulib/tests/test-avltree_list.c                 ASSERT (node2 != NULL);
NULL              151 maint/gnulib/tests/test-avltree_list.c                 ASSERT (node3 != NULL);
NULL              182 maint/gnulib/tests/test-avltree_list.c               if (node1 == NULL)
NULL              184 maint/gnulib/tests/test-avltree_list.c                   ASSERT (node2 == NULL);
NULL              185 maint/gnulib/tests/test-avltree_list.c                   ASSERT (node3 == NULL);
NULL              189 maint/gnulib/tests/test-avltree_list.c                   ASSERT (node2 != NULL);
NULL              190 maint/gnulib/tests/test-avltree_list.c                   ASSERT (node3 != NULL);
NULL              226 maint/gnulib/tests/test-avltree_list.c               ASSERT (node1 != NULL);
NULL              228 maint/gnulib/tests/test-avltree_list.c               ASSERT (node2 != NULL);
NULL              230 maint/gnulib/tests/test-avltree_list.c               ASSERT (node3 != NULL);
NULL              244 maint/gnulib/tests/test-avltree_list.c               ASSERT (node1 != NULL);
NULL              246 maint/gnulib/tests/test-avltree_list.c               ASSERT (node2 != NULL);
NULL              248 maint/gnulib/tests/test-avltree_list.c               ASSERT (node3 != NULL);
NULL              264 maint/gnulib/tests/test-avltree_list.c               ASSERT (node1 != NULL);
NULL              266 maint/gnulib/tests/test-avltree_list.c               ASSERT (node1 != NULL);
NULL              268 maint/gnulib/tests/test-avltree_list.c               ASSERT (node1 != NULL);
NULL              270 maint/gnulib/tests/test-avltree_list.c               ASSERT (node2 != NULL);
NULL              272 maint/gnulib/tests/test-avltree_list.c               ASSERT (node2 != NULL);
NULL              274 maint/gnulib/tests/test-avltree_list.c               ASSERT (node2 != NULL);
NULL              276 maint/gnulib/tests/test-avltree_list.c               ASSERT (node3 != NULL);
NULL              278 maint/gnulib/tests/test-avltree_list.c               ASSERT (node3 != NULL);
NULL              280 maint/gnulib/tests/test-avltree_list.c               ASSERT (node3 != NULL);
NULL              301 maint/gnulib/tests/test-avltree_list.c               ASSERT (node1 != NULL);
NULL              303 maint/gnulib/tests/test-avltree_list.c               ASSERT (node2 != NULL);
NULL              305 maint/gnulib/tests/test-avltree_list.c               ASSERT (node3 != NULL);
NULL              341 maint/gnulib/tests/test-avltree_list.c                 ASSERT (node1 != NULL);
NULL              342 maint/gnulib/tests/test-avltree_list.c                 ASSERT (node2 != NULL);
NULL              343 maint/gnulib/tests/test-avltree_list.c                 ASSERT (node3 != NULL);
NULL              411 maint/gnulib/tests/test-avltree_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              413 maint/gnulib/tests/test-avltree_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              415 maint/gnulib/tests/test-avltree_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              418 maint/gnulib/tests/test-avltree_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              419 maint/gnulib/tests/test-avltree_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              420 maint/gnulib/tests/test-avltree_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              437 maint/gnulib/tests/test-avltree_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              439 maint/gnulib/tests/test-avltree_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              441 maint/gnulib/tests/test-avltree_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              444 maint/gnulib/tests/test-avltree_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              445 maint/gnulib/tests/test-avltree_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              446 maint/gnulib/tests/test-avltree_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL               87 maint/gnulib/tests/test-avltree_omap.c     map1 = gl_omap_nx_create_empty (GL_ARRAY_OMAP, (gl_mapkey_compar_fn) strcmp, NULL, NULL);
NULL               88 maint/gnulib/tests/test-avltree_omap.c     ASSERT (map1 != NULL);
NULL               91 maint/gnulib/tests/test-avltree_omap.c     map2 = gl_omap_nx_create_empty (GL_AVLTREE_OMAP, (gl_mapkey_compar_fn) strcmp, NULL, NULL);
NULL               92 maint/gnulib/tests/test-avltree_omap.c     ASSERT (map2 != NULL);
NULL               92 maint/gnulib/tests/test-avltree_oset.c     set1 = gl_oset_nx_create_empty (GL_ARRAY_OSET, (gl_setelement_compar_fn) strcmp, NULL);
NULL               93 maint/gnulib/tests/test-avltree_oset.c     ASSERT (set1 != NULL);
NULL               96 maint/gnulib/tests/test-avltree_oset.c     set2 = gl_oset_nx_create_empty (GL_AVLTREE_OSET, (gl_setelement_compar_fn) strcmp, NULL);
NULL               97 maint/gnulib/tests/test-avltree_oset.c     ASSERT (set2 != NULL);
NULL               82 maint/gnulib/tests/test-avltreehash_list.c   while (node1 != NULL && node2 != NULL)
NULL               89 maint/gnulib/tests/test-avltreehash_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL               97 maint/gnulib/tests/test-avltreehash_list.c   while (node1 != NULL && node2 != NULL)
NULL              104 maint/gnulib/tests/test-avltreehash_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL              137 maint/gnulib/tests/test-avltreehash_list.c                                string_equals, string_hash, NULL, true,
NULL              139 maint/gnulib/tests/test-avltreehash_list.c     ASSERT (list1 != NULL);
NULL              142 maint/gnulib/tests/test-avltreehash_list.c                                      string_equals, string_hash, NULL, true);
NULL              143 maint/gnulib/tests/test-avltreehash_list.c     ASSERT (list2 != NULL);
NULL              145 maint/gnulib/tests/test-avltreehash_list.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              149 maint/gnulib/tests/test-avltreehash_list.c                                string_equals, string_hash, NULL, true,
NULL              151 maint/gnulib/tests/test-avltreehash_list.c     ASSERT (list3 != NULL);
NULL              171 maint/gnulib/tests/test-avltreehash_list.c                 ASSERT (node1 != NULL);
NULL              176 maint/gnulib/tests/test-avltreehash_list.c                 ASSERT (node2 != NULL);
NULL              181 maint/gnulib/tests/test-avltreehash_list.c                 ASSERT (node3 != NULL);
NULL              212 maint/gnulib/tests/test-avltreehash_list.c               if (node1 == NULL)
NULL              214 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (node2 == NULL);
NULL              215 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (node3 == NULL);
NULL              219 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (node2 != NULL);
NULL              220 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (node3 != NULL);
NULL              256 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node1 != NULL);
NULL              258 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node2 != NULL);
NULL              260 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node3 != NULL);
NULL              274 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node1 != NULL);
NULL              276 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node2 != NULL);
NULL              278 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node3 != NULL);
NULL              294 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node1 != NULL);
NULL              296 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node1 != NULL);
NULL              298 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node1 != NULL);
NULL              300 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node2 != NULL);
NULL              302 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node2 != NULL);
NULL              304 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node2 != NULL);
NULL              306 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node3 != NULL);
NULL              308 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node3 != NULL);
NULL              310 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node3 != NULL);
NULL              331 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node1 != NULL);
NULL              333 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node2 != NULL);
NULL              335 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (node3 != NULL);
NULL              371 maint/gnulib/tests/test-avltreehash_list.c                 ASSERT (node1 != NULL);
NULL              372 maint/gnulib/tests/test-avltreehash_list.c                 ASSERT (node2 != NULL);
NULL              373 maint/gnulib/tests/test-avltreehash_list.c                 ASSERT (node3 != NULL);
NULL              441 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              443 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              445 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              448 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              449 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              450 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              467 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              469 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              471 maint/gnulib/tests/test-avltreehash_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              474 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              475 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              476 maint/gnulib/tests/test-avltreehash_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              171 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, b32in, strlen (b32in), &p, &len);
NULL              236 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, " ! ", 3, &p, &len);
NULL              239 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, "ABC\nDEF", 7, &p, &len);
NULL              242 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, "AA", 2, &p, &len);
NULL              245 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, "AA=", 3, &p, &len);
NULL              248 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, "AABBAAxx", 8, &p, &len);
NULL              251 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, "AABBAA=X", 8, &p, &len);
NULL              254 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, "AABBAA=X", 8, &p, &len);
NULL              257 maint/gnulib/tests/test-base32.c   ok = base32_decode_alloc_ctx (NULL, "AABBAA=A", 8, &p, &len);
NULL              148 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, b64in, strlen (b64in), &p, &len);
NULL              213 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, " ! ", 3, &p, &len);
NULL              216 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "abc\ndef", 7, &p, &len);
NULL              219 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aa", 2, &p, &len);
NULL              222 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aa=", 3, &p, &len);
NULL              225 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aax", 3, &p, &len);
NULL              228 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aa=X", 4, &p, &len);
NULL              231 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aa=X", 4, &p, &len);
NULL              234 maint/gnulib/tests/test-base64.c   ok = base64_decode_alloc_ctx (NULL, "aax=X", 5, &p, &len);
NULL               38 maint/gnulib/tests/test-btoc32.c   if (setlocale (LC_ALL, "") == NULL)
NULL               37 maint/gnulib/tests/test-btowc.c   if (setlocale (LC_ALL, "") == NULL)
NULL               31 maint/gnulib/tests/test-c-dtoastr.c   if (setlocale (LC_ALL, "") == NULL)
NULL               31 maint/gnulib/tests/test-c-ldtoastr.c   if (setlocale (LC_ALL, "") == NULL)
NULL               31 maint/gnulib/tests/test-c-snprintf.c   if (setlocale (LC_ALL, "") == NULL)
NULL               61 maint/gnulib/tests/test-c-stack.c   if (c_stack_action (NULL) == 0)
NULL               35 maint/gnulib/tests/test-c-strcasecmp.c       if (setlocale (LC_ALL, "") == NULL)
NULL               52 maint/gnulib/tests/test-c-strcasestr.c     ASSERT (result == NULL);
NULL               68 maint/gnulib/tests/test-c-strcasestr.c     ASSERT (result == NULL);
NULL               90 maint/gnulib/tests/test-c-strcasestr.c     if (haystack != NULL)
NULL              114 maint/gnulib/tests/test-c-strcasestr.c     if (needle != NULL)
NULL              121 maint/gnulib/tests/test-c-strcasestr.c             ASSERT (c_strcasestr (haystack, needle) == NULL);
NULL              133 maint/gnulib/tests/test-c-strcasestr.c     if (haystack != NULL && needle != NULL)
NULL              246 maint/gnulib/tests/test-c-strcasestr.c     if (haystack != NULL && needle != NULL)
NULL               35 maint/gnulib/tests/test-c-strncasecmp.c       if (setlocale (LC_ALL, "") == NULL)
NULL               52 maint/gnulib/tests/test-c-strstr.c     ASSERT (result == NULL);
NULL               64 maint/gnulib/tests/test-c-strstr.c     if (haystack != NULL)
NULL               88 maint/gnulib/tests/test-c-strstr.c     if (needle != NULL)
NULL               95 maint/gnulib/tests/test-c-strstr.c             ASSERT (c_strstr (haystack, needle) == NULL);
NULL              107 maint/gnulib/tests/test-c-strstr.c     if (haystack != NULL && needle != NULL)
NULL              220 maint/gnulib/tests/test-c-strstr.c     if (haystack != NULL && needle != NULL)
NULL               43 maint/gnulib/tests/test-c-vasprintf.c   if (setlocale (LC_ALL, "") == NULL)
NULL               67 maint/gnulib/tests/test-c-vasprintf.c     ASSERT (s != NULL);
NULL               73 maint/gnulib/tests/test-c-vasprintf.c     ASSERT (s != NULL);
NULL               46 maint/gnulib/tests/test-c-vsnprintf.c   if (setlocale (LC_ALL, "") == NULL)
NULL               44 maint/gnulib/tests/test-c-xvasprintf.c   if (setlocale (LC_ALL, "") == NULL)
NULL               67 maint/gnulib/tests/test-c-xvasprintf.c     ASSERT (s != NULL);
NULL               72 maint/gnulib/tests/test-c-xvasprintf.c     ASSERT (s != NULL);
NULL               54 maint/gnulib/tests/test-c32isalnum.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32isalpha.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32isblank.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32iscntrl.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32isdigit.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32isgraph.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32islower.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32isprint.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32ispunct.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32isspace.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32isupper.c   if (setlocale (LC_ALL, "") == NULL)
NULL               54 maint/gnulib/tests/test-c32isxdigit.c   if (setlocale (LC_ALL, "") == NULL)
NULL               45 maint/gnulib/tests/test-c32rtomb-w32.c     if (setlocale (LC_ALL, name_with_codepage) == NULL)
NULL               57 maint/gnulib/tests/test-c32rtomb-w32.c     if (setlocale (LC_ALL, name) == NULL)
NULL               94 maint/gnulib/tests/test-c32rtomb-w32.c     ret = c32rtomb (buf, 0, NULL);
NULL              128 maint/gnulib/tests/test-c32rtomb-w32.c           ret = c32rtomb (buf, btoc32 (c), NULL);
NULL              137 maint/gnulib/tests/test-c32rtomb-w32.c     ret = c32rtomb (NULL, '\0', NULL);
NULL              139 maint/gnulib/tests/test-c32rtomb-w32.c     ret = c32rtomb (NULL, btoc32 ('x'), NULL);
NULL              150 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x00FC, NULL);
NULL              156 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x00DF, NULL);
NULL              168 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x0622, NULL);
NULL              174 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x0644, NULL);
NULL              180 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x0648, NULL);
NULL              192 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x65E5, NULL);
NULL              198 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x672C, NULL);
NULL              204 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x8A9E, NULL);
NULL              216 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x65E5, NULL);
NULL              222 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x672C, NULL);
NULL              228 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x8A9E, NULL);
NULL              240 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x65E5, NULL);
NULL              246 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x672C, NULL);
NULL              252 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x8A9E, NULL);
NULL              266 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x00FC, NULL);
NULL              272 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x00DF, NULL);
NULL              278 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x1F60B, NULL);
NULL              292 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x00FC, NULL);
NULL              298 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x00DF, NULL);
NULL              304 maint/gnulib/tests/test-c32rtomb-w32.c         ret = c32rtomb (buf, 0x1F60B, NULL);
NULL               47 maint/gnulib/tests/test-c32rtomb.c   ret = c32rtomb (buf, wc, NULL);
NULL               52 maint/gnulib/tests/test-c32rtomb.c   ret = c32rtomb (NULL, wc, NULL);
NULL               63 maint/gnulib/tests/test-c32rtomb.c   if (setlocale (LC_ALL, "") == NULL)
NULL               69 maint/gnulib/tests/test-c32rtomb.c     ret = c32rtomb (buf, 0, NULL);
NULL              103 maint/gnulib/tests/test-c32rtomb.c           ret = c32rtomb (buf, btoc32 (c), NULL);
NULL              112 maint/gnulib/tests/test-c32rtomb.c     ret = c32rtomb (NULL, '\0', NULL);
NULL              114 maint/gnulib/tests/test-c32rtomb.c     ret = c32rtomb (NULL, btoc32 ('x'), NULL);
NULL               37 maint/gnulib/tests/test-c32snrtombs.c   if (setlocale (LC_ALL, "") == NULL)
NULL               68 maint/gnulib/tests/test-c32snrtombs.c                 ret = c32snrtombs (NULL, &src, 6, n, NULL);
NULL               73 maint/gnulib/tests/test-c32snrtombs.c                 ret = c32snrtombs (buf, &src, 6, n, NULL);
NULL               75 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (src == (n <= 5 ? input + n : NULL));
NULL               77 maint/gnulib/tests/test-c32snrtombs.c                 if (src == NULL)
NULL               79 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL               80 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL               81 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL               97 maint/gnulib/tests/test-c32snrtombs.c                 ret = c32snrtombs (NULL, &src, 6, n, NULL);
NULL              102 maint/gnulib/tests/test-c32snrtombs.c                 ret = c32snrtombs (buf, &src, 6, n, NULL);
NULL              112 maint/gnulib/tests/test-c32snrtombs.c                                 n <= 10 ? input + (n - 5) : NULL));
NULL              114 maint/gnulib/tests/test-c32snrtombs.c                 if (src == NULL)
NULL              116 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              117 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              118 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL              134 maint/gnulib/tests/test-c32snrtombs.c                 ret = c32snrtombs (NULL, &src, 6, n, NULL);
NULL              139 maint/gnulib/tests/test-c32snrtombs.c                 ret = c32snrtombs (buf, &src, 6, n, NULL);
NULL              149 maint/gnulib/tests/test-c32snrtombs.c                                 n <= 8 ? input + (n - 3) : NULL));
NULL              151 maint/gnulib/tests/test-c32snrtombs.c                 if (src == NULL)
NULL              153 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              154 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              155 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL              172 maint/gnulib/tests/test-c32snrtombs.c                 ret = c32snrtombs (NULL, &src, 6, n, NULL);
NULL              177 maint/gnulib/tests/test-c32snrtombs.c                 ret = c32snrtombs (buf, &src, 6, n, NULL);
NULL              187 maint/gnulib/tests/test-c32snrtombs.c                                 n <= 12 ? input + (n - 7) : NULL));
NULL              189 maint/gnulib/tests/test-c32snrtombs.c                 if (src == NULL)
NULL              191 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              192 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              193 maint/gnulib/tests/test-c32snrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL               37 maint/gnulib/tests/test-c32srtombs.c   if (setlocale (LC_ALL, "") == NULL)
NULL               68 maint/gnulib/tests/test-c32srtombs.c                 ret = c32srtombs (NULL, &src, n, NULL);
NULL               73 maint/gnulib/tests/test-c32srtombs.c                 ret = c32srtombs (buf, &src, n, NULL);
NULL               75 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (src == (n <= 5 ? input + n : NULL));
NULL               77 maint/gnulib/tests/test-c32srtombs.c                 if (src == NULL)
NULL               79 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL               80 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL               81 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL               97 maint/gnulib/tests/test-c32srtombs.c                 ret = c32srtombs (NULL, &src, n, NULL);
NULL              102 maint/gnulib/tests/test-c32srtombs.c                 ret = c32srtombs (buf, &src, n, NULL);
NULL              112 maint/gnulib/tests/test-c32srtombs.c                                 n <= 10 ? input + (n - 5) : NULL));
NULL              114 maint/gnulib/tests/test-c32srtombs.c                 if (src == NULL)
NULL              116 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              117 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              118 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL              134 maint/gnulib/tests/test-c32srtombs.c                 ret = c32srtombs (NULL, &src, n, NULL);
NULL              139 maint/gnulib/tests/test-c32srtombs.c                 ret = c32srtombs (buf, &src, n, NULL);
NULL              149 maint/gnulib/tests/test-c32srtombs.c                                 n <= 8 ? input + (n - 3) : NULL));
NULL              151 maint/gnulib/tests/test-c32srtombs.c                 if (src == NULL)
NULL              153 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              154 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              155 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL              172 maint/gnulib/tests/test-c32srtombs.c                 ret = c32srtombs (NULL, &src, n, NULL);
NULL              177 maint/gnulib/tests/test-c32srtombs.c                 ret = c32srtombs (buf, &src, n, NULL);
NULL              187 maint/gnulib/tests/test-c32srtombs.c                                 n <= 12 ? input + (n - 7) : NULL));
NULL              189 maint/gnulib/tests/test-c32srtombs.c                 if (src == NULL)
NULL              191 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              192 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              193 maint/gnulib/tests/test-c32srtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL               37 maint/gnulib/tests/test-c32stombs.c   if (setlocale (LC_ALL, "") == NULL)
NULL               66 maint/gnulib/tests/test-c32stombs.c                 ret = c32stombs (NULL, input, n);
NULL               91 maint/gnulib/tests/test-c32stombs.c                 ret = c32stombs (NULL, input, n);
NULL              120 maint/gnulib/tests/test-c32stombs.c                 ret = c32stombs (NULL, input, n);
NULL              150 maint/gnulib/tests/test-c32stombs.c                 ret = c32stombs (NULL, input, n);
NULL               50 maint/gnulib/tests/test-calloc-gnu.c     ASSERT (p != NULL);
NULL               63 maint/gnulib/tests/test-calloc-gnu.c         ASSERT (p == NULL);
NULL               67 maint/gnulib/tests/test-calloc-gnu.c         ASSERT (p == NULL);
NULL               77 maint/gnulib/tests/test-canonicalize-lgpl.c     if (result0 != NULL) /* This file does not exist on native Windows.  */
NULL               82 maint/gnulib/tests/test-canonicalize-lgpl.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               85 maint/gnulib/tests/test-canonicalize-lgpl.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               92 maint/gnulib/tests/test-canonicalize-lgpl.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               95 maint/gnulib/tests/test-canonicalize-lgpl.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               98 maint/gnulib/tests/test-canonicalize-lgpl.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL              102 maint/gnulib/tests/test-canonicalize-lgpl.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL              105 maint/gnulib/tests/test-canonicalize-lgpl.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL              108 maint/gnulib/tests/test-canonicalize-lgpl.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL              115 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result != NULL);
NULL              122 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result == NULL);
NULL              132 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result == NULL);
NULL              142 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result == NULL);
NULL              151 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result == NULL);
NULL              176 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result1 != NULL);
NULL              177 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result2 != NULL);
NULL              190 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result1 != NULL);
NULL              191 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result2 != NULL);
NULL              192 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result3 != NULL);
NULL              207 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result == NULL);
NULL              241 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result == NULL);
NULL              250 maint/gnulib/tests/test-canonicalize-lgpl.c     ASSERT (result == NULL);
NULL               68 maint/gnulib/tests/test-canonicalize.c     if (result0 != NULL) /* This file does not exist on native Windows.  */
NULL               73 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               76 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               79 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               86 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               89 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               92 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               96 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL               99 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL              102 maint/gnulib/tests/test-canonicalize.c         ASSERT (result != NULL && strcmp (result, result0) == 0);
NULL              111 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 != NULL);
NULL              112 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 != NULL);
NULL              121 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 == NULL);
NULL              126 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 == NULL);
NULL              136 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 == NULL);
NULL              141 maint/gnulib/tests/test-canonicalize.c     result2 = canonicalize_filename_mode (NULL, CAN_EXISTING);
NULL              142 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 == NULL);
NULL              147 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 == NULL);
NULL              157 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 == NULL);
NULL              161 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 == NULL);
NULL              171 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 == NULL);
NULL              175 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 == NULL);
NULL              204 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 != NULL);
NULL              215 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 != NULL);
NULL              216 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 != NULL);
NULL              217 maint/gnulib/tests/test-canonicalize.c     ASSERT (result3 != NULL);
NULL              233 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 != NULL);
NULL              234 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 != NULL);
NULL              235 maint/gnulib/tests/test-canonicalize.c     ASSERT (result3 != NULL);
NULL              236 maint/gnulib/tests/test-canonicalize.c     ASSERT (result4 != NULL);
NULL              254 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 == NULL);
NULL              258 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 == NULL);
NULL              296 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 == NULL);
NULL              300 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 == NULL);
NULL              310 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 == NULL);
NULL              314 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 == NULL);
NULL              324 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 != NULL);
NULL              325 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 != NULL);
NULL              326 maint/gnulib/tests/test-canonicalize.c     ASSERT (result3 != NULL);
NULL              327 maint/gnulib/tests/test-canonicalize.c     ASSERT (result4 != NULL);
NULL              345 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 != NULL);
NULL              346 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 != NULL);
NULL              347 maint/gnulib/tests/test-canonicalize.c     ASSERT (result3 != NULL);
NULL              348 maint/gnulib/tests/test-canonicalize.c     ASSERT (result4 != NULL);
NULL              364 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 == NULL);
NULL              365 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 != NULL);
NULL              375 maint/gnulib/tests/test-canonicalize.c     ASSERT (result1 != NULL);
NULL              376 maint/gnulib/tests/test-canonicalize.c     ASSERT (result2 != NULL);
NULL               53 maint/gnulib/tests/test-carray_list.c   while (node1 != NULL && node2 != NULL)
NULL               60 maint/gnulib/tests/test-carray_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL               68 maint/gnulib/tests/test-carray_list.c   while (node1 != NULL && node2 != NULL)
NULL               75 maint/gnulib/tests/test-carray_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL              105 maint/gnulib/tests/test-carray_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
NULL              107 maint/gnulib/tests/test-carray_list.c     ASSERT (list1 != NULL);
NULL              109 maint/gnulib/tests/test-carray_list.c     list2 = gl_list_nx_create_empty (GL_CARRAY_LIST, NULL, NULL, NULL, true);
NULL              110 maint/gnulib/tests/test-carray_list.c     ASSERT (list2 != NULL);
NULL              112 maint/gnulib/tests/test-carray_list.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              115 maint/gnulib/tests/test-carray_list.c     list3 = gl_list_nx_create (GL_CARRAY_LIST, NULL, NULL, NULL, true,
NULL              117 maint/gnulib/tests/test-carray_list.c     ASSERT (list3 != NULL);
NULL              137 maint/gnulib/tests/test-carray_list.c                 ASSERT (node1 != NULL);
NULL              142 maint/gnulib/tests/test-carray_list.c                 ASSERT (node2 != NULL);
NULL              147 maint/gnulib/tests/test-carray_list.c                 ASSERT (node3 != NULL);
NULL              178 maint/gnulib/tests/test-carray_list.c               if (node1 == NULL)
NULL              180 maint/gnulib/tests/test-carray_list.c                   ASSERT (node2 == NULL);
NULL              181 maint/gnulib/tests/test-carray_list.c                   ASSERT (node3 == NULL);
NULL              185 maint/gnulib/tests/test-carray_list.c                   ASSERT (node2 != NULL);
NULL              186 maint/gnulib/tests/test-carray_list.c                   ASSERT (node3 != NULL);
NULL              222 maint/gnulib/tests/test-carray_list.c               ASSERT (node1 != NULL);
NULL              224 maint/gnulib/tests/test-carray_list.c               ASSERT (node2 != NULL);
NULL              226 maint/gnulib/tests/test-carray_list.c               ASSERT (node3 != NULL);
NULL              240 maint/gnulib/tests/test-carray_list.c               ASSERT (node1 != NULL);
NULL              242 maint/gnulib/tests/test-carray_list.c               ASSERT (node2 != NULL);
NULL              244 maint/gnulib/tests/test-carray_list.c               ASSERT (node3 != NULL);
NULL              260 maint/gnulib/tests/test-carray_list.c               ASSERT (node1 != NULL);
NULL              262 maint/gnulib/tests/test-carray_list.c               ASSERT (node1 != NULL);
NULL              264 maint/gnulib/tests/test-carray_list.c               ASSERT (node1 != NULL);
NULL              266 maint/gnulib/tests/test-carray_list.c               ASSERT (node2 != NULL);
NULL              268 maint/gnulib/tests/test-carray_list.c               ASSERT (node2 != NULL);
NULL              270 maint/gnulib/tests/test-carray_list.c               ASSERT (node2 != NULL);
NULL              272 maint/gnulib/tests/test-carray_list.c               ASSERT (node3 != NULL);
NULL              274 maint/gnulib/tests/test-carray_list.c               ASSERT (node3 != NULL);
NULL              276 maint/gnulib/tests/test-carray_list.c               ASSERT (node3 != NULL);
NULL              297 maint/gnulib/tests/test-carray_list.c               ASSERT (node1 != NULL);
NULL              299 maint/gnulib/tests/test-carray_list.c               ASSERT (node2 != NULL);
NULL              301 maint/gnulib/tests/test-carray_list.c               ASSERT (node3 != NULL);
NULL              337 maint/gnulib/tests/test-carray_list.c                 ASSERT (node1 != NULL);
NULL              338 maint/gnulib/tests/test-carray_list.c                 ASSERT (node2 != NULL);
NULL              339 maint/gnulib/tests/test-carray_list.c                 ASSERT (node3 != NULL);
NULL              407 maint/gnulib/tests/test-carray_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              409 maint/gnulib/tests/test-carray_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              411 maint/gnulib/tests/test-carray_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              414 maint/gnulib/tests/test-carray_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              415 maint/gnulib/tests/test-carray_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              416 maint/gnulib/tests/test-carray_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              433 maint/gnulib/tests/test-carray_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              435 maint/gnulib/tests/test-carray_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              437 maint/gnulib/tests/test-carray_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              440 maint/gnulib/tests/test-carray_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              441 maint/gnulib/tests/test-carray_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              442 maint/gnulib/tests/test-carray_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL               36 maint/gnulib/tests/test-chown.h   gid_t *gids = NULL;
NULL              131 maint/gnulib/tests/test-chown.h   gids_count = mgetgroups (NULL, st1.st_gid, &gids);
NULL               93 maint/gnulib/tests/test-cnd.c   ASSERT (thrd_create (&thread, cnd_wait_routine, NULL) == thrd_success);
NULL              108 maint/gnulib/tests/test-cnd.c   ASSERT (thrd_join (thread, NULL) == thrd_success);
NULL              125 maint/gnulib/tests/test-cnd.c   gettimeofday (&now, NULL);
NULL              162 maint/gnulib/tests/test-cnd.c   ASSERT (thrd_create (&thread, cnd_timedwait_routine, NULL) == thrd_success);
NULL              177 maint/gnulib/tests/test-cnd.c   ASSERT (thrd_join (thread, NULL) == thrd_success);
NULL               78 maint/gnulib/tests/test-cond.c   return NULL;
NULL               89 maint/gnulib/tests/test-cond.c   thread = gl_thread_create (cond_routine, NULL);
NULL              103 maint/gnulib/tests/test-cond.c   gl_thread_join (thread, NULL);
NULL              120 maint/gnulib/tests/test-cond.c   gettimeofday (&now, NULL);
NULL              142 maint/gnulib/tests/test-cond.c   return NULL;
NULL              153 maint/gnulib/tests/test-cond.c   thread = gl_thread_create (timedcond_routine, NULL);
NULL              167 maint/gnulib/tests/test-cond.c   gl_thread_join (thread, NULL);
NULL               38 maint/gnulib/tests/test-copy-file.c   null_stderr = (getenv ("NO_STDERR_OUTPUT") != NULL);
NULL               67 maint/gnulib/tests/test-dfa-match-aux.c   p = dfaexec (dfa, beg, end, allow_nl, NULL, NULL);
NULL               69 maint/gnulib/tests/test-dfa-match-aux.c   if (p != NULL)
NULL               32 maint/gnulib/tests/test-digest.h         if (fp == NULL)
NULL               92 maint/gnulib/tests/test-digest.h         if (fp == NULL)
NULL               55 maint/gnulib/tests/test-dirent-safer.c       || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL)
NULL              128 maint/gnulib/tests/test-dirname.c   {NULL,        NULL,   NULL,   NULL,   NULL,   false,  false}
NULL               92 maint/gnulib/tests/test-dprintf-posix2.c       if (memory == NULL)
NULL              119 maint/gnulib/tests/test-dup-safer.c       || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL)
NULL               80 maint/gnulib/tests/test-duplocale.c   ASSERT (mixed1 != NULL);
NULL               83 maint/gnulib/tests/test-duplocale.c   perthread = newlocale (LC_ALL_MASK, "es_ES.UTF-8", NULL);
NULL               84 maint/gnulib/tests/test-duplocale.c   if (perthread == NULL)
NULL               90 maint/gnulib/tests/test-duplocale.c   ASSERT (mixed2 != NULL);
NULL              174 maint/gnulib/tests/test-duplocale.c   ASSERT (mixed1 != NULL);
NULL              177 maint/gnulib/tests/test-duplocale.c   mixed2 = newlocale (LC_ALL_MASK, "es_ES.UTF-8", NULL);
NULL              178 maint/gnulib/tests/test-duplocale.c   if (mixed2 == NULL)
NULL               36 maint/gnulib/tests/test-environ.c   for (; (string = *remaining_variables) != NULL; remaining_variables++)
NULL               46 maint/gnulib/tests/test-exclude.c   NULL
NULL               37 maint/gnulib/tests/test-exec-child.c   if (getenv (var) != NULL)
NULL               45 maint/gnulib/tests/test-execl-main.c          NULL);
NULL               37 maint/gnulib/tests/test-execle-main.c   for (p = environ; *p != NULL; p++)
NULL               44 maint/gnulib/tests/test-execle-main.c   return NULL;
NULL               60 maint/gnulib/tests/test-execle-main.c   if (*p != NULL)
NULL               63 maint/gnulib/tests/test-execle-main.c   if (*p != NULL)
NULL               66 maint/gnulib/tests/test-execle-main.c   *p = NULL;
NULL               87 maint/gnulib/tests/test-execle-main.c           NULL,
NULL               45 maint/gnulib/tests/test-execlp-main.c           NULL);
NULL              233 maint/gnulib/tests/test-execute-child.c         if (_getcwd (cwd, sizeof (cwd)) == NULL)
NULL              238 maint/gnulib/tests/test-execute-child.c         if (getcwd (cwd, sizeof (cwd)) == NULL)
NULL               92 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[2] = { prog_path, NULL };
NULL               93 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL               94 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              101 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { "./non-existent", NULL };
NULL              102 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              103 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              124 maint/gnulib/tests/test-execute-main.c             NULL
NULL              126 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              127 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              135 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "3", NULL };
NULL              137 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              148 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "4", NULL };
NULL              150 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              160 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "5", NULL };
NULL              162 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              180 maint/gnulib/tests/test-execute-main.c         ASSERT (fp != NULL);
NULL              182 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "6", NULL };
NULL              183 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              184 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              199 maint/gnulib/tests/test-execute-main.c         ASSERT (fp != NULL);
NULL              201 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "7", NULL };
NULL              202 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              203 maint/gnulib/tests/test-execute-main.c                            false, true, false, false, true, false, NULL);
NULL              214 maint/gnulib/tests/test-execute-main.c         ASSERT (fp != NULL);
NULL              216 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "8", NULL };
NULL              217 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              218 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              234 maint/gnulib/tests/test-execute-main.c         ASSERT (fp != NULL);
NULL              236 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "9", NULL };
NULL              237 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              238 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              246 maint/gnulib/tests/test-execute-main.c         ASSERT (fp != NULL);
NULL              248 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "10", NULL };
NULL              249 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              250 maint/gnulib/tests/test-execute-main.c                            false, false, true, false, true, false, NULL);
NULL              266 maint/gnulib/tests/test-execute-main.c         ASSERT (fp != NULL);
NULL              268 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "11", NULL };
NULL              269 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              270 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              286 maint/gnulib/tests/test-execute-main.c         ASSERT (fp != NULL);
NULL              288 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "12", NULL };
NULL              289 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              290 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              298 maint/gnulib/tests/test-execute-main.c         ASSERT (fp != NULL);
NULL              300 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "13", NULL };
NULL              301 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              302 maint/gnulib/tests/test-execute-main.c                            false, false, false, true, true, false, NULL);
NULL              318 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "14", NULL };
NULL              319 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              320 maint/gnulib/tests/test-execute-main.c                            true, false, false, false, true, false, NULL);
NULL              328 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "15", NULL };
NULL              329 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              330 maint/gnulib/tests/test-execute-main.c                            true, false, false, false, true, false, NULL);
NULL              338 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "16", NULL };
NULL              339 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              340 maint/gnulib/tests/test-execute-main.c                            true, false, false, false, true, false, NULL);
NULL              363 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "17", NULL };
NULL              364 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              365 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              387 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "18", NULL };
NULL              388 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              389 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              423 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "19", NULL };
NULL              424 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              425 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              447 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[3] = { prog_path, "20", NULL };
NULL              448 maint/gnulib/tests/test-execute-main.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL              449 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL              468 maint/gnulib/tests/test-execute-main.c         ASSERT (_getcwd (cwd, sizeof (cwd)) != NULL);
NULL              470 maint/gnulib/tests/test-execute-main.c         ASSERT (getcwd (cwd, sizeof (cwd)) != NULL);
NULL              473 maint/gnulib/tests/test-execute-main.c         const char *prog_argv[4] = { prog_path, "21", cwd, NULL };
NULL              475 maint/gnulib/tests/test-execute-main.c                            false, false, false, false, true, false, NULL);
NULL               48 maint/gnulib/tests/test-execute-script.c   ASSERT (fp != NULL);
NULL               59 maint/gnulib/tests/test-execute-script.c         const char *prog_argv[2] = { prog_path, NULL };
NULL               61 maint/gnulib/tests/test-execute-script.c         int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL               62 maint/gnulib/tests/test-execute-script.c                            false, false, false, false, true, false, NULL);
NULL               78 maint/gnulib/tests/test-execute-script.c     const char *prog_argv[2] = { prog_path, NULL };
NULL               80 maint/gnulib/tests/test-execute-script.c     int ret = execute (progname, prog_argv[0], prog_argv, NULL,
NULL               81 maint/gnulib/tests/test-execute-script.c                        false, false, false, false, true, false, NULL);
NULL               46 maint/gnulib/tests/test-execv-main.c       NULL
NULL               37 maint/gnulib/tests/test-execve-main.c   for (p = environ; *p != NULL; p++)
NULL               44 maint/gnulib/tests/test-execve-main.c   return NULL;
NULL               60 maint/gnulib/tests/test-execve-main.c   if (*p != NULL)
NULL               63 maint/gnulib/tests/test-execve-main.c   if (*p != NULL)
NULL               66 maint/gnulib/tests/test-execve-main.c   *p = NULL;
NULL               86 maint/gnulib/tests/test-execve-main.c       NULL
NULL               46 maint/gnulib/tests/test-execvp-main.c       NULL
NULL               37 maint/gnulib/tests/test-execvpe-main.c   for (p = environ; *p != NULL; p++)
NULL               44 maint/gnulib/tests/test-execvpe-main.c   return NULL;
NULL               60 maint/gnulib/tests/test-execvpe-main.c   if (*p != NULL)
NULL               63 maint/gnulib/tests/test-execvpe-main.c   if (*p != NULL)
NULL               66 maint/gnulib/tests/test-execvpe-main.c   *p = NULL;
NULL               86 maint/gnulib/tests/test-execvpe-main.c       NULL
NULL               44 maint/gnulib/tests/test-fbufmode.c       ASSERT (setvbuf (fp, NULL, _IONBF, 0) == 0);
NULL               79 maint/gnulib/tests/test-fbufmode.c     if (fp == NULL)
NULL               41 maint/gnulib/tests/test-fchdir.c   cwd = getcwd (NULL, 0);
NULL               80 maint/gnulib/tests/test-fclose.c     ASSERT (fp != NULL);
NULL               91 maint/gnulib/tests/test-fclose.c     if (fp != NULL)
NULL              102 maint/gnulib/tests/test-fclose.c     if (fp != NULL)
NULL              431 maint/gnulib/tests/test-fcntl.c   return _execl ("./test-fcntl", "./test-fcntl", "child", NULL);
NULL              433 maint/gnulib/tests/test-fcntl.c   return execl ("./test-fcntl", "./test-fcntl", "child", NULL);
NULL               42 maint/gnulib/tests/test-fdopendir.c   ASSERT (fdopendir (fd) == NULL);
NULL               50 maint/gnulib/tests/test-fdopendir.c     ASSERT (fdopendir (-1) == NULL);
NULL               56 maint/gnulib/tests/test-fdopendir.c     ASSERT (fdopendir (99) == NULL);
NULL               43 maint/gnulib/tests/test-fdutimensat.c   return fdutimensat (fd, dfd, NULL, times, 0);
NULL              125 maint/gnulib/tests/test-fdutimensat.c   ASSERT (fdutimensat (AT_FDCWD, fd, ".", NULL, 0) == -1);
NULL              143 maint/gnulib/tests/test-fdutimensat.c   ASSERT (fdutimensat (-1, dfd, ".", NULL, 0) == -1);
NULL               52 maint/gnulib/tests/test-fflush.c   ASSERT (f != NULL);
NULL              153 maint/gnulib/tests/test-fflush.c     ASSERT (fp != NULL);
NULL              166 maint/gnulib/tests/test-fflush.c     if (fp != NULL)
NULL              178 maint/gnulib/tests/test-fflush.c     if (fp != NULL)
NULL               59 maint/gnulib/tests/test-fgetc.c     ASSERT (fp != NULL);
NULL               72 maint/gnulib/tests/test-fgetc.c     if (fp != NULL)
NULL               85 maint/gnulib/tests/test-fgetc.c     if (fp != NULL)
NULL               84 maint/gnulib/tests/test-filevercmp.c   NULL
NULL               69 maint/gnulib/tests/test-fopen-gnu.c   ASSERT (f == NULL);
NULL               37 maint/gnulib/tests/test-fopen.h   ASSERT (fopen (BASE "file", "r") == NULL);
NULL               47 maint/gnulib/tests/test-fopen.h   ASSERT (fopen (BASE "file/", "r") == NULL);
NULL               51 maint/gnulib/tests/test-fopen.h   ASSERT (fopen (BASE "file/", "r+") == NULL);
NULL               56 maint/gnulib/tests/test-fopen.h   ASSERT (fopen ("nonexist.ent/", "w") == NULL);
NULL               62 maint/gnulib/tests/test-fopen.h   ASSERT (fopen (".", "w") == NULL);
NULL               66 maint/gnulib/tests/test-fopen.h   ASSERT (fopen ("./", "w") == NULL);
NULL               70 maint/gnulib/tests/test-fopen.h   ASSERT (fopen (".", "r+") == NULL);
NULL               74 maint/gnulib/tests/test-fopen.h   ASSERT (fopen ("./", "r+") == NULL);
NULL               35 maint/gnulib/tests/test-forkpty.c   res = forkpty (&amaster, NULL, NULL, NULL);
NULL               85 maint/gnulib/tests/test-fprintf-posix2.c         if (memory == NULL)
NULL              109 maint/gnulib/tests/test-fprintf-posix3.c       if (memory == NULL)
NULL               43 maint/gnulib/tests/test-fpurge.c       if (fp == NULL)
NULL               54 maint/gnulib/tests/test-fpurge.c       if (fp == NULL)
NULL               74 maint/gnulib/tests/test-fpurge.c       if (fp == NULL)
NULL               99 maint/gnulib/tests/test-fpurge.c       if (fp == NULL)
NULL              115 maint/gnulib/tests/test-fpurge.c       if (fp == NULL)
NULL               50 maint/gnulib/tests/test-fputc.c     ASSERT (fp != NULL);
NULL               51 maint/gnulib/tests/test-fputc.c     setvbuf (fp, NULL, _IONBF, 0);
NULL               64 maint/gnulib/tests/test-fputc.c     if (fp != NULL)
NULL               66 maint/gnulib/tests/test-fputc.c         setvbuf (fp, NULL, _IONBF, 0);
NULL               78 maint/gnulib/tests/test-fputc.c     if (fp != NULL)
NULL               80 maint/gnulib/tests/test-fputc.c         setvbuf (fp, NULL, _IONBF, 0);
NULL               60 maint/gnulib/tests/test-fread.c     ASSERT (fp != NULL);
NULL               73 maint/gnulib/tests/test-fread.c     if (fp != NULL)
NULL               87 maint/gnulib/tests/test-fread.c     if (fp != NULL)
NULL               39 maint/gnulib/tests/test-freadable.c   if (fp == NULL)
NULL               50 maint/gnulib/tests/test-freadable.c   if (fp == NULL)
NULL               75 maint/gnulib/tests/test-freadable.c   if (fp == NULL)
NULL              103 maint/gnulib/tests/test-freadable.c   if (fp == NULL)
NULL               44 maint/gnulib/tests/test-freadptr.c       ASSERT (freadptr (stdin, &size) == NULL);
NULL               60 maint/gnulib/tests/test-freadptr.c         ASSERT (ptr != NULL);
NULL               71 maint/gnulib/tests/test-freadptr.c         if (ptr != NULL)
NULL               84 maint/gnulib/tests/test-freadptr.c         if (ptr != NULL)
NULL               55 maint/gnulib/tests/test-free.c     free (NULL);
NULL              125 maint/gnulib/tests/test-free.c         mmap (NULL, 0x1000000, PROT_READ, MAP_ANONYMOUS | MAP_PRIVATE, -1, 0);
NULL              129 maint/gnulib/tests/test-free.c       if (firstpage_backup != NULL && lastpage_backup != NULL
NULL              156 maint/gnulib/tests/test-free.c                 if (mmap (NULL, pagesize, PROT_READ, MAP_FILE | MAP_PRIVATE, fd, 0)
NULL               44 maint/gnulib/tests/test-freopen-safer.c       || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL)
NULL               37 maint/gnulib/tests/test-freopen.c   ASSERT (freopen ("/dev/null", "r", stdin) != NULL);
NULL               47 maint/gnulib/tests/test-freopen.c     ASSERT (fp != NULL);
NULL               50 maint/gnulib/tests/test-freopen.c     ASSERT (freopen (NULL, "r", fp) == NULL);
NULL               60 maint/gnulib/tests/test-freopen.c     if (fp != NULL)
NULL               63 maint/gnulib/tests/test-freopen.c         ASSERT (freopen (NULL, "r", fp) == NULL);
NULL               72 maint/gnulib/tests/test-freopen.c     if (fp != NULL)
NULL               75 maint/gnulib/tests/test-freopen.c         ASSERT (freopen (NULL, "r", fp) == NULL);
NULL               33 maint/gnulib/tests/test-fseeko3.c   ASSERT (fp != NULL);
NULL               35 maint/gnulib/tests/test-fseeko4.c     ASSERT (fp != NULL);
NULL               36 maint/gnulib/tests/test-fseeko4.c     setvbuf (fp, NULL, _IONBF, 0);
NULL               51 maint/gnulib/tests/test-fseeko4.c     if (fp != NULL)
NULL               63 maint/gnulib/tests/test-fseeko4.c     if (fp != NULL)
NULL               37 maint/gnulib/tests/test-ftell3.c   if (fp == NULL)
NULL               48 maint/gnulib/tests/test-ftell3.c   if (fp == NULL)
NULL               60 maint/gnulib/tests/test-ftell3.c   if (fp == NULL)
NULL               37 maint/gnulib/tests/test-ftello3.c   if (fp == NULL)
NULL               48 maint/gnulib/tests/test-ftello3.c   if (fp == NULL)
NULL               60 maint/gnulib/tests/test-ftello3.c   if (fp == NULL)
NULL               35 maint/gnulib/tests/test-ftello4.c     ASSERT (fp != NULL);
NULL               36 maint/gnulib/tests/test-ftello4.c     setvbuf (fp, NULL, _IONBF, 0);
NULL               48 maint/gnulib/tests/test-ftello4.c     if (fp != NULL)
NULL               60 maint/gnulib/tests/test-ftello4.c     if (fp != NULL)
NULL               37 maint/gnulib/tests/test-futimens.h   result = func (fd, NULL);
NULL               77 maint/gnulib/tests/test-futimens.h     ASSERT (func (AT_FDCWD, NULL) == -1);
NULL               82 maint/gnulib/tests/test-futimens.h     ASSERT (func (-1, NULL) == -1);
NULL               88 maint/gnulib/tests/test-futimens.h     ASSERT (func (99, NULL) == -1);
NULL               96 maint/gnulib/tests/test-futimens.h     ASSERT (func (fd0, NULL) == -1);
NULL               39 maint/gnulib/tests/test-fwritable.c   if (fp == NULL)
NULL               50 maint/gnulib/tests/test-fwritable.c   if (fp == NULL)
NULL               75 maint/gnulib/tests/test-fwritable.c   if (fp == NULL)
NULL              103 maint/gnulib/tests/test-fwritable.c   if (fp == NULL)
NULL               51 maint/gnulib/tests/test-fwrite.c     ASSERT (fp != NULL);
NULL               52 maint/gnulib/tests/test-fwrite.c     setvbuf (fp, NULL, _IONBF, 0);
NULL               65 maint/gnulib/tests/test-fwrite.c     if (fp != NULL)
NULL               68 maint/gnulib/tests/test-fwrite.c         setvbuf (fp, NULL, _IONBF, 0);
NULL               80 maint/gnulib/tests/test-fwrite.c     if (fp != NULL)
NULL               83 maint/gnulib/tests/test-fwrite.c         setvbuf (fp, NULL, _IONBF, 0);
NULL               39 maint/gnulib/tests/test-fwriting.c   if (fp == NULL)
NULL               50 maint/gnulib/tests/test-fwriting.c   if (fp == NULL)
NULL               80 maint/gnulib/tests/test-fwriting.c   if (fp == NULL)
NULL              115 maint/gnulib/tests/test-fwriting.c   if (fp == NULL)
NULL              150 maint/gnulib/tests/test-fwriting.c   if (fp == NULL)
NULL               43 maint/gnulib/tests/test-getcwd-lgpl.c   pwd1 = getcwd (NULL, 0);
NULL               53 maint/gnulib/tests/test-getcwd-lgpl.c   pwd2 = getcwd (NULL, 0);
NULL               62 maint/gnulib/tests/test-getcwd-lgpl.c     pwd2 = getcwd (NULL, len + 1);
NULL               70 maint/gnulib/tests/test-getcwd-lgpl.c         ASSERT (getcwd (pwd2, i) == NULL);
NULL               74 maint/gnulib/tests/test-getcwd-lgpl.c         tmp = getcwd (NULL, i);
NULL               89 maint/gnulib/tests/test-getcwd-lgpl.c   ASSERT (strstr (pwd2, "/./") == NULL);
NULL               90 maint/gnulib/tests/test-getcwd-lgpl.c   ASSERT (strstr (pwd2, "/../") == NULL);
NULL               91 maint/gnulib/tests/test-getcwd-lgpl.c   ASSERT (strstr (pwd2 + 1 + (pwd2[1] == '/'), "//") == NULL);
NULL               95 maint/gnulib/tests/test-getcwd-lgpl.c   ASSERT (getcwd(pwd2, 0) == NULL);
NULL               66 maint/gnulib/tests/test-getcwd.c   cwd = getcwd (NULL, 0);
NULL               67 maint/gnulib/tests/test-getcwd.c   if (cwd == NULL)
NULL               92 maint/gnulib/tests/test-getcwd.c       cwd = getcwd (NULL, 0);
NULL               93 maint/gnulib/tests/test-getcwd.c       if (cwd == NULL)
NULL              157 maint/gnulib/tests/test-getcwd.c   if (cwd == NULL)
NULL              171 maint/gnulib/tests/test-getcwd.c       char *c = NULL;
NULL               56 maint/gnulib/tests/test-getdelim.c   line = NULL;
NULL               65 maint/gnulib/tests/test-getdelim.c   line = NULL;
NULL               49 maint/gnulib/tests/test-getgroups.c   result = getgroups (0, NULL);
NULL               74 maint/gnulib/tests/test-getgroups.c   ASSERT (getgroups (-1, NULL) == -1);
NULL               56 maint/gnulib/tests/test-getline.c   line = NULL;
NULL               65 maint/gnulib/tests/test-getline.c   line = NULL;
NULL               35 maint/gnulib/tests/test-getlogin.c   if (buf == NULL && err == 0)
NULL               88 maint/gnulib/tests/test-getlogin.h     if (name != NULL && name[0] != '\0')
NULL               33 maint/gnulib/tests/test-getndelim2.c   char *line = NULL;
NULL               48 maint/gnulib/tests/test-getopt-main.h       || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL)
NULL              100 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              101 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              113 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              121 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              122 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              132 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              133 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              146 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              154 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              155 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              165 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              166 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              178 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              186 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              187 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              197 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              198 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              211 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              219 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              220 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              232 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              233 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              244 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              252 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              253 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              263 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              264 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              276 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              284 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              285 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              295 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              296 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              310 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              318 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              319 maint/gnulib/tests/test-getopt.h       ASSERT (q_value != NULL && strcmp (q_value, "baz") == 0);
NULL              332 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              333 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              344 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              352 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              353 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              363 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              364 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              376 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              384 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              385 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              395 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              396 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              408 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              416 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              417 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              431 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              432 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              446 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              454 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              455 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              465 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              466 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              480 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              488 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              489 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              499 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              500 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              514 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              522 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              523 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              533 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              534 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              548 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              556 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              557 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              567 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              568 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              582 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              590 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              591 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              601 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              602 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              616 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              624 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              625 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              637 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              638 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              648 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              656 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              657 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              667 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              668 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              678 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              686 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              687 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              697 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              698 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              708 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              716 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL              717 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              729 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              730 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              745 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              760 maint/gnulib/tests/test-getopt.h           ASSERT (argv[7] == NULL);
NULL              763 maint/gnulib/tests/test-getopt.h           ASSERT (p_value == NULL);
NULL              764 maint/gnulib/tests/test-getopt.h           ASSERT (q_value == NULL);
NULL              779 maint/gnulib/tests/test-getopt.h           ASSERT (argv[7] == NULL);
NULL              782 maint/gnulib/tests/test-getopt.h           ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL              783 maint/gnulib/tests/test-getopt.h           ASSERT (q_value == NULL);
NULL              796 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              797 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              817 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              837 maint/gnulib/tests/test-getopt.h           ASSERT (argv[12] == NULL);
NULL              840 maint/gnulib/tests/test-getopt.h           ASSERT (p_value == NULL);
NULL              841 maint/gnulib/tests/test-getopt.h           ASSERT (q_value == NULL);
NULL              861 maint/gnulib/tests/test-getopt.h           ASSERT (argv[12] == NULL);
NULL              864 maint/gnulib/tests/test-getopt.h           ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL              865 maint/gnulib/tests/test-getopt.h           ASSERT (q_value == NULL);
NULL              879 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              880 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              895 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              908 maint/gnulib/tests/test-getopt.h       ASSERT (argv[7] == NULL);
NULL              911 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL              912 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL              927 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL              928 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL              948 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL              966 maint/gnulib/tests/test-getopt.h       ASSERT (argv[12] == NULL);
NULL              969 maint/gnulib/tests/test-getopt.h       ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL              970 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL             1002 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL             1003 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL             1018 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL             1033 maint/gnulib/tests/test-getopt.h           ASSERT (argv[7] == NULL);
NULL             1036 maint/gnulib/tests/test-getopt.h           ASSERT (p_value == NULL);
NULL             1037 maint/gnulib/tests/test-getopt.h           ASSERT (q_value == NULL);
NULL             1052 maint/gnulib/tests/test-getopt.h           ASSERT (argv[7] == NULL);
NULL             1055 maint/gnulib/tests/test-getopt.h           ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL             1056 maint/gnulib/tests/test-getopt.h           ASSERT (q_value == NULL);
NULL             1070 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL             1071 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL             1086 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL             1099 maint/gnulib/tests/test-getopt.h       ASSERT (argv[7] == NULL);
NULL             1102 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL             1103 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL             1113 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL             1114 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL             1124 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL             1131 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL             1132 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL             1144 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL             1145 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL             1165 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL             1183 maint/gnulib/tests/test-getopt.h       ASSERT (argv[12] == NULL);
NULL             1186 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL             1187 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL             1200 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL             1201 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL             1216 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL             1231 maint/gnulib/tests/test-getopt.h           ASSERT (argv[7] == NULL);
NULL             1234 maint/gnulib/tests/test-getopt.h           ASSERT (p_value == NULL);
NULL             1235 maint/gnulib/tests/test-getopt.h           ASSERT (q_value == NULL);
NULL             1250 maint/gnulib/tests/test-getopt.h           ASSERT (argv[7] == NULL);
NULL             1253 maint/gnulib/tests/test-getopt.h           ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL             1254 maint/gnulib/tests/test-getopt.h           ASSERT (q_value == NULL);
NULL             1270 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL             1271 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL             1286 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL             1299 maint/gnulib/tests/test-getopt.h       ASSERT (argv[7] == NULL);
NULL             1302 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL             1303 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL             1313 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL             1314 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL             1324 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL             1331 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL             1332 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL             1342 maint/gnulib/tests/test-getopt.h       const char *p_value = NULL;
NULL             1343 maint/gnulib/tests/test-getopt.h       const char *q_value = NULL;
NULL             1354 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL             1361 maint/gnulib/tests/test-getopt.h       ASSERT (p_value == NULL);
NULL             1362 maint/gnulib/tests/test-getopt.h       ASSERT (q_value == NULL);
NULL             1383 maint/gnulib/tests/test-getopt.h       argv[argc] = NULL;
NULL               25 maint/gnulib/tests/test-getopt_long.h     { "alpha",    no_argument,       NULL, 'a' },
NULL               27 maint/gnulib/tests/test-getopt_long.h     { "prune",    required_argument, NULL, 'p' },
NULL               29 maint/gnulib/tests/test-getopt_long.h     { "xtremely-",no_argument,       NULL, 1003 },
NULL               30 maint/gnulib/tests/test-getopt_long.h     { "xtra",     no_argument,       NULL, 1001 },
NULL               31 maint/gnulib/tests/test-getopt_long.h     { "xtreme",   no_argument,       NULL, 1002 },
NULL               32 maint/gnulib/tests/test-getopt_long.h     { "xtremely", no_argument,       NULL, 1003 },
NULL               33 maint/gnulib/tests/test-getopt_long.h     { NULL,       0,                 NULL, 0 }
NULL               38 maint/gnulib/tests/test-getopt_long.h     { "alpha",    no_argument,       NULL, 'a' },
NULL               40 maint/gnulib/tests/test-getopt_long.h     { "prune",    optional_argument, NULL, 'p' },
NULL               42 maint/gnulib/tests/test-getopt_long.h     { NULL,       0,                 NULL, 0 }
NULL              125 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              140 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              155 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              170 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              184 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              199 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              214 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              228 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              242 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              258 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              273 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              282 maint/gnulib/tests/test-getopt_long.h         ASSERT (optarg == NULL);
NULL              299 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              308 maint/gnulib/tests/test-getopt_long.h         ASSERT (optarg == NULL);
NULL              328 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL              331 maint/gnulib/tests/test-getopt_long.h     c = do_getopt_long (argc, argv, "W;", NULL, &option_index);
NULL              339 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              340 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              353 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              360 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              361 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              368 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              369 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              383 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              390 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              391 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              398 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              399 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              412 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              419 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              420 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              427 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              428 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              442 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              449 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              450 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              459 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              460 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              473 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              480 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              481 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              488 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              489 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              503 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              510 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              511 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              518 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              519 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              535 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              542 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              543 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              552 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              553 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              566 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              573 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              574 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              581 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              582 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              598 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              605 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              606 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              613 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              614 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              630 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              637 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              638 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              647 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              648 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              660 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              667 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              668 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              675 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              676 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              689 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              696 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              697 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              704 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              705 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              720 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              727 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              728 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value != NULL && strcmp (q_value, "baz") == 0);
NULL              737 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              738 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              750 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              757 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              758 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              765 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              766 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              779 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              786 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              787 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              794 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              795 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              810 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              817 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              818 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value != NULL && strcmp (q_value, "baz") == 0);
NULL              827 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              828 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              840 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              847 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              848 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              855 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              856 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              870 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              877 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              878 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              885 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              886 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              902 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              909 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              910 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value != NULL && strcmp (q_value, "baz") == 0);
NULL              919 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              920 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              932 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              939 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL              940 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              947 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              948 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              961 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              968 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              969 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL              976 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL              977 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL              990 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL              997 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL              998 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1007 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1008 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1020 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1027 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL             1028 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1035 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1036 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1049 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1056 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1057 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1064 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1065 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1078 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1085 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && *p_value == '\0');
NULL             1086 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1093 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1094 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1107 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1114 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1115 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1124 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1125 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1137 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1144 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL             1145 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1152 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1153 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1166 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1173 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1174 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1181 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1182 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1195 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1202 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && *p_value == '\0');
NULL             1203 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1210 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1211 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1225 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1232 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && *p_value == '\0');
NULL             1233 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1240 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1241 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1255 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1263 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1272 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1273 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1288 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1295 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL             1296 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1303 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1304 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1319 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1326 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL             1327 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1336 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1337 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1351 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1358 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL             1359 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1366 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1367 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1381 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1388 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0);
NULL             1389 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1400 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1401 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1417 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1429 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[7] == NULL);
NULL             1432 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL             1433 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1442 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1443 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1464 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1481 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[12] == NULL);
NULL             1484 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL             1485 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1494 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1495 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1511 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1523 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[7] == NULL);
NULL             1526 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL             1527 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1539 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1540 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1561 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1578 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[12] == NULL);
NULL             1581 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL             1582 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1611 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1612 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1628 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1640 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[7] == NULL);
NULL             1643 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL             1644 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1654 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1655 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1671 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1683 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[7] == NULL);
NULL             1686 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1687 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1694 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1695 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1706 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1713 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1714 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1723 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1724 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1745 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1762 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[12] == NULL);
NULL             1765 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1766 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1775 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1776 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1792 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1804 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[7] == NULL);
NULL             1807 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0);
NULL             1808 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1827 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1828 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1844 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1856 maint/gnulib/tests/test-getopt_long.h       ASSERT (argv[7] == NULL);
NULL             1859 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1860 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1869 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1870 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1882 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1889 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1890 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1899 maint/gnulib/tests/test-getopt_long.h       const char *p_value = NULL;
NULL             1900 maint/gnulib/tests/test-getopt_long.h       const char *q_value = NULL;
NULL             1913 maint/gnulib/tests/test-getopt_long.h       argv[argc] = NULL;
NULL             1920 maint/gnulib/tests/test-getopt_long.h       ASSERT (p_value == NULL);
NULL             1921 maint/gnulib/tests/test-getopt_long.h       ASSERT (q_value == NULL);
NULL             1951 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             1967 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             1983 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             1999 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             2016 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             2033 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             2049 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             2065 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             2080 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             2095 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             2115 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL             2126 maint/gnulib/tests/test-getopt_long.h     ASSERT (optarg == NULL);
NULL             2136 maint/gnulib/tests/test-getopt_long.h     argv[argc] = NULL;
NULL               45 maint/gnulib/tests/test-getrusage.c     ASSERT (gettimeofday (&t0, NULL) == 0);
NULL               55 maint/gnulib/tests/test-getrusage.c         ASSERT (gettimeofday (&t, NULL) == 0);
NULL               40 maint/gnulib/tests/test-gettimeofday.c   gettimeofday (&tv, NULL);
NULL               43 maint/gnulib/tests/test-glob.c   res = glob (".", 0, NULL, &g);
NULL               47 maint/gnulib/tests/test-glob.c   res = glob (".", GLOB_NOSORT, NULL, &g);
NULL               51 maint/gnulib/tests/test-glob.c   res = glob (".", GLOB_MARK, NULL, &g);
NULL               54 maint/gnulib/tests/test-glob.c   res = glob (".", GLOB_APPEND, NULL, &g);
NULL               58 maint/gnulib/tests/test-glob.c   res = glob (".", GLOB_NOESCAPE, NULL, &g);
NULL               62 maint/gnulib/tests/test-glob.c   res = glob ("./*", 0, NULL, &g);
NULL               66 maint/gnulib/tests/test-glob.c   res = glob (GL_NO_SUCH_FILE, 0, NULL, &g);
NULL               69 maint/gnulib/tests/test-glob.c   res = glob (GL_NO_SUCH_FILE, GLOB_NOCHECK, NULL, &g);
NULL               77 maint/gnulib/tests/test-glob.c       res = glob (BASE "globlink[12]", 0, NULL, &g);
NULL               83 maint/gnulib/tests/test-glob.c       res = glob (BASE "globlink[12]", GLOB_MARK, NULL, &g);
NULL               99 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt, x5) == NULL);
NULL              122 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt1, z37) == NULL);
NULL              131 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_do_while (hamt2, proc, NULL) == 1);
NULL              139 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt1, x5) == NULL);
NULL              175 maint/gnulib/tests/test-hamt.c   return hamt_do_while (hamt, true_processor, NULL);
NULL              259 maint/gnulib/tests/test-hamt.c           if (p != NULL)
NULL               35 maint/gnulib/tests/test-hard-locale.c   if (setlocale (LC_ALL, name) != NULL)
NULL               97 maint/gnulib/tests/test-hard-locale.c   all_trivial = (setlocale (LC_ALL, "foobar") != NULL);
NULL              112 maint/gnulib/tests/test-hash.c       ht = hash_initialize (sz, NULL, hash_pjw, hash_compare_strings, NULL);
NULL              130 maint/gnulib/tests/test-hash.c         void *buf[5] = { NULL };
NULL              131 maint/gnulib/tests/test-hash.c         ASSERT (hash_get_entries (ht, NULL, 0) == 0);
NULL              136 maint/gnulib/tests/test-hash.c       ASSERT (hash_remove (ht, "a") == NULL);
NULL              147 maint/gnulib/tests/test-hash.c       ht = hash_initialize (sz, NULL, hash_pjw, hash_compare_strings, NULL);
NULL              162 maint/gnulib/tests/test-hash.c       ht = hash_initialize (sz, NULL, NULL, NULL, NULL);
NULL              192 maint/gnulib/tests/test-hash.c       Hash_tuning const *tune = (k == 0 ? NULL : &tuning);
NULL              144 maint/gnulib/tests/test-hash_map.c                                    string_equals, string_hash, NULL, NULL);
NULL              145 maint/gnulib/tests/test-hash_map.c     ASSERT (map1 != NULL);
NULL              149 maint/gnulib/tests/test-hash_map.c                                    string_equals, string_hash, NULL, NULL);
NULL              150 maint/gnulib/tests/test-hash_map.c     ASSERT (map2 != NULL);
NULL              121 maint/gnulib/tests/test-hash_set.c     set1 = gl_set_nx_create_empty (GL_ARRAY_SET, string_equals, string_hashcode, NULL);
NULL              122 maint/gnulib/tests/test-hash_set.c     ASSERT (set1 != NULL);
NULL              125 maint/gnulib/tests/test-hash_set.c     set2 = gl_set_nx_create_empty (GL_HASH_SET, string_equals, string_hashcode, NULL);
NULL              126 maint/gnulib/tests/test-hash_set.c     ASSERT (set2 != NULL);
NULL               27 maint/gnulib/tests/test-iconvme.c   char *in = NULL, *out = NULL;
NULL               28 maint/gnulib/tests/test-iconvme.c   char *to = NULL, *from = NULL;
NULL               76 maint/gnulib/tests/test-iconvme.c   if (out == NULL)
NULL               56 maint/gnulib/tests/test-ignore-value.c   return NULL;
NULL               83 maint/gnulib/tests/test-immutable.c         ASSERT (wp != NULL);
NULL              100 maint/gnulib/tests/test-immutable.c         ASSERT (wp != NULL);
NULL              123 maint/gnulib/tests/test-immutable.c         ASSERT (wp != NULL);
NULL              131 maint/gnulib/tests/test-immutable.c         ASSERT (wp2 != NULL);
NULL               50 maint/gnulib/tests/test-inet_ntop.c     ASSERT (result != NULL);
NULL               30 maint/gnulib/tests/test-ino-map.c   ASSERT (ino_map != NULL);
NULL               55 maint/gnulib/tests/test-iswdigit.c   if (setlocale (LC_ALL, "") == NULL)
NULL               55 maint/gnulib/tests/test-iswxdigit.c   if (setlocale (LC_ALL, "") == NULL)
NULL               44 maint/gnulib/tests/test-lchown.h   gid_t *gids = NULL;
NULL              149 maint/gnulib/tests/test-lchown.h   gids_count = mgetgroups (NULL, st1.st_gid, &gids);
NULL               62 maint/gnulib/tests/test-libtextstyle.c           && getenv ("NO_COLOR") == NULL)
NULL               67 maint/gnulib/tests/test-libtextstyle.c       if (style_file_name == NULL)
NULL               72 maint/gnulib/tests/test-libtextstyle.c     style_file_name = NULL;
NULL              146 maint/gnulib/tests/test-linkat.c   cwd = getcwd (NULL, 0);
NULL              168 maint/gnulib/tests/test-linkat.c       char *file1 = mfile_name_concat ((i & 4) ? ".." : cwd, BASE "xx", NULL);
NULL              170 maint/gnulib/tests/test-linkat.c       char *file2 = mfile_name_concat ((i & 1) ? ".." : cwd, BASE "xx", NULL);
NULL              309 maint/gnulib/tests/test-linkat.c   ASSERT (areadlink (BASE "file") == NULL);
NULL              334 maint/gnulib/tests/test-linkat.c   ASSERT (areadlink (BASE "file") == NULL);
NULL              362 maint/gnulib/tests/test-linkat.c   ASSERT (areadlink (BASE "sub1/file") == NULL);
NULL               53 maint/gnulib/tests/test-linked_list.c   while (node1 != NULL && node2 != NULL)
NULL               60 maint/gnulib/tests/test-linked_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL               68 maint/gnulib/tests/test-linked_list.c   while (node1 != NULL && node2 != NULL)
NULL               75 maint/gnulib/tests/test-linked_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL              105 maint/gnulib/tests/test-linked_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
NULL              107 maint/gnulib/tests/test-linked_list.c     ASSERT (list1 != NULL);
NULL              109 maint/gnulib/tests/test-linked_list.c     list2 = gl_list_nx_create_empty (GL_LINKED_LIST, NULL, NULL, NULL, true);
NULL              110 maint/gnulib/tests/test-linked_list.c     ASSERT (list2 != NULL);
NULL              112 maint/gnulib/tests/test-linked_list.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              115 maint/gnulib/tests/test-linked_list.c     list3 = gl_list_nx_create (GL_LINKED_LIST, NULL, NULL, NULL, true,
NULL              117 maint/gnulib/tests/test-linked_list.c     ASSERT (list3 != NULL);
NULL              137 maint/gnulib/tests/test-linked_list.c                 ASSERT (node1 != NULL);
NULL              142 maint/gnulib/tests/test-linked_list.c                 ASSERT (node2 != NULL);
NULL              147 maint/gnulib/tests/test-linked_list.c                 ASSERT (node3 != NULL);
NULL              178 maint/gnulib/tests/test-linked_list.c               if (node1 == NULL)
NULL              180 maint/gnulib/tests/test-linked_list.c                   ASSERT (node2 == NULL);
NULL              181 maint/gnulib/tests/test-linked_list.c                   ASSERT (node3 == NULL);
NULL              185 maint/gnulib/tests/test-linked_list.c                   ASSERT (node2 != NULL);
NULL              186 maint/gnulib/tests/test-linked_list.c                   ASSERT (node3 != NULL);
NULL              222 maint/gnulib/tests/test-linked_list.c               ASSERT (node1 != NULL);
NULL              224 maint/gnulib/tests/test-linked_list.c               ASSERT (node2 != NULL);
NULL              226 maint/gnulib/tests/test-linked_list.c               ASSERT (node3 != NULL);
NULL              240 maint/gnulib/tests/test-linked_list.c               ASSERT (node1 != NULL);
NULL              242 maint/gnulib/tests/test-linked_list.c               ASSERT (node2 != NULL);
NULL              244 maint/gnulib/tests/test-linked_list.c               ASSERT (node3 != NULL);
NULL              260 maint/gnulib/tests/test-linked_list.c               ASSERT (node1 != NULL);
NULL              262 maint/gnulib/tests/test-linked_list.c               ASSERT (node1 != NULL);
NULL              264 maint/gnulib/tests/test-linked_list.c               ASSERT (node1 != NULL);
NULL              266 maint/gnulib/tests/test-linked_list.c               ASSERT (node2 != NULL);
NULL              268 maint/gnulib/tests/test-linked_list.c               ASSERT (node2 != NULL);
NULL              270 maint/gnulib/tests/test-linked_list.c               ASSERT (node2 != NULL);
NULL              272 maint/gnulib/tests/test-linked_list.c               ASSERT (node3 != NULL);
NULL              274 maint/gnulib/tests/test-linked_list.c               ASSERT (node3 != NULL);
NULL              276 maint/gnulib/tests/test-linked_list.c               ASSERT (node3 != NULL);
NULL              297 maint/gnulib/tests/test-linked_list.c               ASSERT (node1 != NULL);
NULL              299 maint/gnulib/tests/test-linked_list.c               ASSERT (node2 != NULL);
NULL              301 maint/gnulib/tests/test-linked_list.c               ASSERT (node3 != NULL);
NULL              337 maint/gnulib/tests/test-linked_list.c                 ASSERT (node1 != NULL);
NULL              338 maint/gnulib/tests/test-linked_list.c                 ASSERT (node2 != NULL);
NULL              339 maint/gnulib/tests/test-linked_list.c                 ASSERT (node3 != NULL);
NULL              407 maint/gnulib/tests/test-linked_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              409 maint/gnulib/tests/test-linked_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              411 maint/gnulib/tests/test-linked_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              414 maint/gnulib/tests/test-linked_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              415 maint/gnulib/tests/test-linked_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              416 maint/gnulib/tests/test-linked_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              433 maint/gnulib/tests/test-linked_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              435 maint/gnulib/tests/test-linked_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              437 maint/gnulib/tests/test-linked_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              440 maint/gnulib/tests/test-linked_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              441 maint/gnulib/tests/test-linked_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              442 maint/gnulib/tests/test-linked_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL               80 maint/gnulib/tests/test-linkedhash_list.c   while (node1 != NULL && node2 != NULL)
NULL               87 maint/gnulib/tests/test-linkedhash_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL               95 maint/gnulib/tests/test-linkedhash_list.c   while (node1 != NULL && node2 != NULL)
NULL              102 maint/gnulib/tests/test-linkedhash_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL              133 maint/gnulib/tests/test-linkedhash_list.c                                string_equals, string_hash, NULL, true,
NULL              135 maint/gnulib/tests/test-linkedhash_list.c     ASSERT (list1 != NULL);
NULL              138 maint/gnulib/tests/test-linkedhash_list.c                                      string_equals, string_hash, NULL, true);
NULL              139 maint/gnulib/tests/test-linkedhash_list.c     ASSERT (list2 != NULL);
NULL              141 maint/gnulib/tests/test-linkedhash_list.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              145 maint/gnulib/tests/test-linkedhash_list.c                                string_equals, string_hash, NULL, true,
NULL              147 maint/gnulib/tests/test-linkedhash_list.c     ASSERT (list3 != NULL);
NULL              167 maint/gnulib/tests/test-linkedhash_list.c                 ASSERT (node1 != NULL);
NULL              172 maint/gnulib/tests/test-linkedhash_list.c                 ASSERT (node2 != NULL);
NULL              177 maint/gnulib/tests/test-linkedhash_list.c                 ASSERT (node3 != NULL);
NULL              208 maint/gnulib/tests/test-linkedhash_list.c               if (node1 == NULL)
NULL              210 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (node2 == NULL);
NULL              211 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (node3 == NULL);
NULL              215 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (node2 != NULL);
NULL              216 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (node3 != NULL);
NULL              252 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node1 != NULL);
NULL              254 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node2 != NULL);
NULL              256 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node3 != NULL);
NULL              270 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node1 != NULL);
NULL              272 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node2 != NULL);
NULL              274 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node3 != NULL);
NULL              290 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node1 != NULL);
NULL              292 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node1 != NULL);
NULL              294 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node1 != NULL);
NULL              296 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node2 != NULL);
NULL              298 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node2 != NULL);
NULL              300 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node2 != NULL);
NULL              302 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node3 != NULL);
NULL              304 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node3 != NULL);
NULL              306 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node3 != NULL);
NULL              327 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node1 != NULL);
NULL              329 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node2 != NULL);
NULL              331 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (node3 != NULL);
NULL              367 maint/gnulib/tests/test-linkedhash_list.c                 ASSERT (node1 != NULL);
NULL              368 maint/gnulib/tests/test-linkedhash_list.c                 ASSERT (node2 != NULL);
NULL              369 maint/gnulib/tests/test-linkedhash_list.c                 ASSERT (node3 != NULL);
NULL              437 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              439 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              441 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              444 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              445 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              446 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              463 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              465 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              467 maint/gnulib/tests/test-linkedhash_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              470 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              471 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              472 maint/gnulib/tests/test-linkedhash_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              144 maint/gnulib/tests/test-linkedhash_map.c                                    string_equals, string_hash, NULL, NULL);
NULL              145 maint/gnulib/tests/test-linkedhash_map.c     ASSERT (map1 != NULL);
NULL              149 maint/gnulib/tests/test-linkedhash_map.c                                    string_equals, string_hash, NULL, NULL);
NULL              150 maint/gnulib/tests/test-linkedhash_map.c     ASSERT (map2 != NULL);
NULL              121 maint/gnulib/tests/test-linkedhash_set.c     set1 = gl_set_nx_create_empty (GL_ARRAY_SET, string_equals, string_hashcode, NULL);
NULL              122 maint/gnulib/tests/test-linkedhash_set.c     ASSERT (set1 != NULL);
NULL              125 maint/gnulib/tests/test-linkedhash_set.c     set2 = gl_set_nx_create_empty (GL_LINKEDHASH_SET, string_equals, string_hashcode, NULL);
NULL              126 maint/gnulib/tests/test-linkedhash_set.c     ASSERT (set2 != NULL);
NULL               36 maint/gnulib/tests/test-list-c++.cc   list1 = gl_List<const char *> (GL_ARRAY_LIST, NULL, NULL, NULL, true);
NULL               42 maint/gnulib/tests/test-locale.c verify (sizeof NULL == sizeof (void *));
NULL               74 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name (LC_MESSAGES, "LC_MESSAGES") != NULL);
NULL              103 maint/gnulib/tests/test-localename.c   ASSERT (ret != NULL);
NULL              174 maint/gnulib/tests/test-localename.c   if (setlocale (LC_ALL, "") != NULL)
NULL              195 maint/gnulib/tests/test-localename.c   if (setlocale (LC_ALL, "") != NULL)
NULL              206 maint/gnulib/tests/test-localename.c     locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL);
NULL              207 maint/gnulib/tests/test-localename.c     if (locale != NULL)
NULL              227 maint/gnulib/tests/test-localename.c         locale_t loc = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL);
NULL              228 maint/gnulib/tests/test-localename.c         if (loc != NULL)
NULL              231 maint/gnulib/tests/test-localename.c             if (locale == NULL)
NULL              267 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_thread (LC_CTYPE, "LC_CTYPE") == NULL);
NULL              268 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_thread (LC_MESSAGES, "LC_MESSAGES") == NULL);
NULL              272 maint/gnulib/tests/test-localename.c     locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL);
NULL              273 maint/gnulib/tests/test-localename.c     if (locale != NULL)
NULL              295 maint/gnulib/tests/test-localename.c         locale_t loc = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL);
NULL              296 maint/gnulib/tests/test-localename.c         if (loc != NULL)
NULL              299 maint/gnulib/tests/test-localename.c             if (locale == NULL)
NULL              444 maint/gnulib/tests/test-localename.c         locale_t locale = newlocale (LC_ALL_MASK, choices[j], NULL);
NULL              445 maint/gnulib/tests/test-localename.c         available[j] = (locale != NULL);
NULL              446 maint/gnulib/tests/test-localename.c         if (locale != NULL)
NULL              476 maint/gnulib/tests/test-localename.c             locale_t locale = newlocale (LC_ALL_MASK, choices[j], NULL);
NULL              479 maint/gnulib/tests/test-localename.c             ASSERT (locale != NULL);
NULL              505 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_thread (LC_CTYPE, "LC_CTYPE") == NULL);
NULL              506 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_thread (LC_MESSAGES, "LC_MESSAGES") == NULL);
NULL              544 maint/gnulib/tests/test-localename.c   ASSERT (ret != NULL);
NULL              546 maint/gnulib/tests/test-localename.c   ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0);
NULL              548 maint/gnulib/tests/test-localename.c   ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0);
NULL              559 maint/gnulib/tests/test-localename.c   ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0);
NULL              567 maint/gnulib/tests/test-localename.c   ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0);
NULL              575 maint/gnulib/tests/test-localename.c   ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0);
NULL              583 maint/gnulib/tests/test-localename.c   ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0);
NULL              618 maint/gnulib/tests/test-localename.c   if (setlocale (LC_ALL, "") != NULL)
NULL              634 maint/gnulib/tests/test-localename.c   if (setlocale (LC_ALL, "") != NULL)
NULL              637 maint/gnulib/tests/test-localename.c       ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0);
NULL              645 maint/gnulib/tests/test-localename.c     locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL);
NULL              646 maint/gnulib/tests/test-localename.c     if (locale != NULL)
NULL              682 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL);
NULL              683 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_environ (LC_NUMERIC, "LC_NUMERIC") == NULL);
NULL              692 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL);
NULL              698 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL);
NULL              704 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL);
NULL              710 maint/gnulib/tests/test-localename.c   ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL);
NULL              752 maint/gnulib/tests/test-localename.c   ASSERT (name == NULL);
NULL              759 maint/gnulib/tests/test-localename.c     locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL);
NULL              760 maint/gnulib/tests/test-localename.c     if (locale != NULL)
NULL              783 maint/gnulib/tests/test-localename.c   ASSERT (name != NULL);
NULL              794 maint/gnulib/tests/test-localename.c     locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL);
NULL              795 maint/gnulib/tests/test-localename.c     if (locale != NULL)
NULL              178 maint/gnulib/tests/test-lock.c   return NULL;
NULL              198 maint/gnulib/tests/test-lock.c   return NULL;
NULL              215 maint/gnulib/tests/test-lock.c   checkerthread = gl_thread_create (lock_checker_thread, NULL);
NULL              217 maint/gnulib/tests/test-lock.c     threads[i] = gl_thread_create (lock_mutator_thread, NULL);
NULL              221 maint/gnulib/tests/test-lock.c     gl_thread_join (threads[i], NULL);
NULL              223 maint/gnulib/tests/test-lock.c   gl_thread_join (checkerthread, NULL);
NULL              263 maint/gnulib/tests/test-lock.c   return NULL;
NULL              283 maint/gnulib/tests/test-lock.c   return NULL;
NULL              301 maint/gnulib/tests/test-lock.c     checkerthreads[i] = gl_thread_create (rwlock_checker_thread, NULL);
NULL              303 maint/gnulib/tests/test-lock.c     threads[i] = gl_thread_create (rwlock_mutator_thread, NULL);
NULL              307 maint/gnulib/tests/test-lock.c     gl_thread_join (threads[i], NULL);
NULL              310 maint/gnulib/tests/test-lock.c     gl_thread_join (checkerthreads[i], NULL);
NULL              366 maint/gnulib/tests/test-lock.c   return NULL;
NULL              386 maint/gnulib/tests/test-lock.c   return NULL;
NULL              403 maint/gnulib/tests/test-lock.c   checkerthread = gl_thread_create (reclock_checker_thread, NULL);
NULL              405 maint/gnulib/tests/test-lock.c     threads[i] = gl_thread_create (reclock_mutator_thread, NULL);
NULL              409 maint/gnulib/tests/test-lock.c     gl_thread_join (threads[i], NULL);
NULL              411 maint/gnulib/tests/test-lock.c   gl_thread_join (checkerthread, NULL);
NULL              476 maint/gnulib/tests/test-lock.c   return NULL;
NULL              564 maint/gnulib/tests/test-lock.c     gl_thread_join (threads[i], NULL);
NULL               37 maint/gnulib/tests/test-login_tty.c     int res = openpty (&master, &slave, NULL, NULL, NULL);
NULL               34 maint/gnulib/tests/test-lutimens.h   ASSERT (func ("no_such", NULL) == -1);
NULL               37 maint/gnulib/tests/test-lutimens.h   ASSERT (func ("no_such/", NULL) == -1);
NULL               40 maint/gnulib/tests/test-lutimens.h   ASSERT (func ("", NULL) == -1);
NULL               82 maint/gnulib/tests/test-lutimens.h   result = func (BASE "link", NULL);
NULL              219 maint/gnulib/tests/test-lutimens.h   ASSERT (func (BASE "link", NULL) == 0);
NULL               32 maint/gnulib/tests/test-malloc-gnu.c   ASSERT (p != NULL);
NULL               40 maint/gnulib/tests/test-malloc-gnu.c       ASSERT (p == NULL);
NULL               40 maint/gnulib/tests/test-map-c++.cc   map1 = gl_Map<const char *, const int *> (GL_ARRAY_MAP, streq, NULL, NULL, NULL);
NULL               35 maint/gnulib/tests/test-mbmemcasecmp.c   if (setlocale (LC_ALL, "") == NULL)
NULL               24 maint/gnulib/tests/test-mbmemcasecmp.h     ASSERT (my_casecmp (NULL, 0, NULL, 0) == 0);
NULL               29 maint/gnulib/tests/test-mbmemcasecmp.h     ASSERT (my_casecmp (input, SIZEOF (input), NULL, 0) > 0);
NULL               31 maint/gnulib/tests/test-mbmemcasecmp.h     ASSERT (my_casecmp (NULL, 0, input, SIZEOF (input)) < 0);
NULL               41 maint/gnulib/tests/test-mbmemcasecoll.c   if (setlocale (LC_ALL, "") == NULL)
NULL               47 maint/gnulib/tests/test-mbrtoc32-w32.c     if (setlocale (LC_ALL, name_with_codepage) == NULL)
NULL               59 maint/gnulib/tests/test-mbrtoc32-w32.c     if (setlocale (LC_ALL, name) == NULL)
NULL              108 maint/gnulib/tests/test-mbrtoc32-w32.c     ret = mbrtoc32 (NULL, "", 1, &state);
NULL              150 maint/gnulib/tests/test-mbrtoc32-w32.c           ret = mbrtoc32 (NULL, buf, 1, &state);
NULL              161 maint/gnulib/tests/test-mbrtoc32-w32.c     ret = mbrtoc32 (&wc, NULL, 5, &state);
NULL              191 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 2, 3, &state);
NULL              240 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 2, 3, &state);
NULL              306 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 5, 3, &state);
NULL              376 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 5, 3, &state);
NULL              446 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 5, 3, &state);
NULL              509 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 3, 8, &state);
NULL              525 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 7, 4, &state);
NULL              616 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 3, 6, &state);
NULL              630 maint/gnulib/tests/test-mbrtoc32-w32.c         ret = mbrtoc32 (NULL, input + 5, 4, &state);
NULL               41 maint/gnulib/tests/test-mbrtoc32.c   if (setlocale (LC_ALL, "") == NULL)
NULL               61 maint/gnulib/tests/test-mbrtoc32.c     ret = mbrtoc32 (NULL, "", 1, &state);
NULL              116 maint/gnulib/tests/test-mbrtoc32.c           ret = mbrtoc32 (NULL, buf, 1, &state);
NULL              127 maint/gnulib/tests/test-mbrtoc32.c     ret = mbrtoc32 (&wc, NULL, 5, &state);
NULL              157 maint/gnulib/tests/test-mbrtoc32.c           ret = mbrtoc32 (NULL, input + 2, 3, &state);
NULL              212 maint/gnulib/tests/test-mbrtoc32.c           ret = mbrtoc32 (NULL, input + 3, 6, &state);
NULL              226 maint/gnulib/tests/test-mbrtoc32.c           ret = mbrtoc32 (NULL, input + 5, 4, &state);
NULL              285 maint/gnulib/tests/test-mbrtoc32.c           ret = mbrtoc32 (NULL, input + 5, 3, &state);
NULL              333 maint/gnulib/tests/test-mbrtoc32.c           ret = mbrtoc32 (NULL, input + 3, 8, &state);
NULL              348 maint/gnulib/tests/test-mbrtoc32.c           ret = mbrtoc32 (NULL, input + 7, 4, &state);
NULL               47 maint/gnulib/tests/test-mbrtowc-w32.c     if (setlocale (LC_ALL, name_with_codepage) == NULL)
NULL               59 maint/gnulib/tests/test-mbrtowc-w32.c     if (setlocale (LC_ALL, name) == NULL)
NULL              108 maint/gnulib/tests/test-mbrtowc-w32.c     ret = mbrtowc (NULL, "", 1, &state);
NULL              150 maint/gnulib/tests/test-mbrtowc-w32.c           ret = mbrtowc (NULL, buf, 1, &state);
NULL              161 maint/gnulib/tests/test-mbrtowc-w32.c     ret = mbrtowc (&wc, NULL, 5, &state);
NULL              191 maint/gnulib/tests/test-mbrtowc-w32.c         ret = mbrtowc (NULL, input + 2, 3, &state);
NULL              240 maint/gnulib/tests/test-mbrtowc-w32.c         ret = mbrtowc (NULL, input + 2, 3, &state);
NULL              306 maint/gnulib/tests/test-mbrtowc-w32.c         ret = mbrtowc (NULL, input + 5, 3, &state);
NULL              376 maint/gnulib/tests/test-mbrtowc-w32.c         ret = mbrtowc (NULL, input + 5, 3, &state);
NULL              446 maint/gnulib/tests/test-mbrtowc-w32.c         ret = mbrtowc (NULL, input + 5, 3, &state);
NULL              509 maint/gnulib/tests/test-mbrtowc-w32.c         ret = mbrtowc (NULL, input + 3, 6, &state);
NULL              607 maint/gnulib/tests/test-mbrtowc-w32.c         ret = mbrtowc (NULL, input + 3, 4, &state);
NULL               41 maint/gnulib/tests/test-mbrtowc.c   if (setlocale (LC_ALL, "") == NULL)
NULL               61 maint/gnulib/tests/test-mbrtowc.c     ret = mbrtowc (NULL, "", 1, &state);
NULL              116 maint/gnulib/tests/test-mbrtowc.c           ret = mbrtowc (NULL, buf, 1, &state);
NULL              127 maint/gnulib/tests/test-mbrtowc.c     ret = mbrtowc (&wc, NULL, 5, &state);
NULL              157 maint/gnulib/tests/test-mbrtowc.c           ret = mbrtowc (NULL, input + 2, 3, &state);
NULL              211 maint/gnulib/tests/test-mbrtowc.c           ret = mbrtowc (NULL, input + 3, 4, &state);
NULL              274 maint/gnulib/tests/test-mbrtowc.c           ret = mbrtowc (NULL, input + 5, 3, &state);
NULL              322 maint/gnulib/tests/test-mbrtowc.c           ret = mbrtowc (NULL, input + 3, 6, &state);
NULL               31 maint/gnulib/tests/test-mbscasecmp.c   if (setlocale (LC_ALL, "") == NULL)
NULL               53 maint/gnulib/tests/test-mbscasestr1.c     ASSERT (result == NULL);
NULL               66 maint/gnulib/tests/test-mbscasestr1.c     if (haystack != NULL)
NULL               90 maint/gnulib/tests/test-mbscasestr1.c     if (needle != NULL)
NULL               97 maint/gnulib/tests/test-mbscasestr1.c             ASSERT (mbscasestr (haystack, needle) == NULL);
NULL              109 maint/gnulib/tests/test-mbscasestr1.c     if (haystack != NULL && needle != NULL)
NULL               32 maint/gnulib/tests/test-mbscasestr2.c   if (setlocale (LC_ALL, "") == NULL)
NULL               50 maint/gnulib/tests/test-mbscasestr2.c     ASSERT (result == NULL);
NULL               62 maint/gnulib/tests/test-mbscasestr2.c     ASSERT (result == NULL);
NULL               74 maint/gnulib/tests/test-mbscasestr2.c     if (haystack != NULL)
NULL              102 maint/gnulib/tests/test-mbscasestr2.c     if (needle != NULL)
NULL              109 maint/gnulib/tests/test-mbscasestr2.c             ASSERT (mbscasestr (haystack, needle) == NULL);
NULL              121 maint/gnulib/tests/test-mbscasestr2.c     if (haystack != NULL && needle != NULL)
NULL               31 maint/gnulib/tests/test-mbscasestr3.c   if (setlocale (LC_ALL, "") == NULL)
NULL               44 maint/gnulib/tests/test-mbscasestr3.c     ASSERT (result == NULL);
NULL               72 maint/gnulib/tests/test-mbscasestr3.c     ASSERT (result == NULL);
NULL               78 maint/gnulib/tests/test-mbscasestr3.c     ASSERT (result == NULL);
NULL               31 maint/gnulib/tests/test-mbscasestr4.c   if (setlocale (LC_ALL, "") == NULL)
NULL               45 maint/gnulib/tests/test-mbscasestr4.c     ASSERT (mbscasestr (input, "\303\266c") == NULL);
NULL               31 maint/gnulib/tests/test-mbschr.c   if (setlocale (LC_ALL, "") == NULL)
NULL               44 maint/gnulib/tests/test-mbschr.c     ASSERT (result == NULL);
NULL               64 maint/gnulib/tests/test-mbschr.c     ASSERT (result == NULL);
NULL               31 maint/gnulib/tests/test-mbscspn.c   if (setlocale (LC_ALL, "") == NULL)
NULL               35 maint/gnulib/tests/test-mbsinit.c   ASSERT (mbsinit (NULL));
NULL               46 maint/gnulib/tests/test-mbsinit.c       if (setlocale (LC_ALL, "") == NULL)
NULL               31 maint/gnulib/tests/test-mbsncasecmp.c   if (setlocale (LC_ALL, "") == NULL)
NULL               41 maint/gnulib/tests/test-mbsnrtoc32s.c   if (setlocale (LC_ALL, "") == NULL)
NULL               51 maint/gnulib/tests/test-mbsnrtoc32s.c     ret = mbsnrtoc32s (NULL, &src, 1, 0, &state);
NULL               56 maint/gnulib/tests/test-mbsnrtoc32s.c     ret = mbsnrtoc32s (NULL, &src, 1, 1, &state);
NULL              116 maint/gnulib/tests/test-mbsnrtoc32s.c                 ret = mbsnrtoc32s (NULL, &src, 4, unlimited ? BUFSIZE : 1, &temp_state);
NULL              124 maint/gnulib/tests/test-mbsnrtoc32s.c                 ASSERT (src == (unlimited ? NULL : input + 3));
NULL              161 maint/gnulib/tests/test-mbsnrtoc32s.c                 ret = mbsnrtoc32s (NULL, &src, 9, unlimited ? BUFSIZE : 2, &temp_state);
NULL              169 maint/gnulib/tests/test-mbsnrtoc32s.c                 ASSERT (src == (unlimited ? NULL : input + 5));
NULL              215 maint/gnulib/tests/test-mbsnrtoc32s.c                 ret = mbsnrtoc32s (NULL, &src, 5, unlimited ? BUFSIZE : 2, &temp_state);
NULL              223 maint/gnulib/tests/test-mbsnrtoc32s.c                 ASSERT (src == (unlimited ? NULL : input + 7));
NULL              260 maint/gnulib/tests/test-mbsnrtoc32s.c                 ret = mbsnrtoc32s (NULL, &src, 11, unlimited ? BUFSIZE : 2, &temp_state);
NULL              268 maint/gnulib/tests/test-mbsnrtoc32s.c                 ASSERT (src == (unlimited ? NULL : input + 7));
NULL               41 maint/gnulib/tests/test-mbsnrtowcs.c   if (setlocale (LC_ALL, "") == NULL)
NULL               51 maint/gnulib/tests/test-mbsnrtowcs.c     ret = mbsnrtowcs (NULL, &src, 1, 0, &state);
NULL               56 maint/gnulib/tests/test-mbsnrtowcs.c     ret = mbsnrtowcs (NULL, &src, 1, 1, &state);
NULL              116 maint/gnulib/tests/test-mbsnrtowcs.c                 ret = mbsnrtowcs (NULL, &src, 4, unlimited ? BUFSIZE : 1, &temp_state);
NULL              124 maint/gnulib/tests/test-mbsnrtowcs.c                 ASSERT (src == (unlimited ? NULL : input + 3));
NULL              161 maint/gnulib/tests/test-mbsnrtowcs.c                 ret = mbsnrtowcs (NULL, &src, 6, unlimited ? BUFSIZE : 2, &temp_state);
NULL              169 maint/gnulib/tests/test-mbsnrtowcs.c                 ASSERT (src == (unlimited ? NULL : input + 5));
NULL              215 maint/gnulib/tests/test-mbsnrtowcs.c                 ret = mbsnrtowcs (NULL, &src, 5, unlimited ? BUFSIZE : 2, &temp_state);
NULL              223 maint/gnulib/tests/test-mbsnrtowcs.c                 ASSERT (src == (unlimited ? NULL : input + 7));
NULL              260 maint/gnulib/tests/test-mbsnrtowcs.c                 ret = mbsnrtowcs (NULL, &src, 8, unlimited ? BUFSIZE : 2, &temp_state);
NULL              268 maint/gnulib/tests/test-mbsnrtowcs.c                 ASSERT (src == (unlimited ? NULL : input + 7));
NULL               31 maint/gnulib/tests/test-mbspbrk.c   if (setlocale (LC_ALL, "") == NULL)
NULL               34 maint/gnulib/tests/test-mbspbrk.c   ASSERT (mbspbrk ("Some text", "") == NULL);
NULL               39 maint/gnulib/tests/test-mbspbrk.c     ASSERT (mbspbrk (input, "iI") == NULL);
NULL               51 maint/gnulib/tests/test-mbspbrk.c     ASSERT (mbspbrk (input, "\303") == NULL); /* invalid multibyte sequence */
NULL               31 maint/gnulib/tests/test-mbspcasecmp.c   if (setlocale (LC_ALL, "") == NULL)
NULL               46 maint/gnulib/tests/test-mbspcasecmp.c     ASSERT (mbspcasecmp (string, "paraLyzed") == NULL);
NULL               51 maint/gnulib/tests/test-mbspcasecmp.c     ASSERT (mbspcasecmp (string, "paragraph") == NULL);
NULL               56 maint/gnulib/tests/test-mbspcasecmp.c     ASSERT (mbspcasecmp (string, "paragraph") == NULL);
NULL               31 maint/gnulib/tests/test-mbsrchr.c   if (setlocale (LC_ALL, "") == NULL)
NULL               44 maint/gnulib/tests/test-mbsrchr.c     ASSERT (result == NULL);
NULL               41 maint/gnulib/tests/test-mbsrtoc32s.c   if (setlocale (LC_ALL, "") == NULL)
NULL               51 maint/gnulib/tests/test-mbsrtoc32s.c     ret = mbsrtoc32s (NULL, &src, 0, &state);
NULL               56 maint/gnulib/tests/test-mbsrtoc32s.c     ret = mbsrtoc32s (NULL, &src, 1, &state);
NULL              116 maint/gnulib/tests/test-mbsrtoc32s.c                 ret = mbsrtoc32s (NULL, &src, unlimited ? BUFSIZE : 1, &temp_state);
NULL              124 maint/gnulib/tests/test-mbsrtoc32s.c                 ASSERT (src == (unlimited ? NULL : input + 3));
NULL              161 maint/gnulib/tests/test-mbsrtoc32s.c                 ret = mbsrtoc32s (NULL, &src, unlimited ? BUFSIZE : 2, &temp_state);
NULL              169 maint/gnulib/tests/test-mbsrtoc32s.c                 ASSERT (src == (unlimited ? NULL : input + 5));
NULL              215 maint/gnulib/tests/test-mbsrtoc32s.c                 ret = mbsrtoc32s (NULL, &src, unlimited ? BUFSIZE : 2, &temp_state);
NULL              223 maint/gnulib/tests/test-mbsrtoc32s.c                 ASSERT (src == (unlimited ? NULL : input + 7));
NULL              260 maint/gnulib/tests/test-mbsrtoc32s.c                 ret = mbsrtoc32s (NULL, &src, unlimited ? BUFSIZE : 2, &temp_state);
NULL              268 maint/gnulib/tests/test-mbsrtoc32s.c                 ASSERT (src == (unlimited ? NULL : input + 7));
NULL               41 maint/gnulib/tests/test-mbsrtowcs.c   if (setlocale (LC_ALL, "") == NULL)
NULL               51 maint/gnulib/tests/test-mbsrtowcs.c     ret = mbsrtowcs (NULL, &src, 0, &state);
NULL               56 maint/gnulib/tests/test-mbsrtowcs.c     ret = mbsrtowcs (NULL, &src, 1, &state);
NULL              116 maint/gnulib/tests/test-mbsrtowcs.c                 ret = mbsrtowcs (NULL, &src, unlimited ? BUFSIZE : 1, &temp_state);
NULL              124 maint/gnulib/tests/test-mbsrtowcs.c                 ASSERT (src == (unlimited ? NULL : input + 3));
NULL              161 maint/gnulib/tests/test-mbsrtowcs.c                 ret = mbsrtowcs (NULL, &src, unlimited ? BUFSIZE : 2, &temp_state);
NULL              169 maint/gnulib/tests/test-mbsrtowcs.c                 ASSERT (src == (unlimited ? NULL : input + 5));
NULL              215 maint/gnulib/tests/test-mbsrtowcs.c                 ret = mbsrtowcs (NULL, &src, unlimited ? BUFSIZE : 2, &temp_state);
NULL              223 maint/gnulib/tests/test-mbsrtowcs.c                 ASSERT (src == (unlimited ? NULL : input + 7));
NULL              260 maint/gnulib/tests/test-mbsrtowcs.c                 ret = mbsrtowcs (NULL, &src, unlimited ? BUFSIZE : 2, &temp_state);
NULL              268 maint/gnulib/tests/test-mbsrtowcs.c                 ASSERT (src == (unlimited ? NULL : input + 7));
NULL               31 maint/gnulib/tests/test-mbsspn.c   if (setlocale (LC_ALL, "") == NULL)
NULL               53 maint/gnulib/tests/test-mbsstr1.c     ASSERT (result == NULL);
NULL               65 maint/gnulib/tests/test-mbsstr1.c     if (haystack != NULL)
NULL               89 maint/gnulib/tests/test-mbsstr1.c     if (needle != NULL)
NULL               96 maint/gnulib/tests/test-mbsstr1.c             ASSERT (mbsstr (haystack, needle) == NULL);
NULL              108 maint/gnulib/tests/test-mbsstr1.c     if (haystack != NULL && needle != NULL)
NULL               32 maint/gnulib/tests/test-mbsstr2.c   if (setlocale (LC_ALL, "") == NULL)
NULL               50 maint/gnulib/tests/test-mbsstr2.c     ASSERT (result == NULL);
NULL               62 maint/gnulib/tests/test-mbsstr2.c     ASSERT (result == NULL);
NULL               74 maint/gnulib/tests/test-mbsstr2.c     if (haystack != NULL)
NULL              102 maint/gnulib/tests/test-mbsstr2.c     if (needle != NULL)
NULL              109 maint/gnulib/tests/test-mbsstr2.c             ASSERT (mbsstr (haystack, needle) == NULL);
NULL              121 maint/gnulib/tests/test-mbsstr2.c     if (haystack != NULL && needle != NULL)
NULL               31 maint/gnulib/tests/test-mbsstr3.c   if (setlocale (LC_ALL, "") == NULL)
NULL               44 maint/gnulib/tests/test-mbsstr3.c     ASSERT (result == NULL);
NULL               71 maint/gnulib/tests/test-mbsstr3.c     ASSERT (result == NULL);
NULL               77 maint/gnulib/tests/test-mbsstr3.c     ASSERT (result == NULL);
NULL               39 maint/gnulib/tests/test-mbstoc32s.c   if (setlocale (LC_ALL, "") == NULL)
NULL               47 maint/gnulib/tests/test-mbstoc32s.c     ret = mbstoc32s (NULL, src, 0);
NULL               51 maint/gnulib/tests/test-mbstoc32s.c     ret = mbstoc32s (NULL, src, 1);
NULL              103 maint/gnulib/tests/test-mbstoc32s.c                 ret = mbstoc32s (NULL, src, unlimited ? BUFSIZE : 1);
NULL              141 maint/gnulib/tests/test-mbstoc32s.c                 ret = mbstoc32s (NULL, src, unlimited ? BUFSIZE : 2);
NULL              179 maint/gnulib/tests/test-mbstoc32s.c                 ret = mbstoc32s (NULL, src, unlimited ? BUFSIZE : 2);
NULL              216 maint/gnulib/tests/test-mbstoc32s.c                 ret = mbstoc32s (NULL, src, unlimited ? BUFSIZE : 2);
NULL               51 maint/gnulib/tests/test-memalign.c       ASSERT (aligned2_blocks[i] != NULL);
NULL               56 maint/gnulib/tests/test-memalign.c       ASSERT (aligned4_blocks[i] != NULL);
NULL               61 maint/gnulib/tests/test-memalign.c       ASSERT (aligned8_blocks[i] != NULL);
NULL               66 maint/gnulib/tests/test-memalign.c       ASSERT (aligned16_blocks[i] != NULL);
NULL               71 maint/gnulib/tests/test-memalign.c       ASSERT (aligned32_blocks[i] != NULL);
NULL               76 maint/gnulib/tests/test-memalign.c       ASSERT (aligned64_blocks[i] != NULL);
NULL               51 maint/gnulib/tests/test-memchr.c   ASSERT (MEMCHR (input, 'a', 0) == NULL);
NULL               56 maint/gnulib/tests/test-memchr.c       ASSERT (MEMCHR (page_boundary, 'a', 0) == NULL);
NULL               67 maint/gnulib/tests/test-memchr.c   ASSERT (MEMCHR (input, 'f', n) == NULL);
NULL               68 maint/gnulib/tests/test-memchr.c   ASSERT (MEMCHR (input, '\0', n) == NULL);
NULL              106 maint/gnulib/tests/test-memchr.c     if (page_boundary != NULL)
NULL              112 maint/gnulib/tests/test-memchr.c             ASSERT (MEMCHR (mem, 'U', n) == NULL);
NULL              113 maint/gnulib/tests/test-memchr.c             ASSERT (MEMCHR (mem, 0, n) == NULL);
NULL               50 maint/gnulib/tests/test-memchr2.c   ASSERT (MEMCHR2 (input, 'a', 'b', 0) == NULL);
NULL               53 maint/gnulib/tests/test-memchr2.c     ASSERT (MEMCHR2 (page_boundary, 'a', 'b', 0) == NULL);
NULL               64 maint/gnulib/tests/test-memchr2.c   ASSERT (MEMCHR2 (input, 'f', 'g', n) == NULL);
NULL               65 maint/gnulib/tests/test-memchr2.c   ASSERT (MEMCHR2 (input, 'f', '\0', n) == NULL);
NULL               69 maint/gnulib/tests/test-memchr2.c   ASSERT (MEMCHR2 (input, 'f', 'f', n) == NULL);
NULL               66 maint/gnulib/tests/test-memmem.c     ASSERT (result == NULL);
NULL               81 maint/gnulib/tests/test-memmem.c         ASSERT (result == NULL);
NULL               98 maint/gnulib/tests/test-memmem.c     ASSERT (result == NULL);
NULL              120 maint/gnulib/tests/test-memmem.c     if (haystack != NULL)
NULL              144 maint/gnulib/tests/test-memmem.c     if (needle != NULL)
NULL              150 maint/gnulib/tests/test-memmem.c             ASSERT (memmem (haystack, n, needle, m) == NULL);
NULL              162 maint/gnulib/tests/test-memmem.c     if (haystack != NULL && needle != NULL)
NULL              187 maint/gnulib/tests/test-memmem.c     if (haystack != NULL && needle != NULL)
NULL              197 maint/gnulib/tests/test-memmem.c             ASSERT (result == NULL);
NULL              300 maint/gnulib/tests/test-memmem.c     if (haystack != NULL && needle != NULL)
NULL               56 maint/gnulib/tests/test-memrchr.c   ASSERT (MEMRCHR (input, 'a', 0) == NULL);
NULL               59 maint/gnulib/tests/test-memrchr.c     ASSERT (MEMRCHR (page_boundary, 'a', 0) == NULL);
NULL               68 maint/gnulib/tests/test-memrchr.c   ASSERT (MEMRCHR (input, 'f', n) == NULL);
NULL               69 maint/gnulib/tests/test-memrchr.c   ASSERT (MEMRCHR (input, '\0', n) == NULL);
NULL              190 maint/gnulib/tests/test-mtx.c   ASSERT (thrd_create (&checkerthread, lock_checker_thread, NULL)
NULL              193 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_create (&threads[i], lock_mutator_thread, NULL)
NULL              198 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_join (threads[i], NULL) == thrd_success);
NULL              200 maint/gnulib/tests/test-mtx.c   ASSERT (thrd_join (checkerthread, NULL) == thrd_success);
NULL              293 maint/gnulib/tests/test-mtx.c   ASSERT (thrd_create (&checkerthread, reclock_checker_thread, NULL)
NULL              296 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_create (&threads[i], reclock_mutator_thread, NULL)
NULL              301 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_join (threads[i], NULL) == thrd_success);
NULL              303 maint/gnulib/tests/test-mtx.c   ASSERT (thrd_join (checkerthread, NULL) == thrd_success);
NULL              457 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_join (threads[i], NULL) == thrd_success);
NULL               49 maint/gnulib/tests/test-nanosleep.c   ASSERT (nanosleep (&ts, NULL) == -1);
NULL               53 maint/gnulib/tests/test-nanosleep.c   ASSERT (nanosleep (&ts, NULL) == -1);
NULL               65 maint/gnulib/tests/test-nanosleep.c   ASSERT (nanosleep (&ts, NULL) == 0);
NULL               43 maint/gnulib/tests/test-net_if.c   if (ifnp == NULL)
NULL               67 maint/gnulib/tests/test-net_if.c       if (q == NULL)
NULL              195 maint/gnulib/tests/test-nl_langinfo-mt.c   if (setlocale (LC_ALL, LOCALE1) == NULL)
NULL              200 maint/gnulib/tests/test-nl_langinfo-mt.c   if (setlocale (LC_MONETARY, LOCALE2) == NULL)
NULL              205 maint/gnulib/tests/test-nl_langinfo-mt.c   if (setlocale (LC_NUMERIC, LOCALE3) == NULL)
NULL              219 maint/gnulib/tests/test-nl_langinfo-mt.c   gl_thread_create (thread1_func, NULL);
NULL              220 maint/gnulib/tests/test-nl_langinfo-mt.c   gl_thread_create (thread2_func, NULL);
NULL              221 maint/gnulib/tests/test-nl_langinfo-mt.c   gl_thread_create (thread3_func, NULL);
NULL              222 maint/gnulib/tests/test-nl_langinfo-mt.c   gl_thread_create (thread4_func, NULL);
NULL              223 maint/gnulib/tests/test-nl_langinfo-mt.c   gl_thread_create (thread5_func, NULL);
NULL              224 maint/gnulib/tests/test-nl_langinfo-mt.c   gl_thread_create (thread6_func, NULL);
NULL              226 maint/gnulib/tests/test-nl_langinfo-mt.c   gl_thread_create (threadN_func, NULL);
NULL              234 maint/gnulib/tests/test-nl_langinfo-mt.c     nanosleep (&duration, NULL);
NULL              137 maint/gnulib/tests/test-nl_langinfo.c   ASSERT (nl_langinfo (ALT_DIGITS) != NULL);
NULL               33 maint/gnulib/tests/test-nonblocking-misc.h   ASSERT (data != NULL);
NULL               57 maint/gnulib/tests/test-nonblocking-misc.h   gettimeofday (&current_time, NULL);
NULL              103 maint/gnulib/tests/test-nonblocking-misc.h   gettimeofday (&before_time, NULL);
NULL              105 maint/gnulib/tests/test-nonblocking-misc.h   gettimeofday (&after_time, NULL); \
NULL               82 maint/gnulib/tests/test-nonblocking-pipe-main.c     child_argv[2] = NULL;
NULL               92 maint/gnulib/tests/test-nonblocking-pipe-main.c         posix_spawnp (&child_pid, child_path, NULL, NULL, (char **) child_argv,
NULL              108 maint/gnulib/tests/test-nonblocking-pipe-main.c       wait_subprocess (child, child_path, false, false, false, false, NULL);
NULL              136 maint/gnulib/tests/test-nonblocking-reader.h   ASSERT (data != NULL);
NULL               69 maint/gnulib/tests/test-nonblocking-socket-main.c     child_argv[3] = NULL;
NULL               79 maint/gnulib/tests/test-nonblocking-socket-main.c         posix_spawnp (&child_pid, child_path, NULL, NULL, (char **) child_argv,
NULL              119 maint/gnulib/tests/test-nonblocking-socket-main.c       wait_subprocess (child, child_path, false, false, false, false, NULL);
NULL               51 maint/gnulib/tests/test-nstrftime.c     { 0,          0,            NULL, NULL }
NULL              102 maint/gnulib/tests/test-obstack-printf.c   obstack_free (&obs, NULL);
NULL               34 maint/gnulib/tests/test-omap-c++.cc   map1 = gl_OMap<const char *, const int *> (GL_ARRAY_OMAP, strcmp, NULL, NULL);
NULL               51 maint/gnulib/tests/test-openat-safer.c       || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL)
NULL               43 maint/gnulib/tests/test-openpty.c       int res = openpty (&master, &slave, NULL, NULL, NULL);
NULL               52 maint/gnulib/tests/test-oset-c++.cc   set1 = gl_OSet<const char *> (GL_ARRAY_OSET, reverse_strcmp, NULL);
NULL               33 maint/gnulib/tests/test-oset-update.h     gl_oset_nx_create_empty (implementation, (gl_setelement_compar_fn) strcmp, NULL);
NULL               34 maint/gnulib/tests/test-oset-update.h   ASSERT (set1 != NULL);
NULL               48 maint/gnulib/tests/test-parse-datetime.c   NULL
NULL               29 maint/gnulib/tests/test-perror.c   const char *prefix = (argc > 1 ? argv[1] : NULL);
NULL               41 maint/gnulib/tests/test-perror2.c       || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL)
NULL              104 maint/gnulib/tests/test-perror2.c         perror (NULL);
NULL              115 maint/gnulib/tests/test-perror2.c     ASSERT (setvbuf (stderr, NULL, _IONBF, BUFSIZ) == 0);
NULL              118 maint/gnulib/tests/test-perror2.c     perror (NULL);
NULL               84 maint/gnulib/tests/test-pipe-filter-gi1.c   ASSERT (input != NULL);
NULL               99 maint/gnulib/tests/test-pipe-filter-gi1.c     argv[3] = NULL;
NULL              103 maint/gnulib/tests/test-pipe-filter-gi1.c     ASSERT (f != NULL);
NULL               73 maint/gnulib/tests/test-pipe-filter-gi2-main.c   const char *path[] = { NULL, NULL };
NULL               83 maint/gnulib/tests/test-pipe-filter-gi2-main.c                                prepare_read, ignore_done_read, NULL);
NULL               97 maint/gnulib/tests/test-pipe-filter-gi2-main.c                                prepare_read, ignore_done_read, NULL);
NULL              110 maint/gnulib/tests/test-pipe-filter-gi2-main.c                                prepare_read, ignore_done_read, NULL);
NULL              127 maint/gnulib/tests/test-pipe-filter-gi2-main.c                                prepare_read, output_done_read, NULL);
NULL               51 maint/gnulib/tests/test-pipe-filter-ii1.c     return NULL;
NULL              106 maint/gnulib/tests/test-pipe-filter-ii1.c   ASSERT (input != NULL);
NULL              122 maint/gnulib/tests/test-pipe-filter-ii1.c     argv[3] = NULL;
NULL               52 maint/gnulib/tests/test-pipe-filter-ii2-main.c     return NULL;
NULL               88 maint/gnulib/tests/test-pipe-filter-ii2-main.c   const char *path[] = { NULL, NULL };
NULL              137 maint/gnulib/tests/test-poll.c       int oldflags = fcntl (s, F_GETFL, NULL);
NULL               46 maint/gnulib/tests/test-popen-safer.c       || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL)
NULL               52 maint/gnulib/tests/test-posix_memalign.c           ASSERT (aligned2_blocks[i] != NULL);
NULL               60 maint/gnulib/tests/test-posix_memalign.c           ASSERT (aligned4_blocks[i] != NULL);
NULL               66 maint/gnulib/tests/test-posix_memalign.c       ASSERT (aligned8_blocks[i] != NULL);
NULL               71 maint/gnulib/tests/test-posix_memalign.c       ASSERT (aligned16_blocks[i] != NULL);
NULL               76 maint/gnulib/tests/test-posix_memalign.c       ASSERT (aligned32_blocks[i] != NULL);
NULL               81 maint/gnulib/tests/test-posix_memalign.c       ASSERT (aligned64_blocks[i] != NULL);
NULL               54 maint/gnulib/tests/test-posix_spawn-chdir.c   char *argv[2] = { (char *) "pwd", NULL };
NULL               76 maint/gnulib/tests/test-posix_spawn-chdir.c   sigprocmask (SIG_SETMASK, NULL, &blocked_signals);
NULL               86 maint/gnulib/tests/test-posix_spawn-chdir.c   sigprocmask (SIG_BLOCK, &fatal_signal_set, NULL);
NULL              111 maint/gnulib/tests/test-posix_spawn-chdir.c       sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL              118 maint/gnulib/tests/test-posix_spawn-chdir.c   sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL              122 maint/gnulib/tests/test-posix_spawn-chdir.c   if (fp == NULL)
NULL              175 maint/gnulib/tests/test-posix_spawn-chdir.c     if (abs_pwd_prog != NULL
NULL               54 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   char *argv[3] = { (char *) BOURNE_SHELL, (char *) CHILD_PROGRAM_FILENAME, NULL };
NULL               75 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   sigprocmask (SIG_SETMASK, NULL, &blocked_signals);
NULL               85 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   sigprocmask (SIG_BLOCK, &fatal_signal_set, NULL);
NULL              108 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c       sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL              115 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL              119 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   if (fp == NULL)
NULL               76 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   char *argv[3] = { (char *) BOURNE_SHELL, (char *) CHILD_PROGRAM_FILENAME, NULL };
NULL               97 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   sigprocmask (SIG_SETMASK, NULL, &blocked_signals);
NULL              107 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   sigprocmask (SIG_BLOCK, &fatal_signal_set, NULL);
NULL              131 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c       sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL              138 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL              142 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   if (fp == NULL)
NULL               57 maint/gnulib/tests/test-posix_spawn-fchdir.c   char *argv[2] = { (char *) "pwd", NULL };
NULL               85 maint/gnulib/tests/test-posix_spawn-fchdir.c   sigprocmask (SIG_SETMASK, NULL, &blocked_signals);
NULL               95 maint/gnulib/tests/test-posix_spawn-fchdir.c   sigprocmask (SIG_BLOCK, &fatal_signal_set, NULL);
NULL              120 maint/gnulib/tests/test-posix_spawn-fchdir.c       sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL              127 maint/gnulib/tests/test-posix_spawn-fchdir.c   sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
NULL              131 maint/gnulib/tests/test-posix_spawn-fchdir.c   if (fp == NULL)
NULL              184 maint/gnulib/tests/test-posix_spawn-fchdir.c       if (abs_pwd_prog != NULL
NULL               41 maint/gnulib/tests/test-posix_spawn-inherit0.c   char *argv[3] = { CHILD_PROGRAM_FILENAME, "-child", NULL };
NULL               49 maint/gnulib/tests/test-posix_spawn-inherit0.c   if (fp == NULL)
NULL               63 maint/gnulib/tests/test-posix_spawn-inherit0.c   if (fp == NULL)
NULL               75 maint/gnulib/tests/test-posix_spawn-inherit0.c   if ((err = posix_spawn (&child, CHILD_PROGRAM_FILENAME, NULL, NULL, argv, environ)) != 0)
NULL               41 maint/gnulib/tests/test-posix_spawn-inherit1.c   char *argv[3] = { CHILD_PROGRAM_FILENAME, "-child", NULL };
NULL               49 maint/gnulib/tests/test-posix_spawn-inherit1.c   if (fp == NULL)
NULL               62 maint/gnulib/tests/test-posix_spawn-inherit1.c   if ((err = posix_spawn (&child, CHILD_PROGRAM_FILENAME, NULL, NULL, argv, environ)) != 0)
NULL               91 maint/gnulib/tests/test-posix_spawn-inherit1.c   if (fp == NULL)
NULL               54 maint/gnulib/tests/test-posix_spawn-open1.c   char *argv[3] = { CHILD_PROGRAM_FILENAME, "-child", NULL };
NULL               64 maint/gnulib/tests/test-posix_spawn-open1.c   if (fp == NULL)
NULL               77 maint/gnulib/tests/test-posix_spawn-open1.c   if (freopen ("/dev/null", "rb", stdin) == NULL)
NULL               89 maint/gnulib/tests/test-posix_spawn-open1.c           || (err = posix_spawn (&child, CHILD_PROGRAM_FILENAME, &actions, NULL, argv, environ)) != 0))
NULL               42 maint/gnulib/tests/test-posix_spawn-open2.c   char *argv[3] = { CHILD_PROGRAM_FILENAME, "-child", NULL };
NULL               52 maint/gnulib/tests/test-posix_spawn-open2.c   if (fp == NULL)
NULL               70 maint/gnulib/tests/test-posix_spawn-open2.c           || (err = posix_spawn (&child, CHILD_PROGRAM_FILENAME, &actions, NULL, argv, environ)) != 0))
NULL               96 maint/gnulib/tests/test-posix_spawn-open2.c   if (fp == NULL)
NULL               61 maint/gnulib/tests/test-posix_spawn-script.c         const char *prog_argv[2] = { prog_path, NULL };
NULL               63 maint/gnulib/tests/test-posix_spawn-script.c         int err = posix_spawn (&child, prog_path, &actions, NULL,
NULL              101 maint/gnulib/tests/test-posix_spawn-script.c     const char *prog_argv[2] = { prog_path, NULL };
NULL              103 maint/gnulib/tests/test-posix_spawn-script.c     int err = posix_spawn (&child, prog_path, &actions, NULL,
NULL              132 maint/gnulib/tests/test-posix_spawn-script.c     if (fp == NULL)
NULL               61 maint/gnulib/tests/test-posix_spawnp-script.c         const char *prog_argv[2] = { prog_path, NULL };
NULL               63 maint/gnulib/tests/test-posix_spawnp-script.c         int err = posix_spawnp (&child, prog_path, &actions, NULL,
NULL              101 maint/gnulib/tests/test-posix_spawnp-script.c     const char *prog_argv[2] = { prog_path, NULL };
NULL              103 maint/gnulib/tests/test-posix_spawnp-script.c     int err = posix_spawnp (&child, prog_path, &actions, NULL,
NULL              132 maint/gnulib/tests/test-posix_spawnp-script.c     if (fp == NULL)
NULL              105 maint/gnulib/tests/test-posixtm.c     { NULL,               0, 0,            0}
NULL              123 maint/gnulib/tests/test-posixtm.c   t_now = time (NULL);
NULL               85 maint/gnulib/tests/test-printf-posix2.c         if (memory == NULL)
NULL               34 maint/gnulib/tests/test-pselect.c   struct timespec *pts = NULL;
NULL               41 maint/gnulib/tests/test-pselect.c   return pselect (nfds, readfds, writefds, exceptfds, pts, NULL);
NULL               83 maint/gnulib/tests/test-pthread-cond.c   return NULL;
NULL               98 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_create (&thread, NULL, pthread_cond_wait_routine, NULL) == 0);
NULL              113 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_join (thread, NULL) == 0);
NULL              130 maint/gnulib/tests/test-pthread-cond.c   gettimeofday (&now, NULL);
NULL              152 maint/gnulib/tests/test-pthread-cond.c   return NULL;
NULL              167 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_create (&thread, NULL, pthread_cond_timedwait_routine, NULL)
NULL              183 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_join (thread, NULL) == 0);
NULL              200 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_cond_init (&condtest, NULL) == 0);
NULL              153 maint/gnulib/tests/test-pthread-mutex.c   return NULL;
NULL              173 maint/gnulib/tests/test-pthread-mutex.c   return NULL;
NULL              190 maint/gnulib/tests/test-pthread-mutex.c   ASSERT (pthread_create (&checkerthread, NULL, lock_checker_thread, NULL)
NULL              193 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_create (&threads[i], NULL, lock_mutator_thread, NULL) == 0);
NULL              197 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_join (threads[i], NULL) == 0);
NULL              199 maint/gnulib/tests/test-pthread-mutex.c   ASSERT (pthread_join (checkerthread, NULL) == 0);
NULL              255 maint/gnulib/tests/test-pthread-mutex.c   return NULL;
NULL              275 maint/gnulib/tests/test-pthread-mutex.c   return NULL;
NULL              292 maint/gnulib/tests/test-pthread-mutex.c   ASSERT (pthread_create (&checkerthread, NULL, reclock_checker_thread, NULL)
NULL              295 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_create (&threads[i], NULL, reclock_mutator_thread, NULL)
NULL              300 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_join (threads[i], NULL) == 0);
NULL              302 maint/gnulib/tests/test-pthread-mutex.c   ASSERT (pthread_join (checkerthread, NULL) == 0);
NULL              143 maint/gnulib/tests/test-pthread-once2.c   return NULL;
NULL              165 maint/gnulib/tests/test-pthread-once2.c     ASSERT (pthread_rwlock_init (&fire_signal[i], NULL) == 0);
NULL              178 maint/gnulib/tests/test-pthread-once2.c     ASSERT (pthread_create (&threads[i], NULL,
NULL              237 maint/gnulib/tests/test-pthread-once2.c     ASSERT (pthread_join (threads[i], NULL) == 0);
NULL              141 maint/gnulib/tests/test-pthread-rwlock.c   return NULL;
NULL              161 maint/gnulib/tests/test-pthread-rwlock.c   return NULL;
NULL              179 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_create (&checkerthreads[i], NULL,
NULL              180 maint/gnulib/tests/test-pthread-rwlock.c                             rwlock_checker_thread, NULL)
NULL              183 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_create (&threads[i], NULL, rwlock_mutator_thread, NULL)
NULL              188 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_join (threads[i], NULL) == 0);
NULL              191 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_join (checkerthreads[i], NULL) == 0);
NULL              145 maint/gnulib/tests/test-pthread-spin.c   return NULL;
NULL              165 maint/gnulib/tests/test-pthread-spin.c   return NULL;
NULL              182 maint/gnulib/tests/test-pthread-spin.c   ASSERT (pthread_create (&checkerthread, NULL, lock_checker_thread, NULL)
NULL              185 maint/gnulib/tests/test-pthread-spin.c     ASSERT (pthread_create (&threads[i], NULL, lock_mutator_thread, NULL) == 0);
NULL              189 maint/gnulib/tests/test-pthread-spin.c     ASSERT (pthread_join (threads[i], NULL) == 0);
NULL              191 maint/gnulib/tests/test-pthread-spin.c   ASSERT (pthread_join (checkerthread, NULL) == 0);
NULL               47 maint/gnulib/tests/test-pthread-thread.c   if (pthread_create (&worker_thread, NULL, worker_thread_func, NULL) == 0)
NULL              113 maint/gnulib/tests/test-pthread-tss.c     if (pthread_getspecific (mykeys[i]) != NULL)
NULL              158 maint/gnulib/tests/test-pthread-tss.c   return NULL;
NULL              179 maint/gnulib/tests/test-pthread-tss.c         ASSERT (pthread_create (&threads[i], NULL,
NULL              185 maint/gnulib/tests/test-pthread-tss.c         ASSERT (pthread_join (threads[i], NULL) == 0);
NULL              333 maint/gnulib/tests/test-pthread-tss.c   return NULL;
NULL              348 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
NULL              354 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
NULL              386 maint/gnulib/tests/test-pthread-tss.c   return NULL;
NULL              401 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
NULL              407 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
NULL              475 maint/gnulib/tests/test-pthread-tss.c   return NULL;
NULL              490 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
NULL              496 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
NULL               56 maint/gnulib/tests/test-pthread_sigmask1.c   ASSERT (pthread_sigmask (1729, &set, NULL) == EINVAL);
NULL               59 maint/gnulib/tests/test-pthread_sigmask1.c   ASSERT (pthread_sigmask (SIG_BLOCK, &set, NULL) == 0);
NULL               72 maint/gnulib/tests/test-pthread_sigmask1.c   ASSERT (pthread_sigmask (SIG_UNBLOCK, &set, NULL) == 0);
NULL               40 maint/gnulib/tests/test-pthread_sigmask2.c   return NULL;
NULL               64 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_sigmask (1729, &set, NULL) == EINVAL);
NULL               68 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_sigmask (SIG_BLOCK, &set, NULL) == 0);
NULL               72 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_create (&killer_thread, NULL, killer_thread_func, NULL) == 0);
NULL               81 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_sigmask (SIG_UNBLOCK, &set, NULL) == 0);
NULL               91 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_join (killer_thread, NULL) == 0);
NULL               76 maint/gnulib/tests/test-ptsname.c     ASSERT (result == NULL);
NULL               97 maint/gnulib/tests/test-ptsname.c     if (result != NULL)
NULL              122 maint/gnulib/tests/test-ptsname.c     ASSERT (result != NULL);
NULL              150 maint/gnulib/tests/test-ptsname.c     ASSERT (result != NULL);
NULL              179 maint/gnulib/tests/test-ptsname.c               ASSERT (result != NULL);
NULL              209 maint/gnulib/tests/test-ptsname.c                 ASSERT (result != NULL);
NULL              277 maint/gnulib/tests/test-quotearg-simple.c       set_quoting_style (NULL, (enum quoting_style) i);
NULL              294 maint/gnulib/tests/test-quotearg-simple.c   set_quoting_style (NULL, literal_quoting_style);
NULL              295 maint/gnulib/tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_ELIDE_NULL_BYTES) == 0);
NULL              300 maint/gnulib/tests/test-quotearg-simple.c   set_quoting_style (NULL, c_quoting_style);
NULL              301 maint/gnulib/tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_ELIDE_OUTER_QUOTES)
NULL              309 maint/gnulib/tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_SPLIT_TRIGRAPHS)
NULL              317 maint/gnulib/tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, 0) == QA_SPLIT_TRIGRAPHS);
NULL              321 maint/gnulib/tests/test-quotearg-simple.c       set_custom_quoting (NULL,
NULL              352 maint/gnulib/tests/test-quotearg-simple.c         set_custom_quoting (NULL, q, q);
NULL              356 maint/gnulib/tests/test-quotearg-simple.c         size_t n = quotearg_buffer (buf, sizeof buf, z, SIZE_MAX, NULL);
NULL               79 maint/gnulib/tests/test-quotearg.c     if (locale_name != NULL && strcmp (locale_name, "none") != 0
NULL               81 maint/gnulib/tests/test-quotearg.c         && setlocale (LC_ALL, "") != NULL)
NULL               86 maint/gnulib/tests/test-quotearg.c         set_quoting_style (NULL, locale_quoting_style);
NULL               91 maint/gnulib/tests/test-quotearg.c         set_quoting_style (NULL, clocale_quoting_style);
NULL               47 maint/gnulib/tests/test-quotearg.h   "a' b", LQ RQ, NULL
NULL              107 maint/gnulib/tests/test-quotearg.h   size = quotearg_buffer (buf, 100, str, *len, NULL);
NULL               38 maint/gnulib/tests/test-random.c   initstate (time (NULL), buf, sizeof buf);
NULL               40 maint/gnulib/tests/test-random_r.c   rand_state.state = NULL;
NULL               41 maint/gnulib/tests/test-random_r.c   if (initstate_r (time (NULL), buf + alignment, sizeof buf - alignment,
NULL               55 maint/gnulib/tests/test-rbtree_list.c   while (node1 != NULL && node2 != NULL)
NULL               62 maint/gnulib/tests/test-rbtree_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL               70 maint/gnulib/tests/test-rbtree_list.c   while (node1 != NULL && node2 != NULL)
NULL               77 maint/gnulib/tests/test-rbtree_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL              109 maint/gnulib/tests/test-rbtree_list.c     list1 = gl_list_nx_create (GL_ARRAY_LIST, NULL, NULL, NULL, true,
NULL              111 maint/gnulib/tests/test-rbtree_list.c     ASSERT (list1 != NULL);
NULL              113 maint/gnulib/tests/test-rbtree_list.c     list2 = gl_list_nx_create_empty (GL_RBTREE_LIST, NULL, NULL, NULL, true);
NULL              114 maint/gnulib/tests/test-rbtree_list.c     ASSERT (list2 != NULL);
NULL              116 maint/gnulib/tests/test-rbtree_list.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              119 maint/gnulib/tests/test-rbtree_list.c     list3 = gl_list_nx_create (GL_RBTREE_LIST, NULL, NULL, NULL, true,
NULL              121 maint/gnulib/tests/test-rbtree_list.c     ASSERT (list3 != NULL);
NULL              141 maint/gnulib/tests/test-rbtree_list.c                 ASSERT (node1 != NULL);
NULL              146 maint/gnulib/tests/test-rbtree_list.c                 ASSERT (node2 != NULL);
NULL              151 maint/gnulib/tests/test-rbtree_list.c                 ASSERT (node3 != NULL);
NULL              182 maint/gnulib/tests/test-rbtree_list.c               if (node1 == NULL)
NULL              184 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (node2 == NULL);
NULL              185 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (node3 == NULL);
NULL              189 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (node2 != NULL);
NULL              190 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (node3 != NULL);
NULL              226 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node1 != NULL);
NULL              228 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node2 != NULL);
NULL              230 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node3 != NULL);
NULL              244 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node1 != NULL);
NULL              246 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node2 != NULL);
NULL              248 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node3 != NULL);
NULL              264 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node1 != NULL);
NULL              266 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node1 != NULL);
NULL              268 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node1 != NULL);
NULL              270 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node2 != NULL);
NULL              272 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node2 != NULL);
NULL              274 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node2 != NULL);
NULL              276 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node3 != NULL);
NULL              278 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node3 != NULL);
NULL              280 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node3 != NULL);
NULL              301 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node1 != NULL);
NULL              303 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node2 != NULL);
NULL              305 maint/gnulib/tests/test-rbtree_list.c               ASSERT (node3 != NULL);
NULL              341 maint/gnulib/tests/test-rbtree_list.c                 ASSERT (node1 != NULL);
NULL              342 maint/gnulib/tests/test-rbtree_list.c                 ASSERT (node2 != NULL);
NULL              343 maint/gnulib/tests/test-rbtree_list.c                 ASSERT (node3 != NULL);
NULL              411 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              413 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              415 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              418 maint/gnulib/tests/test-rbtree_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              419 maint/gnulib/tests/test-rbtree_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              420 maint/gnulib/tests/test-rbtree_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              437 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              439 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              441 maint/gnulib/tests/test-rbtree_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              444 maint/gnulib/tests/test-rbtree_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              445 maint/gnulib/tests/test-rbtree_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              446 maint/gnulib/tests/test-rbtree_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL               87 maint/gnulib/tests/test-rbtree_omap.c     map1 = gl_omap_nx_create_empty (GL_ARRAY_OMAP, (gl_mapkey_compar_fn) strcmp, NULL, NULL);
NULL               88 maint/gnulib/tests/test-rbtree_omap.c     ASSERT (map1 != NULL);
NULL               91 maint/gnulib/tests/test-rbtree_omap.c     map2 = gl_omap_nx_create_empty (GL_RBTREE_OMAP, (gl_mapkey_compar_fn) strcmp, NULL, NULL);
NULL               92 maint/gnulib/tests/test-rbtree_omap.c     ASSERT (map2 != NULL);
NULL               92 maint/gnulib/tests/test-rbtree_oset.c     set1 = gl_oset_nx_create_empty (GL_ARRAY_OSET, (gl_setelement_compar_fn) strcmp, NULL);
NULL               93 maint/gnulib/tests/test-rbtree_oset.c     ASSERT (set1 != NULL);
NULL               96 maint/gnulib/tests/test-rbtree_oset.c     set2 = gl_oset_nx_create_empty (GL_RBTREE_OSET, (gl_setelement_compar_fn) strcmp, NULL);
NULL               97 maint/gnulib/tests/test-rbtree_oset.c     ASSERT (set2 != NULL);
NULL               82 maint/gnulib/tests/test-rbtreehash_list.c   while (node1 != NULL && node2 != NULL)
NULL               89 maint/gnulib/tests/test-rbtreehash_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL               97 maint/gnulib/tests/test-rbtreehash_list.c   while (node1 != NULL && node2 != NULL)
NULL              104 maint/gnulib/tests/test-rbtreehash_list.c   ASSERT ((node1 == NULL) == (node2 == NULL));
NULL              137 maint/gnulib/tests/test-rbtreehash_list.c                                string_equals, string_hash, NULL, true,
NULL              139 maint/gnulib/tests/test-rbtreehash_list.c     ASSERT (list1 != NULL);
NULL              142 maint/gnulib/tests/test-rbtreehash_list.c                                      string_equals, string_hash, NULL, true);
NULL              143 maint/gnulib/tests/test-rbtreehash_list.c     ASSERT (list2 != NULL);
NULL              145 maint/gnulib/tests/test-rbtreehash_list.c       ASSERT (gl_list_nx_add_last (list2, contents[i]) != NULL);
NULL              149 maint/gnulib/tests/test-rbtreehash_list.c                                string_equals, string_hash, NULL, true,
NULL              151 maint/gnulib/tests/test-rbtreehash_list.c     ASSERT (list3 != NULL);
NULL              171 maint/gnulib/tests/test-rbtreehash_list.c                 ASSERT (node1 != NULL);
NULL              176 maint/gnulib/tests/test-rbtreehash_list.c                 ASSERT (node2 != NULL);
NULL              181 maint/gnulib/tests/test-rbtreehash_list.c                 ASSERT (node3 != NULL);
NULL              212 maint/gnulib/tests/test-rbtreehash_list.c               if (node1 == NULL)
NULL              214 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (node2 == NULL);
NULL              215 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (node3 == NULL);
NULL              219 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (node2 != NULL);
NULL              220 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (node3 != NULL);
NULL              256 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node1 != NULL);
NULL              258 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node2 != NULL);
NULL              260 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node3 != NULL);
NULL              274 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node1 != NULL);
NULL              276 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node2 != NULL);
NULL              278 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node3 != NULL);
NULL              294 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node1 != NULL);
NULL              296 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node1 != NULL);
NULL              298 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node1 != NULL);
NULL              300 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node2 != NULL);
NULL              302 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node2 != NULL);
NULL              304 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node2 != NULL);
NULL              306 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node3 != NULL);
NULL              308 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node3 != NULL);
NULL              310 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node3 != NULL);
NULL              331 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node1 != NULL);
NULL              333 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node2 != NULL);
NULL              335 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (node3 != NULL);
NULL              371 maint/gnulib/tests/test-rbtreehash_list.c                 ASSERT (node1 != NULL);
NULL              372 maint/gnulib/tests/test-rbtreehash_list.c                 ASSERT (node2 != NULL);
NULL              373 maint/gnulib/tests/test-rbtreehash_list.c                 ASSERT (node3 != NULL);
NULL              441 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              443 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              445 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              448 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              449 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              450 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL              467 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (gl_list_iterator_next (&iter1, &elt, NULL));
NULL              469 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (gl_list_iterator_next (&iter2, &elt, NULL));
NULL              471 maint/gnulib/tests/test-rbtreehash_list.c                   ASSERT (gl_list_iterator_next (&iter3, &elt, NULL));
NULL              474 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (!gl_list_iterator_next (&iter1, &elt, NULL));
NULL              475 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (!gl_list_iterator_next (&iter2, &elt, NULL));
NULL              476 maint/gnulib/tests/test-rbtreehash_list.c               ASSERT (!gl_list_iterator_next (&iter3, &elt, NULL));
NULL               31 maint/gnulib/tests/test-realloc-gnu.c   void *volatile p = realloc (NULL, 0);
NULL               32 maint/gnulib/tests/test-realloc-gnu.c   ASSERT (p != NULL);
NULL               40 maint/gnulib/tests/test-realloc-gnu.c       ASSERT (p == NULL);
NULL               37 maint/gnulib/tests/test-reallocarray.c       void *volatile p = NULL;
NULL               42 maint/gnulib/tests/test-reallocarray.c           ASSERT (p == NULL);
NULL               47 maint/gnulib/tests/test-reallocarray.c       ASSERT (p == NULL);
NULL               31 maint/gnulib/tests/test-rename.h   ASSERT (dir != NULL);
NULL               35 maint/gnulib/tests/test-rename.h       if (d == NULL)
NULL              106 maint/gnulib/tests/test-renameat.c   cwd = getcwd (NULL, 0);
NULL              127 maint/gnulib/tests/test-renameat.c       char *file1 = file_name_concat ((i & 4) ? ".." : cwd, BASE "xx", NULL);
NULL              129 maint/gnulib/tests/test-renameat.c       char *file2 = file_name_concat ((i & 1) ? ".." : cwd, BASE "xx", NULL);
NULL              109 maint/gnulib/tests/test-renameatu.c   cwd = getcwd (NULL, 0);
NULL              130 maint/gnulib/tests/test-renameatu.c       char *file1 = file_name_concat ((i & 4) ? ".." : cwd, BASE "xx", NULL);
NULL              132 maint/gnulib/tests/test-renameatu.c       char *file2 = file_name_concat ((i & 1) ? ".." : cwd, BASE "xx", NULL);
NULL               44 maint/gnulib/tests/test-rijndael.c   rc = rijndaelCipherInit (&cipher, RIJNDAEL_MODE_ECB, NULL);
NULL               77 maint/gnulib/tests/test-rijndael.c   rc = rijndaelCipherInit (&cipher, RIJNDAEL_MODE_ECB, NULL);
NULL              102 maint/gnulib/tests/test-rwlock1.c   if (glthread_create (&timer, timer_func, NULL))
NULL              123 maint/gnulib/tests/test-rwlock1.c   if (glthread_create (&reader2, reader2_func, NULL))
NULL              131 maint/gnulib/tests/test-rwlock1.c   return NULL;
NULL              148 maint/gnulib/tests/test-rwlock1.c   if (glthread_create (&writer, writer_func, NULL))
NULL               37 maint/gnulib/tests/test-safe-alloc.c   struct tst *p = NULL;
NULL               51 maint/gnulib/tests/test-safe-alloc.c   ASSERT (p == NULL);
NULL               59 maint/gnulib/tests/test-sameacls.c     if (contents1 == NULL)
NULL               66 maint/gnulib/tests/test-sameacls.c     if (contents2 == NULL)
NULL              139 maint/gnulib/tests/test-sameacls.c         if (acl1 == (acl_t)NULL)
NULL              141 maint/gnulib/tests/test-sameacls.c             text1 = NULL;
NULL              146 maint/gnulib/tests/test-sameacls.c             text1 = acl_to_text (acl1, NULL);
NULL              147 maint/gnulib/tests/test-sameacls.c             if (text1 == NULL)
NULL              153 maint/gnulib/tests/test-sameacls.c         if (acl2 == (acl_t)NULL)
NULL              155 maint/gnulib/tests/test-sameacls.c             text2 = NULL;
NULL              160 maint/gnulib/tests/test-sameacls.c             text2 = acl_to_text (acl2, NULL);
NULL              161 maint/gnulib/tests/test-sameacls.c             if (text2 == NULL)
NULL              167 maint/gnulib/tests/test-sameacls.c         if (acl1 != (acl_t)NULL)
NULL              169 maint/gnulib/tests/test-sameacls.c             if (acl2 != (acl_t)NULL)
NULL              171 maint/gnulib/tests/test-sameacls.c                 if (text1 != NULL)
NULL              173 maint/gnulib/tests/test-sameacls.c                     if (text2 != NULL)
NULL              191 maint/gnulib/tests/test-sameacls.c                     if (text2 != NULL)
NULL              217 maint/gnulib/tests/test-sameacls.c             if (acl2 != (acl_t)NULL)
NULL              225 maint/gnulib/tests/test-sameacls.c         if (acl2 != (acl_t)NULL)
NULL              228 maint/gnulib/tests/test-sameacls.c         if (acl1 != (acl_t)NULL)
NULL              235 maint/gnulib/tests/test-sameacls.c   count1 = acl (file1, GETACLCNT, 0, NULL);
NULL              238 maint/gnulib/tests/test-sameacls.c   count2 = acl (file2, GETACLCNT, 0, NULL);
NULL              303 maint/gnulib/tests/test-sameacls.c   count1 = acl (file1, ACE_GETACLCNT, 0, NULL);
NULL              306 maint/gnulib/tests/test-sameacls.c   count2 = acl (file2, ACE_GETACLCNT, 0, NULL);
NULL              388 maint/gnulib/tests/test-sameacls.c   count1 = getacl (file1, 0, NULL);
NULL              392 maint/gnulib/tests/test-sameacls.c   count2 = getacl (file2, 0, NULL);
NULL              647 maint/gnulib/tests/test-sameacls.c   count1 = acl ((char *) file1, ACL_CNT, NACLENTRIES, NULL);
NULL              648 maint/gnulib/tests/test-sameacls.c   count2 = acl ((char *) file2, ACL_CNT, NACLENTRIES, NULL);
NULL               41 maint/gnulib/tests/test-select-fd.c               if (result_file != NULL)
NULL               52 maint/gnulib/tests/test-select-fd.c                          ? select (fd + 1, &fds, NULL, NULL, &timeout)
NULL               53 maint/gnulib/tests/test-select-fd.c                          : select (fd + 1, NULL, &fds, NULL, &timeout));
NULL               42 maint/gnulib/tests/test-select-stdin.c       gettimeofday (&before, NULL);
NULL               48 maint/gnulib/tests/test-select-stdin.c       ret = select (1, &readfds, NULL, NULL, &timeout);
NULL               50 maint/gnulib/tests/test-select-stdin.c       gettimeofday (&after, NULL);
NULL              126 maint/gnulib/tests/test-select.h       int oldflags = fcntl (s, F_GETFL, NULL);
NULL              202 maint/gnulib/tests/test-select.h   return do_select (fd, ev, NULL, my_select);
NULL              234 maint/gnulib/tests/test-select.h   return my_select (nfd, NULL, NULL, NULL, &tv0);
NULL               36 maint/gnulib/tests/test-set-c++.cc   set1 = gl_Set<const char *> (GL_ARRAY_SET, NULL, NULL, NULL);
NULL               36 maint/gnulib/tests/test-set-mode-acl.c   mode = strtol (argv[2], NULL, 8);
NULL               51 maint/gnulib/tests/test-setenv.c   ASSERT (setenv (NULL, "", 0) == -1);
NULL               38 maint/gnulib/tests/test-setlocale1.c   if (setlocale (LC_ALL, "") == NULL)
NULL               41 maint/gnulib/tests/test-setlocale1.c   name1 = strdup (setlocale (LC_ALL, NULL));
NULL               44 maint/gnulib/tests/test-setlocale1.c   if (setlocale (LC_ALL, "C") == NULL)
NULL               50 maint/gnulib/tests/test-setlocale1.c   if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL)
NULL               53 maint/gnulib/tests/test-setlocale1.c   name2 = strdup (setlocale (LC_ALL, NULL));
NULL               30 maint/gnulib/tests/test-setlocale2.c   if (setlocale (LC_ALL, "") != NULL)
NULL               32 maint/gnulib/tests/test-setlocale2.c     if (strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
NULL               40 maint/gnulib/tests/test-setlocale2.c   if (setlocale (LC_ALL, "C") == NULL)
NULL               45 maint/gnulib/tests/test-setlocale2.c   if (setlocale (LC_ALL, getenv ("LC_ALL")) != NULL)
NULL               47 maint/gnulib/tests/test-setlocale2.c     if (strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
NULL              105 maint/gnulib/tests/test-setlocale_null-mt-all.c   if (setlocale (LC_ALL, LOCALE1) == NULL)
NULL              110 maint/gnulib/tests/test-setlocale_null-mt-all.c   if (setlocale (LC_NUMERIC, LOCALE2) == NULL)
NULL              115 maint/gnulib/tests/test-setlocale_null-mt-all.c   if (setlocale (LC_TIME, LOCALE3) == NULL)
NULL              121 maint/gnulib/tests/test-setlocale_null-mt-all.c   expected = strdup (setlocale (LC_ALL, NULL));
NULL              124 maint/gnulib/tests/test-setlocale_null-mt-all.c   gl_thread_create (thread1_func, NULL);
NULL              125 maint/gnulib/tests/test-setlocale_null-mt-all.c   gl_thread_create (thread2_func, NULL);
NULL              133 maint/gnulib/tests/test-setlocale_null-mt-all.c     nanosleep (&duration, NULL);
NULL              105 maint/gnulib/tests/test-setlocale_null-mt-one.c   if (setlocale (LC_ALL, LOCALE1) == NULL)
NULL              110 maint/gnulib/tests/test-setlocale_null-mt-one.c   if (setlocale (LC_NUMERIC, LOCALE2) == NULL)
NULL              115 maint/gnulib/tests/test-setlocale_null-mt-one.c   if (setlocale (LC_TIME, LOCALE3) == NULL)
NULL              121 maint/gnulib/tests/test-setlocale_null-mt-one.c   expected = strdup (setlocale (LC_NUMERIC, NULL));
NULL              124 maint/gnulib/tests/test-setlocale_null-mt-one.c   gl_thread_create (thread1_func, NULL);
NULL              125 maint/gnulib/tests/test-setlocale_null-mt-one.c   gl_thread_create (thread2_func, NULL);
NULL              133 maint/gnulib/tests/test-setlocale_null-mt-one.c     nanosleep (&duration, NULL);
NULL              160 maint/gnulib/tests/test-sh-quote.c       if (strchr ("\t\n\r !\"#$&'()*;<=>?^[\\]`{|}~", c) == NULL)
NULL              177 maint/gnulib/tests/test-sh-quote.c     argv[0] = NULL;
NULL              186 maint/gnulib/tests/test-sh-quote.c     argv[1] = NULL;
NULL              196 maint/gnulib/tests/test-sh-quote.c     argv[2] = NULL;
NULL              248 maint/gnulib/tests/test-sigabbrev_np.c   ASSERT (sigabbrev_np (-714) == NULL);
NULL               68 maint/gnulib/tests/test-sigaction.c   ASSERT (sigaction (SIGABRT, NULL, &sa) == 0);
NULL               98 maint/gnulib/tests/test-sigaction.c   ASSERT (sigaction (SIGABRT, &sa, NULL) == 0);
NULL              115 maint/gnulib/tests/test-sigaction.c   ASSERT (sigaction (SIGABRT, &sa, NULL) == 0);
NULL              117 maint/gnulib/tests/test-sigaction.c   ASSERT (sigaction (SIGABRT, NULL, &old_sa) == 0);
NULL              251 maint/gnulib/tests/test-sigdescr_np.c   ASSERT (sigdescr_np (-714) == NULL);
NULL               62 maint/gnulib/tests/test-sigprocmask.c   ASSERT (sigprocmask (1729, &set, NULL) == -1);
NULL               66 maint/gnulib/tests/test-sigprocmask.c   ASSERT (sigprocmask (SIG_BLOCK, &set, NULL) == 0);
NULL               79 maint/gnulib/tests/test-sigprocmask.c   ASSERT (sigprocmask (SIG_UNBLOCK, &set, NULL) == 0);
NULL               73 maint/gnulib/tests/test-sigsegv-catch-segv2.c   sigprocmask (SIG_SETMASK, &mainsigset, NULL);
NULL               74 maint/gnulib/tests/test-sigsegv-catch-segv2.c   return sigsegv_leave_handler (handler_continuation, NULL, NULL, NULL);
NULL               71 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c   sigprocmask (SIG_SETMASK, &mainsigset, NULL);
NULL               73 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c                          (void *) (long) (emergency ? -1 : pass), NULL, NULL);
NULL               74 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c   sigprocmask (SIG_SETMASK, &mainsigset, NULL);
NULL               76 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c                          (void *) (long) (emergency ? -1 : pass), NULL, NULL);
NULL               94 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c   sigprocmask (SIG_SETMASK, &mainsigset, NULL);
NULL               96 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c                                 (void *) (long) pass, NULL, NULL);
NULL               83 maint/gnulib/tests/test-simple-atomic.c   return NULL;
NULL              118 maint/gnulib/tests/test-simple-atomic.c   return NULL;
NULL              182 maint/gnulib/tests/test-simple-atomic.c           gl_thread_join (threads[i], NULL);
NULL               37 maint/gnulib/tests/test-snprintf.c   retval = snprintf (NULL, 0, "%d", 12345);
NULL               54 maint/gnulib/tests/test-spawn-pipe-main.c   argv[2] = NULL;
NULL               55 maint/gnulib/tests/test-spawn-pipe-main.c   pid = create_pipe_bidi (prog, prog, argv, NULL, false, true, true, fd);
NULL               68 maint/gnulib/tests/test-spawn-pipe-main.c   ASSERT (wait_subprocess (pid, prog, true, false, true, true, NULL) == 0);
NULL               89 maint/gnulib/tests/test-spawn-pipe-main.c       || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL)
NULL               52 maint/gnulib/tests/test-spawn-pipe-script.c         const char *prog_argv[2] = { prog_path, NULL };
NULL               54 maint/gnulib/tests/test-spawn-pipe-script.c         pid = create_pipe_in (progname, prog_argv[0], prog_argv, NULL,
NULL               55 maint/gnulib/tests/test-spawn-pipe-script.c                               NULL, false, true, false, fd);
NULL               60 maint/gnulib/tests/test-spawn-pipe-script.c                                      NULL)
NULL               80 maint/gnulib/tests/test-spawn-pipe-script.c     const char *prog_argv[2] = { prog_path, NULL };
NULL               82 maint/gnulib/tests/test-spawn-pipe-script.c     pid = create_pipe_in (progname, prog_argv[0], prog_argv, NULL,
NULL               83 maint/gnulib/tests/test-spawn-pipe-script.c                           NULL, false, true, false, fd);
NULL               90 maint/gnulib/tests/test-spawn-pipe-script.c     ASSERT (fp != NULL);
NULL               97 maint/gnulib/tests/test-spawn-pipe-script.c     ASSERT (wait_subprocess (pid, progname, true, false, true, true, NULL) == 0);
NULL               89 maint/gnulib/tests/test-ssfmalloc.c   void *mem = VirtualAlloc (NULL, size, MEM_COMMIT, PAGE_READWRITE);
NULL               90 maint/gnulib/tests/test-ssfmalloc.c   if (mem == NULL)
NULL               95 maint/gnulib/tests/test-ssfmalloc.c   void *mem = mmap (NULL, size, PROT_READ | PROT_WRITE,
NULL              303 maint/gnulib/tests/test-ssfmalloc.c         blocks[i] = NULL;
NULL              316 maint/gnulib/tests/test-ssfmalloc.c               if (blocks[i] == NULL)
NULL              330 maint/gnulib/tests/test-ssfmalloc.c               if (blocks[i] != NULL)
NULL              335 maint/gnulib/tests/test-ssfmalloc.c                   blocks[i] = NULL;
NULL              347 maint/gnulib/tests/test-ssfmalloc.c         if (blocks[i] != NULL)
NULL               51 maint/gnulib/tests/test-stat-time.c   long t = (long) time (NULL);
NULL               30 maint/gnulib/tests/test-stat.h   char *cwd = getcwd (NULL, 0);
NULL               34 maint/gnulib/tests/test-stddef.c verify (sizeof NULL == sizeof (void *));
NULL               30 maint/gnulib/tests/test-stdio.c verify (sizeof NULL == sizeof (void *));
NULL               39 maint/gnulib/tests/test-stdlib.c verify (sizeof NULL == sizeof (void *));
NULL               66 maint/gnulib/tests/test-strcasestr.c     ASSERT (result == NULL);
NULL               82 maint/gnulib/tests/test-strcasestr.c     ASSERT (result == NULL);
NULL              104 maint/gnulib/tests/test-strcasestr.c     if (haystack != NULL)
NULL              128 maint/gnulib/tests/test-strcasestr.c     if (needle != NULL)
NULL              135 maint/gnulib/tests/test-strcasestr.c             ASSERT (strcasestr (haystack, needle) == NULL);
NULL              147 maint/gnulib/tests/test-strcasestr.c     if (haystack != NULL && needle != NULL)
NULL              260 maint/gnulib/tests/test-strcasestr.c     if (haystack != NULL && needle != NULL)
NULL               62 maint/gnulib/tests/test-strerror.c   ASSERT (strstr (str, "nknown") == NULL);
NULL               63 maint/gnulib/tests/test-strerror.c   ASSERT (strstr (str, "ndefined") == NULL);
NULL               67 maint/gnulib/tests/test-strerror_r.c   ASSERT (strstr (buf, "nknown") == NULL);
NULL               68 maint/gnulib/tests/test-strerror_r.c   ASSERT (strstr (buf, "ndefined") == NULL);
NULL             1341 maint/gnulib/tests/test-strerrorname_np.c   ASSERT (strerrorname_np (20200830) == NULL);
NULL             1342 maint/gnulib/tests/test-strerrorname_np.c   ASSERT (strerrorname_np (-714) == NULL);
NULL               45 maint/gnulib/tests/test-strfmon_l.c     loc = newlocale (LC_ALL_MASK, "C", NULL);
NULL               46 maint/gnulib/tests/test-strfmon_l.c     ASSERT (loc != NULL);
NULL               56 maint/gnulib/tests/test-strfmon_l.c   if (setlocale (LC_ALL, "en_US.UTF-8") == NULL)
NULL               61 maint/gnulib/tests/test-strfmon_l.c   if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
NULL               74 maint/gnulib/tests/test-strfmon_l.c     loc = newlocale (LC_ALL_MASK, "en_US.UTF-8", NULL);
NULL               87 maint/gnulib/tests/test-strfmon_l.c     loc = newlocale (LC_ALL_MASK, "de_DE.UTF-8", NULL);
NULL               51 maint/gnulib/tests/test-striconv.c     char *result = NULL;
NULL               57 maint/gnulib/tests/test-striconv.c     ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL               65 maint/gnulib/tests/test-striconv.c     char *result = NULL;
NULL               71 maint/gnulib/tests/test-striconv.c     ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL               78 maint/gnulib/tests/test-striconv.c     char *result = NULL;
NULL               83 maint/gnulib/tests/test-striconv.c     ASSERT (result == NULL);
NULL               89 maint/gnulib/tests/test-striconv.c     char *result = NULL;
NULL              105 maint/gnulib/tests/test-striconv.c     ASSERT (result != NULL);
NULL              115 maint/gnulib/tests/test-striconv.c     ASSERT (result != NULL);
NULL              124 maint/gnulib/tests/test-striconv.c     ASSERT (result == NULL && errno == EILSEQ);
NULL              131 maint/gnulib/tests/test-striconv.c     ASSERT (result != NULL);
NULL              146 maint/gnulib/tests/test-striconv.c     ASSERT (result != NULL);
NULL              156 maint/gnulib/tests/test-striconv.c     ASSERT (result != NULL);
NULL              165 maint/gnulib/tests/test-striconv.c     ASSERT (result == NULL && errno == EILSEQ);
NULL              172 maint/gnulib/tests/test-striconv.c     ASSERT (result != NULL);
NULL              125 maint/gnulib/tests/test-striconveh.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              126 maint/gnulib/tests/test-striconveh.c               char *result = NULL;
NULL              137 maint/gnulib/tests/test-striconveh.c               ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              159 maint/gnulib/tests/test-striconveh.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              160 maint/gnulib/tests/test-striconveh.c               char *result = NULL;
NULL              173 maint/gnulib/tests/test-striconveh.c                   ASSERT (result == NULL);
NULL              183 maint/gnulib/tests/test-striconveh.c                     ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              208 maint/gnulib/tests/test-striconveh.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              209 maint/gnulib/tests/test-striconveh.c               char *result = NULL;
NULL              222 maint/gnulib/tests/test-striconveh.c                   ASSERT (result == NULL);
NULL              231 maint/gnulib/tests/test-striconveh.c                     ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              247 maint/gnulib/tests/test-striconveh.c                     ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              272 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              273 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              282 maint/gnulib/tests/test-striconveh.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              305 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              306 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              315 maint/gnulib/tests/test-striconveh.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              341 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              342 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              353 maint/gnulib/tests/test-striconveh.c               ASSERT (result == NULL);
NULL              363 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              385 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              386 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              397 maint/gnulib/tests/test-striconveh.c               ASSERT (result == NULL);
NULL              406 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              424 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              448 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              449 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              482 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              487 maint/gnulib/tests/test-striconveh.c                                        NULL,
NULL              491 maint/gnulib/tests/test-striconveh.c           ASSERT (result != NULL);
NULL              509 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              514 maint/gnulib/tests/test-striconveh.c                                        NULL,
NULL              520 maint/gnulib/tests/test-striconveh.c               ASSERT (result == NULL);
NULL              537 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL);
NULL              568 maint/gnulib/tests/test-striconveh.c           ASSERT (result != NULL);
NULL              589 maint/gnulib/tests/test-striconveh.c               ASSERT (result == NULL && errno == EILSEQ);
NULL              595 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL);
NULL              619 maint/gnulib/tests/test-striconveh.c               ASSERT (result == NULL && errno == EILSEQ);
NULL              624 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL);
NULL              632 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL);
NULL              650 maint/gnulib/tests/test-striconveh.c       ASSERT (result != NULL);
NULL              664 maint/gnulib/tests/test-striconveh.c       ASSERT (result != NULL);
NULL              680 maint/gnulib/tests/test-striconveh.c           ASSERT (result == NULL && errno == EILSEQ);
NULL              686 maint/gnulib/tests/test-striconveh.c             ASSERT (result != NULL);
NULL              705 maint/gnulib/tests/test-striconveh.c           ASSERT (result == NULL && errno == EILSEQ);
NULL              710 maint/gnulib/tests/test-striconveh.c             ASSERT (result != NULL);
NULL              718 maint/gnulib/tests/test-striconveh.c             ASSERT (result != NULL);
NULL              734 maint/gnulib/tests/test-striconveh.c       ASSERT (result != NULL);
NULL              758 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              759 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              768 maint/gnulib/tests/test-striconveh.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              787 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              788 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              799 maint/gnulib/tests/test-striconveh.c               ASSERT (result == NULL);
NULL              808 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              824 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              848 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              849 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              858 maint/gnulib/tests/test-striconveh.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              881 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              882 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              891 maint/gnulib/tests/test-striconveh.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              917 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              918 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL              929 maint/gnulib/tests/test-striconveh.c               ASSERT (result == NULL);
NULL              938 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              956 maint/gnulib/tests/test-striconveh.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              980 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              981 maint/gnulib/tests/test-striconveh.c           char *result = NULL;
NULL             1009 maint/gnulib/tests/test-striconveh.c       ASSERT (result != NULL);
NULL             1023 maint/gnulib/tests/test-striconveh.c           ASSERT (result == NULL && errno == EILSEQ);
NULL             1028 maint/gnulib/tests/test-striconveh.c             ASSERT (result != NULL);
NULL             1036 maint/gnulib/tests/test-striconveh.c             ASSERT (result != NULL);
NULL             1051 maint/gnulib/tests/test-striconveh.c       ASSERT (result != NULL);
NULL             1063 maint/gnulib/tests/test-striconveh.c       ASSERT (result != NULL);
NULL             1077 maint/gnulib/tests/test-striconveh.c           ASSERT (result == NULL && errno == EILSEQ);
NULL             1082 maint/gnulib/tests/test-striconveh.c             ASSERT (result != NULL);
NULL             1090 maint/gnulib/tests/test-striconveh.c             ASSERT (result != NULL);
NULL             1104 maint/gnulib/tests/test-striconveh.c       ASSERT (result != NULL);
NULL               68 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL               69 maint/gnulib/tests/test-striconveha.c           char *result = NULL;
NULL               78 maint/gnulib/tests/test-striconveha.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL               97 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL               98 maint/gnulib/tests/test-striconveha.c           char *result = NULL;
NULL              109 maint/gnulib/tests/test-striconveha.c               ASSERT (result == NULL);
NULL              118 maint/gnulib/tests/test-striconveha.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              134 maint/gnulib/tests/test-striconveha.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              158 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              159 maint/gnulib/tests/test-striconveha.c           char *result = NULL;
NULL              168 maint/gnulib/tests/test-striconveha.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              191 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              192 maint/gnulib/tests/test-striconveha.c           char *result = NULL;
NULL              201 maint/gnulib/tests/test-striconveha.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              227 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              228 maint/gnulib/tests/test-striconveha.c           char *result = NULL;
NULL              239 maint/gnulib/tests/test-striconveha.c               ASSERT (result == NULL);
NULL              248 maint/gnulib/tests/test-striconveha.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              266 maint/gnulib/tests/test-striconveha.c                 ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              290 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              291 maint/gnulib/tests/test-striconveha.c           char *result = NULL;
NULL              322 maint/gnulib/tests/test-striconveha.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              323 maint/gnulib/tests/test-striconveha.c               char *result = NULL;
NULL              332 maint/gnulib/tests/test-striconveha.c               ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              350 maint/gnulib/tests/test-striconveha.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              351 maint/gnulib/tests/test-striconveha.c               char *result = NULL;
NULL              360 maint/gnulib/tests/test-striconveha.c               ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              378 maint/gnulib/tests/test-striconveha.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              379 maint/gnulib/tests/test-striconveha.c               char *result = NULL;
NULL              388 maint/gnulib/tests/test-striconveha.c               ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              417 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              418 maint/gnulib/tests/test-striconveha.c           char *result = NULL;
NULL              427 maint/gnulib/tests/test-striconveha.c           ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0);
NULL              449 maint/gnulib/tests/test-striconveha.c       ASSERT (result != NULL);
NULL              463 maint/gnulib/tests/test-striconveha.c           ASSERT (result == NULL && errno == EILSEQ);
NULL              468 maint/gnulib/tests/test-striconveha.c             ASSERT (result != NULL);
NULL              476 maint/gnulib/tests/test-striconveha.c             ASSERT (result != NULL);
NULL              491 maint/gnulib/tests/test-striconveha.c       ASSERT (result != NULL);
NULL              503 maint/gnulib/tests/test-striconveha.c       ASSERT (result != NULL);
NULL              517 maint/gnulib/tests/test-striconveha.c           ASSERT (result == NULL && errno == EILSEQ);
NULL              522 maint/gnulib/tests/test-striconveha.c             ASSERT (result != NULL);
NULL              530 maint/gnulib/tests/test-striconveha.c             ASSERT (result != NULL);
NULL              544 maint/gnulib/tests/test-striconveha.c       ASSERT (result != NULL);
NULL              560 maint/gnulib/tests/test-striconveha.c           ASSERT (result != NULL);
NULL              570 maint/gnulib/tests/test-striconveha.c           ASSERT (result != NULL);
NULL              580 maint/gnulib/tests/test-striconveha.c           ASSERT (result != NULL);
NULL              595 maint/gnulib/tests/test-striconveha.c       ASSERT (result != NULL);
NULL               51 maint/gnulib/tests/test-string-buffer.c     ASSERT (s != NULL && strcmp (s, "") == 0);
NULL               63 maint/gnulib/tests/test-string-buffer.c     ASSERT (s != NULL && strcmp (s, "abcdefg") == 0);
NULL               76 maint/gnulib/tests/test-string-buffer.c     ASSERT (s != NULL && strcmp (s, "<deadbeef>") == 0);
NULL               89 maint/gnulib/tests/test-string-buffer.c     ASSERT (s != NULL && strcmp (s, "<deadbeef>") == 0);
NULL              111 maint/gnulib/tests/test-string-buffer.c     ASSERT (s == NULL);
NULL               27 maint/gnulib/tests/test-string.c verify (sizeof NULL == sizeof (void *));
NULL               72 maint/gnulib/tests/test-strstr.c     ASSERT (result == NULL);
NULL               86 maint/gnulib/tests/test-strstr.c     ASSERT (result == NULL);
NULL              102 maint/gnulib/tests/test-strstr.c     ASSERT (result == NULL);
NULL              123 maint/gnulib/tests/test-strstr.c     if (haystack != NULL)
NULL              147 maint/gnulib/tests/test-strstr.c     if (needle != NULL)
NULL              154 maint/gnulib/tests/test-strstr.c             ASSERT (strstr (haystack, needle) == NULL);
NULL              166 maint/gnulib/tests/test-strstr.c     if (haystack != NULL && needle != NULL)
NULL              283 maint/gnulib/tests/test-strstr.c     if (haystack != NULL && needle != NULL)
NULL               32 maint/gnulib/tests/test-strtod1.c   if (setlocale (LC_ALL, "") == NULL)
NULL               32 maint/gnulib/tests/test-strtold1.c   if (setlocale (LC_ALL, "") == NULL)
NULL               25 maint/gnulib/tests/test-supersede-fopen.h   char *filename = file_name_concat (dir, "test.mo", NULL);
NULL               37 maint/gnulib/tests/test-supersede-fopen.h     ASSERT (fp != NULL);
NULL               64 maint/gnulib/tests/test-supersede-fopen.h     ASSERT (fp != NULL);
NULL              112 maint/gnulib/tests/test-supersede-fopen.h     ASSERT (fp != NULL);
NULL              136 maint/gnulib/tests/test-supersede-fopen.h         ASSERT (fp != NULL);
NULL              193 maint/gnulib/tests/test-supersede-fopen.h         ASSERT (fp != NULL);
NULL              222 maint/gnulib/tests/test-supersede-fopen.h         ASSERT (fp != NULL);
NULL              256 maint/gnulib/tests/test-supersede-fopen.h         ASSERT (fp == NULL);
NULL               25 maint/gnulib/tests/test-supersede-open.h   char *filename = file_name_concat (dir, "test.mo", NULL);
NULL               53 maint/gnulib/tests/test-system-quote-child.c     if (fp == NULL)
NULL               71 maint/gnulib/tests/test-system-quote-main.c     if (fp == NULL)
NULL              117 maint/gnulib/tests/test-system-quote-main.c           sinfo.lpReserved = NULL;
NULL              118 maint/gnulib/tests/test-system-quote-main.c           sinfo.lpDesktop = NULL;
NULL              119 maint/gnulib/tests/test-system-quote-main.c           sinfo.lpTitle = NULL;
NULL              121 maint/gnulib/tests/test-system-quote-main.c           sinfo.lpReserved2 = NULL;
NULL              127 maint/gnulib/tests/test-system-quote-main.c           if (CreateProcess (NULL, command, NULL, NULL, TRUE, 0, NULL, NULL,
NULL              301 maint/gnulib/tests/test-system-quote-main.c       if (strchr ("\t\n\r !\"#$&'()*;<=>?^[\\]`{|}~", c) == NULL)
NULL               47 maint/gnulib/tests/test-thrd_create.c   if (thrd_create (&worker_thread, worker_thread_func, NULL) == thrd_success)
NULL               47 maint/gnulib/tests/test-thread_create.c   if (glthread_create (&worker_thread, worker_thread_func, NULL) == 0)
NULL              158 maint/gnulib/tests/test-thread_local.c         ASSERT (thrd_join (threads[i], NULL) == thrd_success);
NULL               35 maint/gnulib/tests/test-time.c verify (sizeof NULL == sizeof (void *));
NULL               37 maint/gnulib/tests/test-timespec_get.c   tt2 = time (NULL);
NULL               39 maint/gnulib/tests/test-timespec_get.c   tt4 = time (NULL);
NULL              110 maint/gnulib/tests/test-tls.c     if (gl_tls_get (mykeys[i]) != NULL)
NULL              152 maint/gnulib/tests/test-tls.c   return NULL;
NULL              177 maint/gnulib/tests/test-tls.c         gl_thread_join (threads[i], NULL);
NULL              319 maint/gnulib/tests/test-tls.c   return NULL;
NULL              338 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
NULL              368 maint/gnulib/tests/test-tls.c   return NULL;
NULL              387 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
NULL              447 maint/gnulib/tests/test-tls.c   return NULL;
NULL              466 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
NULL              220 maint/gnulib/tests/test-tsearch.c               if (tfind (x + j, (void *const *) root, cmp_fn) != NULL)
NULL              226 maint/gnulib/tests/test-tsearch.c               if (elem == NULL
NULL              227 maint/gnulib/tests/test-tsearch.c                   || tfind (x + j, (void *const *) root, cmp_fn) == NULL)
NULL              243 maint/gnulib/tests/test-tsearch.c           if (elem == NULL || tdelete (x + j, root, cmp_fn) == NULL)
NULL              251 maint/gnulib/tests/test-tsearch.c           if (tfind (x + j, (void *const *) root, cmp_fn) == NULL)
NULL              267 maint/gnulib/tests/test-tsearch.c   void *root = NULL;
NULL              110 maint/gnulib/tests/test-tss.c     if (tss_get (mykeys[i]) != NULL)
NULL              178 maint/gnulib/tests/test-tss.c         ASSERT (thrd_join (threads[i], NULL) == thrd_success);
NULL              341 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);
NULL              392 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);
NULL              474 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);
NULL               56 maint/gnulib/tests/test-unicodeio.c   if (setlocale (LC_ALL, "") == NULL)
NULL               59 maint/gnulib/tests/test-unicodeio.c   switch (unicode_to_mb (TEST_CODE, success_callback, failure_callback, NULL))
NULL               27 maint/gnulib/tests/test-unistd.c verify (sizeof NULL == sizeof (void *));
NULL               42 maint/gnulib/tests/test-unsetenv.c   ASSERT (getenv ("a") == NULL);
NULL               56 maint/gnulib/tests/test-unsetenv.c   ASSERT (unsetenv (NULL) == -1);
NULL               48 maint/gnulib/tests/test-userspec.c     { "",                       -1, -1, "",   "",   NULL},
NULL               49 maint/gnulib/tests/test-userspec.c     { ":",                      -1, -1, "",   "",   NULL},
NULL               50 maint/gnulib/tests/test-userspec.c     { "+0:+0",                   0,  0, "",   "",   NULL},
NULL               51 maint/gnulib/tests/test-userspec.c     { ":+1",                    -1,  1, "",   "",   NULL},
NULL               52 maint/gnulib/tests/test-userspec.c     { "+1",                      1, -1, "",   "",   NULL},
NULL               53 maint/gnulib/tests/test-userspec.c     { ":+0",                    -1,  0, "",   "",   NULL},
NULL               54 maint/gnulib/tests/test-userspec.c     { "+22:+42",                22, 42, "",   "",   NULL},
NULL               56 maint/gnulib/tests/test-userspec.c     { "+4294967295:+4294967295", 0,  0, NULL, NULL, "invalid user"},
NULL               58 maint/gnulib/tests/test-userspec.c     { "+0:+4294967295",          0,  0, NULL, NULL, "invalid group"},
NULL               59 maint/gnulib/tests/test-userspec.c     { ":+4294967295",            0,  0, NULL, NULL, "invalid group"},
NULL               61 maint/gnulib/tests/test-userspec.c     { "+4294967295:+0",          0,  0, NULL, NULL, "invalid user"},
NULL               63 maint/gnulib/tests/test-userspec.c     { "+4294967296:+4294967296", 0,  0, NULL, NULL, "invalid user"},
NULL               64 maint/gnulib/tests/test-userspec.c     { "+0:+4294967296",          0,  0, NULL, NULL, "invalid group"},
NULL               65 maint/gnulib/tests/test-userspec.c     { ":+4294967296",            0,  0, NULL, NULL, "invalid group"},
NULL               66 maint/gnulib/tests/test-userspec.c     { "+4294967296:+0",          0,  0, NULL, NULL, "invalid user"},
NULL               68 maint/gnulib/tests/test-userspec.c     { "+4294967295:",            0,  0, NULL, NULL, "invalid spec"},
NULL               69 maint/gnulib/tests/test-userspec.c     { "+4294967296:",            0,  0, NULL, NULL, "invalid spec"},
NULL               70 maint/gnulib/tests/test-userspec.c     { "+1:",                     0,  0, NULL, NULL, "invalid spec"},
NULL               71 maint/gnulib/tests/test-userspec.c     { "+0:",                     0,  0, NULL, NULL, "invalid spec"},
NULL               76 maint/gnulib/tests/test-userspec.c     { NULL,                     0,  0, NULL, NULL, ""},  /* place-holder */
NULL               78 maint/gnulib/tests/test-userspec.c     { NULL,                     0,  0, NULL, NULL, ""}
NULL               92 maint/gnulib/tests/test-userspec.c   if (s == NULL && t == NULL)
NULL               94 maint/gnulib/tests/test-userspec.c   if (s == NULL || t == NULL)
NULL              118 maint/gnulib/tests/test-userspec.c         assert (T[j].in == NULL);
NULL              119 maint/gnulib/tests/test-userspec.c         assert (T[j+1].in == NULL);
NULL              135 maint/gnulib/tests/test-userspec.c         T[j].result = NULL;
NULL              186 maint/gnulib/tests/test-userspec.c     char const *diag = parse_user_spec ("", &uid, NULL, NULL, NULL);
NULL               33 maint/gnulib/tests/test-usleep.c   time_t start = time (NULL);
NULL               35 maint/gnulib/tests/test-usleep.c   ASSERT (start < time (NULL));
NULL               42 maint/gnulib/tests/test-utime.c   ASSERT (utime (BASE "file", NULL) == 0);
NULL               56 maint/gnulib/tests/test-utime.c     ts.actime = ts.modtime = time (NULL);
NULL               64 maint/gnulib/tests/test-utime.c   ASSERT (utime ("no_such", NULL) == -1);
NULL               67 maint/gnulib/tests/test-utime.c   ASSERT (utime ("no_such/", NULL) == -1);
NULL               70 maint/gnulib/tests/test-utime.c   ASSERT (utime ("", NULL) == -1);
NULL              112 maint/gnulib/tests/test-utime.c   ASSERT (utime (BASE "link/", NULL) == -1);
NULL               40 maint/gnulib/tests/test-utimens.c   return fdutimens (fd, NULL, times);
NULL               37 maint/gnulib/tests/test-utimens.h   ASSERT (func (BASE "file", NULL) == 0);
NULL               60 maint/gnulib/tests/test-utimens.h   ASSERT (func ("no_such", NULL) == -1);
NULL               63 maint/gnulib/tests/test-utimens.h   ASSERT (func ("no_such/", NULL) == -1);
NULL               66 maint/gnulib/tests/test-utimens.h   ASSERT (func ("", NULL) == -1);
NULL              164 maint/gnulib/tests/test-utimens.h   ASSERT (func (BASE "link/", NULL) == -1);
NULL               75 maint/gnulib/tests/test-utimensat.c     ASSERT (utimensat (-1, "foo", NULL, 0) == -1);
NULL               81 maint/gnulib/tests/test-utimensat.c     ASSERT (utimensat (99, "foo", NULL, 0) == -1);
NULL              101 maint/gnulib/tests/test-utimensat.c   ASSERT (utimensat (fd, ".", NULL, 0) == -1);
NULL              120 maint/gnulib/tests/test-utimensat.c   ASSERT (utimensat (dfd, ".", NULL, 0) == -1);
NULL              101 maint/gnulib/tests/test-vasnprintf-posix.c       char *result = my_asnprintf (NULL, &length, "%d", 12345);
NULL              102 maint/gnulib/tests/test-vasnprintf-posix.c       ASSERT (result != NULL);
NULL              116 maint/gnulib/tests/test-vasnprintf-posix.c       ASSERT (result != NULL);
NULL              131 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%ju %d", (uintmax_t) 12345671, 33, 44, 55);
NULL              132 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              141 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%zu %d", (size_t) 12345672, 33, 44, 55);
NULL              142 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              151 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%tu %d", (ptrdiff_t) 12345673, 33, 44, 55);
NULL              152 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              161 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", (long double) 1.5, 33, 44, 55);
NULL              162 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              174 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%a %d", 3.1416015625, 33, 44, 55);
NULL              175 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              187 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%A %d", -3.1416015625, 33, 44, 55);
NULL              188 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              200 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%a %d", 0.0, 33, 44, 55);
NULL              201 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              210 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%a %d", minus_zerod, 33, 44, 55);
NULL              211 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              221 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%a %d", Infinityd (), 33, 44, 55);
NULL              222 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              231 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%a %d", - Infinityd (), 33, 44, 55);
NULL              232 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              241 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%a %d", NaNd (), 33, 44, 55);
NULL              242 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              253 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.0a %d", 1.5, 33, 44, 55);
NULL              254 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              267 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.0a %d", 1.51, 33, 44, 55);
NULL              268 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              280 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.1a %d", 1.51, 33, 44, 55);
NULL              281 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              293 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2a %d", 1.51, 33, 44, 55);
NULL              294 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              306 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.3a %d", 1.51, 33, 44, 55);
NULL              307 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              319 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.3a %d", 1.49999, 33, 44, 55);
NULL              320 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              333 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.1a %d", 1.999, 33, 44, 55);
NULL              334 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              346 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%10a %d", 1.75, 33, 44, 55);
NULL              347 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              359 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.10a %d", 1.75, 33, 44, 55);
NULL              360 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              372 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.50a %d", 1.75, 33, 44, 55);
NULL              373 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              385 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%-10a %d", 1.75, 33, 44, 55);
NULL              386 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              398 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%+a %d", 1.75, 33, 44, 55);
NULL              399 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              411 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "% a %d", 1.75, 33, 44, 55);
NULL              412 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              424 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#a %d", 1.75, 33, 44, 55);
NULL              425 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              437 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#a %d", 1.0, 33, 44, 55);
NULL              438 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              450 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%010a %d", 1.75, 33, 44, 55);
NULL              451 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              463 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%010a %d", Infinityd (), 33, 44, 55);
NULL              464 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              475 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%050a %d", NaNd (), 33, 44, 55);
NULL              476 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              489 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", 3.1416015625L, 33, 44, 55);
NULL              490 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              502 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LA %d", -3.1416015625L, 33, 44, 55);
NULL              503 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              515 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", 0.0L, 33, 44, 55);
NULL              516 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              525 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", minus_zerol, 33, 44, 55);
NULL              526 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              536 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", Infinityl (), 33, 44, 55);
NULL              537 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              546 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", - Infinityl (), 33, 44, 55);
NULL              547 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              556 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", NaNl (), 33, 44, 55);
NULL              557 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              570 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55);
NULL              571 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              584 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55);
NULL              585 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              598 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55);
NULL              599 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              609 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55);
NULL              610 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              620 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55);
NULL              621 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              631 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55);
NULL              632 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              642 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%La %d", x.value, 33, 44, 55);
NULL              643 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              653 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.0La %d", 1.5L, 33, 44, 55);
NULL              654 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              666 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.0La %d", 1.51L, 33, 44, 55);
NULL              667 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              679 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.1La %d", 1.51L, 33, 44, 55);
NULL              680 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              692 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2La %d", 1.51L, 33, 44, 55);
NULL              693 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              705 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.3La %d", 1.51L, 33, 44, 55);
NULL              706 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              718 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.3La %d", 1.49999L, 33, 44, 55);
NULL              719 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              733 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.1La %d", 1.999L, 33, 44, 55);
NULL              734 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              746 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%10La %d", 1.75L, 33, 44, 55);
NULL              747 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              759 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.10La %d", 1.75L, 33, 44, 55);
NULL              760 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              772 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.50La %d", 1.75L, 33, 44, 55);
NULL              773 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              785 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%-10La %d", 1.75L, 33, 44, 55);
NULL              786 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              798 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%+La %d", 1.75L, 33, 44, 55);
NULL              799 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              811 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "% La %d", 1.75L, 33, 44, 55);
NULL              812 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              824 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#La %d", 1.75L, 33, 44, 55);
NULL              825 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              837 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#La %d", 1.0L, 33, 44, 55);
NULL              838 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              850 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%010La %d", 1.75L, 33, 44, 55);
NULL              851 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              863 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%010La %d", Infinityl (), 33, 44, 55);
NULL              864 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              875 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%050La %d", NaNl (), 33, 44, 55);
NULL              876 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              891 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%f %d", 12.75, 33, 44, 55);
NULL              892 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              901 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%f %d", 1234567.0, 33, 44, 55);
NULL              902 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL              991 maint/gnulib/tests/test-vasnprintf-posix.c           my_asnprintf (NULL, &length, "%f", data[k].value);
NULL              992 maint/gnulib/tests/test-vasnprintf-posix.c         ASSERT (result != NULL);
NULL             1002 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%f %d", -0.03125, 33, 44, 55);
NULL             1003 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1012 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%f %d", 0.0, 33, 44, 55);
NULL             1013 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1022 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%f %d", minus_zerod, 33, 44, 55);
NULL             1023 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1033 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%f %d", Infinityd (), 33, 44, 55);
NULL             1034 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1044 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%f %d", - Infinityd (), 33, 44, 55);
NULL             1045 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1055 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%f %d", NaNd (), 33, 44, 55);
NULL             1056 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1067 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%10f %d", 1.75, 33, 44, 55);
NULL             1068 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1077 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%-10f %d", 1.75, 33, 44, 55);
NULL             1078 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1087 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%+f %d", 1.75, 33, 44, 55);
NULL             1088 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1097 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "% f %d", 1.75, 33, 44, 55);
NULL             1098 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1107 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#f %d", 1.75, 33, 44, 55);
NULL             1108 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1117 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.f %d", 1.75, 33, 44, 55);
NULL             1118 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1127 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015f %d", 1234.0, 33, 44, 55);
NULL             1128 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1137 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015f %d", - Infinityd (), 33, 44, 55);
NULL             1138 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1148 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%050f %d", NaNd (), 33, 44, 55);
NULL             1149 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1160 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.f %d", 1234.0, 33, 44, 55);
NULL             1161 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1170 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2f %d", 999.951, 33, 44, 55);
NULL             1171 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1180 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2f %d", 999.996, 33, 44, 55);
NULL             1181 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1190 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", 12.75L, 33, 44, 55);
NULL             1191 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1200 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", 1234567.0L, 33, 44, 55);
NULL             1201 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1290 maint/gnulib/tests/test-vasnprintf-posix.c           my_asnprintf (NULL, &length, "%Lf", data[k].value);
NULL             1291 maint/gnulib/tests/test-vasnprintf-posix.c         ASSERT (result != NULL);
NULL             1301 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", -0.03125L, 33, 44, 55);
NULL             1302 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1311 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", 0.0L, 33, 44, 55);
NULL             1312 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1321 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", minus_zerol, 33, 44, 55);
NULL             1322 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1332 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", Infinityl (), 33, 44, 55);
NULL             1333 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1343 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", - Infinityl (), 33, 44, 55);
NULL             1344 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1354 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", NaNl (), 33, 44, 55);
NULL             1355 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1368 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55);
NULL             1369 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1382 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55);
NULL             1383 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1396 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55);
NULL             1397 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1407 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55);
NULL             1408 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1418 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55);
NULL             1419 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1429 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55);
NULL             1430 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1440 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lf %d", x.value, 33, 44, 55);
NULL             1441 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1451 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%10Lf %d", 1.75L, 33, 44, 55);
NULL             1452 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1461 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%-10Lf %d", 1.75L, 33, 44, 55);
NULL             1462 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1471 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%+Lf %d", 1.75L, 33, 44, 55);
NULL             1472 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1481 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "% Lf %d", 1.75L, 33, 44, 55);
NULL             1482 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1491 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#Lf %d", 1.75L, 33, 44, 55);
NULL             1492 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1501 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.Lf %d", 1.75L, 33, 44, 55);
NULL             1502 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1511 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015Lf %d", 1234.0L, 33, 44, 55);
NULL             1512 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1521 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015Lf %d", - Infinityl (), 33, 44, 55);
NULL             1522 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1532 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%050Lf %d", NaNl (), 33, 44, 55);
NULL             1533 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1544 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.Lf %d", 1234.0L, 33, 44, 55);
NULL             1545 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1554 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2Lf %d", 999.951L, 33, 44, 55);
NULL             1555 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1564 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2Lf %d", 999.996L, 33, 44, 55);
NULL             1565 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1576 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%F %d", 12.75, 33, 44, 55);
NULL             1577 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1586 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%F %d", 1234567.0, 33, 44, 55);
NULL             1587 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1596 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%F %d", -0.03125, 33, 44, 55);
NULL             1597 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1606 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%F %d", 0.0, 33, 44, 55);
NULL             1607 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1616 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%F %d", minus_zerod, 33, 44, 55);
NULL             1617 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1627 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%F %d", Infinityd (), 33, 44, 55);
NULL             1628 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1638 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%F %d", - Infinityd (), 33, 44, 55);
NULL             1639 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1649 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%F %d", NaNd (), 33, 44, 55);
NULL             1650 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1661 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015F %d", 1234.0, 33, 44, 55);
NULL             1662 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1671 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015F %d", - Infinityd (), 33, 44, 55);
NULL             1672 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1682 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.F %d", 1234.0, 33, 44, 55);
NULL             1683 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1692 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2F %d", 999.951, 33, 44, 55);
NULL             1693 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1702 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2F %d", 999.996, 33, 44, 55);
NULL             1703 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1712 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LF %d", 12.75L, 33, 44, 55);
NULL             1713 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1722 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LF %d", 1234567.0L, 33, 44, 55);
NULL             1723 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1732 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LF %d", -0.03125L, 33, 44, 55);
NULL             1733 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1742 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LF %d", 0.0L, 33, 44, 55);
NULL             1743 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1752 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LF %d", minus_zerol, 33, 44, 55);
NULL             1753 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1763 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LF %d", Infinityl (), 33, 44, 55);
NULL             1764 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1774 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LF %d", - Infinityl (), 33, 44, 55);
NULL             1775 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1785 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%LF %d", NaNl (), 33, 44, 55);
NULL             1786 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1797 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015LF %d", 1234.0L, 33, 44, 55);
NULL             1798 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1807 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015LF %d", - Infinityl (), 33, 44, 55);
NULL             1808 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1818 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.LF %d", 1234.0L, 33, 44, 55);
NULL             1819 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1828 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2LF %d", 999.951L, 33, 44, 55);
NULL             1829 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1838 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.2LF %d", 999.996L, 33, 44, 55);
NULL             1839 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1850 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%e %d", 12.75, 33, 44, 55);
NULL             1851 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1861 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%e %d", 1234567.0, 33, 44, 55);
NULL             1862 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1952 maint/gnulib/tests/test-vasnprintf-posix.c           my_asnprintf (NULL, &length, "%e", data[k].value);
NULL             1954 maint/gnulib/tests/test-vasnprintf-posix.c         ASSERT (result != NULL);
NULL             1971 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%e %d", -0.03125, 33, 44, 55);
NULL             1972 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1982 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%e %d", 0.0, 33, 44, 55);
NULL             1983 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             1993 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%e %d", minus_zerod, 33, 44, 55);
NULL             1994 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2005 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%e %d", Infinityd (), 33, 44, 55);
NULL             2006 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2016 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%e %d", - Infinityd (), 33, 44, 55);
NULL             2017 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2027 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%e %d", NaNd (), 33, 44, 55);
NULL             2028 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2039 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%15e %d", 1.75, 33, 44, 55);
NULL             2040 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2050 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%-15e %d", 1.75, 33, 44, 55);
NULL             2051 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2061 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%+e %d", 1.75, 33, 44, 55);
NULL             2062 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2072 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "% e %d", 1.75, 33, 44, 55);
NULL             2073 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2083 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#e %d", 1.75, 33, 44, 55);
NULL             2084 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2094 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.e %d", 1.75, 33, 44, 55);
NULL             2095 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2105 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.e %d", 9.75, 33, 44, 55);
NULL             2106 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2116 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015e %d", 1234.0, 33, 44, 55);
NULL             2117 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2127 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015e %d", - Infinityd (), 33, 44, 55);
NULL             2128 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2138 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%050e %d", NaNd (), 33, 44, 55);
NULL             2139 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2150 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.e %d", 1234.0, 33, 44, 55);
NULL             2151 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2161 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4e %d", 999.951, 33, 44, 55);
NULL             2162 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2172 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4e %d", 999.996, 33, 44, 55);
NULL             2173 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2183 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", 12.75L, 33, 44, 55);
NULL             2184 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2194 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", 1234567.0L, 33, 44, 55);
NULL             2195 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2285 maint/gnulib/tests/test-vasnprintf-posix.c           my_asnprintf (NULL, &length, "%Le", data[k].value);
NULL             2287 maint/gnulib/tests/test-vasnprintf-posix.c         ASSERT (result != NULL);
NULL             2304 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", -0.03125L, 33, 44, 55);
NULL             2305 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2315 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", 0.0L, 33, 44, 55);
NULL             2316 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2326 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", minus_zerol, 33, 44, 55);
NULL             2327 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2338 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", Infinityl (), 33, 44, 55);
NULL             2339 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2349 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", - Infinityl (), 33, 44, 55);
NULL             2350 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2360 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", NaNl (), 33, 44, 55);
NULL             2361 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2374 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55);
NULL             2375 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2386 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55);
NULL             2387 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2398 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55);
NULL             2399 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2409 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55);
NULL             2410 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2420 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55);
NULL             2421 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2431 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55);
NULL             2432 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2442 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Le %d", x.value, 33, 44, 55);
NULL             2443 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2453 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%15Le %d", 1.75L, 33, 44, 55);
NULL             2454 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2464 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%-15Le %d", 1.75L, 33, 44, 55);
NULL             2465 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2475 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%+Le %d", 1.75L, 33, 44, 55);
NULL             2476 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2486 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "% Le %d", 1.75L, 33, 44, 55);
NULL             2487 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2497 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#Le %d", 1.75L, 33, 44, 55);
NULL             2498 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2508 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.Le %d", 1.75L, 33, 44, 55);
NULL             2509 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2519 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.Le %d", 9.75L, 33, 44, 55);
NULL             2520 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2530 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015Le %d", 1234.0L, 33, 44, 55);
NULL             2531 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2541 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015Le %d", - Infinityl (), 33, 44, 55);
NULL             2542 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2552 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%050Le %d", NaNl (), 33, 44, 55);
NULL             2553 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2564 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.Le %d", 1234.0L, 33, 44, 55);
NULL             2565 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2575 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4Le %d", 999.951L, 33, 44, 55);
NULL             2576 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2586 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4Le %d", 999.996L, 33, 44, 55);
NULL             2587 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2599 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%g %d", 12.75, 33, 44, 55);
NULL             2600 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2609 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%g %d", 1234567.0, 33, 44, 55);
NULL             2610 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2700 maint/gnulib/tests/test-vasnprintf-posix.c           my_asnprintf (NULL, &length, "%g", data[k].value);
NULL             2702 maint/gnulib/tests/test-vasnprintf-posix.c         ASSERT (result != NULL);
NULL             2720 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%g %d", -0.03125, 33, 44, 55);
NULL             2721 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2730 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%g %d", 0.0, 33, 44, 55);
NULL             2731 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2740 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%g %d", minus_zerod, 33, 44, 55);
NULL             2741 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2751 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%g %d", Infinityd (), 33, 44, 55);
NULL             2752 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2762 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%g %d", - Infinityd (), 33, 44, 55);
NULL             2763 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2773 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%g %d", NaNd (), 33, 44, 55);
NULL             2774 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2785 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%10g %d", 1.75, 33, 44, 55);
NULL             2786 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2795 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%-10g %d", 1.75, 33, 44, 55);
NULL             2796 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2805 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%+g %d", 1.75, 33, 44, 55);
NULL             2806 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2815 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "% g %d", 1.75, 33, 44, 55);
NULL             2816 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2825 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#g %d", 1.75, 33, 44, 55);
NULL             2826 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2835 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.g %d", 1.75, 33, 44, 55);
NULL             2836 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2845 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.g %d", 9.75, 33, 44, 55);
NULL             2846 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2856 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%010g %d", 1234.0, 33, 44, 55);
NULL             2857 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2866 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015g %d", - Infinityd (), 33, 44, 55);
NULL             2867 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2877 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%050g %d", NaNd (), 33, 44, 55);
NULL             2878 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2889 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.g %d", 1234.0, 33, 44, 55);
NULL             2890 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2900 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.5g %d", 999.951, 33, 44, 55);
NULL             2901 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2910 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.5g %d", 999.996, 33, 44, 55);
NULL             2911 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2920 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", 12.75L, 33, 44, 55);
NULL             2921 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             2930 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", 1234567.0L, 33, 44, 55);
NULL             2931 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3021 maint/gnulib/tests/test-vasnprintf-posix.c           my_asnprintf (NULL, &length, "%Lg", data[k].value);
NULL             3023 maint/gnulib/tests/test-vasnprintf-posix.c         ASSERT (result != NULL);
NULL             3041 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", -0.03125L, 33, 44, 55);
NULL             3042 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3051 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", 0.0L, 33, 44, 55);
NULL             3052 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3061 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", minus_zerol, 33, 44, 55);
NULL             3062 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3072 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", Infinityl (), 33, 44, 55);
NULL             3073 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3083 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", - Infinityl (), 33, 44, 55);
NULL             3084 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3094 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", NaNl (), 33, 44, 55);
NULL             3095 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3108 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55);
NULL             3109 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3122 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55);
NULL             3123 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3136 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55);
NULL             3137 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3147 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55);
NULL             3148 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3158 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55);
NULL             3159 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3169 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55);
NULL             3170 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3180 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Lg %d", x.value, 33, 44, 55);
NULL             3181 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3191 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%10Lg %d", 1.75L, 33, 44, 55);
NULL             3192 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3201 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%-10Lg %d", 1.75L, 33, 44, 55);
NULL             3202 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3211 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%+Lg %d", 1.75L, 33, 44, 55);
NULL             3212 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3221 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "% Lg %d", 1.75L, 33, 44, 55);
NULL             3222 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3231 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#Lg %d", 1.75L, 33, 44, 55);
NULL             3232 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3241 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.Lg %d", 1.75L, 33, 44, 55);
NULL             3242 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3251 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.Lg %d", 9.75L, 33, 44, 55);
NULL             3252 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3262 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%010Lg %d", 1234.0L, 33, 44, 55);
NULL             3263 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3272 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%015Lg %d", - Infinityl (), 33, 44, 55);
NULL             3273 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3283 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%050Lg %d", NaNl (), 33, 44, 55);
NULL             3284 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3295 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.Lg %d", 1234.0L, 33, 44, 55);
NULL             3296 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3306 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.5Lg %d", 999.951L, 33, 44, 55);
NULL             3307 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3316 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.5Lg %d", 999.996L, 33, 44, 55);
NULL             3317 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3329 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%d %n", 123, &count, 33, 44, 55);
NULL             3330 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3342 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%2$d %1$d", 33, 55);
NULL             3343 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3354 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%'d %d", 1234567, 99);
NULL             3355 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3366 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "a%*sc", -3, "b");
NULL             3367 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3376 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "a%-*sc", 3, "b");
NULL             3377 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3386 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "a%-*sc", -3, "b");
NULL             3387 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3398 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4000d %d", 1234567, 99);
NULL             3400 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3411 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.*d %d", 4000, 1234567, 99);
NULL             3413 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3424 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4000d %d", -1234567, 99);
NULL             3426 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3438 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4000u %d", 1234567, 99);
NULL             3440 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3451 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4000o %d", 1234567, 99);
NULL             3453 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3464 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4000x %d", 1234567, 99);
NULL             3466 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3477 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%#.4000x %d", 1234567, 99);
NULL             3479 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3492 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.4000f %d", 1.0, 99);
NULL             3494 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3507 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%.511f %d", 1.0, 99);
NULL             3509 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3528 maint/gnulib/tests/test-vasnprintf-posix.c     result = my_asnprintf (NULL, &length, "%.4000s %d", input, 99);
NULL             3529 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL             3552 maint/gnulib/tests/test-vasnprintf-posix.c         result = my_asnprintf (NULL, &length, "%.*s", (int) i, block);
NULL             3553 maint/gnulib/tests/test-vasnprintf-posix.c         ASSERT (result != NULL);
NULL             3575 maint/gnulib/tests/test-vasnprintf-posix.c         result = my_asnprintf (NULL, &length, "%.*ls", (int) i, block);
NULL             3576 maint/gnulib/tests/test-vasnprintf-posix.c         ASSERT (result != NULL);
NULL             3591 maint/gnulib/tests/test-vasnprintf-posix.c     char *result = my_asnprintf (NULL, &length, "%ls %d", input, 99);
NULL             3592 maint/gnulib/tests/test-vasnprintf-posix.c     if (result == NULL)
NULL             3600 maint/gnulib/tests/test-vasnprintf-posix.c     char *result = my_asnprintf (NULL, &length, "%3ls %d", input, 99);
NULL             3601 maint/gnulib/tests/test-vasnprintf-posix.c     if (result == NULL)
NULL             3609 maint/gnulib/tests/test-vasnprintf-posix.c     char *result = my_asnprintf (NULL, &length, "%.1ls %d", input, 99);
NULL             3610 maint/gnulib/tests/test-vasnprintf-posix.c     if (result == NULL)
NULL             3618 maint/gnulib/tests/test-vasnprintf-posix.c     char *result = my_asnprintf (NULL, &length, "%3.1ls %d", input, 99);
NULL             3619 maint/gnulib/tests/test-vasnprintf-posix.c     if (result == NULL)
NULL             3631 maint/gnulib/tests/test-vasnprintf-posix.c       my_asnprintf (NULL, &length, "%Id %d", 1234567, 99);
NULL             3632 maint/gnulib/tests/test-vasnprintf-posix.c     ASSERT (result != NULL);
NULL               33 maint/gnulib/tests/test-vasnprintf-posix2.c   if (setlocale (LC_ALL, "") == NULL)
NULL               39 maint/gnulib/tests/test-vasnprintf-posix2.c     char *result = asnprintf (NULL, &length, "%.1a", 1.0);
NULL               40 maint/gnulib/tests/test-vasnprintf-posix2.c     ASSERT (result != NULL);
NULL               52 maint/gnulib/tests/test-vasnprintf-posix2.c     char *result = asnprintf (NULL, &length, "%.1La", 1.0L);
NULL               53 maint/gnulib/tests/test-vasnprintf-posix2.c     ASSERT (result != NULL);
NULL               41 maint/gnulib/tests/test-vasnprintf-posix3.c       my_asnprintf (NULL, &length, "%Id %d", 1234567, 99);
NULL               44 maint/gnulib/tests/test-vasnprintf-posix3.c     ASSERT (result != NULL);
NULL               82 maint/gnulib/tests/test-vasnprintf-posix3.c   if (setlocale (LC_ALL, "fa_IR.UTF-8") == NULL)
NULL               38 maint/gnulib/tests/test-vasnprintf.c       char *result = my_asnprintf (NULL, &length, "%d", 12345);
NULL               39 maint/gnulib/tests/test-vasnprintf.c       ASSERT (result != NULL);
NULL               53 maint/gnulib/tests/test-vasnprintf.c       ASSERT (result != NULL);
NULL               72 maint/gnulib/tests/test-vasnprintf.c       ASSERT (result != NULL);
NULL              101 maint/gnulib/tests/test-vasprintf-posix.c       ASSERT (result != NULL);
NULL              112 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              122 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              132 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              142 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              155 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              168 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              181 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              191 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              202 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              212 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              222 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              234 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              248 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              262 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              275 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              288 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              301 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              315 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              328 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              341 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              354 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              367 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              380 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              393 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              406 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              419 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              432 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              445 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              457 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              471 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              484 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              497 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              507 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              518 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              528 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              538 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              552 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              566 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              580 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              591 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              602 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              613 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              624 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              635 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              648 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              661 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              674 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              687 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              700 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              715 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              728 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              741 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              754 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              767 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              780 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              793 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              806 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              819 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              832 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              845 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              857 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              873 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              883 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              973 maint/gnulib/tests/test-vasprintf-posix.c         ASSERT (result != NULL);
NULL              984 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL              994 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1004 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1015 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1026 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1037 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1049 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1059 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1069 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1079 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1089 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1099 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1109 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1119 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1130 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1142 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1152 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1162 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1172 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1182 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1272 maint/gnulib/tests/test-vasprintf-posix.c         ASSERT (result != NULL);
NULL             1283 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1293 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1303 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1314 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1325 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1336 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1350 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1364 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1378 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1389 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1400 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1411 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1422 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1433 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1443 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1453 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1463 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1473 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1483 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1493 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1503 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1514 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1526 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1536 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1546 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1558 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1568 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1578 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1588 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1598 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1609 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1620 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1631 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1643 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1653 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1664 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1674 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1684 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1694 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1704 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1714 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1724 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1734 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1745 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1756 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1767 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1779 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1789 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1800 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1810 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1820 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1832 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1843 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1935 maint/gnulib/tests/test-vasprintf-posix.c         ASSERT (result != NULL);
NULL             1953 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1964 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1975 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1987 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             1998 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2009 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2021 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2032 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2043 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2054 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2065 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2076 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2087 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2098 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2109 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2120 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2132 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2143 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2154 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2165 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2176 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2268 maint/gnulib/tests/test-vasprintf-posix.c         ASSERT (result != NULL);
NULL             2286 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2297 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2308 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2320 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2331 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2342 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2356 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2370 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2384 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2395 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2406 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2417 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2428 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2439 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2450 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2461 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2472 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2483 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2494 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2505 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2516 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2527 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2538 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2550 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2561 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2572 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2585 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2595 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2687 maint/gnulib/tests/test-vasprintf-posix.c         ASSERT (result != NULL);
NULL             2706 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2716 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2726 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2737 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2748 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2759 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2771 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2781 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2791 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2801 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2811 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2821 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2831 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2842 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2852 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2863 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2875 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2886 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2896 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2906 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             2916 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3008 maint/gnulib/tests/test-vasprintf-posix.c         ASSERT (result != NULL);
NULL             3027 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3037 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3047 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3058 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3069 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3080 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3094 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3108 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3122 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3133 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3144 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3155 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3166 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3177 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3187 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3197 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3207 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3217 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3227 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3237 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3248 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3258 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3269 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3281 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3292 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3302 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3315 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3328 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3340 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3352 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3362 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3372 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3385 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3398 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3411 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3425 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3438 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3451 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3464 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3479 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3494 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3514 maint/gnulib/tests/test-vasprintf-posix.c     ASSERT (result != NULL);
NULL             3538 maint/gnulib/tests/test-vasprintf-posix.c         ASSERT (result != NULL);
NULL             3561 maint/gnulib/tests/test-vasprintf-posix.c         ASSERT (result != NULL);
NULL               55 maint/gnulib/tests/test-vasprintf.c       ASSERT (result != NULL);
NULL               65 maint/gnulib/tests/test-vasprintf.c       ASSERT (result != NULL);
NULL               81 maint/gnulib/tests/test-vasprintf.c       ASSERT (result != NULL);
NULL               91 maint/gnulib/tests/test-vasprintf.c       ASSERT (result != NULL);
NULL               29 maint/gnulib/tests/test-version-etc.c                (const char *) NULL);
NULL               50 maint/gnulib/tests/test-vsnprintf.c   retval = my_snprintf (NULL, 0, "%d", 12345);
NULL               31 maint/gnulib/tests/test-wchar.c verify (sizeof NULL == sizeof (void *));
NULL               45 maint/gnulib/tests/test-wcrtomb-w32.c     if (setlocale (LC_ALL, name_with_codepage) == NULL)
NULL               57 maint/gnulib/tests/test-wcrtomb-w32.c     if (setlocale (LC_ALL, name) == NULL)
NULL               94 maint/gnulib/tests/test-wcrtomb-w32.c     ret = wcrtomb (buf, 0, NULL);
NULL              128 maint/gnulib/tests/test-wcrtomb-w32.c           ret = wcrtomb (buf, btowc (c), NULL);
NULL              137 maint/gnulib/tests/test-wcrtomb-w32.c     ret = wcrtomb (NULL, '\0', NULL);
NULL              139 maint/gnulib/tests/test-wcrtomb-w32.c     ret = wcrtomb (NULL, btowc ('x'), NULL);
NULL              150 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x00FC, NULL);
NULL              156 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x00DF, NULL);
NULL              168 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x0622, NULL);
NULL              174 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x0644, NULL);
NULL              180 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x0648, NULL);
NULL              192 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x65E5, NULL);
NULL              198 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x672C, NULL);
NULL              204 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x8A9E, NULL);
NULL              216 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x65E5, NULL);
NULL              222 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x672C, NULL);
NULL              228 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x8A9E, NULL);
NULL              240 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x65E5, NULL);
NULL              246 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x672C, NULL);
NULL              252 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x8A9E, NULL);
NULL              266 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x00FC, NULL);
NULL              272 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x00DF, NULL);
NULL              286 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x00FC, NULL);
NULL              292 maint/gnulib/tests/test-wcrtomb-w32.c         ret = wcrtomb (buf, 0x00DF, NULL);
NULL               45 maint/gnulib/tests/test-wcrtomb.c   ret = wcrtomb (buf, wc, NULL);
NULL               50 maint/gnulib/tests/test-wcrtomb.c   ret = wcrtomb (NULL, wc, NULL);
NULL               61 maint/gnulib/tests/test-wcrtomb.c   if (setlocale (LC_ALL, "") == NULL)
NULL               67 maint/gnulib/tests/test-wcrtomb.c     ret = wcrtomb (buf, 0, NULL);
NULL              101 maint/gnulib/tests/test-wcrtomb.c           ret = wcrtomb (buf, btowc (c), NULL);
NULL              110 maint/gnulib/tests/test-wcrtomb.c     ret = wcrtomb (NULL, '\0', NULL);
NULL              112 maint/gnulib/tests/test-wcrtomb.c     ret = wcrtomb (NULL, btowc ('x'), NULL);
NULL               37 maint/gnulib/tests/test-wcsnrtombs.c   if (setlocale (LC_ALL, "") == NULL)
NULL               68 maint/gnulib/tests/test-wcsnrtombs.c                 ret = wcsnrtombs (NULL, &src, 6, n, NULL);
NULL               73 maint/gnulib/tests/test-wcsnrtombs.c                 ret = wcsnrtombs (buf, &src, 6, n, NULL);
NULL               75 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (src == (n <= 5 ? input + n : NULL));
NULL               77 maint/gnulib/tests/test-wcsnrtombs.c                 if (src == NULL)
NULL               79 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL               80 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL               81 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL               97 maint/gnulib/tests/test-wcsnrtombs.c                 ret = wcsnrtombs (NULL, &src, 6, n, NULL);
NULL              102 maint/gnulib/tests/test-wcsnrtombs.c                 ret = wcsnrtombs (buf, &src, 6, n, NULL);
NULL              110 maint/gnulib/tests/test-wcsnrtombs.c                                 n <= 7 ? input + (n - 2) : NULL));
NULL              112 maint/gnulib/tests/test-wcsnrtombs.c                 if (src == NULL)
NULL              114 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              115 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              116 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL              132 maint/gnulib/tests/test-wcsnrtombs.c                 ret = wcsnrtombs (NULL, &src, 6, n, NULL);
NULL              137 maint/gnulib/tests/test-wcsnrtombs.c                 ret = wcsnrtombs (buf, &src, 6, n, NULL);
NULL              147 maint/gnulib/tests/test-wcsnrtombs.c                                 n <= 8 ? input + (n - 3) : NULL));
NULL              149 maint/gnulib/tests/test-wcsnrtombs.c                 if (src == NULL)
NULL              151 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              152 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              153 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL              170 maint/gnulib/tests/test-wcsnrtombs.c                 ret = wcsnrtombs (NULL, &src, 6, n, NULL);
NULL              175 maint/gnulib/tests/test-wcsnrtombs.c                 ret = wcsnrtombs (buf, &src, 6, n, NULL);
NULL              183 maint/gnulib/tests/test-wcsnrtombs.c                                 n <= 9 ? input + (n - 4) : NULL));
NULL              185 maint/gnulib/tests/test-wcsnrtombs.c                 if (src == NULL)
NULL              187 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              188 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              189 maint/gnulib/tests/test-wcsnrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL               37 maint/gnulib/tests/test-wcsrtombs.c   if (setlocale (LC_ALL, "") == NULL)
NULL               68 maint/gnulib/tests/test-wcsrtombs.c                 ret = wcsrtombs (NULL, &src, n, NULL);
NULL               73 maint/gnulib/tests/test-wcsrtombs.c                 ret = wcsrtombs (buf, &src, n, NULL);
NULL               75 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (src == (n <= 5 ? input + n : NULL));
NULL               77 maint/gnulib/tests/test-wcsrtombs.c                 if (src == NULL)
NULL               79 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL               80 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL               81 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL               97 maint/gnulib/tests/test-wcsrtombs.c                 ret = wcsrtombs (NULL, &src, n, NULL);
NULL              102 maint/gnulib/tests/test-wcsrtombs.c                 ret = wcsrtombs (buf, &src, n, NULL);
NULL              110 maint/gnulib/tests/test-wcsrtombs.c                                 n <= 7 ? input + (n - 2) : NULL));
NULL              112 maint/gnulib/tests/test-wcsrtombs.c                 if (src == NULL)
NULL              114 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              115 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              116 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL              132 maint/gnulib/tests/test-wcsrtombs.c                 ret = wcsrtombs (NULL, &src, n, NULL);
NULL              137 maint/gnulib/tests/test-wcsrtombs.c                 ret = wcsrtombs (buf, &src, n, NULL);
NULL              147 maint/gnulib/tests/test-wcsrtombs.c                                 n <= 8 ? input + (n - 3) : NULL));
NULL              149 maint/gnulib/tests/test-wcsrtombs.c                 if (src == NULL)
NULL              151 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              152 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              153 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL              170 maint/gnulib/tests/test-wcsrtombs.c                 ret = wcsrtombs (NULL, &src, n, NULL);
NULL              175 maint/gnulib/tests/test-wcsrtombs.c                 ret = wcsrtombs (buf, &src, n, NULL);
NULL              183 maint/gnulib/tests/test-wcsrtombs.c                                 n <= 9 ? input + (n - 4) : NULL));
NULL              185 maint/gnulib/tests/test-wcsrtombs.c                 if (src == NULL)
NULL              187 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 0] == '_');
NULL              188 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 1] == '_');
NULL              189 maint/gnulib/tests/test-wcsrtombs.c                 ASSERT (buf[ret + (src == NULL) + 2] == '_');
NULL               44 maint/gnulib/tests/test-wcstok.c   ret = wcstok (NULL, delim, &ptr);
NULL               47 maint/gnulib/tests/test-wcstok.c   ASSERT (ptr == NULL || *ptr == L'\0');
NULL               49 maint/gnulib/tests/test-wcstok.c   ret = wcstok (NULL, delim, &ptr);
NULL               50 maint/gnulib/tests/test-wcstok.c   ASSERT (ret == NULL);
NULL               47 maint/gnulib/tests/test-wcwidth.c   if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL
NULL               36 maint/gnulib/tests/test-xmemdup0.c     char *result = xmemdup0 (NULL, 0);
NULL               58 maint/gnulib/tests/test-xstrtol.c           xstrtol_fatal (s_err, -2, 'X', NULL, argv[i]);
NULL               57 maint/gnulib/tests/test-xvasprintf.c       ASSERT (result != NULL);
NULL               66 maint/gnulib/tests/test-xvasprintf.c     ASSERT (result != NULL);
NULL               72 maint/gnulib/tests/test-xvasprintf.c   ASSERT (result != NULL);
NULL               77 maint/gnulib/tests/test-xvasprintf.c   ASSERT (result != NULL);
NULL               82 maint/gnulib/tests/test-xvasprintf.c   ASSERT (result != NULL);
NULL               96 maint/gnulib/tests/test-xvasprintf.c       ASSERT (result != NULL);
NULL              107 maint/gnulib/tests/test-xvasprintf.c     ASSERT (result != NULL);
NULL              113 maint/gnulib/tests/test-xvasprintf.c   ASSERT (result != NULL);
NULL              118 maint/gnulib/tests/test-xvasprintf.c   ASSERT (result != NULL);
NULL              123 maint/gnulib/tests/test-xvasprintf.c   ASSERT (result != NULL);
NULL               27 maint/gnulib/tests/unicase/test-casecmp.h     ASSERT (my_casecmp (NULL, 0, NULL, 0, NULL, nf, &cmp) == 0);
NULL               34 maint/gnulib/tests/unicase/test-casecmp.h     ASSERT (my_casecmp (input, SIZEOF (input), NULL, 0, NULL, nf, &cmp) == 0);
NULL               37 maint/gnulib/tests/unicase/test-casecmp.h     ASSERT (my_casecmp (NULL, 0, input, SIZEOF (input), NULL, nf, &cmp) == 0);
NULL               40 maint/gnulib/tests/unicase/test-casecmp.h     ASSERT (my_casecmp (input, SIZEOF (input), input, SIZEOF (input), NULL, nf, &cmp) == 0);
NULL               50 maint/gnulib/tests/unicase/test-casecmp.h     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, nf, &cmp) == 0);
NULL               53 maint/gnulib/tests/unicase/test-casecmp.h     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, nf, &cmp) == 0);
NULL               63 maint/gnulib/tests/unicase/test-casecmp.h     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, nf, &cmp) == 0);
NULL               66 maint/gnulib/tests/unicase/test-casecmp.h     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, nf, &cmp) == 0);
NULL               27 maint/gnulib/tests/unicase/test-is-cased.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               34 maint/gnulib/tests/unicase/test-is-cased.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               41 maint/gnulib/tests/unicase/test-is-cased.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               48 maint/gnulib/tests/unicase/test-is-cased.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               55 maint/gnulib/tests/unicase/test-is-cased.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               26 maint/gnulib/tests/unicase/test-is-casefolded.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               33 maint/gnulib/tests/unicase/test-is-casefolded.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               40 maint/gnulib/tests/unicase/test-is-casefolded.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               27 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               34 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               41 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               48 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               55 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               62 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               71 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               78 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               85 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               92 maint/gnulib/tests/unicase/test-is-lowercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               27 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               34 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               41 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               48 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               55 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               62 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               71 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               78 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               85 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               92 maint/gnulib/tests/unicase/test-is-titlecase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               27 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               34 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               41 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               48 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               55 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               62 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               71 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               78 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               85 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               92 maint/gnulib/tests/unicase/test-is-uppercase.h     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               35 maint/gnulib/tests/unicase/test-locale-language.c   if (setlocale (LC_ALL, "") == NULL)
NULL               42 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == 0);
NULL               48 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               51 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL               54 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL               57 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               60 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL               63 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL               71 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               79 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               87 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               96 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               99 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              107 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              139 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              142 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              145 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              148 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              151 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              154 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              165 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              168 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              171 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              174 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              182 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              185 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              196 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              199 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              208 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              211 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              220 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              223 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              231 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              234 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), "tr", NULL, &cmp) == 0);
NULL              244 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              247 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), "tr", NULL, &cmp) == 0);
NULL              257 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              283 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              286 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              289 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              300 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              303 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed), NULL, NULL, &cmp) == 0);
NULL              306 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, UNINORM_NFD, &cmp) == 0);
NULL              309 maint/gnulib/tests/unicase/test-u16-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed), NULL, UNINORM_NFD, &cmp) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u16-casefold.c   result = u16_casefold (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u16-casefold.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u16-casefold.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u16-casefold.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u16-casefold.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              114 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              121 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              126 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              134 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              135 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
NULL              140 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              141 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              147 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              148 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
NULL              153 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              154 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              161 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              162 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              169 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              186 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              195 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casefolded, SIZEOF (casefolded)) == 0);
NULL              196 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFD, casefolded_decomposed, SIZEOF (casefolded_decomposed)) == 0);
NULL              197 maint/gnulib/tests/unicase/test-u16-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u16-is-casefolded.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u16-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u16-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               52 maint/gnulib/tests/unicase/test-u16-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               59 maint/gnulib/tests/unicase/test-u16-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               66 maint/gnulib/tests/unicase/test-u16-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u16-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u16-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               52 maint/gnulib/tests/unicase/test-u16-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               59 maint/gnulib/tests/unicase/test-u16-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               66 maint/gnulib/tests/unicase/test-u16-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u16-tolower.c   result = u16_tolower (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u16-tolower.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u16-tolower.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u16-tolower.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u16-tolower.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              114 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              122 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              123 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              128 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              129 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              135 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              136 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              141 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              142 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              149 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              156 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              173 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              178 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              183 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              191 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              196 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              201 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              206 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              211 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              219 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              224 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              229 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              234 maint/gnulib/tests/unicase/test-u16-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u16-totitle.c   result = u16_totitle (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u16-totitle.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u16-totitle.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u16-totitle.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u16-totitle.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              114 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              121 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              126 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              133 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              134 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              140 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              141 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              146 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              147 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              152 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              153 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              160 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              161 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              168 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              185 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              193 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casemapped, SIZEOF (casemapped)) == 0);
NULL              194 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u16-toupper.c   result = u16_toupper (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u16-toupper.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u16-toupper.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u16-toupper.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u16-toupper.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              114 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              121 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              126 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              133 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              134 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              140 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              141 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              146 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              147 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              152 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              153 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              160 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              161 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              168 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              185 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              193 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casemapped, SIZEOF (casemapped)) == 0);
NULL              194 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
NULL               42 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == 0);
NULL               48 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               51 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL               54 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL               57 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               60 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL               63 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL               71 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               79 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               87 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               96 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               99 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              107 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              139 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              142 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              145 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              148 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              151 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              154 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              165 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              168 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              171 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              174 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              182 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              185 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              196 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              199 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              208 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              211 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              220 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              223 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              231 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              234 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), "tr", NULL, &cmp) == 0);
NULL              244 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              247 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), "tr", NULL, &cmp) == 0);
NULL              257 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              283 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              286 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              289 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              300 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              303 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed), NULL, NULL, &cmp) == 0);
NULL              306 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, UNINORM_NFD, &cmp) == 0);
NULL              309 maint/gnulib/tests/unicase/test-u32-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed), NULL, UNINORM_NFD, &cmp) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u32-casefold.c   result = u32_casefold (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u32-casefold.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u32-casefold.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u32-casefold.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u32-casefold.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              114 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              121 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              126 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              134 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              135 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
NULL              140 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              141 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              147 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              148 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
NULL              153 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              154 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              161 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              162 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              169 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              186 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              195 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casefolded, SIZEOF (casefolded)) == 0);
NULL              196 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFD, casefolded_decomposed, SIZEOF (casefolded_decomposed)) == 0);
NULL              197 maint/gnulib/tests/unicase/test-u32-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u32-is-casefolded.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u32-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u32-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               52 maint/gnulib/tests/unicase/test-u32-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               59 maint/gnulib/tests/unicase/test-u32-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               66 maint/gnulib/tests/unicase/test-u32-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u32-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u32-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               52 maint/gnulib/tests/unicase/test-u32-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               59 maint/gnulib/tests/unicase/test-u32-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               66 maint/gnulib/tests/unicase/test-u32-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u32-tolower.c   result = u32_tolower (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u32-tolower.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u32-tolower.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u32-tolower.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u32-tolower.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              114 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              122 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              123 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              128 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              129 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              135 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              136 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              141 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              142 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              149 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              156 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              173 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              178 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              183 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              191 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              196 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              201 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              206 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              211 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              219 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              224 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              229 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              234 maint/gnulib/tests/unicase/test-u32-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u32-totitle.c   result = u32_totitle (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u32-totitle.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u32-totitle.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u32-totitle.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u32-totitle.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              114 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              121 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              126 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              133 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              134 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              140 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              141 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              146 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              147 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              152 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              153 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              160 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              161 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              168 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              185 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              193 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casemapped, SIZEOF (casemapped)) == 0);
NULL              194 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u32-toupper.c   result = u32_toupper (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u32-toupper.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u32-toupper.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u32-toupper.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u32-toupper.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              114 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              121 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              126 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              133 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              134 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              140 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              141 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              146 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              147 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              152 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              153 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              160 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              161 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              168 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              185 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              193 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casemapped, SIZEOF (casemapped)) == 0);
NULL              194 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
NULL               42 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == 0);
NULL               48 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               51 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL               54 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL               57 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               60 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL               63 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL               71 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               79 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               87 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               96 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               99 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              107 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              145 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              148 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              151 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              154 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              157 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              160 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              171 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              174 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              177 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              180 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              188 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              191 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              202 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              205 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              214 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              217 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              226 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              229 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              237 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              240 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), "tr", NULL, &cmp) == 0);
NULL              250 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              253 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), "tr", NULL, &cmp) == 0);
NULL              263 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              292 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              295 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              298 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              309 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              312 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed), NULL, NULL, &cmp) == 0);
NULL              315 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, UNINORM_NFD, &cmp) == 0);
NULL              318 maint/gnulib/tests/unicase/test-u8-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed), NULL, UNINORM_NFD, &cmp) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u8-casefold.c   result = u8_casefold (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u8-casefold.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u8-casefold.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u8-casefold.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u8-casefold.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              118 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              125 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              130 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              138 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              139 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
NULL              144 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              145 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              151 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              152 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
NULL              157 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              158 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              165 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              166 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              173 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              192 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casefolded, SIZEOF (casefolded)) == 0);
NULL              201 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casefolded, SIZEOF (casefolded)) == 0);
NULL              202 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFD, casefolded_decomposed, SIZEOF (casefolded_decomposed)) == 0);
NULL              203 maint/gnulib/tests/unicase/test-u8-casefold.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casefolded_normalized, SIZEOF (casefolded_normalized)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u8-is-casefolded.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u8-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u8-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               52 maint/gnulib/tests/unicase/test-u8-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               59 maint/gnulib/tests/unicase/test-u8-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               66 maint/gnulib/tests/unicase/test-u8-is-lowercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u8-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               45 maint/gnulib/tests/unicase/test-u8-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               52 maint/gnulib/tests/unicase/test-u8-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               59 maint/gnulib/tests/unicase/test-u8-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               66 maint/gnulib/tests/unicase/test-u8-is-uppercase.c     ASSERT (my_is (input, SIZEOF (input), NULL, &result) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u8-tolower.c   result = u8_tolower (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u8-tolower.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u8-tolower.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u8-tolower.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u8-tolower.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              118 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              126 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              127 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              132 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              133 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              139 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              140 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              145 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              146 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              153 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              160 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              179 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              184 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              189 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              197 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              202 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              207 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              212 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              217 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              225 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              230 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              235 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              240 maint/gnulib/tests/unicase/test-u8-tolower.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u8-totitle.c   result = u8_totitle (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u8-totitle.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u8-totitle.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u8-totitle.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u8-totitle.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              118 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              125 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              130 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              137 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              138 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              144 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              145 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              150 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              151 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              156 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              157 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              164 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              165 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              172 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              191 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              199 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casemapped, SIZEOF (casemapped)) == 0);
NULL              200 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
NULL               38 maint/gnulib/tests/unicase/test-u8-toupper.c   result = u8_toupper (input, input_length, iso639_language, nf, NULL, &length);
NULL               39 maint/gnulib/tests/unicase/test-u8-toupper.c   if (!(result != NULL))
NULL               55 maint/gnulib/tests/unicase/test-u8-toupper.c       if (!(result != NULL))
NULL               74 maint/gnulib/tests/unicase/test-u8-toupper.c     if (!(result != NULL))
NULL               76 maint/gnulib/tests/unicase/test-u8-toupper.c     if (!(preallocated == NULL || result == preallocated))
NULL               92 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (NULL, 0, NULL, NULL, NULL, 0) == 0);
NULL               93 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (NULL, 0, NULL, UNINORM_NFC, NULL, 0) == 0);
NULL              118 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              125 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              130 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              137 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              138 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              144 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              145 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped_tr, SIZEOF (casemapped_tr)) == 0);
NULL              150 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              151 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              156 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              157 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              164 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              165 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              172 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              191 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
NULL              199 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, NULL,        casemapped, SIZEOF (casemapped)) == 0);
NULL              200 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
NULL               41 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               44 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == 0);
NULL               47 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               50 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL               53 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL               56 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               59 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL               62 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL               72 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL               89 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL               92 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input1, SIZEOF (input1), NULL, UNINORM_NFD, &cmp) == 0);
NULL               95 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input3, SIZEOF (input3), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL               98 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input4, SIZEOF (input4), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              101 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              104 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input4, SIZEOF (input4), NULL, UNINORM_NFD, &cmp) == 0);
NULL              107 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL              110 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input5, SIZEOF (input5), NULL, UNINORM_NFD, &cmp) == 0);
NULL              118 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              126 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              134 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              143 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              146 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              154 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              192 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              195 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              198 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              201 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              204 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              207 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              218 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              221 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              224 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              227 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, UNINORM_NFD, &cmp) == 0);
NULL              235 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              238 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, UNINORM_NFD, &cmp) == 0);
NULL              249 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              252 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              261 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              264 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              273 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              276 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
NULL              284 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              287 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), "tr", NULL, &cmp) == 0);
NULL              297 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              300 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), "tr", NULL, &cmp) == 0);
NULL              310 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              339 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input2, SIZEOF (input2), NULL, NULL, &cmp) == 0);
NULL              342 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input1, SIZEOF (input1), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              345 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input2, SIZEOF (input2), input3, SIZEOF (input3), NULL, NULL, &cmp) == 0);
NULL              356 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, NULL, &cmp) == 0);
NULL              359 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed), NULL, NULL, &cmp) == 0);
NULL              362 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded, SIZEOF (casefolded), NULL, UNINORM_NFD, &cmp) == 0);
NULL              365 maint/gnulib/tests/unicase/test-ulc-casecmp.c     ASSERT (my_casecmp (input, SIZEOF (input), casefolded_decomposed, SIZEOF (casefolded_decomposed), NULL, UNINORM_NFD, &cmp) == 0);
NULL              374 maint/gnulib/tests/unicase/test-ulc-casecmp.c   if (setlocale (LC_ALL, "") == NULL)
NULL               37 maint/gnulib/tests/unicase/test-ulc-casecoll.c   if (setlocale (LC_ALL, "") == NULL)
NULL               67 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL               72 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c                                                      NULL, &length);
NULL               73 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           ASSERT (result != NULL);
NULL               99 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              104 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c                                                      NULL, &length);
NULL              105 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           ASSERT (result != NULL);
NULL              134 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              139 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c                                                          NULL, &length);
NULL              140 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               ASSERT (result != NULL);
NULL              163 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              168 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c                                                          NULL, &length);
NULL              169 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               ASSERT (result != NULL);
NULL              192 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              197 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c                                                          NULL, &length);
NULL              198 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               ASSERT (result != NULL);
NULL               66 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
NULL               71 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c                                                NULL, &length);
NULL               72 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           ASSERT (result != NULL);
NULL               97 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
NULL              102 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c                                                NULL, &length);
NULL              106 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c               ASSERT (result == NULL);
NULL              116 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c                 ASSERT (result != NULL);
NULL              133 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c                 ASSERT (result != NULL);
NULL              157 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
NULL              162 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c                                                NULL, &length);
NULL              163 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           ASSERT (result != NULL);
NULL               52 maint/gnulib/tests/uniconv/test-u16-strconv-from-enc.c       ASSERT (result != NULL);
NULL               68 maint/gnulib/tests/uniconv/test-u16-strconv-from-enc.c       ASSERT (result != NULL);
NULL               87 maint/gnulib/tests/uniconv/test-u16-strconv-from-enc.c           ASSERT (result != NULL);
NULL              100 maint/gnulib/tests/uniconv/test-u16-strconv-from-enc.c           ASSERT (result != NULL);
NULL              113 maint/gnulib/tests/uniconv/test-u16-strconv-from-enc.c           ASSERT (result != NULL);
NULL               52 maint/gnulib/tests/uniconv/test-u16-strconv-to-enc.c       ASSERT (result != NULL);
NULL               70 maint/gnulib/tests/uniconv/test-u16-strconv-to-enc.c           ASSERT (result == NULL && errno == EILSEQ);
NULL               76 maint/gnulib/tests/uniconv/test-u16-strconv-to-enc.c             ASSERT (result != NULL);
NULL               85 maint/gnulib/tests/uniconv/test-u16-strconv-to-enc.c             ASSERT (result != NULL);
NULL              100 maint/gnulib/tests/uniconv/test-u16-strconv-to-enc.c       ASSERT (result != NULL);
NULL               67 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL               72 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c                                                      NULL, &length);
NULL               73 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           ASSERT (result != NULL);
NULL               99 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              104 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c                                                      NULL, &length);
NULL              105 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           ASSERT (result != NULL);
NULL              134 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              139 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c                                                          NULL, &length);
NULL              140 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               ASSERT (result != NULL);
NULL              163 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              168 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c                                                          NULL, &length);
NULL              169 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               ASSERT (result != NULL);
NULL              192 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              197 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c                                                          NULL, &length);
NULL              198 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               ASSERT (result != NULL);
NULL               66 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
NULL               71 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c                                                NULL, &length);
NULL               72 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c           ASSERT (result != NULL);
NULL               97 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
NULL              102 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c                                                NULL, &length);
NULL              106 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c               ASSERT (result == NULL);
NULL              116 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c                 ASSERT (result != NULL);
NULL              133 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c                 ASSERT (result != NULL);
NULL               52 maint/gnulib/tests/uniconv/test-u32-strconv-from-enc.c       ASSERT (result != NULL);
NULL               68 maint/gnulib/tests/uniconv/test-u32-strconv-from-enc.c       ASSERT (result != NULL);
NULL               87 maint/gnulib/tests/uniconv/test-u32-strconv-from-enc.c           ASSERT (result != NULL);
NULL              100 maint/gnulib/tests/uniconv/test-u32-strconv-from-enc.c           ASSERT (result != NULL);
NULL              113 maint/gnulib/tests/uniconv/test-u32-strconv-from-enc.c           ASSERT (result != NULL);
NULL               51 maint/gnulib/tests/uniconv/test-u32-strconv-to-enc.c       ASSERT (result != NULL);
NULL               69 maint/gnulib/tests/uniconv/test-u32-strconv-to-enc.c           ASSERT (result == NULL && errno == EILSEQ);
NULL               75 maint/gnulib/tests/uniconv/test-u32-strconv-to-enc.c             ASSERT (result != NULL);
NULL               84 maint/gnulib/tests/uniconv/test-u32-strconv-to-enc.c             ASSERT (result != NULL);
NULL               62 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL               67 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c                                                    NULL, &length);
NULL               68 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           ASSERT (result != NULL);
NULL               93 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL               98 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c                                                    NULL, &length);
NULL               99 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           ASSERT (result != NULL);
NULL              126 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              131 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c                                                        NULL, &length);
NULL              132 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               ASSERT (result != NULL);
NULL              152 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              157 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c                                                        NULL, &length);
NULL              158 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               ASSERT (result != NULL);
NULL              178 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
NULL              183 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c                                                        NULL, &length);
NULL              184 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               ASSERT (result != NULL);
NULL               62 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL);
NULL               67 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c                                               NULL, &length);
NULL               68 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           ASSERT (result != NULL);
NULL               97 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL);
NULL              102 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c                                               NULL, &length);
NULL              106 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c               ASSERT (result == NULL);
NULL              116 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c                 ASSERT (result != NULL);
NULL              135 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c                 ASSERT (result != NULL);
NULL              161 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL);
NULL              166 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c                                               NULL, &length);
NULL              167 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           ASSERT (result != NULL);
NULL               47 maint/gnulib/tests/uniconv/test-u8-strconv-from-enc.c       ASSERT (result != NULL);
NULL               59 maint/gnulib/tests/uniconv/test-u8-strconv-from-enc.c       ASSERT (result != NULL);
NULL               75 maint/gnulib/tests/uniconv/test-u8-strconv-from-enc.c           ASSERT (result != NULL);
NULL               85 maint/gnulib/tests/uniconv/test-u8-strconv-from-enc.c           ASSERT (result != NULL);
NULL               95 maint/gnulib/tests/uniconv/test-u8-strconv-from-enc.c           ASSERT (result != NULL);
NULL               47 maint/gnulib/tests/uniconv/test-u8-strconv-to-enc.c       ASSERT (result != NULL);
NULL               61 maint/gnulib/tests/uniconv/test-u8-strconv-to-enc.c           ASSERT (result == NULL && errno == EILSEQ);
NULL               67 maint/gnulib/tests/uniconv/test-u8-strconv-to-enc.c             ASSERT (result != NULL);
NULL               76 maint/gnulib/tests/uniconv/test-u8-strconv-to-enc.c             ASSERT (result != NULL);
NULL               91 maint/gnulib/tests/uniconv/test-u8-strconv-to-enc.c       ASSERT (result != NULL);
NULL               47 maint/gnulib/tests/unictype/test-bidi_longname.c   ASSERT (uc_bidi_class_long_name (-1) == NULL);
NULL               29 maint/gnulib/tests/unictype/test-bidi_name.c   ASSERT (uc_bidi_class_name (-1) == NULL);
NULL               34 maint/gnulib/tests/unictype/test-block_list.c     const uc_block_t *latin_block = NULL;
NULL               35 maint/gnulib/tests/unictype/test-block_list.c     const uc_block_t *hebrew_block = NULL;
NULL               45 maint/gnulib/tests/unictype/test-block_list.c     ASSERT (latin_block == NULL);
NULL               46 maint/gnulib/tests/unictype/test-block_list.c     ASSERT (hebrew_block != NULL);
NULL               37 maint/gnulib/tests/unictype/test-block_of.c         ASSERT (block == NULL || uc_is_block (c, block));
NULL               30 maint/gnulib/tests/unictype/test-categ_longname.c   ASSERT (uc_general_category_long_name (uc_general_category_or (UC_CATEGORY_Z, UC_CATEGORY_Nl)) == NULL);
NULL               30 maint/gnulib/tests/unictype/test-categ_name.c   ASSERT (uc_general_category_name (uc_general_category_or (UC_CATEGORY_Z, UC_CATEGORY_Nl)) == NULL);
NULL               48 maint/gnulib/tests/unictype/test-combiningclass_longname.c   ASSERT (uc_combining_class_long_name (-5) == NULL);
NULL               49 maint/gnulib/tests/unictype/test-combiningclass_longname.c   ASSERT (uc_combining_class_long_name (163) == NULL);
NULL               50 maint/gnulib/tests/unictype/test-combiningclass_longname.c   ASSERT (uc_combining_class_long_name (255) == NULL);
NULL               48 maint/gnulib/tests/unictype/test-combiningclass_name.c   ASSERT (uc_combining_class_name (-5) == NULL);
NULL               49 maint/gnulib/tests/unictype/test-combiningclass_name.c   ASSERT (uc_combining_class_name (163) == NULL);
NULL               50 maint/gnulib/tests/unictype/test-combiningclass_name.c   ASSERT (uc_combining_class_name (255) == NULL);
NULL               87 maint/gnulib/tests/unictype/test-joininggroup_name.c   ASSERT (uc_joining_group_name (-1) == NULL);
NULL               36 maint/gnulib/tests/unictype/test-joiningtype_longname.c   ASSERT (uc_joining_type_long_name (-1) == NULL);
NULL               36 maint/gnulib/tests/unictype/test-joiningtype_name.c   ASSERT (uc_joining_type_name (-1) == NULL);
NULL               31 maint/gnulib/tests/unictype/test-scripts.c   ASSERT (uc_script (0xE0000) == NULL);
NULL               35 maint/gnulib/tests/unictype/test-scripts.c   ASSERT (uc_script_byname ("Pekinese") == NULL);
NULL               49 maint/gnulib/tests/unictype/test-scripts.c         if (script != NULL)
NULL               66 maint/gnulib/tests/unictype/test-scripts.c         ASSERT (scripts[i].name != NULL);
NULL               57 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c       if (next == NULL)
NULL               75 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c   ASSERT (u16_grapheme_next (NULL, NULL) == NULL);
NULL               76 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c   ASSERT (u16_grapheme_next (s, s) == NULL);
NULL               59 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c       if (prev == NULL)
NULL               77 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c   ASSERT (u16_grapheme_prev (NULL, NULL) == NULL);
NULL               78 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c   ASSERT (u16_grapheme_prev (s, s) == NULL);
NULL               57 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c       if (next == NULL)
NULL               75 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c   ASSERT (u32_grapheme_next (NULL, NULL) == NULL);
NULL               76 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c   ASSERT (u32_grapheme_next (s, s) == NULL);
NULL               59 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c       if (prev == NULL)
NULL               77 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c   ASSERT (u32_grapheme_prev (NULL, NULL) == NULL);
NULL               78 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c   ASSERT (u32_grapheme_prev (s, s) == NULL);
NULL               38 maint/gnulib/tests/unigbrk/test-u8-grapheme-next.c       if (next == NULL)
NULL               56 maint/gnulib/tests/unigbrk/test-u8-grapheme-next.c   ASSERT (u8_grapheme_next (NULL, NULL) == NULL);
NULL               57 maint/gnulib/tests/unigbrk/test-u8-grapheme-next.c   ASSERT (u8_grapheme_next (s, s) == NULL);
NULL               39 maint/gnulib/tests/unigbrk/test-u8-grapheme-prev.c       if (prev == NULL)
NULL               57 maint/gnulib/tests/unigbrk/test-u8-grapheme-prev.c   ASSERT (u8_grapheme_prev (NULL, NULL) == NULL);
NULL               58 maint/gnulib/tests/unigbrk/test-u8-grapheme-prev.c   ASSERT (u8_grapheme_prev (s, s) == NULL);
NULL              114 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c   if (stream == NULL)
NULL              133 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c       if (comment != NULL)
NULL               76 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c   if (stream == NULL)
NULL               95 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c       if (comment != NULL)
NULL               40 maint/gnulib/tests/unigbrk/test-ulc-grapheme-breaks.c   if (setlocale (LC_ALL, "") == NULL)
NULL               44 maint/gnulib/tests/unigbrk/test-ulc-grapheme-breaks.c   ulc_grapheme_breaks (NULL, 0, NULL);
NULL               31 maint/gnulib/tests/unilbrk/test-u16-possible-linebreaks.c   u16_possible_linebreaks (NULL, 0, "GB18030", NULL);
NULL               31 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c   u16_width_linebreaks (NULL, 0, 80, 0, 0, NULL, "GB18030", NULL);
NULL               48 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c       u16_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB18030", p);
NULL               62 maint/gnulib/tests/unilbrk/test-u16-width-linebreaks.c       u16_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB2312", p);
NULL               31 maint/gnulib/tests/unilbrk/test-u32-possible-linebreaks.c   u32_possible_linebreaks (NULL, 0, "GB18030", NULL);
NULL               31 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c   u32_width_linebreaks (NULL, 0, 80, 0, 0, NULL, "GB18030", NULL);
NULL               48 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c       u32_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB18030", p);
NULL               62 maint/gnulib/tests/unilbrk/test-u32-width-linebreaks.c       u32_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB2312", p);
NULL               31 maint/gnulib/tests/unilbrk/test-u8-possible-linebreaks.c   u8_possible_linebreaks (NULL, 0, "GB18030", NULL);
NULL               31 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c   u8_width_linebreaks (NULL, 0, 80, 0, 0, NULL, "GB18030", NULL);
NULL               42 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c       u8_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB18030", p);
NULL               56 maint/gnulib/tests/unilbrk/test-u8-width-linebreaks.c       u8_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB2312", p);
NULL               31 maint/gnulib/tests/unilbrk/test-ulc-possible-linebreaks.c   ulc_possible_linebreaks (NULL, 0, "GB18030", NULL);
NULL               31 maint/gnulib/tests/unilbrk/test-ulc-width-linebreaks.c   ulc_width_linebreaks (NULL, 0, 80, 0, 0, NULL, "GB18030", NULL);
NULL               41 maint/gnulib/tests/unilbrk/test-ulc-width-linebreaks.c     ulc_width_linebreaks (input, SIZEOF (input), 12, 0, 0, NULL, "ISO-8859-1", p);
NULL               56 maint/gnulib/tests/uniname/test-uninames.c   if (stream == NULL)
NULL               71 maint/gnulib/tests/uniname/test-uninames.c       if (comment != NULL)
NULL               97 maint/gnulib/tests/uniname/test-uninames.c       i = strtoul (field0, NULL, 16);
NULL              124 maint/gnulib/tests/uniname/test-uninames.c   if (stream == NULL)
NULL              137 maint/gnulib/tests/uniname/test-uninames.c       if (comment != NULL)
NULL              164 maint/gnulib/tests/uniname/test-uninames.c       uc = strtoul (field0, NULL, 16);
NULL              209 maint/gnulib/tests/uniname/test-uninames.c       if (unicode_names[i] != NULL)
NULL              211 maint/gnulib/tests/uniname/test-uninames.c           if (result == NULL)
NULL              225 maint/gnulib/tests/uniname/test-uninames.c           if (result != NULL)
NULL              238 maint/gnulib/tests/uniname/test-uninames.c       if (result != NULL)
NULL              258 maint/gnulib/tests/uniname/test-uninames.c     if (unicode_names[i] != NULL)
NULL              288 maint/gnulib/tests/uniname/test-uninames.c       while (unicode_names[i1] == NULL);
NULL              293 maint/gnulib/tests/uniname/test-uninames.c       while (unicode_names[i2] == NULL);
NULL              313 maint/gnulib/tests/uniname/test-uninames.c                     && !(unicode_names[result] != NULL
NULL               40 maint/gnulib/tests/uninorm/test-u16-nfc.c   result = u16_normalize (UNINORM_NFC, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u16-nfc.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u16-nfc.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u16-nfc.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u16-nfc.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u16-nfc.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              265 maint/gnulib/tests/uninorm/test-u16-nfc.c         if (input != NULL)
NULL               40 maint/gnulib/tests/uninorm/test-u16-nfd.c   result = u16_normalize (UNINORM_NFD, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u16-nfd.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u16-nfd.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u16-nfd.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u16-nfd.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u16-nfd.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              252 maint/gnulib/tests/uninorm/test-u16-nfd.c         if (input != NULL)
NULL               40 maint/gnulib/tests/uninorm/test-u16-nfkc.c   result = u16_normalize (UNINORM_NFKC, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u16-nfkc.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u16-nfkc.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u16-nfkc.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u16-nfkc.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u16-nfkc.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              313 maint/gnulib/tests/uninorm/test-u16-nfkc.c         if (input != NULL)
NULL               40 maint/gnulib/tests/uninorm/test-u16-nfkd.c   result = u16_normalize (UNINORM_NFKD, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u16-nfkd.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u16-nfkd.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u16-nfkd.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u16-nfkd.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u16-nfkd.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              272 maint/gnulib/tests/uninorm/test-u16-nfkd.c         if (input != NULL)
NULL               27 maint/gnulib/tests/uninorm/test-u16-normcmp.h     ASSERT (my_normcmp (NULL, 0, NULL, 0, nf, &cmp) == 0);
NULL               34 maint/gnulib/tests/uninorm/test-u16-normcmp.h     ASSERT (my_normcmp (input, SIZEOF (input), NULL, 0, nf, &cmp) == 0);
NULL               37 maint/gnulib/tests/uninorm/test-u16-normcmp.h     ASSERT (my_normcmp (NULL, 0, input, SIZEOF (input), nf, &cmp) == 0);
NULL               45 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c1, c1_length, NULL, &length);
NULL               46 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     if (!(result != NULL
NULL               56 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c2, c2_length, NULL, &length);
NULL               57 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     if (!(result != NULL
NULL               67 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c3, c3_length, NULL, &length);
NULL               68 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     if (!(result != NULL
NULL               78 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c4, c4_length, NULL, &length);
NULL               79 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     if (!(result != NULL
NULL               89 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     result = u32_normalize (UNINORM_NFC, c5, c5_length, NULL, &length);
NULL               90 maint/gnulib/tests/uninorm/test-u32-nfc-big.c     if (!(result != NULL
NULL               40 maint/gnulib/tests/uninorm/test-u32-nfc.c   result = u32_normalize (UNINORM_NFC, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u32-nfc.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u32-nfc.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u32-nfc.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u32-nfc.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u32-nfc.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              265 maint/gnulib/tests/uninorm/test-u32-nfc.c         if (input != NULL)
NULL               45 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     result = u32_normalize (UNINORM_NFD, c1, c1_length, NULL, &length);
NULL               46 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     if (!(result != NULL
NULL               56 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     result = u32_normalize (UNINORM_NFD, c2, c2_length, NULL, &length);
NULL               57 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     if (!(result != NULL
NULL               67 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     result = u32_normalize (UNINORM_NFD, c3, c3_length, NULL, &length);
NULL               68 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     if (!(result != NULL
NULL               78 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     result = u32_normalize (UNINORM_NFD, c4, c4_length, NULL, &length);
NULL               79 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     if (!(result != NULL
NULL               89 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     result = u32_normalize (UNINORM_NFD, c5, c5_length, NULL, &length);
NULL               90 maint/gnulib/tests/uninorm/test-u32-nfd-big.c     if (!(result != NULL
NULL               40 maint/gnulib/tests/uninorm/test-u32-nfd.c   result = u32_normalize (UNINORM_NFD, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u32-nfd.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u32-nfd.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u32-nfd.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u32-nfd.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u32-nfd.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              252 maint/gnulib/tests/uninorm/test-u32-nfd.c         if (input != NULL)
NULL               42 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     result = u32_normalize (UNINORM_NFKC, c1, c1_length, NULL, &length);
NULL               43 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     if (!(result != NULL
NULL               53 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     result = u32_normalize (UNINORM_NFKC, c2, c2_length, NULL, &length);
NULL               54 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     if (!(result != NULL
NULL               64 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     result = u32_normalize (UNINORM_NFKC, c3, c3_length, NULL, &length);
NULL               65 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     if (!(result != NULL
NULL               75 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     result = u32_normalize (UNINORM_NFKC, c4, c4_length, NULL, &length);
NULL               76 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     if (!(result != NULL
NULL               86 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     result = u32_normalize (UNINORM_NFKC, c5, c5_length, NULL, &length);
NULL               87 maint/gnulib/tests/uninorm/test-u32-nfkc-big.c     if (!(result != NULL
NULL               40 maint/gnulib/tests/uninorm/test-u32-nfkc.c   result = u32_normalize (UNINORM_NFKC, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u32-nfkc.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u32-nfkc.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u32-nfkc.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u32-nfkc.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u32-nfkc.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              313 maint/gnulib/tests/uninorm/test-u32-nfkc.c         if (input != NULL)
NULL               42 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     result = u32_normalize (UNINORM_NFKD, c1, c1_length, NULL, &length);
NULL               43 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     if (!(result != NULL
NULL               53 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     result = u32_normalize (UNINORM_NFKD, c2, c2_length, NULL, &length);
NULL               54 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     if (!(result != NULL
NULL               64 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     result = u32_normalize (UNINORM_NFKD, c3, c3_length, NULL, &length);
NULL               65 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     if (!(result != NULL
NULL               75 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     result = u32_normalize (UNINORM_NFKD, c4, c4_length, NULL, &length);
NULL               76 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     if (!(result != NULL
NULL               86 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     result = u32_normalize (UNINORM_NFKD, c5, c5_length, NULL, &length);
NULL               87 maint/gnulib/tests/uninorm/test-u32-nfkd-big.c     if (!(result != NULL
NULL               40 maint/gnulib/tests/uninorm/test-u32-nfkd.c   result = u32_normalize (UNINORM_NFKD, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u32-nfkd.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u32-nfkd.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u32-nfkd.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u32-nfkd.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u32-nfkd.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              272 maint/gnulib/tests/uninorm/test-u32-nfkd.c         if (input != NULL)
NULL               66 maint/gnulib/tests/uninorm/test-u32-normalize-big.c   if (stream == NULL)
NULL               74 maint/gnulib/tests/uninorm/test-u32-normalize-big.c       file->parts[part_index].lines = NULL;
NULL               81 maint/gnulib/tests/uninorm/test-u32-normalize-big.c   lines = NULL;
NULL              126 maint/gnulib/tests/uninorm/test-u32-normalize-big.c           lines = NULL;
NULL              142 maint/gnulib/tests/uninorm/test-u32-normalize-big.c         line.sequences[sequence_index] = NULL;
NULL              298 maint/gnulib/tests/uninorm/test-u32-normalize-big.c           result = u32_normalize (nf, input, 1, NULL, &length);
NULL              299 maint/gnulib/tests/uninorm/test-u32-normalize-big.c           ASSERT (result != NULL && length == 1 && result[0] == uc);
NULL               27 maint/gnulib/tests/uninorm/test-u32-normcmp.h     ASSERT (my_normcmp (NULL, 0, NULL, 0, nf, &cmp) == 0);
NULL               34 maint/gnulib/tests/uninorm/test-u32-normcmp.h     ASSERT (my_normcmp (input, SIZEOF (input), NULL, 0, nf, &cmp) == 0);
NULL               37 maint/gnulib/tests/uninorm/test-u32-normcmp.h     ASSERT (my_normcmp (NULL, 0, input, SIZEOF (input), nf, &cmp) == 0);
NULL               40 maint/gnulib/tests/uninorm/test-u8-nfc.c   result = u8_normalize (UNINORM_NFC, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u8-nfc.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u8-nfc.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u8-nfc.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u8-nfc.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u8-nfc.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              271 maint/gnulib/tests/uninorm/test-u8-nfc.c         if (input != NULL)
NULL               40 maint/gnulib/tests/uninorm/test-u8-nfd.c   result = u8_normalize (UNINORM_NFD, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u8-nfd.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u8-nfd.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u8-nfd.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u8-nfd.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u8-nfd.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              258 maint/gnulib/tests/uninorm/test-u8-nfd.c         if (input != NULL)
NULL               40 maint/gnulib/tests/uninorm/test-u8-nfkc.c   result = u8_normalize (UNINORM_NFKC, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u8-nfkc.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u8-nfkc.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u8-nfkc.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u8-nfkc.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u8-nfkc.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              323 maint/gnulib/tests/uninorm/test-u8-nfkc.c         if (input != NULL)
NULL               40 maint/gnulib/tests/uninorm/test-u8-nfkd.c   result = u8_normalize (UNINORM_NFKD, input, input_length, NULL, &length);
NULL               41 maint/gnulib/tests/uninorm/test-u8-nfkd.c   if (!(result != NULL))
NULL               57 maint/gnulib/tests/uninorm/test-u8-nfkd.c       if (!(result != NULL))
NULL               76 maint/gnulib/tests/uninorm/test-u8-nfkd.c     if (!(result != NULL))
NULL               78 maint/gnulib/tests/uninorm/test-u8-nfkd.c     if (!(preallocated == NULL || result == preallocated))
NULL               94 maint/gnulib/tests/uninorm/test-u8-nfkd.c     ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              279 maint/gnulib/tests/uninorm/test-u8-nfkd.c         if (input != NULL)
NULL               27 maint/gnulib/tests/uninorm/test-u8-normcmp.h     ASSERT (my_normcmp (NULL, 0, NULL, 0, nf, &cmp) == 0);
NULL               34 maint/gnulib/tests/uninorm/test-u8-normcmp.h     ASSERT (my_normcmp (input, SIZEOF (input), NULL, 0, nf, &cmp) == 0);
NULL               37 maint/gnulib/tests/uninorm/test-u8-normcmp.h     ASSERT (my_normcmp (NULL, 0, input, SIZEOF (input), nf, &cmp) == 0);
NULL               60 maint/gnulib/tests/uninorm/test-uninorm-filter-nfc.c   accu.result = NULL;
NULL               65 maint/gnulib/tests/uninorm/test-uninorm-filter-nfc.c   ASSERT (filter != NULL);
NULL               72 maint/gnulib/tests/uninorm/test-uninorm-filter-nfc.c   if (!(accu.result != NULL))
NULL               30 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h       uint16_t *result = my_asnprintf (NULL, &length, "%d", 12345);
NULL               33 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h       ASSERT (result != NULL);
NULL               51 maint/gnulib/tests/unistdio/test-u16-asnprintf1.h       ASSERT (result != NULL);
NULL               29 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL               39 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL               49 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL               59 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL               73 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL               82 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL               91 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              100 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              113 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              122 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              131 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              140 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              153 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              162 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              171 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              180 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              196 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              209 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              222 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              235 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              254 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              273 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              304 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              351 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              378 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              397 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              428 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              475 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              490 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              500 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              510 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              520 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              530 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              540 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              552 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              562 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              572 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              582 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              600 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              617 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              630 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              643 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              655 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              665 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              677 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              687 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              699 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              710 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              720 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              730 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              743 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              756 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              766 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result != NULL);
NULL              782 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              794 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              806 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              818 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              837 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              849 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              861 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              873 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              892 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              904 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              916 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              928 maint/gnulib/tests/unistdio/test-u16-printf1.h       ASSERT (result != NULL);
NULL              939 maint/gnulib/tests/unistdio/test-u16-printf1.h     ASSERT (result == NULL && errno == EINVAL);
NULL               56 maint/gnulib/tests/unistdio/test-u16-vasnprintf1.c   ret = u16_vasnprintf (NULL, &length, format, args);
NULL               58 maint/gnulib/tests/unistdio/test-u16-vasnprintf1.c   if (ret != NULL)
NULL               42 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c         my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55);
NULL               45 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c       ASSERT (result != NULL);
NULL               53 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c         my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55);
NULL               58 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c       ASSERT (result != NULL);
NULL               66 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c         my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55);
NULL               71 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c       ASSERT (result != NULL);
NULL               79 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c         my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55);
NULL               84 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c       ASSERT (result != NULL);
NULL              114 maint/gnulib/tests/unistdio/test-u16-vasnprintf2.c   if (setlocale (LC_ALL, "") == NULL)
NULL               42 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c         my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55);
NULL               45 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c       ASSERT (result != NULL);
NULL               53 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c         my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55);
NULL               58 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c       ASSERT (result != NULL);
NULL               66 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c         my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55);
NULL               71 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c       ASSERT (result != NULL);
NULL               79 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c         my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55);
NULL               84 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c       ASSERT (result != NULL);
NULL              114 maint/gnulib/tests/unistdio/test-u16-vasnprintf3.c   if (setlocale (LC_ALL, "") == NULL)
NULL               46 maint/gnulib/tests/unistdio/test-u16-vasprintf1.c     return NULL;
NULL               47 maint/gnulib/tests/unistdio/test-u16-vasprintf1.c   ASSERT (result != NULL);
NULL               49 maint/gnulib/tests/unistdio/test-u16-vsnprintf1.c     return NULL;
NULL               49 maint/gnulib/tests/unistdio/test-u16-vsprintf1.c     return NULL;
NULL               30 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h       uint32_t *result = my_asnprintf (NULL, &length, "%d", 12345);
NULL               33 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h       ASSERT (result != NULL);
NULL               51 maint/gnulib/tests/unistdio/test-u32-asnprintf1.h       ASSERT (result != NULL);
NULL               29 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL               39 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL               49 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL               59 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL               73 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL               82 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL               91 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              100 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              113 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              122 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              131 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              140 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              153 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              162 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              171 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              180 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              196 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              209 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              222 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              235 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              254 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              273 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              304 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              351 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              378 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              397 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              428 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              475 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              490 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              500 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              510 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              520 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              530 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              540 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              552 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              562 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              572 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              582 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              600 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              617 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              630 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              643 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              655 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              665 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              677 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              687 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              699 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              710 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              720 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              730 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              743 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              756 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              766 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result != NULL);
NULL              782 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              794 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              806 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              818 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              837 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              849 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              861 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              873 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              892 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              904 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              916 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              928 maint/gnulib/tests/unistdio/test-u32-printf1.h       ASSERT (result != NULL);
NULL              939 maint/gnulib/tests/unistdio/test-u32-printf1.h     ASSERT (result == NULL && errno == EINVAL);
NULL               56 maint/gnulib/tests/unistdio/test-u32-vasnprintf1.c   ret = u32_vasnprintf (NULL, &length, format, args);
NULL               58 maint/gnulib/tests/unistdio/test-u32-vasnprintf1.c   if (ret != NULL)
NULL               42 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c         my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55);
NULL               45 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c       ASSERT (result != NULL);
NULL               53 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c         my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55);
NULL               58 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c       ASSERT (result != NULL);
NULL               66 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c         my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55);
NULL               71 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c       ASSERT (result != NULL);
NULL               79 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c         my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55);
NULL               84 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c       ASSERT (result != NULL);
NULL              114 maint/gnulib/tests/unistdio/test-u32-vasnprintf2.c   if (setlocale (LC_ALL, "") == NULL)
NULL               42 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c         my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55);
NULL               45 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c       ASSERT (result != NULL);
NULL               53 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c         my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55);
NULL               58 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c       ASSERT (result != NULL);
NULL               66 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c         my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55);
NULL               71 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c       ASSERT (result != NULL);
NULL               79 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c         my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55);
NULL               84 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c       ASSERT (result != NULL);
NULL              114 maint/gnulib/tests/unistdio/test-u32-vasnprintf3.c   if (setlocale (LC_ALL, "") == NULL)
NULL               46 maint/gnulib/tests/unistdio/test-u32-vasprintf1.c     return NULL;
NULL               47 maint/gnulib/tests/unistdio/test-u32-vasprintf1.c   ASSERT (result != NULL);
NULL               49 maint/gnulib/tests/unistdio/test-u32-vsnprintf1.c     return NULL;
NULL               49 maint/gnulib/tests/unistdio/test-u32-vsprintf1.c     return NULL;
NULL               30 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h       uint8_t *result = my_asnprintf (NULL, &length, "%d", 12345);
NULL               32 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h       ASSERT (result != NULL);
NULL               48 maint/gnulib/tests/unistdio/test-u8-asnprintf1.h       ASSERT (result != NULL);
NULL               28 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL               37 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL               46 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL               55 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL               68 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL               76 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL               84 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL               92 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              104 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              112 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              120 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              128 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              140 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              148 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              156 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              164 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              176 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              185 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              194 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              203 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              218 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              233 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              248 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              263 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              278 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              293 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              308 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              323 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              337 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              346 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              355 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              364 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              373 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              382 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              393 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              402 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              411 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              420 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              432 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              443 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              454 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              464 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              473 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              482 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              493 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              502 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              512 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              522 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              531 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              540 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              552 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              564 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              574 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result != NULL);
NULL              587 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              595 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              603 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              611 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              627 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              635 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              643 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              651 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              667 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              675 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              683 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              691 maint/gnulib/tests/unistdio/test-u8-printf1.h       ASSERT (result != NULL);
NULL              702 maint/gnulib/tests/unistdio/test-u8-printf1.h     ASSERT (result == NULL && errno == EINVAL);
NULL               56 maint/gnulib/tests/unistdio/test-u8-vasnprintf1.c   ret = u8_vasnprintf (NULL, &length, format, args);
NULL               58 maint/gnulib/tests/unistdio/test-u8-vasnprintf1.c   if (ret != NULL)
NULL               42 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c         my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55);
NULL               44 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c       ASSERT (result != NULL);
NULL               52 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c         my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55);
NULL               54 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c       ASSERT (result != NULL);
NULL               62 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c         my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55);
NULL               64 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c       ASSERT (result != NULL);
NULL               72 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c         my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55);
NULL               74 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c       ASSERT (result != NULL);
NULL              104 maint/gnulib/tests/unistdio/test-u8-vasnprintf2.c   if (setlocale (LC_ALL, "") == NULL)
NULL               42 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c         my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55);
NULL               44 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c       ASSERT (result != NULL);
NULL               52 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c         my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55);
NULL               54 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c       ASSERT (result != NULL);
NULL               62 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c         my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55);
NULL               64 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c       ASSERT (result != NULL);
NULL               72 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c         my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55);
NULL               74 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c       ASSERT (result != NULL);
NULL              104 maint/gnulib/tests/unistdio/test-u8-vasnprintf3.c   if (setlocale (LC_ALL, "") == NULL)
NULL               46 maint/gnulib/tests/unistdio/test-u8-vasprintf1.c     return NULL;
NULL               47 maint/gnulib/tests/unistdio/test-u8-vasprintf1.c   ASSERT (result != NULL);
NULL               49 maint/gnulib/tests/unistdio/test-u8-vsnprintf1.c     return NULL;
NULL               49 maint/gnulib/tests/unistdio/test-u8-vsprintf1.c     return NULL;
NULL               30 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h       char *result = my_asnprintf (NULL, &length, "%d", 12345);
NULL               31 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h       ASSERT (result != NULL);
NULL               45 maint/gnulib/tests/unistdio/test-ulc-asnprintf1.h       ASSERT (result != NULL);
NULL               27 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL               35 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL               43 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL               51 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL               63 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL               70 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL               77 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL               84 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL               95 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL              102 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL              109 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL              116 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL              127 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL              134 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL              141 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL              148 maint/gnulib/tests/unistdio/test-ulc-printf1.h       ASSERT (result != NULL);
NULL              159 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              167 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              175 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              183 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              194 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              205 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              216 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              227 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              238 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              249 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              260 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              271 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              284 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              292 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              300 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              308 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              316 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              324 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              334 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              342 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              350 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              358 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              368 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              377 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              386 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              395 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              403 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              411 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              421 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              429 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              437 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              446 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              454 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              462 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              473 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              484 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL              494 maint/gnulib/tests/unistdio/test-ulc-printf1.h     ASSERT (result != NULL);
NULL               54 maint/gnulib/tests/unistdio/test-ulc-vasnprintf1.c   ret = ulc_vasnprintf (NULL, &length, format, args);
NULL               56 maint/gnulib/tests/unistdio/test-ulc-vasnprintf1.c   if (ret != NULL)
NULL               41 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%U %d", unicode_string, 33, 44, 55);
NULL               42 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL               51 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%20U %d", unicode_string, 33, 44, 55);
NULL               52 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL               61 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%-20U %d", unicode_string, 33, 44, 55);
NULL               62 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL               71 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%020U %d", unicode_string, 33, 44, 55);
NULL               72 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL               89 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%lU %d", unicode_string, 33, 44, 55);
NULL               90 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL               99 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%20lU %d", unicode_string, 33, 44, 55);
NULL              100 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              109 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%-20lU %d", unicode_string, 33, 44, 55);
NULL              110 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              119 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%020lU %d", unicode_string, 33, 44, 55);
NULL              120 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              137 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%llU %d", unicode_string, 33, 44, 55);
NULL              138 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              147 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%20llU %d", unicode_string, 33, 44, 55);
NULL              148 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              157 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%-20llU %d", unicode_string, 33, 44, 55);
NULL              158 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              167 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%020llU %d", unicode_string, 33, 44, 55);
NULL              168 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              183 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55);
NULL              184 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              192 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55);
NULL              193 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              201 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55);
NULL              202 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              210 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c         my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55);
NULL              211 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c       ASSERT (result != NULL);
NULL              241 maint/gnulib/tests/unistdio/test-ulc-vasnprintf2.c   if (setlocale (LC_ALL, "") == NULL)
NULL               41 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%U %d", unicode_string, 33, 44, 55);
NULL               42 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL               50 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%20U %d", unicode_string, 33, 44, 55);
NULL               51 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL               59 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%-20U %d", unicode_string, 33, 44, 55);
NULL               60 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL               68 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%020U %d", unicode_string, 33, 44, 55);
NULL               69 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL               85 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%lU %d", unicode_string, 33, 44, 55);
NULL               86 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL               94 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%20lU %d", unicode_string, 33, 44, 55);
NULL               95 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              103 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%-20lU %d", unicode_string, 33, 44, 55);
NULL              104 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              112 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%020lU %d", unicode_string, 33, 44, 55);
NULL              113 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              129 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%llU %d", unicode_string, 33, 44, 55);
NULL              130 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              138 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%20llU %d", unicode_string, 33, 44, 55);
NULL              139 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              147 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%-20llU %d", unicode_string, 33, 44, 55);
NULL              148 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              156 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%020llU %d", unicode_string, 33, 44, 55);
NULL              157 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              171 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%s %d", locale_string, 33, 44, 55);
NULL              172 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              180 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%10s %d", locale_string, 33, 44, 55);
NULL              181 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              189 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%-10s %d", locale_string, 33, 44, 55);
NULL              190 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              198 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c         my_asnprintf (NULL, &length, "%010s %d", locale_string, 33, 44, 55);
NULL              199 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c       ASSERT (result != NULL);
NULL              229 maint/gnulib/tests/unistdio/test-ulc-vasnprintf3.c   if (setlocale (LC_ALL, "") == NULL)
NULL               44 maint/gnulib/tests/unistdio/test-ulc-vasprintf1.c     return NULL;
NULL               45 maint/gnulib/tests/unistdio/test-ulc-vasprintf1.c   ASSERT (result != NULL);
NULL               45 maint/gnulib/tests/unistdio/test-ulc-vsnprintf1.c     return NULL;
NULL               45 maint/gnulib/tests/unistdio/test-ulc-vsprintf1.c     return NULL;
NULL               44 maint/gnulib/tests/unistr/test-chr.h   input = U32_TO_U (input32, size, NULL, &length);
NULL               50 maint/gnulib/tests/unistr/test-chr.h   ASSERT (U_CHR (input, 0, 'a') == NULL);
NULL               53 maint/gnulib/tests/unistr/test-chr.h     ASSERT (U_CHR (page_boundary, 0, 'a') == NULL);
NULL               81 maint/gnulib/tests/unistr/test-chr.h   ASSERT (U_CHR (input, length, 'f') == NULL);
NULL               82 maint/gnulib/tests/unistr/test-chr.h   ASSERT (U_CHR (input, length, '\0') == NULL);
NULL              114 maint/gnulib/tests/unistr/test-chr.h     if (page_boundary != NULL)
NULL              120 maint/gnulib/tests/unistr/test-chr.h             ASSERT (U_CHR (mem, n, 'U') == NULL);
NULL               32 maint/gnulib/tests/unistr/test-cpy-alloc.h         ASSERT (result != NULL);
NULL               27 maint/gnulib/tests/unistr/test-stpncpy.h   ASSERT (dest != NULL);
NULL               63 maint/gnulib/tests/unistr/test-stpncpy.h     if (page_boundary != NULL)
NULL               45 maint/gnulib/tests/unistr/test-strchr.h   input = U32_TO_U (input32, size + 1, NULL, &length);
NULL               76 maint/gnulib/tests/unistr/test-strchr.h   ASSERT (U_STRCHR (input, 'f') == NULL);
NULL              109 maint/gnulib/tests/unistr/test-strchr.h     if (page_boundary != NULL)
NULL              116 maint/gnulib/tests/unistr/test-strchr.h             ASSERT (U_STRCHR (mem, 'U') == NULL);
NULL              119 maint/gnulib/tests/unistr/test-strchr.h             ASSERT (U_STRCHR (mem, 'U') == NULL);
NULL              136 maint/gnulib/tests/unistr/test-strchr.h     if (page_boundary != NULL)
NULL              143 maint/gnulib/tests/unistr/test-strchr.h             ASSERT (U_STRCHR (mem, 'U') == NULL);
NULL               32 maint/gnulib/tests/unistr/test-strdup.h         ASSERT (result != NULL);
NULL               32 maint/gnulib/tests/unistr/test-strncat.h       ASSERT (dest != NULL);
NULL               74 maint/gnulib/tests/unistr/test-strncat.h     if (page_boundary != NULL)
NULL               27 maint/gnulib/tests/unistr/test-strncpy.h   ASSERT (dest != NULL);
NULL               63 maint/gnulib/tests/unistr/test-strncpy.h     if (page_boundary != NULL)
NULL               44 maint/gnulib/tests/unistr/test-strnlen.h     if (page_boundary != NULL)
NULL               51 maint/gnulib/tests/unistr/test-u-strstr.h     ASSERT (result == NULL);
NULL               84 maint/gnulib/tests/unistr/test-u-strstr.h     ASSERT (result == NULL);
NULL              131 maint/gnulib/tests/unistr/test-u-strstr.h     if (haystack != NULL)
NULL              167 maint/gnulib/tests/unistr/test-u-strstr.h     if (needle != NULL)
NULL              177 maint/gnulib/tests/unistr/test-u-strstr.h             ASSERT (U_STRSTR (haystack, needle) == NULL);
NULL              189 maint/gnulib/tests/unistr/test-u-strstr.h     if (haystack != NULL && needle != NULL)
NULL               38 maint/gnulib/tests/unistr/test-u-strtok.h     result = U_STRTOK (NULL, delim, &state);
NULL               40 maint/gnulib/tests/unistr/test-u-strtok.h     result = U_STRTOK (NULL, delim, &state);
NULL               42 maint/gnulib/tests/unistr/test-u-strtok.h     result = U_STRTOK (NULL, delim, &state);
NULL               43 maint/gnulib/tests/unistr/test-u-strtok.h     ASSERT (result == NULL);
NULL               79 maint/gnulib/tests/unistr/test-u-strtok.h     result = U_STRTOK (NULL, delim, &state);
NULL               81 maint/gnulib/tests/unistr/test-u-strtok.h     result = U_STRTOK (NULL, delim, &state);
NULL               83 maint/gnulib/tests/unistr/test-u-strtok.h     result = U_STRTOK (NULL, delim, &state);
NULL               84 maint/gnulib/tests/unistr/test-u-strtok.h     ASSERT (result == NULL);
NULL               31 maint/gnulib/tests/unistr/test-u16-check.c     ASSERT (u16_check (input, 0) == NULL);
NULL               38 maint/gnulib/tests/unistr/test-u16-check.c     ASSERT (u16_check (input, SIZEOF (input)) == NULL);
NULL               50 maint/gnulib/tests/unistr/test-u16-check.c     ASSERT (u16_check (input, SIZEOF (input)) == NULL);
NULL               36 maint/gnulib/tests/unistr/test-u16-next.c     ASSERT (ret == NULL);
NULL               79 maint/gnulib/tests/unistr/test-u16-next.c     ASSERT (ret == NULL);
NULL               86 maint/gnulib/tests/unistr/test-u16-next.c     ASSERT (ret == NULL);
NULL               82 maint/gnulib/tests/unistr/test-u16-prev.c   if (u16_prev (&uc, input + input_length, input) != NULL)
NULL               99 maint/gnulib/tests/unistr/test-u16-prev.c     if (u16_prev (&uc, ptr + input_length, buf) != NULL)
NULL              118 maint/gnulib/tests/unistr/test-u16-prev.c     if (u16_prev (&uc, ptr + input_length, buf) != NULL)
NULL               35 maint/gnulib/tests/unistr/test-u16-to-u32.c   result = u16_to_u32 (input, input_length, NULL, &length);
NULL               36 maint/gnulib/tests/unistr/test-u16-to-u32.c   if (!(result != NULL))
NULL               52 maint/gnulib/tests/unistr/test-u16-to-u32.c       if (!(result != NULL))
NULL               71 maint/gnulib/tests/unistr/test-u16-to-u32.c     if (!(result != NULL))
NULL               73 maint/gnulib/tests/unistr/test-u16-to-u32.c     if (!(preallocated == NULL || result == preallocated))
NULL               89 maint/gnulib/tests/unistr/test-u16-to-u32.c   ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              137 maint/gnulib/tests/unistr/test-u16-to-u32.c     result = u16_to_u32 (input, SIZEOF (input), NULL, &length);
NULL              138 maint/gnulib/tests/unistr/test-u16-to-u32.c     ASSERT (result == NULL);
NULL              144 maint/gnulib/tests/unistr/test-u16-to-u32.c     ASSERT (result == NULL);
NULL              150 maint/gnulib/tests/unistr/test-u16-to-u32.c     ASSERT (result == NULL);
NULL               35 maint/gnulib/tests/unistr/test-u16-to-u8.c   result = u16_to_u8 (input, input_length, NULL, &length);
NULL               36 maint/gnulib/tests/unistr/test-u16-to-u8.c   if (!(result != NULL))
NULL               52 maint/gnulib/tests/unistr/test-u16-to-u8.c       if (!(result != NULL))
NULL               71 maint/gnulib/tests/unistr/test-u16-to-u8.c     if (!(result != NULL))
NULL               73 maint/gnulib/tests/unistr/test-u16-to-u8.c     if (!(preallocated == NULL || result == preallocated))
NULL               89 maint/gnulib/tests/unistr/test-u16-to-u8.c   ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              140 maint/gnulib/tests/unistr/test-u16-to-u8.c     result = u16_to_u8 (input, SIZEOF (input), NULL, &length);
NULL              141 maint/gnulib/tests/unistr/test-u16-to-u8.c     ASSERT (result == NULL);
NULL              147 maint/gnulib/tests/unistr/test-u16-to-u8.c     ASSERT (result == NULL);
NULL              153 maint/gnulib/tests/unistr/test-u16-to-u8.c     ASSERT (result == NULL);
NULL               31 maint/gnulib/tests/unistr/test-u32-check.c     ASSERT (u32_check (input, 0) == NULL);
NULL               38 maint/gnulib/tests/unistr/test-u32-check.c     ASSERT (u32_check (input, SIZEOF (input)) == NULL);
NULL               36 maint/gnulib/tests/unistr/test-u32-next.c     ASSERT (ret == NULL);
NULL               79 maint/gnulib/tests/unistr/test-u32-next.c     ASSERT (ret == NULL);
NULL               63 maint/gnulib/tests/unistr/test-u32-prev.c   if (u32_prev (&uc, input + input_length, input) != NULL)
NULL               80 maint/gnulib/tests/unistr/test-u32-prev.c     if (u32_prev (&uc, ptr + input_length, buf) != NULL)
NULL               35 maint/gnulib/tests/unistr/test-u32-to-u16.c   result = u32_to_u16 (input, input_length, NULL, &length);
NULL               36 maint/gnulib/tests/unistr/test-u32-to-u16.c   if (!(result != NULL))
NULL               52 maint/gnulib/tests/unistr/test-u32-to-u16.c       if (!(result != NULL))
NULL               71 maint/gnulib/tests/unistr/test-u32-to-u16.c     if (!(result != NULL))
NULL               73 maint/gnulib/tests/unistr/test-u32-to-u16.c     if (!(preallocated == NULL || result == preallocated))
NULL               89 maint/gnulib/tests/unistr/test-u32-to-u16.c   ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              137 maint/gnulib/tests/unistr/test-u32-to-u16.c     result = u32_to_u16 (input, SIZEOF (input), NULL, &length);
NULL              138 maint/gnulib/tests/unistr/test-u32-to-u16.c     ASSERT (result == NULL);
NULL              144 maint/gnulib/tests/unistr/test-u32-to-u16.c     ASSERT (result == NULL);
NULL              150 maint/gnulib/tests/unistr/test-u32-to-u16.c     ASSERT (result == NULL);
NULL               35 maint/gnulib/tests/unistr/test-u32-to-u8.c   result = u32_to_u8 (input, input_length, NULL, &length);
NULL               36 maint/gnulib/tests/unistr/test-u32-to-u8.c   if (!(result != NULL))
NULL               52 maint/gnulib/tests/unistr/test-u32-to-u8.c       if (!(result != NULL))
NULL               71 maint/gnulib/tests/unistr/test-u32-to-u8.c     if (!(result != NULL))
NULL               73 maint/gnulib/tests/unistr/test-u32-to-u8.c     if (!(preallocated == NULL || result == preallocated))
NULL               89 maint/gnulib/tests/unistr/test-u32-to-u8.c   ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              140 maint/gnulib/tests/unistr/test-u32-to-u8.c     result = u32_to_u8 (input, SIZEOF (input), NULL, &length);
NULL              141 maint/gnulib/tests/unistr/test-u32-to-u8.c     ASSERT (result == NULL);
NULL              147 maint/gnulib/tests/unistr/test-u32-to-u8.c     ASSERT (result == NULL);
NULL              153 maint/gnulib/tests/unistr/test-u32-to-u8.c     ASSERT (result == NULL);
NULL               31 maint/gnulib/tests/unistr/test-u8-check.c     ASSERT (u8_check (input, 0) == NULL);
NULL               38 maint/gnulib/tests/unistr/test-u8-check.c     ASSERT (u8_check (input, sizeof (input) - 1) == NULL);
NULL               90 maint/gnulib/tests/unistr/test-u8-check.c     ASSERT (u8_check (input, sizeof (input) - 1) == NULL);
NULL              104 maint/gnulib/tests/unistr/test-u8-check.c     ASSERT (u8_check (input, sizeof (input) - 1) == NULL);
NULL              126 maint/gnulib/tests/unistr/test-u8-check.c     ASSERT (u8_check (input, sizeof (input) - 1) == NULL);
NULL               36 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL               88 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL               95 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              102 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              109 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              116 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              125 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              132 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              139 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              146 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              153 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              160 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              169 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              176 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              183 maint/gnulib/tests/unistr/test-u8-next.c     ASSERT (ret == NULL);
NULL              123 maint/gnulib/tests/unistr/test-u8-prev.c   if (u8_prev (&uc, input + input_length, input) != NULL)
NULL              140 maint/gnulib/tests/unistr/test-u8-prev.c     if (u8_prev (&uc, ptr + input_length, buf) != NULL)
NULL              159 maint/gnulib/tests/unistr/test-u8-prev.c     if (u8_prev (&uc, ptr + input_length, buf) != NULL)
NULL              179 maint/gnulib/tests/unistr/test-u8-prev.c     if (u8_prev (&uc, ptr + input_length, buf) != NULL)
NULL              200 maint/gnulib/tests/unistr/test-u8-prev.c     if (u8_prev (&uc, ptr + input_length, buf) != NULL)
NULL               45 maint/gnulib/tests/unistr/test-u8-strchr.c     if (page_boundary != NULL)
NULL               51 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL               52 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL               53 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL               54 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL               59 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL               60 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL               61 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL               62 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL               68 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL               69 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL               70 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL               71 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL               76 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL               77 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL               78 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL               79 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL               84 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL               85 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL               86 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL               87 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL               94 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL               95 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL               96 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL               97 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL              103 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL              104 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL              105 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL              106 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL              112 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL              113 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL              114 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL              115 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL              120 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL              121 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL              122 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL              123 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL              131 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL              132 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL              133 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL              134 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL              140 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x55) == NULL);
NULL              141 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x123) == NULL);
NULL              142 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x3456) == NULL);
NULL              143 maint/gnulib/tests/unistr/test-u8-strchr.c         ASSERT (u8_strchr (mem, 0x23456) == NULL);
NULL               35 maint/gnulib/tests/unistr/test-u8-to-u16.c   result = u8_to_u16 (input, input_length, NULL, &length);
NULL               36 maint/gnulib/tests/unistr/test-u8-to-u16.c   if (!(result != NULL))
NULL               52 maint/gnulib/tests/unistr/test-u8-to-u16.c       if (!(result != NULL))
NULL               71 maint/gnulib/tests/unistr/test-u8-to-u16.c     if (!(result != NULL))
NULL               73 maint/gnulib/tests/unistr/test-u8-to-u16.c     if (!(preallocated == NULL || result == preallocated))
NULL               89 maint/gnulib/tests/unistr/test-u8-to-u16.c   ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              139 maint/gnulib/tests/unistr/test-u8-to-u16.c     result = u8_to_u16 (input, SIZEOF (input), NULL, &length);
NULL              140 maint/gnulib/tests/unistr/test-u8-to-u16.c     ASSERT (result == NULL);
NULL              146 maint/gnulib/tests/unistr/test-u8-to-u16.c     ASSERT (result == NULL);
NULL              152 maint/gnulib/tests/unistr/test-u8-to-u16.c     ASSERT (result == NULL);
NULL               35 maint/gnulib/tests/unistr/test-u8-to-u32.c   result = u8_to_u32 (input, input_length, NULL, &length);
NULL               36 maint/gnulib/tests/unistr/test-u8-to-u32.c   if (!(result != NULL))
NULL               52 maint/gnulib/tests/unistr/test-u8-to-u32.c       if (!(result != NULL))
NULL               71 maint/gnulib/tests/unistr/test-u8-to-u32.c     if (!(result != NULL))
NULL               73 maint/gnulib/tests/unistr/test-u8-to-u32.c     if (!(preallocated == NULL || result == preallocated))
NULL               89 maint/gnulib/tests/unistr/test-u8-to-u32.c   ASSERT (check (NULL, 0, NULL, 0) == 0);
NULL              139 maint/gnulib/tests/unistr/test-u8-to-u32.c     result = u8_to_u32 (input, SIZEOF (input), NULL, &length);
NULL              140 maint/gnulib/tests/unistr/test-u8-to-u32.c     ASSERT (result == NULL);
NULL              146 maint/gnulib/tests/unistr/test-u8-to-u32.c     ASSERT (result == NULL);
NULL              152 maint/gnulib/tests/unistr/test-u8-to-u32.c     ASSERT (result == NULL);
NULL               31 maint/gnulib/tests/uniwbrk/test-u16-wordbreaks.c   u16_wordbreaks (NULL, 0, NULL);
NULL               31 maint/gnulib/tests/uniwbrk/test-u32-wordbreaks.c   u32_wordbreaks (NULL, 0, NULL);
NULL               31 maint/gnulib/tests/uniwbrk/test-u8-wordbreaks.c   u8_wordbreaks (NULL, 0, NULL);
NULL               82 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c   if (stream == NULL)
NULL              105 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c       if (comment != NULL)
NULL               32 maint/gnulib/tests/uniwbrk/test-ulc-wordbreaks.c   if (setlocale (LC_ALL, "") == NULL)
NULL               36 maint/gnulib/tests/uniwbrk/test-ulc-wordbreaks.c   ulc_wordbreaks (NULL, 0, NULL);
NULL               74 maint/gnulib/tests/zerosize-ptr.h         (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE,
NULL               81 maint/gnulib/tests/zerosize-ptr.h   return NULL;
NULL              113 replace/scandir.c #ifndef NULL
NULL              155 replace/scandir.c     if ((directory = opendir(directory_name)) == NULL) {
NULL              160 replace/scandir.c         == NULL) {
NULL              168 replace/scandir.c         if (select_function == NULL || (*select_function) (entry)) {
NULL              195 replace/scandir.c             if ((copy = (struct dirent *)malloc(sizeof(struct dirent) + extra)) == NULL) {
NULL              210 replace/scandir.c                 if (array == NULL) {
NULL              222 replace/scandir.c     array[counter] = NULL;
NULL               32 replace/strndup.c     if (NULL == new) {
NULL               33 replace/strndup.c         return NULL;
NULL               30 replace/strnlen.c     return (eospos == NULL ? maxlen : (size_t) (eospos - s));
NULL               37 tools/attrd_updater.c     { NULL, NULL, NULL }
NULL               40 tools/attrd_updater.c GError *error = NULL;
NULL               61 tools/attrd_updater.c     if (pcmk__str_any_of(option_name, "--update-both", "-B", NULL)) {
NULL               63 tools/attrd_updater.c     } else if (pcmk__str_any_of(option_name, "--delete", "-D", NULL)) {
NULL               65 tools/attrd_updater.c     } else if (pcmk__str_any_of(option_name, "--query", "-Q", NULL)) {
NULL               67 tools/attrd_updater.c     } else if (pcmk__str_any_of(option_name, "--refresh", "-R", NULL)) {
NULL               69 tools/attrd_updater.c     } else if (pcmk__str_any_of(option_name, "--update", "-U", "-v", NULL)) {
NULL               71 tools/attrd_updater.c     } else if (pcmk__str_any_of(option_name, "--update-delay", "-Y", NULL)) {
NULL               91 tools/attrd_updater.c     { NULL }
NULL              114 tools/attrd_updater.c       NULL },
NULL              118 tools/attrd_updater.c       NULL },
NULL              124 tools/attrd_updater.c       NULL },
NULL              129 tools/attrd_updater.c       NULL },
NULL              131 tools/attrd_updater.c     { NULL }
NULL              150 tools/attrd_updater.c       NULL },
NULL              159 tools/attrd_updater.c       NULL },
NULL              161 tools/attrd_updater.c     { NULL }
NULL              166 tools/attrd_updater.c       NULL,
NULL              167 tools/attrd_updater.c       NULL },
NULL              170 tools/attrd_updater.c       NULL,
NULL              171 tools/attrd_updater.c       NULL },
NULL              173 tools/attrd_updater.c     { NULL }
NULL              184 tools/attrd_updater.c     GOptionContext *context = NULL;
NULL              186 tools/attrd_updater.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL              206 tools/attrd_updater.c     pcmk__output_t *out = NULL;
NULL              208 tools/attrd_updater.c     GOptionGroup *output_group = NULL;
NULL              234 tools/attrd_updater.c     if (options.command != 'R' && options.attr_name == NULL) {
NULL              254 tools/attrd_updater.c                                             target == NULL ? options.attr_node : target,
NULL              272 tools/attrd_updater.c     if (out != NULL) {
NULL              273 tools/attrd_updater.c         out->finish(out, exit_code, true, NULL);
NULL              299 tools/attrd_updater.c     query = create_xml_node(NULL, __func__);
NULL              300 tools/attrd_updater.c     if (query == NULL) {
NULL              343 tools/attrd_updater.c     if (reply == NULL) {
NULL              353 tools/attrd_updater.c     if (reply_attr == NULL) {
NULL              362 tools/attrd_updater.c         || (crm_element_value(reply, PCMK__XA_ATTR_VERSION) == NULL)
NULL              390 tools/attrd_updater.c     for (child = pcmk__xml_first_child(reply); child != NULL;
NULL              400 tools/attrd_updater.c             if (reply_host == NULL) {
NULL              404 tools/attrd_updater.c                 out->message(out, "attribute", NULL, NULL, attr_name, reply_value, reply_host);
NULL              425 tools/attrd_updater.c     xmlNode *reply = NULL;
NULL              430 tools/attrd_updater.c         attr_node = NULL;
NULL              433 tools/attrd_updater.c         if (target != NULL) {
NULL              449 tools/attrd_updater.c         if (reply != NULL) {
NULL              472 tools/attrd_updater.c     int rc = pcmk__node_attr_request(NULL, command, attr_node, attr_name,
NULL              474 tools/attrd_updater.c                                      attr_dampen, NULL, attr_options);
NULL               25 tools/cibadmin.c static char *host = NULL;
NULL               26 tools/cibadmin.c static const char *cib_user = NULL;
NULL               27 tools/cibadmin.c static const char *cib_action = NULL;
NULL               28 tools/cibadmin.c static const char *obj_type = NULL;
NULL               30 tools/cibadmin.c static cib_t *the_cib = NULL;
NULL               31 tools/cibadmin.c static GMainLoop *mainloop = NULL;
NULL               43 tools/cibadmin.c         "help", no_argument, NULL, '?',
NULL               47 tools/cibadmin.c         "version", no_argument, NULL, '$',
NULL               51 tools/cibadmin.c         "verbose", no_argument, NULL, 'V',
NULL               56 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL               60 tools/cibadmin.c         "upgrade", no_argument, NULL, 'u',
NULL               64 tools/cibadmin.c         "query", no_argument, NULL, 'Q',
NULL               68 tools/cibadmin.c         "erase", no_argument, NULL, 'E',
NULL               72 tools/cibadmin.c         "bump", no_argument, NULL, 'B',
NULL               76 tools/cibadmin.c         "create", no_argument, NULL, 'C',
NULL               81 tools/cibadmin.c         "modify", no_argument, NULL, 'M',
NULL               87 tools/cibadmin.c         "patch", no_argument, NULL, 'P',
NULL               92 tools/cibadmin.c         "replace", no_argument, NULL, 'R',
NULL               96 tools/cibadmin.c         "delete", no_argument, NULL, 'D',
NULL              102 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              108 tools/cibadmin.c         "delete-all", no_argument, NULL, 'd',
NULL              114 tools/cibadmin.c         "empty", no_argument, NULL, 'a',
NULL              118 tools/cibadmin.c         "md5-sum", no_argument, NULL, '5',
NULL              122 tools/cibadmin.c         "md5-sum-versioned", no_argument, NULL, '6',
NULL              126 tools/cibadmin.c         "show-access", optional_argument, NULL, 'S',
NULL              132 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              139 tools/cibadmin.c         "blank", no_argument, NULL, '-',
NULL              140 tools/cibadmin.c         NULL, pcmk__option_hidden
NULL              144 tools/cibadmin.c         "-spacer-", required_argument, NULL, '-',
NULL              148 tools/cibadmin.c         "force", no_argument, NULL, 'f',
NULL              149 tools/cibadmin.c         NULL, pcmk__option_default
NULL              152 tools/cibadmin.c         "timeout", required_argument, NULL, 't',
NULL              157 tools/cibadmin.c         "user", required_argument, NULL, 'U',
NULL              163 tools/cibadmin.c         "sync-call", no_argument, NULL, 's',
NULL              167 tools/cibadmin.c         "local", no_argument, NULL, 'l',
NULL              172 tools/cibadmin.c         "allow-create", no_argument, NULL, 'c',
NULL              178 tools/cibadmin.c         "no-children", no_argument, NULL, 'n',
NULL              184 tools/cibadmin.c         "no-bcast", no_argument, NULL, 'b',
NULL              185 tools/cibadmin.c         NULL, pcmk__option_hidden
NULL              189 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              193 tools/cibadmin.c         "xml-text", required_argument, NULL, 'X',
NULL              197 tools/cibadmin.c         "xml-file", required_argument, NULL, 'x',
NULL              201 tools/cibadmin.c         "xml-pipe", no_argument, NULL, 'p',
NULL              206 tools/cibadmin.c         "scope", required_argument, NULL, 'o',
NULL              211 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              219 tools/cibadmin.c         "xpath", required_argument, NULL, 'A',
NULL              223 tools/cibadmin.c         "node-path", no_argument, NULL, 'e',
NULL              228 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              234 tools/cibadmin.c         "node", required_argument, NULL, 'N',
NULL              238 tools/cibadmin.c         "-spacer-", no_argument, NULL, '!',
NULL              239 tools/cibadmin.c         NULL, pcmk__option_hidden
NULL              242 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              246 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              250 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              255 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              259 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              264 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              268 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              274 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              278 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              284 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              288 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              293 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              297 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              302 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              307 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              312 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              318 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              324 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              330 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              335 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              340 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              344 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              348 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              352 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              357 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              362 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              366 tools/cibadmin.c         "-spacer-", no_argument, NULL, '-',
NULL              370 tools/cibadmin.c         "host", required_argument, NULL, 'h',
NULL              391 tools/cibadmin.c             xmlNode *child = NULL;
NULL              425 tools/cibadmin.c     const char *source = NULL;
NULL              426 tools/cibadmin.c     const char *admin_input_xml = NULL;
NULL              427 tools/cibadmin.c     const char *admin_input_file = NULL;
NULL              430 tools/cibadmin.c     xmlNode *output = NULL;
NULL              431 tools/cibadmin.c     xmlNode *input = NULL;
NULL              432 tools/cibadmin.c     char *username = NULL;
NULL              433 tools/cibadmin.c     const char *acl_cred = NULL;
NULL              446 tools/cibadmin.c     pcmk__set_cli_options(NULL, "<command> [options]", long_options,
NULL              454 tools/cibadmin.c         flag = pcmk__next_cli_option(argc, argv, &option_index, NULL);
NULL              483 tools/cibadmin.c                 if (optarg != NULL) {
NULL              631 tools/cibadmin.c     if (optind > argc || cib_action == NULL) {
NULL              647 tools/cibadmin.c     if (admin_input_file != NULL) {
NULL              651 tools/cibadmin.c     } else if (admin_input_xml != NULL) {
NULL              681 tools/cibadmin.c         username = NULL;
NULL              683 tools/cibadmin.c         if (cib_user == NULL) {
NULL              690 tools/cibadmin.c         cib_user = NULL;
NULL              693 tools/cibadmin.c     if (input != NULL) {
NULL              702 tools/cibadmin.c         char *digest = NULL;
NULL              704 tools/cibadmin.c         if (input == NULL) {
NULL              717 tools/cibadmin.c         char *digest = NULL;
NULL              718 tools/cibadmin.c         const char *version = NULL;
NULL              720 tools/cibadmin.c         if (input == NULL) {
NULL              749 tools/cibadmin.c         the_cib->cmds->register_callback(the_cib, request_id, message_timeout_ms, FALSE, NULL,
NULL              752 tools/cibadmin.c         mainloop = g_main_loop_new(NULL, FALSE);
NULL              769 tools/cibadmin.c                 xmlNode *obj = NULL;
NULL              772 tools/cibadmin.c                 rc = the_cib->cmds->query(the_cib, NULL, &obj, command_options);
NULL              784 tools/cibadmin.c     if (output != NULL && acl_eval_how != acl_eval_unused) {
NULL              789 tools/cibadmin.c             xmlChar *rendered = NULL;
NULL              818 tools/cibadmin.c             output = NULL;
NULL              825 tools/cibadmin.c     if (output != NULL) {
NULL              851 tools/cibadmin.c         if (status == NULL) {
NULL              856 tools/cibadmin.c     if (cib_action != NULL) {
NULL              895 tools/cibadmin.c     } else if (pcmk__str_eq(cib_action, CIB_OP_QUERY, pcmk__str_casei) && output == NULL) {
NULL              899 tools/cibadmin.c     } else if (output == NULL) {
NULL               43 tools/crm_attribute.c GError *error = NULL;
NULL               74 tools/crm_attribute.c     { NULL, NULL, NULL }
NULL               80 tools/crm_attribute.c     { NULL, NULL, NULL }
NULL              112 tools/crm_attribute.c     options.attr_value = NULL;
NULL              118 tools/crm_attribute.c     char *score_name = NULL;
NULL              127 tools/crm_attribute.c     if (score_name != NULL) {
NULL              131 tools/crm_attribute.c         options.attr_name = NULL;
NULL              168 tools/crm_attribute.c     options.attr_value = NULL;
NULL              204 tools/crm_attribute.c     { NULL }
NULL              210 tools/crm_attribute.c       NULL
NULL              215 tools/crm_attribute.c       NULL
NULL              223 tools/crm_attribute.c     { NULL }
NULL              252 tools/crm_attribute.c       NULL
NULL              256 tools/crm_attribute.c       NULL, NULL
NULL              259 tools/crm_attribute.c     { NULL }
NULL              264 tools/crm_attribute.c       NULL, NULL
NULL              268 tools/crm_attribute.c       NULL, NULL
NULL              272 tools/crm_attribute.c       NULL, NULL
NULL              276 tools/crm_attribute.c       NULL, NULL
NULL              280 tools/crm_attribute.c       NULL, NULL
NULL              284 tools/crm_attribute.c       NULL, NULL
NULL              287 tools/crm_attribute.c     { NULL }
NULL              315 tools/crm_attribute.c     if (reply->data.node_info.uname == NULL) {
NULL              344 tools/crm_attribute.c     pcmk_ipc_api_t *controld_api = NULL;
NULL              347 tools/crm_attribute.c     if (controld_api == NULL) {
NULL              353 tools/crm_attribute.c     pcmk_register_ipc_callback(controld_api, controller_event_cb, NULL);
NULL              386 tools/crm_attribute.c     GOptionContext *context = NULL;
NULL              391 tools/crm_attribute.c           NULL },
NULL              394 tools/crm_attribute.c           NULL, NULL
NULL              397 tools/crm_attribute.c         { NULL }
NULL              414 tools/crm_attribute.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL              433 tools/crm_attribute.c     cib_t *the_cib = NULL;
NULL              440 tools/crm_attribute.c     pcmk__output_t *out = NULL;
NULL              442 tools/crm_attribute.c     GOptionGroup *output_group = NULL;
NULL              473 tools/crm_attribute.c     if (options.promotion_score && options.attr_name == NULL) {
NULL              498 tools/crm_attribute.c     if (options.type == NULL) {
NULL              503 tools/crm_attribute.c         } else if (options.dest_uname != NULL) {
NULL              520 tools/crm_attribute.c                               NULL)) {
NULL              527 tools/crm_attribute.c         if (target != NULL) {
NULL              530 tools/crm_attribute.c         } else if (getenv("CIB_file") != NULL && options.dest_uname == NULL) {
NULL              534 tools/crm_attribute.c         if (options.dest_uname == NULL) {
NULL              562 tools/crm_attribute.c     if ((options.command == 'D') && (options.attr_name == NULL) && (options.attr_pattern == NULL)) {
NULL              595 tools/crm_attribute.c         && (pcmk__node_attr_request(NULL, options.command, options.dest_uname, options.attr_name,
NULL              596 tools/crm_attribute.c                                     options.attr_value, options.type, options.set_name, NULL, NULL,
NULL              604 tools/crm_attribute.c                                    options.attr_name, options.attr_value, NULL);
NULL              615 tools/crm_attribute.c         CRM_LOG_ASSERT(options.type != NULL);
NULL              616 tools/crm_attribute.c         CRM_LOG_ASSERT(options.attr_name != NULL);
NULL              617 tools/crm_attribute.c         CRM_LOG_ASSERT(options.attr_value != NULL);
NULL              621 tools/crm_attribute.c                                    options.attr_name, options.attr_value, NULL,
NULL              622 tools/crm_attribute.c                                    is_remote_node ? "remote" : NULL);
NULL              626 tools/crm_attribute.c         char *read_value = NULL;
NULL              628 tools/crm_attribute.c         if (options.attr_id == NULL && options.attr_name == NULL) {
NULL              637 tools/crm_attribute.c                                  options.attr_name, &read_value, NULL);
NULL              687 tools/crm_attribute.c     if (out != NULL) {
NULL              688 tools/crm_attribute.c         out->finish(out, exit_code, true, NULL);
NULL               54 tools/crm_diff.c     { NULL }
NULL               68 tools/crm_diff.c     { NULL }
NULL               74 tools/crm_diff.c       NULL },
NULL               77 tools/crm_diff.c       NULL },
NULL               80 tools/crm_diff.c       NULL },
NULL               82 tools/crm_diff.c     { NULL }
NULL              129 tools/crm_diff.c     if (output != NULL) {
NULL              150 tools/crm_diff.c     const char *fmt = NULL;
NULL              151 tools/crm_diff.c     const char *digest = NULL;
NULL              185 tools/crm_diff.c             xmlNode *tmp = NULL;
NULL              209 tools/crm_diff.c     xmlNode *output = NULL;
NULL              227 tools/crm_diff.c     xml_track_changes(object_2, NULL, object_2, FALSE);
NULL              235 tools/crm_diff.c     output = xml_create_patchset(0, object_1, object_2, NULL, FALSE);
NULL              240 tools/crm_diff.c     if (output == NULL) {
NULL              261 tools/crm_diff.c     GOptionContext *context = NULL;
NULL              274 tools/crm_diff.c     context = pcmk__build_arg_context(args, NULL, NULL, NULL);
NULL              289 tools/crm_diff.c     xmlNode *object_1 = NULL;
NULL              290 tools/crm_diff.c     xmlNode *object_2 = NULL;
NULL              293 tools/crm_diff.c     GError *error = NULL;
NULL              328 tools/crm_diff.c     } else if (options.xml_file_1 != NULL) {
NULL              339 tools/crm_diff.c     } else if (options.xml_file_2 != NULL) {
NULL              343 tools/crm_diff.c     if (object_1 == NULL) {
NULL              348 tools/crm_diff.c     if (object_2 == NULL) {
NULL              370 tools/crm_diff.c     pcmk__output_and_clear_error(error, NULL);
NULL               30 tools/crm_error.c        NULL },
NULL               33 tools/crm_error.c       NULL },
NULL               36 tools/crm_error.c       NULL },
NULL               39 tools/crm_error.c       NULL },
NULL               41 tools/crm_error.c     { NULL }
NULL               62 tools/crm_error.c     GOptionContext *context = NULL;
NULL               64 tools/crm_error.c     context = pcmk__build_arg_context(args, NULL, group, "-- <rc> [...]");
NULL               75 tools/crm_error.c     const char *name = NULL;
NULL               76 tools/crm_error.c     const char *desc = NULL;
NULL               78 tools/crm_error.c     GError *error = NULL;
NULL               80 tools/crm_error.c     GOptionGroup *output_group = NULL;
NULL               82 tools/crm_error.c     gchar **processed_args = pcmk__cmdline_preproc(argv, NULL);
NULL              130 tools/crm_error.c             char *help = g_option_context_get_help(context, TRUE, NULL);
NULL              138 tools/crm_error.c         for (lpc = 1; processed_args[lpc] != NULL; lpc++) {
NULL              153 tools/crm_error.c     pcmk__output_and_clear_error(error, NULL);
NULL               69 tools/crm_mon.c static GIOChannel *io_channel = NULL;
NULL               70 tools/crm_mon.c static GMainLoop *mainloop = NULL;
NULL               72 tools/crm_mon.c static mainloop_timer_t *refresh_timer = NULL;
NULL               74 tools/crm_mon.c static cib_t *cib = NULL;
NULL               75 tools/crm_mon.c static stonith_t *st = NULL;
NULL               76 tools/crm_mon.c static xmlNode *current_cib = NULL;
NULL               78 tools/crm_mon.c static GError *error = NULL;
NULL               79 tools/crm_mon.c static pcmk__common_args_t *args = NULL;
NULL               80 tools/crm_mon.c static pcmk__output_t *out = NULL;
NULL               81 tools/crm_mon.c static GOptionContext *context = NULL;
NULL               82 tools/crm_mon.c static gchar **processed_args = NULL;
NULL               85 tools/crm_mon.c volatile crm_trigger_t *refresh_trigger = NULL;
NULL              101 tools/crm_mon.c     { NULL, NULL, NULL }
NULL              202 tools/crm_mon.c     { NULL }
NULL              207 tools/crm_mon.c     for (int i = 0; sections[i].name != NULL; i++) {
NULL              218 tools/crm_mon.c     char **parts = NULL;
NULL              222 tools/crm_mon.c     for (char **s = parts; *s != NULL; s++) {
NULL              248 tools/crm_mon.c     char **parts = NULL;
NULL              252 tools/crm_mon.c     for (char **s = parts; *s != NULL; s++) {
NULL              259 tools/crm_mon.c             if (options.neg_location_prefix != NULL) {
NULL              261 tools/crm_mon.c                 options.neg_location_prefix = NULL;
NULL              267 tools/crm_mon.c         } else if (pcmk__str_any_of(*s, "default", "defaults", NULL)) {
NULL              293 tools/crm_mon.c     while (node != NULL) {
NULL              366 tools/crm_mon.c     if (optarg == NULL) {
NULL              461 tools/crm_mon.c     if (optarg != NULL) {
NULL              503 tools/crm_mon.c       NULL },
NULL              508 tools/crm_mon.c       NULL },
NULL              524 tools/crm_mon.c       NULL },
NULL              527 tools/crm_mon.c       NULL,
NULL              528 tools/crm_mon.c       NULL },
NULL              530 tools/crm_mon.c     { NULL }
NULL              556 tools/crm_mon.c       NULL },
NULL              560 tools/crm_mon.c       NULL },
NULL              564 tools/crm_mon.c       NULL },
NULL              568 tools/crm_mon.c       NULL },
NULL              572 tools/crm_mon.c       NULL },
NULL              576 tools/crm_mon.c       NULL },
NULL              587 tools/crm_mon.c       NULL },
NULL              591 tools/crm_mon.c       NULL },
NULL              595 tools/crm_mon.c       NULL },
NULL              599 tools/crm_mon.c       NULL },
NULL              603 tools/crm_mon.c       NULL },
NULL              607 tools/crm_mon.c       NULL },
NULL              611 tools/crm_mon.c       NULL },
NULL              613 tools/crm_mon.c     { NULL }
NULL              625 tools/crm_mon.c       NULL },
NULL              630 tools/crm_mon.c       NULL },
NULL              635 tools/crm_mon.c       NULL },
NULL              637 tools/crm_mon.c     { NULL }
NULL              667 tools/crm_mon.c                                     reconnect_after_timeout, NULL);
NULL              680 tools/crm_mon.c     if (refresh_timer != NULL) {
NULL              698 tools/crm_mon.c                                         reconnect_after_timeout, NULL);
NULL              745 tools/crm_mon.c     if (options.fence_connect && st == NULL) {
NULL              749 tools/crm_mon.c     if (!options.fence_connect || st == NULL || st->state != stonith_disconnected) {
NULL              753 tools/crm_mon.c     rc = st->cmds->connect(st, crm_system_name, NULL);
NULL              777 tools/crm_mon.c     CRM_CHECK(cib != NULL, return EINVAL);
NULL              798 tools/crm_mon.c     rc = pcmk_legacy2rc(cib->cmds->query(cib, NULL, &current_cib,
NULL              914 tools/crm_mon.c     pcmk_ipc_api_t *pacemakerd_api = NULL;
NULL              921 tools/crm_mon.c     if (cib != NULL &&
NULL              936 tools/crm_mon.c     if (pacemakerd_api == NULL) {
NULL             1017 tools/crm_mon.c     for (GOptionEntry *entry = display_entries; entry != NULL; entry++) {
NULL             1162 tools/crm_mon.c     if (sigaction(SIGCHLD, &sa, NULL) < 0) {
NULL             1169 tools/crm_mon.c     GOptionContext *context = NULL;
NULL             1174 tools/crm_mon.c           NULL },
NULL             1176 tools/crm_mon.c         { NULL }
NULL             1211 tools/crm_mon.c     context = pcmk__build_arg_context(args, "console (default), html, text, xml", group, NULL);
NULL             1213 tools/crm_mon.c     context = pcmk__build_arg_context(args, "text (default), html, xml", group, NULL);
NULL             1234 tools/crm_mon.c     GError *err = NULL;
NULL             1271 tools/crm_mon.c     GError *err = NULL;
NULL             1278 tools/crm_mon.c         char *dest = NULL;
NULL             1281 tools/crm_mon.c         retval = as_html_cb("h", dest, NULL, &err);
NULL             1284 tools/crm_mon.c         retval = no_curses_cb("N", NULL, NULL, &err);
NULL             1291 tools/crm_mon.c     } else if (!options.daemonize && args->output_dest != NULL) {
NULL             1345 tools/crm_mon.c     if (cib != NULL) {
NULL             1358 tools/crm_mon.c     GOptionGroup *output_group = NULL;
NULL             1377 tools/crm_mon.c     fence_history_cb("--fence-history", "1", NULL, NULL);
NULL             1400 tools/crm_mon.c             include_exclude_cb("--exclude", "times", NULL, NULL);
NULL             1404 tools/crm_mon.c             fence_history_cb("--fence-history", "0", NULL, NULL);
NULL             1428 tools/crm_mon.c                 fence_history_cb("--fence-history", "0", NULL, NULL);
NULL             1434 tools/crm_mon.c                 fence_history_cb("--fence-history", "0", NULL, NULL);
NULL             1503 tools/crm_mon.c         cib = NULL;
NULL             1552 tools/crm_mon.c         } else if (options.external_agent != NULL) {
NULL             1572 tools/crm_mon.c                               pcmk__itoa(options.reconnect_ms / 1000), NULL);
NULL             1616 tools/crm_mon.c     mon_refresh_display(NULL);
NULL             1618 tools/crm_mon.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL             1627 tools/crm_mon.c             ncurses_winch_handler = NULL;
NULL             1630 tools/crm_mon.c         g_io_add_watch(io_channel, G_IO_IN, detect_user_input, NULL);
NULL             1637 tools/crm_mon.c     refresh_trigger = mainloop_add_trigger(G_PRIORITY_LOW, mon_refresh_display, NULL);
NULL             1642 tools/crm_mon.c     if (io_channel != NULL) {
NULL             1643 tools/crm_mon.c         g_io_channel_shutdown(io_channel, TRUE, NULL);
NULL             1683 tools/crm_mon.c         execl(options.external_agent, options.external_agent, NULL);
NULL             1702 tools/crm_mon.c     char *rsc = NULL;
NULL             1703 tools/crm_mon.c     char *task = NULL;
NULL             1704 tools/crm_mon.c     const char *desc = NULL;
NULL             1705 tools/crm_mon.c     const char *magic = NULL;
NULL             1706 tools/crm_mon.c     const char *id = NULL;
NULL             1707 tools/crm_mon.c     const char *node = NULL;
NULL             1723 tools/crm_mon.c     if (id == NULL) {
NULL             1729 tools/crm_mon.c     if (magic == NULL) {
NULL             1734 tools/crm_mon.c     if (!decode_transition_magic(magic, NULL, NULL, NULL, &status, &rc,
NULL             1740 tools/crm_mon.c     if (parse_op_key(id, &rsc, &task, NULL) == FALSE) {
NULL             1747 tools/crm_mon.c     while (n != NULL && !pcmk__str_eq(XML_CIB_TAG_STATE, TYPE(n), pcmk__str_casei)) {
NULL             1751 tools/crm_mon.c     if(node == NULL && n) {
NULL             1755 tools/crm_mon.c     if (node == NULL && n) {
NULL             1759 tools/crm_mon.c     if (node == NULL) {
NULL             1763 tools/crm_mon.c     if (node == NULL) {
NULL             1807 tools/crm_mon.c     xmlNode *change = NULL;
NULL             1810 tools/crm_mon.c     for (change = pcmk__xml_first_child(diff); change != NULL;
NULL             1812 tools/crm_mon.c         const char *name = NULL;
NULL             1815 tools/crm_mon.c         xmlNode *match = NULL;
NULL             1816 tools/crm_mon.c         const char *node = NULL;
NULL             1818 tools/crm_mon.c         if(op == NULL) {
NULL             1842 tools/crm_mon.c         if(xpath == NULL) {
NULL             1845 tools/crm_mon.c         } else if(name == NULL) {
NULL             1850 tools/crm_mon.c             xmlNode *state = NULL;
NULL             1853 tools/crm_mon.c             for (state = pcmk__xe_first_child(status); state != NULL;
NULL             1857 tools/crm_mon.c                 if (node == NULL) {
NULL             1864 tools/crm_mon.c             xmlNode *state = NULL;
NULL             1866 tools/crm_mon.c             for (state = pcmk__xe_first_child(match); state != NULL;
NULL             1870 tools/crm_mon.c                 if (node == NULL) {
NULL             1878 tools/crm_mon.c             if (node == NULL) {
NULL             1923 tools/crm_mon.c         handle_rsc_op(rsc_op, NULL);
NULL             1938 tools/crm_mon.c     if (current_cib != NULL) {
NULL             1945 tools/crm_mon.c                 free_xml(current_cib); current_cib = NULL;
NULL             1952 tools/crm_mon.c                 free_xml(current_cib); current_cib = NULL;
NULL             1956 tools/crm_mon.c     if (current_cib == NULL) {
NULL             1958 tools/crm_mon.c         cib->cmds->query(cib, NULL, &current_cib, cib_scope_local | cib_sync_call);
NULL             1976 tools/crm_mon.c     if (current_cib == NULL) {
NULL             1993 tools/crm_mon.c     last_refresh = time(NULL);
NULL             2023 tools/crm_mon.c         out->finish(out, CRM_EX_OK, true, NULL);
NULL             2037 tools/crm_mon.c         mon_cib_connection_destroy(NULL);
NULL             2041 tools/crm_mon.c         send_custom_trap(e->target, NULL, e->operation, pcmk_ok, e->result, 0, desc);
NULL             2060 tools/crm_mon.c     time_t now = time(NULL);
NULL             2066 tools/crm_mon.c     if(refresh_timer == NULL) {
NULL             2067 tools/crm_mon.c         refresh_timer = mainloop_timer_add("refresh", 2000, FALSE, mon_trigger_refresh, NULL);
NULL             2102 tools/crm_mon.c         mon_cib_connection_destroy(NULL);
NULL             2112 tools/crm_mon.c     if (st == NULL) {
NULL             2117 tools/crm_mon.c         st->cmds->remove_notification(st, NULL);
NULL             2122 tools/crm_mon.c     st = NULL;
NULL             2154 tools/crm_mon.c     if ((error != NULL || exit_code == CRM_EX_USAGE) && output_format == mon_output_console) {
NULL             2155 tools/crm_mon.c         out->finish(out, exit_code, false, NULL);
NULL             2157 tools/crm_mon.c         out = NULL;
NULL             2164 tools/crm_mon.c         char *help = g_option_context_get_help(context, TRUE, NULL);
NULL             2176 tools/crm_mon.c     if (error != NULL) {
NULL             2177 tools/crm_mon.c         if (out != NULL) {
NULL             2179 tools/crm_mon.c             out->finish(out, exit_code, true, NULL);
NULL             2192 tools/crm_mon.c     if (out != NULL) {
NULL             2194 tools/crm_mon.c             out->finish(out, exit_code, true, NULL);
NULL               26 tools/crm_mon_curses.c     { NULL }
NULL               43 tools/crm_mon_curses.c     if (priv == NULL) {
NULL               49 tools/crm_mon_curses.c     out->priv = NULL;
NULL               54 tools/crm_mon_curses.c     private_data_t *priv = NULL;
NULL               57 tools/crm_mon_curses.c     if (out->priv != NULL) {
NULL               61 tools/crm_mon_curses.c         if (out->priv == NULL) {
NULL               79 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL               88 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL               97 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL               99 tools/crm_mon_curses.c     if (proc_stdout != NULL) {
NULL              103 tools/crm_mon_curses.c     if (proc_stderr != NULL) {
NULL              116 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL              132 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL              154 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL              177 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL              185 tools/crm_mon_curses.c     private_data_t *priv = NULL;
NULL              186 tools/crm_mon_curses.c     curses_list_data_t *new_list = NULL;
NULL              189 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              196 tools/crm_mon_curses.c     if (format != NULL) {
NULL              218 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL              222 tools/crm_mon_curses.c     if (id != NULL) {
NULL              237 tools/crm_mon_curses.c     private_data_t *priv = NULL;
NULL              240 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              244 tools/crm_mon_curses.c     CRM_ASSERT(tail != NULL);
NULL              250 tools/crm_mon_curses.c     private_data_t *priv = NULL;
NULL              251 tools/crm_mon_curses.c     curses_list_data_t *node = NULL;
NULL              253 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL && out->priv != NULL);
NULL              258 tools/crm_mon_curses.c     if (node->singular_noun != NULL && node->plural_noun != NULL) {
NULL              271 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL              277 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL              283 tools/crm_mon_curses.c     CRM_ASSERT(out != NULL);
NULL              297 tools/crm_mon_curses.c     CRM_ASSERT(prompt != NULL);
NULL              298 tools/crm_mon_curses.c     CRM_ASSERT(dest != NULL);
NULL              311 tools/crm_mon_curses.c         if (*dest != NULL) {
NULL              326 tools/crm_mon_curses.c         *dest = NULL;
NULL              338 tools/crm_mon_curses.c     if (retval == NULL) {
NULL              339 tools/crm_mon_curses.c         return NULL;
NULL              343 tools/crm_mon_curses.c     retval->request = argv == NULL ? NULL : g_strjoinv(" ", argv);
NULL              397 tools/crm_mon_curses.c     CRM_ASSERT(priv != NULL);
NULL              460 tools/crm_mon_curses.c     crm_time_t *crm_when = crm_time_new(NULL);
NULL              461 tools/crm_mon_curses.c     char *buf = NULL;
NULL              472 tools/crm_mon_curses.c                                    (event->exit_reason == NULL)? "" : " (",
NULL              473 tools/crm_mon_curses.c                                    (event->exit_reason == NULL)? "" : event->exit_reason,
NULL              474 tools/crm_mon_curses.c                                    (event->exit_reason == NULL)? "" : ")",
NULL              506 tools/crm_mon_curses.c     { NULL, NULL, NULL }
NULL               45 tools/crm_node.c static GMainLoop *mainloop = NULL;
NULL               53 tools/crm_node.c       NULL },
NULL               56 tools/crm_node.c       NULL },
NULL               59 tools/crm_node.c       NULL },
NULL               62 tools/crm_node.c       NULL },
NULL               65 tools/crm_node.c       NULL },
NULL               75 tools/crm_node.c     { NULL }
NULL               80 tools/crm_node.c       NULL,
NULL               81 tools/crm_node.c       NULL },
NULL               85 tools/crm_node.c       NULL,
NULL               86 tools/crm_node.c       NULL },
NULL               91 tools/crm_node.c     { NULL }
NULL              123 tools/crm_node.c     if (optarg == NULL) {
NULL              199 tools/crm_node.c             if (reply->data.node_info.uname == NULL) {
NULL              231 tools/crm_node.c                  node_iter != NULL; node_iter = node_iter->next) {
NULL              267 tools/crm_node.c     pcmk_ipc_api_t *controld_api = NULL;
NULL              280 tools/crm_node.c     pcmk_register_ipc_callback(controld_api, controller_event_cb, NULL);
NULL              305 tools/crm_node.c     mainloop = g_main_loop_new(NULL, FALSE);
NULL              308 tools/crm_node.c     mainloop = NULL;
NULL              318 tools/crm_node.c     if (name != NULL) {
NULL              333 tools/crm_node.c     cib_t *cib = NULL;
NULL              334 tools/crm_node.c     xmlNode *node = NULL;
NULL              335 tools/crm_node.c     xmlNode *node_state = NULL;
NULL              339 tools/crm_node.c     if(name == NULL && id == 0) {
NULL              343 tools/crm_node.c     node = create_xml_node(NULL, XML_CIB_TAG_NODE);
NULL              344 tools/crm_node.c     node_state = create_xml_node(NULL, XML_CIB_TAG_STATE);
NULL              374 tools/crm_node.c     pcmk_ipc_api_t *controld_api = NULL;
NULL              409 tools/crm_node.c     crm_ipc_t *conn = NULL;
NULL              410 tools/crm_node.c     xmlNode *cmd = NULL;
NULL              426 tools/crm_node.c         cmd = create_xml_node(NULL, __func__);
NULL              439 tools/crm_node.c         cmd = create_request(CRM_OP_RM_NODE_CACHE, NULL, NULL, target,
NULL              440 tools/crm_node.c                              crm_system_name, NULL);
NULL              447 tools/crm_node.c     rc = crm_ipc_send(conn, cmd, 0, 0, NULL);
NULL              470 tools/crm_node.c     const char *node_name = NULL;
NULL              471 tools/crm_node.c     char *endptr = NULL;
NULL              507 tools/crm_node.c     GOptionContext *context = NULL;
NULL              512 tools/crm_node.c           NULL },
NULL              514 tools/crm_node.c         { NULL }
NULL              517 tools/crm_node.c     context = pcmk__build_arg_context(args, NULL, &group, NULL);
NULL              534 tools/crm_node.c     GError *error = NULL;
NULL              536 tools/crm_node.c     GOptionGroup *output_group = NULL;
NULL              556 tools/crm_node.c         char *help = g_option_context_get_help(context, TRUE, NULL);
NULL              596 tools/crm_node.c     pcmk__output_and_clear_error(error, NULL);
NULL              178 tools/crm_resource.c static pcmk__output_t *out = NULL;
NULL              179 tools/crm_resource.c static pcmk__common_args_t *args = NULL;
NULL              182 tools/crm_resource.c static GError *error = NULL;
NULL              183 tools/crm_resource.c static GMainLoop *mainloop = NULL;
NULL              184 tools/crm_resource.c static cib_t *cib_conn = NULL;
NULL              185 tools/crm_resource.c static pcmk_ipc_api_t *controld_api = NULL;
NULL              186 tools/crm_resource.c static pe_working_set_t *data_set = NULL;
NULL              196 tools/crm_resource.c     { NULL, NULL, NULL }
NULL              205 tools/crm_resource.c     if (out != NULL) {
NULL              206 tools/crm_resource.c         out->finish(out, ec, true, NULL);
NULL              210 tools/crm_resource.c     if (cib_conn != NULL) {
NULL              213 tools/crm_resource.c         cib_conn = NULL; // Ensure we can't free this twice
NULL              216 tools/crm_resource.c     if (controld_api != NULL) {
NULL              219 tools/crm_resource.c         controld_api = NULL; // Ensure we can't free this twice
NULL              222 tools/crm_resource.c     if (mainloop != NULL) {
NULL              224 tools/crm_resource.c         mainloop = NULL;
NULL              227 tools/crm_resource.c     data_set = NULL;
NULL              236 tools/crm_resource.c     if (mainloop != NULL) {
NULL              239 tools/crm_resource.c         mainloop = NULL; // Don't re-enter this block
NULL              249 tools/crm_resource.c     if (error != NULL) {
NULL              305 tools/crm_resource.c         mainloop = g_main_loop_new(NULL, FALSE);
NULL              306 tools/crm_resource.c         g_timeout_add(MESSAGE_TIMEOUT_S * 1000, resource_ipc_timeout, NULL);
NULL              320 tools/crm_resource.c     GList *retval = NULL;
NULL              321 tools/crm_resource.c     xmlNode *cib_constraints = NULL;
NULL              322 tools/crm_resource.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              342 tools/crm_resource.c       NULL },
NULL              346 tools/crm_resource.c       NULL },
NULL              348 tools/crm_resource.c       NULL,
NULL              349 tools/crm_resource.c       NULL },
NULL              353 tools/crm_resource.c       NULL },
NULL              357 tools/crm_resource.c       NULL },
NULL              361 tools/crm_resource.c       NULL },
NULL              365 tools/crm_resource.c       NULL },
NULL              380 tools/crm_resource.c       NULL },
NULL              383 tools/crm_resource.c       NULL },
NULL              394 tools/crm_resource.c       NULL },
NULL              398 tools/crm_resource.c       NULL },
NULL              401 tools/crm_resource.c       NULL },
NULL              405 tools/crm_resource.c       NULL },
NULL              407 tools/crm_resource.c     { NULL }
NULL              429 tools/crm_resource.c       NULL },
NULL              436 tools/crm_resource.c       NULL },
NULL              450 tools/crm_resource.c     { NULL }
NULL              464 tools/crm_resource.c       NULL },
NULL              475 tools/crm_resource.c       NULL },
NULL              485 tools/crm_resource.c       NULL },
NULL              489 tools/crm_resource.c       NULL },
NULL              499 tools/crm_resource.c       NULL },
NULL              504 tools/crm_resource.c       "Deprecated: Use --promoted instead", NULL },
NULL              506 tools/crm_resource.c     { NULL }
NULL              512 tools/crm_resource.c       NULL },
NULL              515 tools/crm_resource.c       NULL },
NULL              519 tools/crm_resource.c       NULL },
NULL              522 tools/crm_resource.c       NULL },
NULL              530 tools/crm_resource.c       NULL },
NULL              537 tools/crm_resource.c       NULL },
NULL              541 tools/crm_resource.c       NULL },
NULL              548 tools/crm_resource.c       NULL },
NULL              555 tools/crm_resource.c       NULL },
NULL              563 tools/crm_resource.c     { NULL }
NULL              572 tools/crm_resource.c       NULL },
NULL              582 tools/crm_resource.c       NULL },
NULL              586 tools/crm_resource.c       NULL },
NULL              623 tools/crm_resource.c       NULL },
NULL              625 tools/crm_resource.c       NULL,
NULL              628 tools/crm_resource.c       NULL,
NULL              631 tools/crm_resource.c     { NULL }
NULL              662 tools/crm_resource.c     if (pcmk__str_any_of(option_name, "-m", "--meta", NULL)) {
NULL              664 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-z", "--utilization", NULL)) {
NULL              681 tools/crm_resource.c     if (pcmk__str_any_of(option_name, "-C", "--cleanup", NULL)) {
NULL              688 tools/crm_resource.c     if (getenv("CIB_file") == NULL) {
NULL              770 tools/crm_resource.c     char *name = NULL;
NULL              771 tools/crm_resource.c     char *value = NULL;
NULL              776 tools/crm_resource.c     if (options.cmdline_params == NULL) {
NULL              793 tools/crm_resource.c     if (pcmk__str_any_of(option_name, "-U", "--clear", NULL)) {
NULL              796 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-B", "--ban", NULL)) {
NULL              799 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-M", "--move", NULL)) {
NULL              802 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-q", "--query-xml", NULL)) {
NULL              805 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-w", "--query-xml-raw", NULL)) {
NULL              808 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-W", "--locate", NULL)) {
NULL              811 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-A", "--stack", NULL)) {
NULL              824 tools/crm_resource.c     if (pcmk__str_any_of(option_name, "-g", "--get-parameter", NULL)) {
NULL              837 tools/crm_resource.c     if (pcmk__str_any_of(option_name, "-c", "--list-cts", NULL)) {
NULL              839 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-L", "--list", NULL)) {
NULL              841 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-l", "--list-raw", NULL)) {
NULL              843 tools/crm_resource.c     } else if (pcmk__str_any_of(option_name, "-O", "--list-operations", NULL)) {
NULL              855 tools/crm_resource.c     if (pcmk__str_any_of(option_name, "-p", "--set-parameter", NULL)) {
NULL              891 tools/crm_resource.c     if (options.override_params == NULL) {
NULL              895 tools/crm_resource.c     if (optarg != NULL) {
NULL              921 tools/crm_resource.c     if (options.override_params == NULL) {
NULL              949 tools/crm_resource.c     pe_node_t *current = NULL;
NULL              952 tools/crm_resource.c     CRM_CHECK(rsc != NULL, return EINVAL);
NULL              957 tools/crm_resource.c         rc = cli_resource_ban(out, options.rsc_id, current->details->uname, move_lifetime, NULL,
NULL              962 tools/crm_resource.c         GList *iter = NULL;
NULL              964 tools/crm_resource.c         current = NULL;
NULL              976 tools/crm_resource.c             rc = cli_resource_ban(out, options.rsc_id, current->details->uname, move_lifetime, NULL,
NULL             1029 tools/crm_resource.c     GList *before = NULL;
NULL             1030 tools/crm_resource.c     GList *after = NULL;
NULL             1031 tools/crm_resource.c     GList *remaining = NULL;
NULL             1032 tools/crm_resource.c     GList *ele = NULL;
NULL             1033 tools/crm_resource.c     pe_node_t *dest = NULL;
NULL             1047 tools/crm_resource.c         if (dest == NULL) {
NULL             1054 tools/crm_resource.c         rc = cli_resource_clear(options.rsc_id, dest->details->uname, NULL,
NULL             1058 tools/crm_resource.c         rc = cli_resource_clear(options.rsc_id, NULL, data_set->nodes,
NULL             1063 tools/crm_resource.c         rc = cib_conn->cmds->query(cib_conn, NULL, cib_xml_copy, cib_scope_local | cib_sync_call);
NULL             1071 tools/crm_resource.c             *cib_xml_copy = NULL;
NULL             1081 tools/crm_resource.c         for (ele = remaining; ele != NULL; ele = ele->next) {
NULL             1097 tools/crm_resource.c     xmlNode *msg_data = NULL;
NULL             1099 tools/crm_resource.c     if (options.rsc_type == NULL) {
NULL             1106 tools/crm_resource.c     msg_data = create_xml_node(NULL, options.rsc_type);
NULL             1121 tools/crm_resource.c     lrmd_t *lrmd_conn = NULL;
NULL             1122 tools/crm_resource.c     lrmd_list_t *list = NULL;
NULL             1124 tools/crm_resource.c     rc = lrmd__new(&lrmd_conn, NULL, NULL, 0);
NULL             1143 tools/crm_resource.c         if (provider == NULL) {
NULL             1161 tools/crm_resource.c     const char *text = NULL;
NULL             1162 tools/crm_resource.c     lrmd_t *lrmd_conn = NULL;
NULL             1163 tools/crm_resource.c     lrmd_list_t *list = NULL;
NULL             1165 tools/crm_resource.c     rc = lrmd__new(&lrmd_conn, NULL, NULL, 0);
NULL             1212 tools/crm_resource.c         if (agent_spec != NULL) {
NULL             1233 tools/crm_resource.c     if (options.xml_file != NULL) {
NULL             1235 tools/crm_resource.c         if (*cib_xml_copy == NULL) {
NULL             1239 tools/crm_resource.c         rc = cib_conn->cmds->query(cib_conn, NULL, cib_xml_copy, cib_scope_local | cib_sync_call);
NULL             1245 tools/crm_resource.c         if (data_set == NULL) {
NULL             1257 tools/crm_resource.c         *cib_xml_copy = NULL;
NULL             1277 tools/crm_resource.c             if (node == NULL) {
NULL             1289 tools/crm_resource.c     if (controld_api == NULL) {
NULL             1298 tools/crm_resource.c     rc = pcmk__node_attr_request_clear(NULL, options.host_uname,
NULL             1299 tools/crm_resource.c                                        NULL, NULL, NULL,
NULL             1300 tools/crm_resource.c                                        NULL, attr_options);
NULL             1321 tools/crm_resource.c     rc = cli_resource_delete(controld_api, options.host_uname, rsc, NULL,
NULL             1338 tools/crm_resource.c     xmlNode *msg_data = NULL;
NULL             1353 tools/crm_resource.c     CRM_LOG_ASSERT(options.prop_name != NULL);
NULL             1355 tools/crm_resource.c     msg_data = create_xml_node(NULL, options.rsc_type);
NULL             1371 tools/crm_resource.c     char *standard = NULL;
NULL             1372 tools/crm_resource.c     char *provider = NULL;
NULL             1373 tools/crm_resource.c     char *type = NULL;
NULL             1374 tools/crm_resource.c     char *metadata = NULL;
NULL             1375 tools/crm_resource.c     lrmd_t *lrmd_conn = NULL;
NULL             1377 tools/crm_resource.c     rc = lrmd__new(&lrmd_conn, NULL, NULL, 0);
NULL             1422 tools/crm_resource.c     if (options.rsc_id != NULL) {
NULL             1436 tools/crm_resource.c         if (options.v_provider != NULL) {
NULL             1453 tools/crm_resource.c     if (error != NULL) {
NULL             1457 tools/crm_resource.c     if (options.cmdline_params == NULL) {
NULL             1467 tools/crm_resource.c     GOptionContext *context = NULL;
NULL             1472 tools/crm_resource.c           NULL },
NULL             1477 tools/crm_resource.c           NULL,
NULL             1478 tools/crm_resource.c           NULL },
NULL             1480 tools/crm_resource.c         { NULL }
NULL             1509 tools/crm_resource.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL             1533 tools/crm_resource.c     xmlNode *cib_xml_copy = NULL;
NULL             1534 tools/crm_resource.c     pe_resource_t *rsc = NULL;
NULL             1535 tools/crm_resource.c     pe_node_t *node = NULL;
NULL             1538 tools/crm_resource.c     GOptionGroup *output_group = NULL;
NULL             1539 tools/crm_resource.c     gchar **processed_args = NULL;
NULL             1540 tools/crm_resource.c     GOptionContext *context = NULL;
NULL             1592 tools/crm_resource.c     if ((options.remainder != NULL) && (options.override_params != NULL)) {
NULL             1613 tools/crm_resource.c     } else if (options.remainder != NULL) {
NULL             1614 tools/crm_resource.c         gchar **strv = NULL;
NULL             1615 tools/crm_resource.c         gchar *msg = NULL;
NULL             1683 tools/crm_resource.c         if (error != NULL) {
NULL             1688 tools/crm_resource.c     } else if (options.cmdline_params != NULL) {
NULL             1691 tools/crm_resource.c         options.cmdline_params = NULL;
NULL             1694 tools/crm_resource.c     if (options.require_resource && (options.rsc_id == NULL)) {
NULL             1700 tools/crm_resource.c     if (options.require_node && (options.host_uname == NULL)) {
NULL             1724 tools/crm_resource.c         if ((cib_conn == NULL) || (cib_conn->cmds == NULL)) {
NULL             1753 tools/crm_resource.c         if (rsc == NULL) {
NULL             1763 tools/crm_resource.c         if (strchr(options.rsc_id, ':') != NULL && pe_rsc_is_clone(rsc->parent) &&
NULL             1774 tools/crm_resource.c     if ((options.host_uname != NULL) && (data_set != NULL)) {
NULL             1777 tools/crm_resource.c         if (node == NULL) {
NULL             1795 tools/crm_resource.c                                    NULL);
NULL             1811 tools/crm_resource.c             GList *all = NULL;
NULL             1865 tools/crm_resource.c                 exit_code = cli_resource_execute_from_params(out, NULL,
NULL             1880 tools/crm_resource.c             if (node == NULL) {
NULL             1938 tools/crm_resource.c             if ((options.host_uname != NULL) && (node == NULL)) {
NULL             1951 tools/crm_resource.c             if (options.host_uname == NULL) {
NULL             1969 tools/crm_resource.c             if (options.host_uname == NULL) {
NULL             1971 tools/crm_resource.c             } else if (node == NULL) {
NULL             1975 tools/crm_resource.c                                       options.move_lifetime, NULL, cib_conn,
NULL             2001 tools/crm_resource.c             GHashTable *params = NULL;
NULL             2002 tools/crm_resource.c             pe_node_t *current = pe__find_active_on(rsc, &count, NULL);
NULL             2008 tools/crm_resource.c                 current = NULL;
NULL             2023 tools/crm_resource.c                 pe__unpack_dataset_nvpairs(rsc->xml, XML_TAG_UTILIZATION, NULL, params,
NULL             2024 tools/crm_resource.c                                            NULL, FALSE, data_set);
NULL             2066 tools/crm_resource.c             if (rsc == NULL) {
NULL             2079 tools/crm_resource.c             if (rsc == NULL) {
NULL             2119 tools/crm_resource.c         if (error != NULL) {
NULL             2148 tools/crm_resource.c     if (options.override_params != NULL) {
NULL               19 tools/crm_resource_ban.c     char *later_s = NULL;
NULL               20 tools/crm_resource_ban.c     crm_time_t *now = NULL;
NULL               21 tools/crm_resource_ban.c     crm_time_t *later = NULL;
NULL               22 tools/crm_resource_ban.c     crm_time_t *duration = NULL;
NULL               24 tools/crm_resource_ban.c     if (move_lifetime == NULL) {
NULL               25 tools/crm_resource_ban.c         return NULL;
NULL               29 tools/crm_resource_ban.c     if (duration == NULL) {
NULL               33 tools/crm_resource_ban.c         return NULL;
NULL               36 tools/crm_resource_ban.c     now = crm_time_new(NULL);
NULL               38 tools/crm_resource_ban.c     if (later == NULL) {
NULL               44 tools/crm_resource_ban.c         return NULL;
NULL               81 tools/crm_resource_ban.c     char *later_s = NULL;
NULL               83 tools/crm_resource_ban.c     xmlNode *fragment = NULL;
NULL               84 tools/crm_resource_ban.c     xmlNode *location = NULL;
NULL               86 tools/crm_resource_ban.c     if(host == NULL) {
NULL               92 tools/crm_resource_ban.c                                   NULL, cib_conn, cib_options, promoted_role_only);
NULL               98 tools/crm_resource_ban.c     if(move_lifetime && later_s == NULL) {
NULL              102 tools/crm_resource_ban.c     fragment = create_xml_node(NULL, XML_CIB_TAG_CONSTRAINTS);
NULL              124 tools/crm_resource_ban.c     if (later_s == NULL) {
NULL              166 tools/crm_resource_ban.c     xmlNode *location = NULL;
NULL              167 tools/crm_resource_ban.c     xmlNode *fragment = NULL;
NULL              169 tools/crm_resource_ban.c     if(move_lifetime && later_s == NULL) {
NULL              173 tools/crm_resource_ban.c     if(cib_conn == NULL) {
NULL              178 tools/crm_resource_ban.c     fragment = create_xml_node(NULL, XML_CIB_TAG_CONSTRAINTS);
NULL              190 tools/crm_resource_ban.c     if (later_s == NULL) {
NULL              249 tools/crm_resource_ban.c     char *xpath_string = NULL;
NULL              254 tools/crm_resource_ban.c     rc = cib_conn->cmds->remove(cib_conn, xpath_string, NULL, cib_xpath | cib_options);
NULL              271 tools/crm_resource_ban.c     xmlNode *fragment = NULL;
NULL              272 tools/crm_resource_ban.c     xmlNode *location = NULL;
NULL              274 tools/crm_resource_ban.c     fragment = create_xml_node(NULL, XML_CIB_TAG_CONSTRAINTS);
NULL              306 tools/crm_resource_ban.c     if(cib_conn == NULL) {
NULL              332 tools/crm_resource_ban.c             rc = cli_resource_clear(rsc_id, target->details->uname, NULL,
NULL              348 tools/crm_resource_ban.c     char *xpath_string = NULL;
NULL              349 tools/crm_resource_ban.c     char *first_half = NULL;
NULL              350 tools/crm_resource_ban.c     char *rsc_role_substr = NULL;
NULL              351 tools/crm_resource_ban.c     char *date_substr = NULL;
NULL              361 tools/crm_resource_ban.c         return NULL;
NULL              367 tools/crm_resource_ban.c     if (node != NULL || rsc != NULL || promoted_role_only == TRUE) {
NULL              370 tools/crm_resource_ban.c         if (node != NULL) {
NULL              371 tools/crm_resource_ban.c             if (rsc != NULL || promoted_role_only == TRUE) {
NULL              378 tools/crm_resource_ban.c         if (rsc != NULL && promoted_role_only == TRUE) {
NULL              384 tools/crm_resource_ban.c         } else if (rsc != NULL) {
NULL              397 tools/crm_resource_ban.c     if (node != NULL) {
NULL              398 tools/crm_resource_ban.c         if (rsc_role_substr != NULL) {
NULL              421 tools/crm_resource_ban.c     xmlXPathObject *xpathObj = NULL;
NULL              422 tools/crm_resource_ban.c     xmlNode *cib_constraints = NULL;
NULL              423 tools/crm_resource_ban.c     crm_time_t *now = crm_time_new(NULL);
NULL              432 tools/crm_resource_ban.c         xmlNode *date_expr_node = NULL;
NULL              433 tools/crm_resource_ban.c         crm_time_t *end = NULL;
NULL              434 tools/crm_resource_ban.c         char *xpath_string = NULL;
NULL              437 tools/crm_resource_ban.c         if (xpath_string == NULL) {
NULL              442 tools/crm_resource_ban.c         if (date_expr_node == NULL) {
NULL              453 tools/crm_resource_ban.c             xmlNode *fragment = NULL;
NULL              454 tools/crm_resource_ban.c             xmlNode *location = NULL;
NULL              456 tools/crm_resource_ban.c             fragment = create_xml_node(NULL, XML_CIB_TAG_CONSTRAINTS);
NULL               24 tools/crm_resource_print.c     xmlNode *xml_obj = NULL;
NULL               25 tools/crm_resource_print.c     xmlNode *lifetime = NULL;
NULL               29 tools/crm_resource_print.c     for (xml_obj = pcmk__xe_first_child(cib_constraints); xml_obj != NULL;
NULL               33 tools/crm_resource_print.c         if (id == NULL) {
NULL               39 tools/crm_resource_print.c         if (pe_evaluate_rules(lifetime, NULL, data_set->now, NULL) == FALSE) {
NULL               61 tools/crm_resource_print.c     const char *host = NULL;
NULL               74 tools/crm_resource_print.c     if (node != NULL) {
NULL              100 tools/crm_resource_print.c     out->begin_list(out, NULL, NULL, "Resource Operations");
NULL              103 tools/crm_resource_print.c     for (GList *lpc = ops; lpc != NULL; lpc = lpc->next) {
NULL              118 tools/crm_resource_print.c     GList *all = NULL;
NULL              122 tools/crm_resource_print.c     out->begin_list(out, NULL, NULL, "Resource Config");
NULL              138 tools/crm_resource_print.c     const char *value = NULL;
NULL              140 tools/crm_resource_print.c     if (params != NULL) {
NULL              143 tools/crm_resource_print.c     if (value != NULL) {
NULL              144 tools/crm_resource_print.c         out->begin_list(out, NULL, NULL, "Attributes");
NULL              173 tools/crm_resource_print.c                   ((name == NULL)? "" : " for "), ((name == NULL)? "" : name),
NULL              175 tools/crm_resource_print.c                   ((provider == NULL)? "" : ":"),
NULL              176 tools/crm_resource_print.c                   ((provider == NULL)? "" : provider),
NULL              178 tools/crm_resource_print.c                   ((exit_reason == NULL)? "" : ": "),
NULL              179 tools/crm_resource_print.c                   ((exit_reason == NULL)? "" : exit_reason));
NULL              187 tools/crm_resource_print.c                  ((name == NULL)? "" : " for "), ((name == NULL)? "" : name),
NULL              189 tools/crm_resource_print.c                  ((provider == NULL)? "" : ":"),
NULL              190 tools/crm_resource_print.c                  ((provider == NULL)? "" : provider),
NULL              192 tools/crm_resource_print.c                  ((exit_reason == NULL)? "" : ": "),
NULL              193 tools/crm_resource_print.c                  ((exit_reason == NULL)? "" : exit_reason));
NULL              221 tools/crm_resource_print.c                                  NULL);
NULL              236 tools/crm_resource_print.c     const char *value = NULL;
NULL              238 tools/crm_resource_print.c     if (params != NULL) {
NULL              241 tools/crm_resource_print.c     if (value != NULL) {
NULL              257 tools/crm_resource_print.c     if (rsc_name == NULL) {
NULL              258 tools/crm_resource_print.c         out->list_item(out, NULL, "Overriding the cluster configuration with '%s' = '%s'",
NULL              261 tools/crm_resource_print.c         out->list_item(out, NULL, "Overriding the cluster configuration for '%s' with '%s' = '%s'",
NULL              278 tools/crm_resource_print.c                                                    NULL);
NULL              280 tools/crm_resource_print.c     if (rsc_name != NULL) {
NULL              295 tools/crm_resource_print.c     if (value != NULL) {
NULL              296 tools/crm_resource_print.c         out->begin_list(out, NULL, NULL, "Properties");
NULL              312 tools/crm_resource_print.c     if (value != NULL) {
NULL              340 tools/crm_resource_print.c         const char *name = NULL;
NULL              341 tools/crm_resource_print.c         const char *value = NULL;
NULL              343 tools/crm_resource_print.c         out->begin_list(out, NULL, NULL, "overrides");
NULL              362 tools/crm_resource_print.c         xmlNodePtr doc = NULL;
NULL              364 tools/crm_resource_print.c         if (stdout_data != NULL) {
NULL              367 tools/crm_resource_print.c         if (doc != NULL) {
NULL              401 tools/crm_resource_print.c                                                      NULL);
NULL              413 tools/crm_resource_print.c         const char *name = NULL;
NULL              414 tools/crm_resource_print.c         const char *value = NULL;
NULL              416 tools/crm_resource_print.c         out->begin_list(out, NULL, NULL, "overrides");
NULL              430 tools/crm_resource_print.c         xmlNodePtr doc = NULL;
NULL              432 tools/crm_resource_print.c         if (stdout_data != NULL) {
NULL              435 tools/crm_resource_print.c         if (doc != NULL) {
NULL              456 tools/crm_resource_print.c     if (checks->flags != 0 || checks->lock_node != NULL) {
NULL              458 tools/crm_resource_print.c         out->begin_list(out, NULL, NULL, "Resource Checks");
NULL              498 tools/crm_resource_print.c                                                    NULL);
NULL              529 tools/crm_resource_print.c     if (!out->is_quiet(out) && nodes == NULL) {
NULL              534 tools/crm_resource_print.c     for (GList *lpc = nodes; lpc != NULL; lpc = lpc->next) {
NULL              538 tools/crm_resource_print.c             out->begin_list(out, NULL, NULL, "Nodes");
NULL              576 tools/crm_resource_print.c                                    NULL);
NULL              578 tools/crm_resource_print.c     for (GList *lpc = nodes; lpc != NULL; lpc = lpc->next) {
NULL              600 tools/crm_resource_print.c     const char *host_uname = (node == NULL)? NULL : node->details->uname;
NULL              602 tools/crm_resource_print.c     out->begin_list(out, NULL, NULL, "Resource Reasons");
NULL              604 tools/crm_resource_print.c     if ((rsc == NULL) && (host_uname == NULL)) {
NULL              605 tools/crm_resource_print.c         GList *lpc = NULL;
NULL              606 tools/crm_resource_print.c         GList *hosts = NULL;
NULL              608 tools/crm_resource_print.c         for (lpc = resources; lpc != NULL; lpc = lpc->next) {
NULL              612 tools/crm_resource_print.c             if (hosts == NULL) {
NULL              620 tools/crm_resource_print.c             hosts = NULL;
NULL              623 tools/crm_resource_print.c     } else if ((rsc != NULL) && (host_uname != NULL)) {
NULL              634 tools/crm_resource_print.c     } else if ((rsc == NULL) && (host_uname != NULL)) {
NULL              639 tools/crm_resource_print.c         GList *lpc = NULL;
NULL              641 tools/crm_resource_print.c         for (lpc = activeResources; lpc != NULL; lpc = lpc->next) {
NULL              648 tools/crm_resource_print.c         for(lpc = unactiveResources; lpc != NULL; lpc = lpc->next) {
NULL              659 tools/crm_resource_print.c     } else if ((rsc != NULL) && (host_uname == NULL)) {
NULL              660 tools/crm_resource_print.c         GList *hosts = NULL;
NULL              683 tools/crm_resource_print.c     const char *host_uname = (node == NULL)? NULL : node->details->uname;
NULL              685 tools/crm_resource_print.c     xmlNodePtr xml_node = pcmk__output_xml_create_parent(out, "reason", NULL);
NULL              687 tools/crm_resource_print.c     if ((rsc == NULL) && (host_uname == NULL)) {
NULL              688 tools/crm_resource_print.c         GList *lpc = NULL;
NULL              689 tools/crm_resource_print.c         GList *hosts = NULL;
NULL              691 tools/crm_resource_print.c         pcmk__output_xml_create_parent(out, "resources", NULL);
NULL              693 tools/crm_resource_print.c         for (lpc = resources; lpc != NULL; lpc = lpc->next) {
NULL              700 tools/crm_resource_print.c                                            "running", pcmk__btoa(hosts != NULL),
NULL              701 tools/crm_resource_print.c                                            NULL);
NULL              706 tools/crm_resource_print.c             hosts = NULL;
NULL              711 tools/crm_resource_print.c     } else if ((rsc != NULL) && (host_uname != NULL)) {
NULL              718 tools/crm_resource_print.c     } else if ((rsc == NULL) && (host_uname != NULL)) {
NULL              723 tools/crm_resource_print.c         GList *lpc = NULL;
NULL              725 tools/crm_resource_print.c         pcmk__output_xml_create_parent(out, "resources", NULL);
NULL              727 tools/crm_resource_print.c         for (lpc = activeResources; lpc != NULL; lpc = lpc->next) {
NULL              734 tools/crm_resource_print.c                                            NULL);
NULL              740 tools/crm_resource_print.c         for(lpc = unactiveResources; lpc != NULL; lpc = lpc->next) {
NULL              747 tools/crm_resource_print.c                                            NULL);
NULL              758 tools/crm_resource_print.c     } else if ((rsc != NULL) && (host_uname == NULL)) {
NULL              759 tools/crm_resource_print.c         GList *hosts = NULL;
NULL              762 tools/crm_resource_print.c         crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL));
NULL              772 tools/crm_resource_print.c     if (rsc->children == NULL) {
NULL              784 tools/crm_resource_print.c     if (resources == NULL) {
NULL              789 tools/crm_resource_print.c     out->begin_list(out, NULL, NULL, "Resource Names");
NULL              814 tools/crm_resource_print.c     { NULL, NULL, NULL }
NULL               49 tools/crm_resource_runtime.c     GList *retval = NULL;
NULL               51 tools/crm_resource_runtime.c     for (GList *iter = rsc->children; iter != NULL; iter = iter->next) {
NULL               54 tools/crm_resource_runtime.c         for (GList *iter2 = child->running_on; iter2 != NULL; iter2 = iter2->next) {
NULL               72 tools/crm_resource_runtime.c     GList *retval = NULL;
NULL               87 tools/crm_resource_runtime.c     } else if (rsc->running_on != NULL) {
NULL               88 tools/crm_resource_runtime.c         for (GList *iter = rsc->running_on; iter != NULL; iter = iter->next) {
NULL              111 tools/crm_resource_runtime.c     xmlNode *xml_search = NULL;
NULL              112 tools/crm_resource_runtime.c     char *xpath_string = NULL;
NULL              113 tools/crm_resource_runtime.c     const char *xpath_base = NULL;
NULL              116 tools/crm_resource_runtime.c         *value = NULL;
NULL              119 tools/crm_resource_runtime.c     if(the_cib == NULL) {
NULL              124 tools/crm_resource_runtime.c     if (xpath_base == NULL) {
NULL              166 tools/crm_resource_runtime.c         xmlNode *child = NULL;
NULL              171 tools/crm_resource_runtime.c         for (child = pcmk__xml_first_child(xml_search); child != NULL;
NULL              199 tools/crm_resource_runtime.c     char *local_attr_id = NULL;
NULL              235 tools/crm_resource_runtime.c     char *lookup_id = NULL;
NULL              236 tools/crm_resource_runtime.c     char *local_attr_id = NULL;
NULL              237 tools/crm_resource_runtime.c     GList * result = NULL;
NULL              246 tools/crm_resource_runtime.c         char *local_attr_id = NULL;
NULL              257 tools/crm_resource_runtime.c     } else if(rsc->parent == NULL && rsc->children && pe_clone == rsc->variant) {
NULL              296 tools/crm_resource_runtime.c     char *local_attr_id = NULL;
NULL              297 tools/crm_resource_runtime.c     char *local_attr_set = NULL;
NULL              299 tools/crm_resource_runtime.c     GList/*<pe_resource_t*>*/ *resources = NULL;
NULL              302 tools/crm_resource_runtime.c     if (attr_id == NULL && force == FALSE) {
NULL              303 tools/crm_resource_runtime.c         find_resource_attr (out, cib, XML_ATTR_ID, uber_parent(rsc)->id, NULL,
NULL              304 tools/crm_resource_runtime.c                             NULL, NULL, attr_name, NULL);
NULL              335 tools/crm_resource_runtime.c         char *lookup_id = NULL;
NULL              337 tools/crm_resource_runtime.c         xmlNode *xml_top = NULL;
NULL              338 tools/crm_resource_runtime.c         xmlNode *xml_obj = NULL;
NULL              339 tools/crm_resource_runtime.c         local_attr_id = NULL;
NULL              340 tools/crm_resource_runtime.c         local_attr_set = NULL;
NULL              362 tools/crm_resource_runtime.c             if (attr_set == NULL) {
NULL              367 tools/crm_resource_runtime.c             if (attr_id == NULL) {
NULL              372 tools/crm_resource_runtime.c             xml_top = create_xml_node(NULL, tag);
NULL              380 tools/crm_resource_runtime.c         if (xml_top == NULL) {
NULL              402 tools/crm_resource_runtime.c             GList *lpc = NULL;
NULL              412 tools/crm_resource_runtime.c             for (lpc = rsc->rsc_cons_lhs; lpc != NULL; lpc = lpc->next) {
NULL              422 tools/crm_resource_runtime.c                                                   cons->dependent->id, NULL,
NULL              423 tools/crm_resource_runtime.c                                                   attr_set_type, NULL,
NULL              445 tools/crm_resource_runtime.c     GList/*<pe_resource_t*>*/ *resources = NULL;
NULL              447 tools/crm_resource_runtime.c     if (attr_id == NULL && force == FALSE) {
NULL              448 tools/crm_resource_runtime.c         find_resource_attr(out, cib, XML_ATTR_ID, uber_parent(rsc)->id, NULL,
NULL              449 tools/crm_resource_runtime.c                            NULL, NULL, attr_name, NULL);
NULL              460 tools/crm_resource_runtime.c         char *lookup_id = NULL;
NULL              461 tools/crm_resource_runtime.c         xmlNode *xml_obj = NULL;
NULL              462 tools/crm_resource_runtime.c         char *local_attr_id = NULL;
NULL              481 tools/crm_resource_runtime.c         if (attr_id == NULL) {
NULL              485 tools/crm_resource_runtime.c         xml_obj = crm_create_nvpair_xml(NULL, attr_id, attr_name, NULL);
NULL              513 tools/crm_resource_runtime.c     const char *rsc_api_id = NULL;
NULL              514 tools/crm_resource_runtime.c     const char *rsc_long_id = NULL;
NULL              515 tools/crm_resource_runtime.c     const char *rsc_class = NULL;
NULL              516 tools/crm_resource_runtime.c     const char *rsc_provider = NULL;
NULL              517 tools/crm_resource_runtime.c     const char *rsc_type = NULL;
NULL              521 tools/crm_resource_runtime.c     if (rsc == NULL) {
NULL              533 tools/crm_resource_runtime.c     if ((rsc_class == NULL) || (rsc_type == NULL)) {
NULL              541 tools/crm_resource_runtime.c         if (node == NULL) {
NULL              556 tools/crm_resource_runtime.c             if (node == NULL) {
NULL              618 tools/crm_resource_runtime.c     while (g_main_context_iteration(NULL, FALSE)) {
NULL              632 tools/crm_resource_runtime.c     const char *failed_value = NULL;
NULL              633 tools/crm_resource_runtime.c     const char *failed_id = NULL;
NULL              634 tools/crm_resource_runtime.c     const char *interval_ms_s = NULL;
NULL              635 tools/crm_resource_runtime.c     GHashTable *rscs = NULL;
NULL              642 tools/crm_resource_runtime.c     rscs = pcmk__strkey_table(NULL, NULL);
NULL              651 tools/crm_resource_runtime.c          xml_op != NULL;
NULL              655 tools/crm_resource_runtime.c         if (failed_id == NULL) {
NULL              695 tools/crm_resource_runtime.c     while (g_hash_table_iter_next(&iter, (gpointer *) &failed_id, NULL)) {
NULL              718 tools/crm_resource_runtime.c     rc = pcmk__node_attr_request_clear(NULL, node->details->uname, rsc_name,
NULL              719 tools/crm_resource_runtime.c                                        operation, interval_spec, NULL,
NULL              734 tools/crm_resource_runtime.c     pe_node_t *node = NULL;
NULL              736 tools/crm_resource_runtime.c     if (rsc == NULL) {
NULL              740 tools/crm_resource_runtime.c         GList *lpc = NULL;
NULL              742 tools/crm_resource_runtime.c         for (lpc = rsc->children; lpc != NULL; lpc = lpc->next) {
NULL              754 tools/crm_resource_runtime.c     } else if (host_uname == NULL) {
NULL              755 tools/crm_resource_runtime.c         GList *lpc = NULL;
NULL              758 tools/crm_resource_runtime.c         if(nodes == NULL && force) {
NULL              761 tools/crm_resource_runtime.c         } else if(nodes == NULL && rsc->exclusive_discover) {
NULL              763 tools/crm_resource_runtime.c             pe_node_t *node = NULL;
NULL              766 tools/crm_resource_runtime.c             while (g_hash_table_iter_next(&iter, NULL, (void**)&node)) {
NULL              772 tools/crm_resource_runtime.c         } else if(nodes == NULL) {
NULL              776 tools/crm_resource_runtime.c         for (lpc = nodes; lpc != NULL; lpc = lpc->next) {
NULL              796 tools/crm_resource_runtime.c     if (node == NULL) {
NULL              808 tools/crm_resource_runtime.c     if (controld_api == NULL) {
NULL              847 tools/crm_resource_runtime.c     if (controld_api == NULL) {
NULL              856 tools/crm_resource_runtime.c         if (node == NULL) {
NULL              865 tools/crm_resource_runtime.c     rc = pcmk__node_attr_request_clear(NULL, node_name, NULL, operation,
NULL              866 tools/crm_resource_runtime.c                                        interval_spec, NULL, attr_options);
NULL              874 tools/crm_resource_runtime.c         rc = clear_rsc_failures(out, controld_api, node_name, NULL,
NULL              885 tools/crm_resource_runtime.c             rc = clear_rsc_failures(out, controld_api, node->details->uname, NULL,
NULL              902 tools/crm_resource_runtime.c     char *role_s = NULL;
NULL              903 tools/crm_resource_runtime.c     char *managed = NULL;
NULL              906 tools/crm_resource_runtime.c     resource_checks_t *checks = NULL;
NULL              909 tools/crm_resource_runtime.c                        NULL, NULL, NULL, XML_RSC_ATTR_MANAGED, &managed);
NULL              912 tools/crm_resource_runtime.c                        NULL, NULL, NULL, XML_RSC_ATTR_TARGET_ROLE, &role_s);
NULL              916 tools/crm_resource_runtime.c     if (checks->flags != 0 || checks->lock_node != NULL) {
NULL              939 tools/crm_resource_runtime.c     GHashTable *params = NULL;
NULL              940 tools/crm_resource_runtime.c     GHashTable *meta = NULL;
NULL              941 tools/crm_resource_runtime.c     GHashTable *combined = NULL;
NULL              943 tools/crm_resource_runtime.c     char *key = NULL;
NULL              944 tools/crm_resource_runtime.c     char *value = NULL;
NULL              949 tools/crm_resource_runtime.c     if (params != NULL) {
NULL              958 tools/crm_resource_runtime.c     if (meta != NULL) {
NULL              974 tools/crm_resource_runtime.c     GList *hIter = NULL;
NULL              975 tools/crm_resource_runtime.c     GList *hosts = NULL;
NULL              977 tools/crm_resource_runtime.c     if (rsc == NULL) {
NULL              982 tools/crm_resource_runtime.c     for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) {
NULL              985 tools/crm_resource_runtime.c         if (pcmk__strcase_any_of(host, node->details->uname, node->details->id, NULL)) {
NULL              991 tools/crm_resource_runtime.c     if (host != NULL) {
NULL              995 tools/crm_resource_runtime.c     } else if(host == NULL && hosts == NULL) {
NULL             1017 tools/crm_resource_runtime.c     GList *rIter = NULL;
NULL             1018 tools/crm_resource_runtime.c     GList *active = NULL;
NULL             1020 tools/crm_resource_runtime.c     for (rIter = rsc_list; rIter != NULL; rIter = rIter->next) {
NULL             1040 tools/crm_resource_runtime.c     GList *item = NULL;
NULL             1042 tools/crm_resource_runtime.c     for (item = items; item != NULL; item = item->next) {
NULL             1050 tools/crm_resource_runtime.c     GList *item = NULL;
NULL             1052 tools/crm_resource_runtime.c     for (item = items; item != NULL; item = item->next) {
NULL             1076 tools/crm_resource_runtime.c     if (cli_config_update(xml, NULL, FALSE) == FALSE) {
NULL             1080 tools/crm_resource_runtime.c     data_set->now = crm_time_new(NULL);
NULL             1099 tools/crm_resource_runtime.c     xmlNode *cib_xml_copy = NULL;
NULL             1102 tools/crm_resource_runtime.c     rc = cib->cmds->query(cib, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call);
NULL             1123 tools/crm_resource_runtime.c     char *pid = NULL;
NULL             1124 tools/crm_resource_runtime.c     char *shadow_file = NULL;
NULL             1125 tools/crm_resource_runtime.c     cib_t *shadow_cib = NULL;
NULL             1144 tools/crm_resource_runtime.c         if (shadow_cib == NULL) {
NULL             1170 tools/crm_resource_runtime.c         pcmk__simulate_transition(data_set, shadow_cib, NULL);
NULL             1199 tools/crm_resource_runtime.c         GList *iter = NULL;
NULL             1214 tools/crm_resource_runtime.c         pe_action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);
NULL             1234 tools/crm_resource_runtime.c     GList *item = NULL;
NULL             1236 tools/crm_resource_runtime.c     for (item = resources; item != NULL; item = item->next) {
NULL             1252 tools/crm_resource_runtime.c #define waiting_for_starts(d, r, h) ((d != NULL) || \
NULL             1282 tools/crm_resource_runtime.c     char *rsc_id = NULL;
NULL             1283 tools/crm_resource_runtime.c     char *lookup_id = NULL;
NULL             1284 tools/crm_resource_runtime.c     char *orig_target_role = NULL;
NULL             1286 tools/crm_resource_runtime.c     GList *list_delta = NULL;
NULL             1287 tools/crm_resource_runtime.c     GList *target_active = NULL;
NULL             1288 tools/crm_resource_runtime.c     GList *current_active = NULL;
NULL             1289 tools/crm_resource_runtime.c     GList *restart_target_active = NULL;
NULL             1291 tools/crm_resource_runtime.c     pe_working_set_t *data_set = NULL;
NULL             1296 tools/crm_resource_runtime.c     const char *host = node ? node->details->uname : NULL;
NULL             1365 tools/crm_resource_runtime.c     if (data_set == NULL) {
NULL             1387 tools/crm_resource_runtime.c         rc = cli_resource_ban(out, lookup_id, host, move_lifetime, NULL, cib,
NULL             1396 tools/crm_resource_runtime.c         find_resource_attr(out, cib, XML_NVPAIR_ATTR_VALUE, lookup_id, NULL, NULL,
NULL             1397 tools/crm_resource_runtime.c                            NULL, XML_RSC_ATTR_TARGET_ROLE, &orig_target_role);
NULL             1398 tools/crm_resource_runtime.c         rc = cli_resource_update_attribute(rsc, rsc_id, NULL, XML_TAG_META_SETS,
NULL             1399 tools/crm_resource_runtime.c                                            NULL, XML_RSC_ATTR_TARGET_ROLE,
NULL             1405 tools/crm_resource_runtime.c         if (current_active != NULL) {
NULL             1407 tools/crm_resource_runtime.c             current_active = NULL;
NULL             1409 tools/crm_resource_runtime.c         if (restart_target_active != NULL) {
NULL             1411 tools/crm_resource_runtime.c             restart_target_active = NULL;
NULL             1430 tools/crm_resource_runtime.c     while (list_delta != NULL) {
NULL             1437 tools/crm_resource_runtime.c         for(lpc = 0; (lpc < step_timeout_s) && (list_delta != NULL); lpc++) {
NULL             1449 tools/crm_resource_runtime.c             if (current_active != NULL) {
NULL             1451 tools/crm_resource_runtime.c                 current_active = NULL;
NULL             1455 tools/crm_resource_runtime.c             list_delta = NULL;
NULL             1473 tools/crm_resource_runtime.c         rc = cli_resource_clear(lookup_id, host, NULL, cib, cib_options, true, force);
NULL             1476 tools/crm_resource_runtime.c         rc = cli_resource_update_attribute(rsc, rsc_id, NULL, XML_TAG_META_SETS,
NULL             1477 tools/crm_resource_runtime.c                                            NULL, XML_RSC_ATTR_TARGET_ROLE,
NULL             1481 tools/crm_resource_runtime.c         orig_target_role = NULL;
NULL             1483 tools/crm_resource_runtime.c         rc = cli_resource_delete_attribute(rsc, rsc_id, NULL, XML_TAG_META_SETS,
NULL             1484 tools/crm_resource_runtime.c                                            NULL, XML_RSC_ATTR_TARGET_ROLE, cib,
NULL             1493 tools/crm_resource_runtime.c     if (target_active != NULL) {
NULL             1495 tools/crm_resource_runtime.c         target_active = NULL;
NULL             1524 tools/crm_resource_runtime.c             if (current_active != NULL) {
NULL             1526 tools/crm_resource_runtime.c                 current_active = NULL;
NULL             1532 tools/crm_resource_runtime.c             current_active = get_active_resources(NULL, data_set->resources);
NULL             1554 tools/crm_resource_runtime.c         cli_resource_clear(lookup_id, host, NULL, cib, cib_options, true, force);
NULL             1556 tools/crm_resource_runtime.c         cli_resource_update_attribute(rsc, rsc_id, NULL, XML_TAG_META_SETS, NULL,
NULL             1561 tools/crm_resource_runtime.c         cli_resource_delete_attribute(rsc, rsc_id, NULL, XML_TAG_META_SETS, NULL,
NULL             1567 tools/crm_resource_runtime.c     if (list_delta != NULL) {
NULL             1570 tools/crm_resource_runtime.c     if (current_active != NULL) {
NULL             1573 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
NULL             1576 tools/crm_resource_runtime.c     if (restart_target_active != NULL) {
NULL             1608 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
NULL             1624 tools/crm_resource_runtime.c     for (action = actions; action != NULL; action = action->next) {
NULL             1662 tools/crm_resource_runtime.c     pe_working_set_t *data_set = NULL;
NULL             1665 tools/crm_resource_runtime.c     time_t expire_time = time(NULL) + timeout_s;
NULL             1670 tools/crm_resource_runtime.c     if (data_set == NULL) {
NULL             1677 tools/crm_resource_runtime.c         time_diff = expire_time - time(NULL);
NULL             1726 tools/crm_resource_runtime.c     const char *action = NULL;
NULL             1735 tools/crm_resource_runtime.c                                     "force-demote", "force-promote", NULL)) {
NULL             1796 tools/crm_resource_runtime.c     if (overrides != NULL) {
NULL             1798 tools/crm_resource_runtime.c         char *name = NULL;
NULL             1799 tools/crm_resource_runtime.c         char *value = NULL;
NULL             1820 tools/crm_resource_runtime.c     svc_action_t *op = NULL;
NULL             1833 tools/crm_resource_runtime.c     if (op == NULL) {
NULL             1845 tools/crm_resource_runtime.c                               PCMK_RESOURCE_CLASS_LSB, NULL)) {
NULL             1883 tools/crm_resource_runtime.c     const char *rid = NULL;
NULL             1884 tools/crm_resource_runtime.c     const char *rtype = NULL;
NULL             1885 tools/crm_resource_runtime.c     const char *rprov = NULL;
NULL             1886 tools/crm_resource_runtime.c     const char *rclass = NULL;
NULL             1887 tools/crm_resource_runtime.c     GHashTable *params = NULL;
NULL             1890 tools/crm_resource_runtime.c                                     "force-promote", NULL)) {
NULL             1893 tools/crm_resource_runtime.c             if(nodes != NULL && force == FALSE) {
NULL             1922 tools/crm_resource_runtime.c     params = generate_resource_params(rsc, NULL /* @TODO use local node */,
NULL             1947 tools/crm_resource_runtime.c     pe_node_t *current = NULL;
NULL             1951 tools/crm_resource_runtime.c     if (dest == NULL) {
NULL             1972 tools/crm_resource_runtime.c         GList *iter = NULL;
NULL             1974 tools/crm_resource_runtime.c         pe_node_t *promoted_node = NULL;
NULL             1995 tools/crm_resource_runtime.c             current = NULL;
NULL             2012 tools/crm_resource_runtime.c     cli_resource_clear(rsc_id, NULL, data_set->nodes, cib, cib_options, false, force);
NULL             2033 tools/crm_resource_runtime.c                                    NULL, cib, cib_options, promoted_role_only);
NULL               26 tools/crm_rule.c GError *error = NULL;
NULL               32 tools/crm_rule.c     { NULL, NULL, NULL }
NULL               57 tools/crm_rule.c       NULL },
NULL               59 tools/crm_rule.c     { NULL }
NULL               65 tools/crm_rule.c       NULL },
NULL               67 tools/crm_rule.c     { NULL }
NULL               73 tools/crm_rule.c       NULL },
NULL               76 tools/crm_rule.c       NULL },
NULL               78 tools/crm_rule.c     { NULL }
NULL              104 tools/crm_rule.c         .node_hash = NULL,
NULL              107 tools/crm_rule.c         .match_data = NULL,
NULL              108 tools/crm_rule.c         .rsc_data = NULL,
NULL              109 tools/crm_rule.c         .op_data = NULL
NULL              151 tools/crm_rule.c                                  NULL);
NULL              162 tools/crm_rule.c     { NULL, NULL, NULL }
NULL              169 tools/crm_rule.c     xmlNode *cib_constraints = NULL;
NULL              170 tools/crm_rule.c     xmlNode *match = NULL;
NULL              171 tools/crm_rule.c     xmlXPathObjectPtr xpathObj = NULL;
NULL              172 tools/crm_rule.c     char *xpath = NULL;
NULL              247 tools/crm_rule.c     CRM_ASSERT(match != NULL);
NULL              250 tools/crm_rule.c     rc = eval_date_expression(match, effective_date, NULL);
NULL              261 tools/crm_rule.c     GOptionContext *context = NULL;
NULL              263 tools/crm_rule.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL              277 tools/crm_rule.c     pe_working_set_t *data_set = NULL;
NULL              279 tools/crm_rule.c     crm_time_t *rule_date = NULL;
NULL              280 tools/crm_rule.c     xmlNode *input = NULL;
NULL              285 tools/crm_rule.c     pcmk__output_t *out = NULL;
NULL              287 tools/crm_rule.c     GOptionGroup *output_group = NULL;
NULL              320 tools/crm_rule.c             if (options.rules == NULL) {
NULL              337 tools/crm_rule.c     if (rule_date == NULL) {
NULL              350 tools/crm_rule.c         if (input == NULL) {
NULL              355 tools/crm_rule.c     } else if (options.input_xml != NULL) {
NULL              358 tools/crm_rule.c         if (input == NULL) {
NULL              365 tools/crm_rule.c         rc = cib__signon_query(NULL, &input);
NULL              377 tools/crm_rule.c     if (data_set == NULL) {
NULL              395 tools/crm_rule.c             for (char **s = options.rules; *s != NULL; s++) {
NULL              417 tools/crm_rule.c     if (out != NULL) {
NULL              418 tools/crm_rule.c         out->finish(out, exit_code, true, NULL);
NULL               32 tools/crm_shadow.c static cib_t *real_cib = NULL;
NULL               55 tools/crm_shadow.c     } else if (batch_flag == FALSE && shell != NULL) {
NULL               61 tools/crm_shadow.c             execl(shell, shell, "--norc", "--noprofile", NULL);
NULL               63 tools/crm_shadow.c             execl(shell, shell, NULL);
NULL               85 tools/crm_shadow.c     if (prompt != NULL && strstr(prompt, our_prompt)) {
NULL               99 tools/crm_shadow.c         "help", no_argument, NULL, '?',
NULL              103 tools/crm_shadow.c         "version", no_argument, NULL, '$',
NULL              107 tools/crm_shadow.c         "verbose", no_argument, NULL, 'V',
NULL              111 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              115 tools/crm_shadow.c         "which", no_argument, NULL, 'w',
NULL              119 tools/crm_shadow.c         "display", no_argument, NULL, 'p',
NULL              124 tools/crm_shadow.c         "edit", no_argument, NULL, 'E',
NULL              130 tools/crm_shadow.c         "diff", no_argument, NULL, 'd',
NULL              135 tools/crm_shadow.c         "file", no_argument, NULL, 'F',
NULL              140 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              144 tools/crm_shadow.c         "create", required_argument, NULL, 'c',
NULL              149 tools/crm_shadow.c         "create-empty", required_argument, NULL, 'e',
NULL              155 tools/crm_shadow.c         "commit", required_argument, NULL, 'C',
NULL              160 tools/crm_shadow.c         "delete", required_argument, NULL, 'D',
NULL              164 tools/crm_shadow.c         "reset", required_argument, NULL, 'r',
NULL              169 tools/crm_shadow.c         "switch", required_argument, NULL, 's',
NULL              173 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              177 tools/crm_shadow.c         "force", no_argument, NULL, 'f',
NULL              181 tools/crm_shadow.c         "batch", no_argument, NULL, 'b',
NULL              185 tools/crm_shadow.c         "all", no_argument, NULL, 'a',
NULL              190 tools/crm_shadow.c         "validate-with", required_argument, NULL, 'v',
NULL              194 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              198 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              202 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              206 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              211 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              215 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              219 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              223 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              228 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              232 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              238 tools/crm_shadow.c         "-spacer-", no_argument, NULL, '-',
NULL              252 tools/crm_shadow.c     const char *validation = NULL;
NULL              253 tools/crm_shadow.c     char *shadow = NULL;
NULL              254 tools/crm_shadow.c     char *shadow_file = NULL;
NULL              261 tools/crm_shadow.c     pcmk__set_cli_options(NULL, "<query>|<command> [options]", long_options,
NULL              274 tools/crm_shadow.c         flag = pcmk__next_cli_option(argc, argv, &option_index, NULL);
NULL              289 tools/crm_shadow.c                 shadow = NULL;
NULL              359 tools/crm_shadow.c         if (local == NULL) {
NULL              368 tools/crm_shadow.c     if (shadow == NULL) {
NULL              377 tools/crm_shadow.c         if (local != NULL && !pcmk__str_eq(local, shadow, pcmk__str_casei) && force_flag == FALSE) {
NULL              441 tools/crm_shadow.c         xmlNode *output = NULL;
NULL              445 tools/crm_shadow.c             rc = real_cib->cmds->query(real_cib, NULL, &output, command_options);
NULL              477 tools/crm_shadow.c         if (editor == NULL) {
NULL              483 tools/crm_shadow.c         execlp(editor, "--", shadow_file, NULL);
NULL              495 tools/crm_shadow.c         char *output_s = NULL;
NULL              506 tools/crm_shadow.c         xmlNode *diff = NULL;
NULL              507 tools/crm_shadow.c         xmlNode *old_config = NULL;
NULL              510 tools/crm_shadow.c         rc = real_cib->cmds->query(real_cib, NULL, &old_config, command_options);
NULL              518 tools/crm_shadow.c         xml_track_changes(new_config, NULL, new_config, FALSE);
NULL              521 tools/crm_shadow.c         diff = xml_create_patchset(0, old_config, new_config, NULL, FALSE);
NULL              526 tools/crm_shadow.c         if (diff != NULL) {
NULL              536 tools/crm_shadow.c         const char *section = NULL;
NULL               55 tools/crm_simulate.c char *temp_shadow = NULL;
NULL               64 tools/crm_simulate.c     { NULL, NULL, NULL }
NULL               98 tools/crm_simulate.c     options.xml_file = NULL;
NULL              232 tools/crm_simulate.c       NULL },
NULL              235 tools/crm_simulate.c       NULL },
NULL              238 tools/crm_simulate.c       NULL },
NULL              241 tools/crm_simulate.c       NULL },
NULL              244 tools/crm_simulate.c       NULL },
NULL              247 tools/crm_simulate.c       NULL },
NULL              250 tools/crm_simulate.c       NULL },
NULL              260 tools/crm_simulate.c       NULL },
NULL              262 tools/crm_simulate.c     { NULL }
NULL              307 tools/crm_simulate.c     { NULL }
NULL              325 tools/crm_simulate.c       NULL },
NULL              327 tools/crm_simulate.c     { NULL }
NULL              333 tools/crm_simulate.c       NULL },
NULL              339 tools/crm_simulate.c       NULL },
NULL              341 tools/crm_simulate.c     { NULL }
NULL              348 tools/crm_simulate.c     xmlNode *cib_object = NULL;
NULL              349 tools/crm_simulate.c     char *local_output = NULL;
NULL              351 tools/crm_simulate.c     if (input == NULL) {
NULL              353 tools/crm_simulate.c         rc = cib__signon_query(NULL, &cib_object);
NULL              361 tools/crm_simulate.c         cib_object = filename2xml(NULL);
NULL              367 tools/crm_simulate.c     if (pcmk_find_cib_element(cib_object, XML_CIB_TAG_STATUS) == NULL) {
NULL              371 tools/crm_simulate.c     if (cli_config_update(&cib_object, NULL, FALSE) == FALSE) {
NULL              376 tools/crm_simulate.c     if (validate_xml(cib_object, NULL, FALSE) != TRUE) {
NULL              381 tools/crm_simulate.c     if (output == NULL) {
NULL              392 tools/crm_simulate.c     cib_object = NULL;
NULL              408 tools/crm_simulate.c     GOptionContext *context = NULL;
NULL              413 tools/crm_simulate.c           NULL },
NULL              415 tools/crm_simulate.c         { NULL }
NULL              433 tools/crm_simulate.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL              453 tools/crm_simulate.c     pe_working_set_t *data_set = NULL;
NULL              454 tools/crm_simulate.c     pcmk__output_t *out = NULL;
NULL              456 tools/crm_simulate.c     GError *error = NULL;
NULL              458 tools/crm_simulate.c     GOptionGroup *output_group = NULL;
NULL              464 tools/crm_simulate.c     if (options.injections == NULL) {
NULL              517 tools/crm_simulate.c     if (data_set == NULL) {
NULL              531 tools/crm_simulate.c     if (options.test_dir != NULL) {
NULL              548 tools/crm_simulate.c     pcmk__output_and_clear_error(error, NULL);
NULL              578 tools/crm_simulate.c     if (out != NULL) {
NULL              579 tools/crm_simulate.c         out->finish(out, exit_code, true, NULL);
NULL               37 tools/crm_ticket.c GError *error = NULL;
NULL               74 tools/crm_ticket.c     pcmk__str_update(&options.attr_name, NULL);
NULL               75 tools/crm_ticket.c     pcmk__str_update(&options.attr_value, NULL);
NULL               84 tools/crm_ticket.c     if (pcmk__str_any_of(option_name, "--info", "-l", NULL)) {
NULL               86 tools/crm_ticket.c     } else if (pcmk__str_any_of(option_name, "--details", "-L", NULL)) {
NULL               88 tools/crm_ticket.c     } else if (pcmk__str_any_of(option_name, "--raw", "-w", NULL)) {
NULL               90 tools/crm_ticket.c     } else if (pcmk__str_any_of(option_name, "--query-xml", "-q", NULL)) {
NULL               92 tools/crm_ticket.c     } else if (pcmk__str_any_of(option_name, "--constraints", "-c", NULL)) {
NULL               94 tools/crm_ticket.c     } else if (pcmk__str_any_of(option_name, "--cleanup", "-C", NULL)) {
NULL              117 tools/crm_ticket.c     if (pcmk__str_any_of(option_name, "--grant", "-g", NULL)) {
NULL              120 tools/crm_ticket.c     } else if (pcmk__str_any_of(option_name, "--revoke", "-r", NULL)) {
NULL              123 tools/crm_ticket.c     } else if (pcmk__str_any_of(option_name, "--standby", "-s", NULL)) {
NULL              126 tools/crm_ticket.c     } else if (pcmk__str_any_of(option_name, "--activate", "-a", NULL)) {
NULL              143 tools/crm_ticket.c     pcmk__str_update(&options.attr_name, NULL);
NULL              144 tools/crm_ticket.c     pcmk__str_update(&options.attr_value, NULL);
NULL              154 tools/crm_ticket.c       NULL },
NULL              158 tools/crm_ticket.c       NULL },
NULL              162 tools/crm_ticket.c       NULL },
NULL              166 tools/crm_ticket.c       NULL },
NULL              170 tools/crm_ticket.c       NULL },
NULL              172 tools/crm_ticket.c     { NULL }
NULL              178 tools/crm_ticket.c       NULL },
NULL              182 tools/crm_ticket.c       NULL },
NULL              186 tools/crm_ticket.c       NULL },
NULL              190 tools/crm_ticket.c       NULL },
NULL              192 tools/crm_ticket.c     { NULL }
NULL              210 tools/crm_ticket.c       NULL },
NULL              212 tools/crm_ticket.c     { NULL}
NULL              227 tools/crm_ticket.c       NULL },
NULL              234 tools/crm_ticket.c       NULL,
NULL              235 tools/crm_ticket.c       NULL },
NULL              237 tools/crm_ticket.c     { NULL }
NULL              251 tools/crm_ticket.c       NULL },
NULL              253 tools/crm_ticket.c     { NULL }
NULL              291 tools/crm_ticket.c         const char *name = NULL;
NULL              292 tools/crm_ticket.c         const char *value = NULL;
NULL              303 tools/crm_ticket.c             if (pcmk__str_any_of(name, "last-granted", "expires", NULL)) {
NULL              331 tools/crm_ticket.c     pe_ticket_t *ticket = NULL;
NULL              335 tools/crm_ticket.c     while (g_hash_table_iter_next(&iter, NULL, (void **)&ticket)) {
NULL              347 tools/crm_ticket.c     xmlNode *xml_search = NULL;
NULL              349 tools/crm_ticket.c     char *xpath_string = NULL;
NULL              351 tools/crm_ticket.c     CRM_ASSERT(ticket_state_xml != NULL);
NULL              352 tools/crm_ticket.c     *ticket_state_xml = NULL;
NULL              391 tools/crm_ticket.c     xmlNode *xml_search = NULL;
NULL              393 tools/crm_ticket.c     char *xpath_string = NULL;
NULL              394 tools/crm_ticket.c     const char *xpath_base = NULL;
NULL              396 tools/crm_ticket.c     CRM_ASSERT(ticket_cons_xml != NULL);
NULL              397 tools/crm_ticket.c     *ticket_cons_xml = NULL;
NULL              400 tools/crm_ticket.c     if (xpath_base == NULL) {
NULL              435 tools/crm_ticket.c     xmlNode *state_xml = NULL;
NULL              439 tools/crm_ticket.c     if (state_xml == NULL) {
NULL              445 tools/crm_ticket.c         char *state_xml_str = NULL;
NULL              460 tools/crm_ticket.c     xmlNode *cons_xml = NULL;
NULL              461 tools/crm_ticket.c     char *cons_xml_str = NULL;
NULL              465 tools/crm_ticket.c     if (cons_xml == NULL) {
NULL              481 tools/crm_ticket.c     pe_ticket_t *ticket = NULL;
NULL              483 tools/crm_ticket.c     CRM_ASSERT(attr_value != NULL);
NULL              484 tools/crm_ticket.c     *attr_value = NULL;
NULL              487 tools/crm_ticket.c     if (ticket == NULL) {
NULL              492 tools/crm_ticket.c     if (*attr_value == NULL) {
NULL              505 tools/crm_ticket.c     char *warning = NULL;
NULL              506 tools/crm_ticket.c     const char *word = NULL;
NULL              546 tools/crm_ticket.c     const char *value = NULL;
NULL              547 tools/crm_ticket.c     GList *list_iter = NULL;
NULL              553 tools/crm_ticket.c     if (g_hash_table_lookup_extended(attr_set, "granted", NULL, (gpointer *) & value)) {
NULL              580 tools/crm_ticket.c     xmlNode *xml_top = NULL;
NULL              581 tools/crm_ticket.c     xmlNode *ticket_state_xml = NULL;
NULL              584 tools/crm_ticket.c     GList *list_iter = NULL;
NULL              587 tools/crm_ticket.c     char *key = NULL;
NULL              588 tools/crm_ticket.c     char *value = NULL;
NULL              590 tools/crm_ticket.c     pe_ticket_t *ticket = NULL;
NULL              605 tools/crm_ticket.c         xmlNode *xml_obj = NULL;
NULL              607 tools/crm_ticket.c         xml_top = create_xml_node(NULL, XML_CIB_TAG_STATUS);
NULL              625 tools/crm_ticket.c             && (ticket == NULL || ticket->granted == FALSE)
NULL              628 tools/crm_ticket.c             char *now = pcmk__ttoa(time(NULL));
NULL              635 tools/crm_ticket.c     if (found && (attr_delete != NULL)) {
NULL              653 tools/crm_ticket.c     xmlNode *ticket_state_xml = NULL;
NULL              681 tools/crm_ticket.c     GOptionContext *context = NULL;
NULL              712 tools/crm_ticket.c     context = pcmk__build_arg_context(args, NULL, NULL, NULL);
NULL              732 tools/crm_ticket.c     pe_working_set_t *data_set = NULL;
NULL              733 tools/crm_ticket.c     xmlNode *cib_xml_copy = NULL;
NULL              735 tools/crm_ticket.c     cib_t *cib_conn = NULL;
NULL              739 tools/crm_ticket.c     pcmk__common_args_t *args = NULL;
NULL              740 tools/crm_ticket.c     GOptionContext *context = NULL;
NULL              741 tools/crm_ticket.c     gchar **processed_args = NULL;
NULL              744 tools/crm_ticket.c     attr_delete = NULL;
NULL              765 tools/crm_ticket.c     if (data_set == NULL) {
NULL              773 tools/crm_ticket.c     if (cib_conn == NULL) {
NULL              789 tools/crm_ticket.c     if (options.xml_file != NULL) {
NULL              793 tools/crm_ticket.c         rc = cib_conn->cmds->query(cib_conn, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call);
NULL              804 tools/crm_ticket.c     if (!cli_config_update(&cib_xml_copy, NULL, FALSE)) {
NULL              812 tools/crm_ticket.c     data_set->now = crm_time_new(NULL);
NULL              833 tools/crm_ticket.c             if (ticket == NULL) {
NULL              864 tools/crm_ticket.c         const char *value = NULL;
NULL              866 tools/crm_ticket.c         if (options.ticket_id == NULL) {
NULL              883 tools/crm_ticket.c         if (options.ticket_id == NULL) {
NULL              891 tools/crm_ticket.c             pe_ticket_t *ticket = NULL;
NULL              894 tools/crm_ticket.c             if (ticket == NULL) {
NULL              917 tools/crm_ticket.c         if (options.ticket_id == NULL) {
NULL              967 tools/crm_ticket.c         if (options.ticket_id == NULL) {
NULL              991 tools/crm_ticket.c     attr_set = NULL;
NULL              996 tools/crm_ticket.c     attr_delete = NULL;
NULL              999 tools/crm_ticket.c     data_set = NULL;
NULL             1018 tools/crm_ticket.c     pcmk__output_and_clear_error(error, NULL);
NULL               51 tools/crm_verify.c       NULL },
NULL               57 tools/crm_verify.c       NULL },
NULL               62 tools/crm_verify.c     { NULL }
NULL               70 tools/crm_verify.c     { NULL }
NULL               77 tools/crm_verify.c     { NULL, NULL, NULL }
NULL               82 tools/crm_verify.c     GOptionContext *context = NULL;
NULL               91 tools/crm_verify.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL              105 tools/crm_verify.c     xmlNode *cib_object = NULL;
NULL              106 tools/crm_verify.c     xmlNode *status = NULL;
NULL              108 tools/crm_verify.c     pe_working_set_t *data_set = NULL;
NULL              109 tools/crm_verify.c     const char *xml_tag = NULL;
NULL              114 tools/crm_verify.c     GError *error = NULL;
NULL              116 tools/crm_verify.c     pcmk__output_t *out = NULL;
NULL              118 tools/crm_verify.c     GOptionGroup *output_group = NULL;
NULL              150 tools/crm_verify.c         rc = cib__signon_query(NULL, &cib_object);
NULL              157 tools/crm_verify.c     } else if (options.xml_file != NULL) {
NULL              159 tools/crm_verify.c         if (cib_object == NULL) {
NULL              165 tools/crm_verify.c     } else if (options.xml_string != NULL) {
NULL              167 tools/crm_verify.c         if (cib_object == NULL) {
NULL              174 tools/crm_verify.c         if (cib_object == NULL) {
NULL              195 tools/crm_verify.c     if (options.cib_save != NULL) {
NULL              200 tools/crm_verify.c     if (status == NULL) {
NULL              204 tools/crm_verify.c     if (validate_xml(cib_object, NULL, FALSE) == FALSE) {
NULL              207 tools/crm_verify.c         cib_object = NULL;
NULL              209 tools/crm_verify.c     } else if (cli_config_update(&cib_object, NULL, FALSE) == FALSE) {
NULL              212 tools/crm_verify.c         cib_object = NULL;
NULL              219 tools/crm_verify.c     if (data_set == NULL) {
NULL              231 tools/crm_verify.c     if (cib_object != NULL) {
NULL              234 tools/crm_verify.c         if ((status == NULL) && !options.use_live_cib) {
NULL              276 tools/crm_verify.c     pcmk__output_and_clear_error(error, NULL);
NULL              278 tools/crm_verify.c     if (out != NULL) {
NULL              279 tools/crm_verify.c         out->finish(out, exit_code, true, NULL);
NULL               41 tools/crmadmin.c     .optarg = NULL,
NULL               42 tools/crmadmin.c     .ipc_name = NULL,
NULL               59 tools/crmadmin.c       NULL
NULL               66 tools/crmadmin.c       NULL
NULL               74 tools/crmadmin.c       NULL,
NULL               75 tools/crmadmin.c       NULL
NULL               78 tools/crmadmin.c     { NULL }
NULL               96 tools/crmadmin.c     { NULL }
NULL              135 tools/crmadmin.c     { NULL, NULL, NULL }
NULL              140 tools/crmadmin.c     GOptionContext *context = NULL;
NULL              152 tools/crmadmin.c           NULL },
NULL              154 tools/crmadmin.c         { NULL }
NULL              157 tools/crmadmin.c     context = pcmk__build_arg_context(args, "text (default), xml", group, NULL);
NULL              179 tools/crmadmin.c     GError *error = NULL;
NULL              181 tools/crmadmin.c     pcmk__output_t *out = NULL;
NULL              183 tools/crmadmin.c     GOptionGroup *output_group = NULL;
NULL              228 tools/crmadmin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
NULL              266 tools/crmadmin.c     if (out != NULL) {
NULL              267 tools/crmadmin.c         out->finish(out, exit_code, true, NULL);
NULL              108 tools/ipmiservicelogd.c         return NULL;
NULL              144 tools/ipmiservicelogd.c             return NULL;
NULL              150 tools/ipmiservicelogd.c             return NULL;
NULL              171 tools/ipmiservicelogd.c         return NULL;
NULL              206 tools/ipmiservicelogd.c         return NULL;
NULL              213 tools/ipmiservicelogd.c         return NULL;
NULL              216 tools/ipmiservicelogd.c     return NULL;
NULL              226 tools/ipmiservicelogd.c         NULL
NULL              239 tools/ipmiservicelogd.c         NULL
NULL              257 tools/ipmiservicelogd.c     ipmi_parse_args_iter_help(con_usage, NULL);
NULL              263 tools/ipmiservicelogd.c     servicelog *slog = NULL;
NULL              267 tools/ipmiservicelogd.c     char *serial_number = NULL;
NULL              268 tools/ipmiservicelogd.c     char *product_name = NULL;
NULL              300 tools/ipmiservicelogd.c     sl_event.next             = NULL;                 /* only used if in a linked list */
NULL              302 tools/ipmiservicelogd.c     sl_event.time_logged      = time (NULL);
NULL              303 tools/ipmiservicelogd.c     sl_event.time_event       = time (NULL);
NULL              304 tools/ipmiservicelogd.c     sl_event.time_last_update = time (NULL);
NULL              320 tools/ipmiservicelogd.c     sl_event.callouts         = NULL;
NULL              322 tools/ipmiservicelogd.c     sl_event.raw_data         = NULL;
NULL              479 tools/ipmiservicelogd.c                                                          sensor_threshold_event_handler, NULL);
NULL              482 tools/ipmiservicelogd.c                                                         sensor_discrete_event_handler, NULL);
NULL              547 tools/ipmiservicelogd.c         for (char **arg = &argv[1]; *arg != NULL; ++arg) {
NULL              572 tools/ipmiservicelogd.c     rv = ipmi_args_setup_con(args, os_hnd, NULL, &con);
NULL              587 tools/ipmiservicelogd.c     rv = ipmi_smi_setup_con(0, os_hnd, NULL, &con);
NULL              595 tools/ipmiservicelogd.c     rv = ipmi_open_domain("", &con, 1, setup_done, NULL, NULL, NULL, NULL, 0, NULL);
NULL               21 tools/iso8601.c         "help", no_argument, NULL, '?',
NULL               25 tools/iso8601.c         "version", no_argument, NULL, '$',
NULL               29 tools/iso8601.c         "verbose", no_argument, NULL, 'V',
NULL               33 tools/iso8601.c         "-spacer-", no_argument, NULL, '-',
NULL               37 tools/iso8601.c         "now", no_argument, NULL, 'n',
NULL               41 tools/iso8601.c         "date", required_argument, NULL, 'd',
NULL               47 tools/iso8601.c         "period", required_argument, NULL, 'p',
NULL               53 tools/iso8601.c         "duration", required_argument, NULL, 'D',
NULL               57 tools/iso8601.c         "expected", required_argument, NULL, 'E',
NULL               63 tools/iso8601.c         "-spacer-", no_argument, NULL, '-',
NULL               67 tools/iso8601.c         "seconds", no_argument, NULL, 's',
NULL               72 tools/iso8601.c         "epoch", no_argument, NULL, 'S',
NULL               77 tools/iso8601.c         "local", no_argument, NULL, 'L',
NULL               81 tools/iso8601.c         "ordinal", no_argument, NULL, 'O',
NULL               85 tools/iso8601.c         "week", no_argument, NULL, 'W',
NULL               89 tools/iso8601.c         "-spacer-", no_argument, NULL, '-',
NULL              103 tools/iso8601.c     CRM_ASSERT(start != NULL && end != NULL);
NULL              117 tools/iso8601.c     crm_time_t *duration = NULL;
NULL              118 tools/iso8601.c     crm_time_t *date_time = NULL;
NULL              120 tools/iso8601.c     const char *period_s = NULL;
NULL              121 tools/iso8601.c     const char *duration_s = NULL;
NULL              122 tools/iso8601.c     const char *date_time_s = NULL;
NULL              123 tools/iso8601.c     const char *expected_s = NULL;
NULL              126 tools/iso8601.c     pcmk__set_cli_options(NULL, "<command> [options] ", long_options,
NULL              134 tools/iso8601.c         flag = pcmk__next_cli_option(argc, argv, &index, NULL);
NULL              181 tools/iso8601.c         date_time = crm_time_new(NULL);
NULL              183 tools/iso8601.c         if (date_time == NULL) {
NULL              195 tools/iso8601.c         if (date_time == NULL) {
NULL              208 tools/iso8601.c         if (duration == NULL) {
NULL              220 tools/iso8601.c         if (period == NULL) {
NULL              234 tools/iso8601.c         if (later == NULL) {
NULL               75 tools/notifyServicelogEvent.c         "help", no_argument, NULL, '?',
NULL               79 tools/notifyServicelogEvent.c         "version", no_argument, NULL, '$',
NULL               83 tools/notifyServicelogEvent.c         "-spacer-", no_argument, NULL, '-',
NULL               87 tools/notifyServicelogEvent.c         "-spacer-", no_argument, NULL, '-',
NULL              102 tools/notifyServicelogEvent.c     servicelog *slog = NULL;
NULL              103 tools/notifyServicelogEvent.c     struct sl_event *event = NULL;
NULL              107 tools/notifyServicelogEvent.c     pcmk__set_cli_options(NULL, "<event_id>", long_options,
NULL              115 tools/notifyServicelogEvent.c         flag = pcmk__next_cli_option(argc, argv, &index, NULL);
NULL              170 tools/notifyServicelogEvent.c         const char *health_status = NULL;
NULL              183 tools/notifyServicelogEvent.c             attrd_rc = pcmk__node_attr_request(NULL, 'v', NULL,
NULL              185 tools/notifyServicelogEvent.c                                                NULL, NULL, NULL, NULL,
NULL              104 tools/stonith_admin.c     { NULL }
NULL              114 tools/stonith_admin.c       NULL },
NULL              117 tools/stonith_admin.c       NULL },
NULL              125 tools/stonith_admin.c       NULL },
NULL              144 tools/stonith_admin.c       NULL },
NULL              146 tools/stonith_admin.c     { NULL }
NULL              163 tools/stonith_admin.c     { NULL }
NULL              169 tools/stonith_admin.c       NULL },
NULL              172 tools/stonith_admin.c       NULL },
NULL              219 tools/stonith_admin.c       NULL },
NULL              226 tools/stonith_admin.c     { NULL }
NULL              235 tools/stonith_admin.c     { NULL, NULL, NULL }
NULL              240 tools/stonith_admin.c static char *name = NULL;
NULL              248 tools/stonith_admin.c     if (env == NULL) {
NULL              262 tools/stonith_admin.c     options.devices = stonith_key_value_add(options.devices, NULL, optarg);
NULL              274 tools/stonith_admin.c     char *name = NULL;
NULL              275 tools/stonith_admin.c     char *value = NULL;
NULL              306 tools/stonith_admin.c     GOptionContext *context = NULL;
NULL              311 tools/stonith_admin.c           NULL },
NULL              313 tools/stonith_admin.c         { NULL }
NULL              316 tools/stonith_admin.c     context = pcmk__build_arg_context(args, "text (default), html, xml", group, NULL);
NULL              339 tools/stonith_admin.c     char *reason = NULL;
NULL              352 tools/stonith_admin.c             reason = NULL;
NULL              358 tools/stonith_admin.c                     ((reason == NULL)? "" : " ("),
NULL              359 tools/stonith_admin.c                     ((reason == NULL)? "" : reason),
NULL              360 tools/stonith_admin.c                     ((reason == NULL)? "" : ")"));
NULL              374 tools/stonith_admin.c     char *target = NULL;
NULL              375 tools/stonith_admin.c     const char *device = NULL;
NULL              376 tools/stonith_admin.c     stonith_t *st = NULL;
NULL              378 tools/stonith_admin.c     GError *error = NULL;
NULL              380 tools/stonith_admin.c     pcmk__output_t *out = NULL;
NULL              382 tools/stonith_admin.c     GOptionGroup *output_group = NULL;
NULL              395 tools/stonith_admin.c     if (name == NULL) {
NULL              429 tools/stonith_admin.c     if (options.register_dev != NULL) {
NULL              435 tools/stonith_admin.c     if (options.query != NULL) {
NULL              440 tools/stonith_admin.c     if (options.unregister_dev != NULL) {
NULL              445 tools/stonith_admin.c     if (options.targets != NULL) {
NULL              450 tools/stonith_admin.c     if (options.terminate != NULL) {
NULL              461 tools/stonith_admin.c     if (options.reboot_host != NULL) {
NULL              468 tools/stonith_admin.c     if (options.fence_host != NULL) {
NULL              475 tools/stonith_admin.c     if (options.unfence_host != NULL) {
NULL              482 tools/stonith_admin.c     if (options.confirm_host != NULL) {
NULL              488 tools/stonith_admin.c     if (options.last_fenced != NULL) {
NULL              493 tools/stonith_admin.c     if (options.history != NULL) {
NULL              498 tools/stonith_admin.c     if (options.register_level != NULL) {
NULL              503 tools/stonith_admin.c     if (options.unregister_level != NULL) {
NULL              509 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
NULL              517 tools/stonith_admin.c     if (required_agent && options.agent == NULL) {
NULL              518 tools/stonith_admin.c         char *help = g_option_context_get_help(context, TRUE, NULL);
NULL              530 tools/stonith_admin.c     if (st == NULL) {
NULL              533 tools/stonith_admin.c         rc = st->cmds->connect(st, name, NULL);
NULL              561 tools/stonith_admin.c                 rc = st->cmds->list(st, st_opts, device, NULL, options.timeout);
NULL              575 tools/stonith_admin.c             rc = st->cmds->register_device(st, st_opts, device, NULL, options.agent,
NULL              628 tools/stonith_admin.c             device = options.devices ? options.devices->key : NULL;
NULL              643 tools/stonith_admin.c     if (out != NULL) {
NULL              644 tools/stonith_admin.c         out->finish(out, exit_code, true, NULL);
NULL              650 tools/stonith_admin.c     if (st != NULL) {