Home
last modified time | relevance | path

Searched refs:hieralloc_strndup (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
Ds_expression.cpp33 this->str = hieralloc_strndup (this, tmp, n); in s_symbol()
/external/mesa3d/src/talloc/
Dhieralloc.h69 char * hieralloc_strndup(const void * ctx, const char * str, unsigned len);
Dhieralloc.c337 char * hieralloc_strndup(const void * ctx, const char * str, unsigned len) in hieralloc_strndup() function
358 return hieralloc_strndup(ctx, str, strlen(str)); in hieralloc_strdup()