Home
last modified time | relevance | path

Searched refs:longattrname (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/tar/
H A Dtar.c527 char *longattrname, char *prefix, int filetype, char typeflag);
529 char *longattrname, char *prefix, int filetype, char typeflag);
530 static int put_xattr_hdr(char *longname, char *shortname, char *longattrname,
1759 char *longattrname = NULL; in putfile() local
1788 longattrname = attrinfo->attr_path; in putfile()
1841 (longattrname == NULL) ? "" : gettext("attribute "), in putfile()
1842 (longattrname == NULL) ? "" : longattrname, in putfile()
1843 (longattrname == NULL) ? "" : gettext(" of "), in putfile()
1864 (longattrname == NULL) ? "" : gettext("attribute "), in putfile()
1865 (longattrname == NULL) ? "" : longattrname, in putfile()
[all …]