Searched refs:hieralloc_strndup (Results 1 – 3 of 3) sorted by relevance
33 this->str = hieralloc_strndup (this, tmp, n); in s_symbol()
69 char * hieralloc_strndup(const void * ctx, const char * str, unsigned len);
337 char * hieralloc_strndup(const void * ctx, const char * str, unsigned len) in hieralloc_strndup() function358 return hieralloc_strndup(ctx, str, strlen(str)); in hieralloc_strdup()