strndup           876 daemons/execd/execd_commands.c     return strndup(last, reason_len);
strndup          1355 daemons/fenced/fenced_commands.c             char *line = strndup(devices + last, lpc - last);
strndup            63 include/portability.h char *strndup(const char *str, size_t len);
strndup           430 lib/cib/cib_ops.c                 replace_item = strndup(replace + last, lpc - last);
strndup           135 lib/common/agents.c     *standard = strndup(spec, colon - spec);
strndup           144 lib/common/agents.c         *provider = strndup(spec, colon - spec);
strndup          1674 lib/common/iso8601.c         tmp_fmt_s = strndup(&format[printed_pos], fmt_pos - printed_pos);
strndup           239 lib/common/nvpair.c     *name = strndup(input, sep-input);
strndup            78 lib/common/operations.c         *rsc_id = strndup(key, underbar1-key);
strndup            82 lib/common/operations.c         *op_type = strndup(underbar1+1, underbar2-underbar1-1);
strndup           125 lib/common/operations.c         *op_type = strndup(type_sep+1, interval_sep-type_sep-1);
strndup           130 lib/common/operations.c         *rsc_id = strndup(key, type_sep-key);
strndup           157 lib/common/operations.c         *rsc_id = strndup(key+pmatch[1].rm_so, pmatch[1].rm_eo-pmatch[1].rm_so);
strndup           161 lib/common/operations.c         *op_type = strndup(key+pmatch[2].rm_so, pmatch[2].rm_eo-pmatch[2].rm_so);
strndup          2516 lib/fencing/st_client.c                     char *line = strndup(target_spec + line_start, len);
strndup          1582 lib/pengine/unpack.c     basename = strndup(last_rsc_id, end - last_rsc_id + 1);
strndup           474 lib/services/systemd.c             unit_name = strndup(basename, match - basename);