Lines Matching refs:xstrdup
51 fileattr_stored_repos = xstrdup (repos); in fileattr_startdir()
123 newnode->key = xstrdup (line + 1); in fileattr_read()
124 newnode->data = xstrdup (p); in fileattr_read()
144 fileattr_default_attrs = xstrdup (p); in fileattr_read()
153 new->line = xstrdup (line); in fileattr_read()
363 node->key = xstrdup (filename); in fileattr_set()
405 return xstrdup (p); in fileattr_getall()
419 fileattr_default_attrs = xstrdup (attrs); in fileattr_setall()
442 node->key = xstrdup (filename); in fileattr_setall()
443 node->data = xstrdup (attrs); in fileattr_setall()
454 node->data = xstrdup (attrs); in fileattr_setall()
485 node->key = xstrdup (filename); in fileattr_newfile()
486 node->data = xstrdup (fileattr_default_attrs); in fileattr_newfile()