HomeSort by relevance Sort by last modified time
    Searched refs:hieralloc_strndup (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
s_expression.cpp 33 this->str = hieralloc_strndup (this, tmp, n);
  /external/mesa3d/src/talloc/
hieralloc.h 69 char * hieralloc_strndup(const void * ctx, const char * str, unsigned len);
hieralloc.c 337 char * hieralloc_strndup(const void * ctx, const char * str, unsigned len) function
358 return hieralloc_strndup(ctx, str, strlen(str));

Completed in 585 milliseconds