Searched refs:refstrndup (Results 1 – 5 of 5) sorted by relevance
36 const char *refstrndup(const char *, size_t);
37 const char *refstrndup(const char *str, size_t len) in refstrndup() function
505 return refstrndup(sp, ep - sp); in refdup_word()
38 const char *refstrndup(const char *str, size_t len) in refstrndup() function
543 return refstrndup(sp, ep - sp); in __refdup_word()792 str = refstrndup(p, c - p); in parse_path()