MCPcopy Create free account
hub / github.com/eggert/tz / xstrdup

Function xstrdup

zic.c:636–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634 return memcheck(realloc(ptr, size));
635}
636
637static char *
638xstrdup(char const *str)
639{
640 return memcheck(strdup(str));
641}
642
643static ptrdiff_t

Callers 5

inruleFunction · 0.85
inzsubFunction · 0.85
inlinkFunction · 0.85
rulesubFunction · 0.85
mkdirsFunction · 0.85

Calls 2

memcheckFunction · 0.85
strdupFunction · 0.85

Tested by

no test coverage detected