Lines Matching defs:str
33 char *str; /* string representation if context cannot be mapped. */157 if (src->str) {158 dst->str = kstrdup(src->str, GFP_ATOMIC);159 if (!dst->str)163 dst->str = NULL;168 kfree(dst->str);177 kfree(c->str);178 c->str = NULL;186 return (c1->len == c2->len && !strcmp(c1->str, c2->str));