Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tar/
H A Dtar.c520 char *longattrname, char *prefix, int filetype, char typeflag);
522 char *longattrname, char *prefix, int filetype, char typeflag);
523 static int put_xattr_hdr(char *longname, char *shortname, char *longattrname,
1831 char *longattrname = NULL; in putfile() local
1860 longattrname = attrinfo->attr_path; in putfile()
1913 (longattrname == NULL) ? "" : gettext("attribute "), in putfile()
1914 (longattrname == NULL) ? "" : longattrname, in putfile()
1915 (longattrname == NULL) ? "" : gettext(" of "), in putfile()
1936 (longattrname == NULL) ? "" : gettext("attribute "), in putfile()
1937 (longattrname == NULL) ? "" : longattrname, in putfile()
[all …]