Searched defs:xattrs_put (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c516 static void xattrs_put(char *, char *, char *, char *);
1424 xattrs_put(file, cp2, parent, NULL);
2167 * If hidden dir then break now since xattrs_put() will do
2238 xattrs_put(buf, cp, newparent, NULL);
7811 * extended attribute, then recursively call xattrs_put() to archive the
7831 xattrs_put(char *longname, char *shortname, char *parent, char *attrparent) function
7972 * by making a recursive call to xattrs_put().
7977 xattrs_put(longname, shortname, parent, dp->d_name);
8013 xattrs_put(char *longname, char *shortname, char *parent, char *attrppath) function

Completed in 65 milliseconds