dup               144 daemons/attrd/attrd_corosync.c     crm_node_t *dup = pcmk__search_cluster_node_cache(0, node_name);
dup               146 daemons/attrd/attrd_corosync.c     if (dup && (dup->uuid == NULL)) {
dup               431 daemons/execd/execd_commands.c         lrmd_cmd_t *dup = item->data;
dup               433 daemons/execd/execd_commands.c         if (action_matches(cmd, dup->action, dup->interval_ms)) {
dup               434 daemons/execd/execd_commands.c             return dup;
dup               443 daemons/execd/execd_commands.c     lrmd_cmd_t * dup = NULL;
dup               451 daemons/execd/execd_commands.c     dup = find_duplicate_action(rsc->pending_ops, cmd);
dup               452 daemons/execd/execd_commands.c     if (dup == NULL) {
dup               454 daemons/execd/execd_commands.c         dup = find_duplicate_action(rsc->recurring_ops, cmd);
dup               455 daemons/execd/execd_commands.c         if (dup == NULL) {
dup               465 daemons/execd/execd_commands.c         && (dup->result.execution_status == PCMK_EXEC_CANCELLED)) {
dup               474 daemons/execd/execd_commands.c              rsc->rsc_id, normalize_action_name(rsc, dup->action),
dup               475 daemons/execd/execd_commands.c              dup->interval_ms);
dup               478 daemons/execd/execd_commands.c     dup->first_notify_sent = false;
dup               479 daemons/execd/execd_commands.c     free(dup->userdata_str);
dup               480 daemons/execd/execd_commands.c     dup->userdata_str = cmd->userdata_str;
dup               482 daemons/execd/execd_commands.c     dup->call_id = cmd->call_id;
dup               493 daemons/execd/execd_commands.c             stop_recurring_timer(dup);
dup               494 daemons/execd/execd_commands.c             stonith_recurring_op_helper(dup);
dup               497 daemons/execd/execd_commands.c                                  normalize_action_name(rsc, dup->action),
dup               498 daemons/execd/execd_commands.c                                  dup->interval_ms);
dup              1512 daemons/execd/execd_commands.c     lrmd_rsc_t *dup = g_hash_table_lookup(rsc_list, rsc->rsc_id);
dup              1514 daemons/execd/execd_commands.c     if (dup &&
dup              1515 daemons/execd/execd_commands.c         pcmk__str_eq(rsc->class, dup->class, pcmk__str_casei) &&
dup              1516 daemons/execd/execd_commands.c         pcmk__str_eq(rsc->provider, dup->provider, pcmk__str_casei) && pcmk__str_eq(rsc->type, dup->type, pcmk__str_casei)) {
dup              1357 daemons/fenced/fenced_commands.c     stonith_device_t *dup = g_hash_table_lookup(device_list, device->id);
dup              1359 daemons/fenced/fenced_commands.c     if (!dup) {
dup              1363 daemons/fenced/fenced_commands.c     } else if (!pcmk__str_eq(dup->agent, device->agent, pcmk__str_casei)) {
dup              1364 daemons/fenced/fenced_commands.c         crm_trace("Different agent: %s != %s", dup->agent, device->agent);
dup              1369 daemons/fenced/fenced_commands.c     if (device_params_diff(device->params, dup->params) ||
dup              1370 daemons/fenced/fenced_commands.c         device_params_diff(dup->params, device->params)) {
dup              1375 daemons/fenced/fenced_commands.c     return dup;
dup              1381 daemons/fenced/fenced_commands.c     stonith_device_t *dup = NULL;
dup              1440 daemons/fenced/fenced_commands.c     dup = device_has_duplicate(device);
dup              1441 daemons/fenced/fenced_commands.c     if (dup) {
dup              1446 daemons/fenced/fenced_commands.c         device = dup;
dup              1447 daemons/fenced/fenced_commands.c         dup = g_hash_table_lookup(device_list, device->id);
dup              1448 daemons/fenced/fenced_commands.c         dup->dirty = FALSE;
dup                86 daemons/fenced/fenced_remote.c static void finalize_op(remote_fencing_op_t *op, xmlNode *data, bool dup);
dup               538 daemons/fenced/fenced_remote.c finalize_op(remote_fencing_op_t *op, xmlNode *data, bool dup)
dup               585 daemons/fenced/fenced_remote.c     if (dup || (crm_element_value(data, F_STONITH_MERGED) != NULL)) {
dup               593 daemons/fenced/fenced_remote.c     if (!dup && !pcmk__str_eq(subt, "broadcast", pcmk__str_casei)) {
dup               600 daemons/fenced/fenced_remote.c     if (pcmk__result_ok(&op->result) || dup
dup               618 daemons/fenced/fenced_remote.c     if (!dup) {
dup              1627 daemons/fenced/fenced_remote.c         remote_fencing_op_t *dup = iter->data;
dup              1630 daemons/fenced/fenced_remote.c                   dup->id, dup->client_name);
dup                94 lib/pengine/pe_notif.c     notify_entry_t *dup = calloc(1, sizeof(notify_entry_t));
dup                96 lib/pengine/pe_notif.c     CRM_ASSERT(dup != NULL);
dup                97 lib/pengine/pe_notif.c     dup->rsc = entry->rsc;
dup                98 lib/pengine/pe_notif.c     dup->node = entry->node;
dup                99 lib/pengine/pe_notif.c     return dup;
dup               770 lib/services/services.c     svc_action_t * dup = NULL;
dup               773 lib/services/services.c     dup = g_hash_table_lookup(recurring_actions, op->id);
dup               775 lib/services/services.c     if (dup && (dup != op)) {
dup               778 lib/services/services.c             dup->opaque->callback = op->opaque->callback;
dup               779 lib/services/services.c             dup->cb_data = op->cb_data;
dup               783 lib/services/services.c         if (dup->pid != 0) {
dup               788 lib/services/services.c             recurring_action_timer(dup);
dup                66 maint/gnulib/lib/dup.c   dupfd = dup (fd);
dup                80 maint/gnulib/lib/dup.c # define dup_nothrow dup
dup               138 maint/gnulib/lib/fdopendir.c   int dupfd = dup (fd);
dup               159 maint/gnulib/lib/fdopendir.c               int fd1 = dup (dupfd);
dup               202 maint/gnulib/lib/fdopendir.c             dup (fd);
dup                69 maint/gnulib/lib/fseterr.c   fd2 = dup (fd);
dup               380 maint/gnulib/lib/strtod.c                   char *dup = strdup (s);
dup               382 maint/gnulib/lib/strtod.c                   if (!dup)
dup               391 maint/gnulib/lib/strtod.c                       dup[p - s] = '\0';
dup               392 maint/gnulib/lib/strtod.c                       num = STRTOD (dup, &endbuf);
dup               394 maint/gnulib/lib/strtod.c                       free (dup);
dup               411 maint/gnulib/lib/strtod.c               char *dup = strdup (s);
dup               413 maint/gnulib/lib/strtod.c               if (!dup)
dup               421 maint/gnulib/lib/strtod.c                   dup[e - s] = '\0';
dup               422 maint/gnulib/lib/strtod.c                   num = STRTOD (dup, &endbuf);
dup               424 maint/gnulib/lib/strtod.c                   free (dup);
dup               441 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (dup, int, (int oldfd));
dup               442 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (dup, int, (int oldfd));
dup               448 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (dup, int, (int oldfd));
dup               450 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (dup, int, (int oldfd));
dup               452 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (dup);
dup               456 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (dup, "dup is unportable - "
dup               468 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (dup, int, (int oldfd));
dup               470 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (dup, int, (int oldfd));
dup               472 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (dup);
dup               135 maint/gnulib/tests/test-dup-safer.c       ASSERT (dup (-1) == -1);
dup               138 maint/gnulib/tests/test-dup-safer.c       ASSERT (dup (bad_fd) == -1);
dup               142 maint/gnulib/tests/test-dup-safer.c       ASSERT (dup (fd + 1) == -1);
dup               147 maint/gnulib/tests/test-dup-safer.c       ASSERT (dup (fd) == fd + 1);
dup               154 maint/gnulib/tests/test-dup-safer.c       ASSERT (dup (fd) == fd + 1);
dup               169 maint/gnulib/tests/test-dup-safer.c       ASSERT (dup (fd + 1) == fd);
dup                22 maint/gnulib/tests/test-dup.c SIGNATURE_CHECK (dup, int, (int));
dup                34 maint/gnulib/tests/test-dup.c     ASSERT (dup (-1) == -1);
dup                40 maint/gnulib/tests/test-dup.c     ASSERT (dup (99) == -1);
dup                88 maint/gnulib/tests/test-fchdir.c           int new_fd = dup (fd);
dup                53 maint/gnulib/tests/test-fclose.c   fd2 = dup (fd);
dup                65 maint/gnulib/tests/test-fclose.c   fd2 = dup (fd);
dup               342 maint/gnulib/tests/test-fcntl.c     ASSERT (dup (fd) == fd + 1);
dup                92 maint/gnulib/tests/test-futimens.h     int fd0 = dup (0);
dup                41 maint/gnulib/tests/test-posix_spawn-chdir.c       int f = fd_safer (dup (fd));
dup                41 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c       int f = fd_safer (dup (fd));
dup                63 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c       int f = fd_safer (dup (fd));
dup                44 maint/gnulib/tests/test-posix_spawn-fchdir.c       int f = fd_safer (dup (fd));
dup                44 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::dup, int, (int));