Home | History | Annotate | Download | only in spirv

Lines Matching defs:dup

308    char *dup = ralloc_strndup(b, (char *)words, word_count * sizeof(*words));
311 unsigned len = strlen(dup) + 1;
314 return dup;