dup               119 daemons/attrd/attrd_commands.c     crm_node_t *dup = pcmk__search_cluster_node_cache(0, node_name);
dup               121 daemons/attrd/attrd_commands.c     if (dup && (dup->uuid == NULL)) {
dup               421 daemons/execd/execd_commands.c         lrmd_cmd_t *dup = item->data;
dup               423 daemons/execd/execd_commands.c         if (action_matches(cmd, dup->action, dup->interval_ms)) {
dup               424 daemons/execd/execd_commands.c             return dup;
dup               433 daemons/execd/execd_commands.c     lrmd_cmd_t * dup = NULL;
dup               441 daemons/execd/execd_commands.c     dup = find_duplicate_action(rsc->pending_ops, cmd);
dup               442 daemons/execd/execd_commands.c     if (dup == NULL) {
dup               444 daemons/execd/execd_commands.c         dup = find_duplicate_action(rsc->recurring_ops, cmd);
dup               445 daemons/execd/execd_commands.c         if (dup == NULL) {
dup               455 daemons/execd/execd_commands.c         && (dup->result.execution_status == PCMK_EXEC_CANCELLED)) {
dup               464 daemons/execd/execd_commands.c              rsc->rsc_id, normalize_action_name(rsc, dup->action),
dup               465 daemons/execd/execd_commands.c              dup->interval_ms);
dup               468 daemons/execd/execd_commands.c     dup->first_notify_sent = false;
dup               469 daemons/execd/execd_commands.c     free(dup->userdata_str);
dup               470 daemons/execd/execd_commands.c     dup->userdata_str = cmd->userdata_str;
dup               472 daemons/execd/execd_commands.c     dup->call_id = cmd->call_id;
dup               483 daemons/execd/execd_commands.c             stop_recurring_timer(dup);
dup               484 daemons/execd/execd_commands.c             stonith_recurring_op_helper(dup);
dup               487 daemons/execd/execd_commands.c                                  normalize_action_name(rsc, dup->action),
dup               488 daemons/execd/execd_commands.c                                  dup->interval_ms);
dup              1510 daemons/execd/execd_commands.c     lrmd_rsc_t *dup = g_hash_table_lookup(rsc_list, rsc->rsc_id);
dup              1512 daemons/execd/execd_commands.c     if (dup &&
dup              1513 daemons/execd/execd_commands.c         pcmk__str_eq(rsc->class, dup->class, pcmk__str_casei) &&
dup              1514 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              1248 daemons/fenced/fenced_commands.c     stonith_device_t *dup = g_hash_table_lookup(device_list, device->id);
dup              1250 daemons/fenced/fenced_commands.c     if (!dup) {
dup              1254 daemons/fenced/fenced_commands.c     } else if (!pcmk__str_eq(dup->agent, device->agent, pcmk__str_casei)) {
dup              1255 daemons/fenced/fenced_commands.c         crm_trace("Different agent: %s != %s", dup->agent, device->agent);
dup              1260 daemons/fenced/fenced_commands.c     if (device_params_diff(device->params, dup->params) ||
dup              1261 daemons/fenced/fenced_commands.c         device_params_diff(dup->params, device->params)) {
dup              1266 daemons/fenced/fenced_commands.c     return dup;
dup              1272 daemons/fenced/fenced_commands.c     stonith_device_t *dup = NULL;
dup              1331 daemons/fenced/fenced_commands.c     dup = device_has_duplicate(device);
dup              1332 daemons/fenced/fenced_commands.c     if (dup) {
dup              1337 daemons/fenced/fenced_commands.c         device = dup;
dup              1338 daemons/fenced/fenced_commands.c         dup = g_hash_table_lookup(device_list, device->id);
dup              1339 daemons/fenced/fenced_commands.c         dup->dirty = FALSE;
dup                80 daemons/fenced/fenced_remote.c static void remote_op_done(remote_fencing_op_t * op, xmlNode * data, int rc, int dup);
dup               498 daemons/fenced/fenced_remote.c remote_op_done(remote_fencing_op_t * op, xmlNode * data, int rc, int dup)
dup               534 daemons/fenced/fenced_remote.c     if(dup) {
dup               544 daemons/fenced/fenced_remote.c     if (dup == FALSE && !pcmk__str_eq(subt, "broadcast", pcmk__str_casei)) {
dup               550 daemons/fenced/fenced_remote.c     if (rc == pcmk_ok || dup) {
dup               565 daemons/fenced/fenced_remote.c     if (dup == FALSE) {
dup              1471 daemons/fenced/fenced_remote.c         remote_fencing_op_t *dup = iter->data;
dup              1474 daemons/fenced/fenced_remote.c                   dup->id, dup->client_name);
dup               654 lib/pacemaker/pcmk_sched_native.c     gboolean dup = FALSE;
dup               683 lib/pacemaker/pcmk_sched_native.c                 dup = TRUE;
dup               688 lib/pacemaker/pcmk_sched_native.c     return dup;
dup                68 lib/pacemaker/pcmk_sched_notif.c     notify_entry_t *dup = malloc(sizeof(notify_entry_t));
dup                70 lib/pacemaker/pcmk_sched_notif.c     CRM_ASSERT(dup != NULL);
dup                71 lib/pacemaker/pcmk_sched_notif.c     dup->rsc = entry->rsc;
dup                72 lib/pacemaker/pcmk_sched_notif.c     dup->node = entry->node;
dup                73 lib/pacemaker/pcmk_sched_notif.c     return dup;
dup               765 lib/services/services.c     svc_action_t * dup = NULL;
dup               768 lib/services/services.c     dup = g_hash_table_lookup(recurring_actions, op->id);
dup               770 lib/services/services.c     if (dup && (dup != op)) {
dup               773 lib/services/services.c             dup->opaque->callback = op->opaque->callback;
dup               774 lib/services/services.c             dup->cb_data = op->cb_data;
dup               778 lib/services/services.c         if (dup->pid != 0) {
dup               783 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));