strndup 896 daemons/execd/execd_commands.c return strndup(last, reason_len); strndup 1425 daemons/fenced/fenced_commands.c char *line = strndup(devices + last, lpc - last); strndup 64 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 240 lib/common/nvpair.c *name = strndup(input, sep-input); strndup 79 lib/common/operations.c *rsc_id = strndup(key, underbar1-key); strndup 83 lib/common/operations.c *op_type = strndup(underbar1+1, underbar2-underbar1-1); strndup 126 lib/common/operations.c *op_type = strndup(type_sep+1, interval_sep-type_sep-1); strndup 131 lib/common/operations.c *rsc_id = strndup(key, type_sep-key); strndup 158 lib/common/operations.c *rsc_id = strndup(key+pmatch[1].rm_so, pmatch[1].rm_eo-pmatch[1].rm_so); strndup 162 lib/common/operations.c *op_type = strndup(key+pmatch[2].rm_so, pmatch[2].rm_eo-pmatch[2].rm_so); strndup 327 lib/common/xpath.c retval = strndup(start, end-start); strndup 2505 lib/fencing/st_client.c char *line = strndup(target_spec + line_start, len); strndup 1640 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);