Lines Matching refs:filename

197 static void prepare_xattr_hdr(char **attrbuf, char *filename,
249 g_namesz, /* Length of filename */
438 *Nam_p, /* Array to hold filename */
439 *Savenam_p, /* copy of filename xattr belongs to */
445 *Over_p, /* Holds temporary filename when overwriting */
1552 * 100, so we must split the filename from the
1576 * If the filename is greater than 100 we can't
1581 "%s: filename is greater than %d",
3796 verify_attr_support(char *filename, int attrflg, arc_action_t actflag,
3805 *ext_attrflg = (pathconf(filename, (actflag == ARC_CREATE) ?
3813 if (sysattr_support(filename,
3828 if (sysattr_support(filename, (actflag == ARC_CREATE) ?
5005 * For each filename, remove leading "./"s and multiple "/"s, and remove
5150 /* creat_hdr checks for USTAR filename length */
5307 * matched: Determine if a filename matches the specified pattern(s). If the
6778 * of a file from the archive with the -u option set, and the filename did
6897 * verbose: For each file, print either the filename (-v) or a dot (-V).
6898 * If the -t option (table of contents) is set, print either the filename,
6912 * filename. Normally, just nam_p. If we're processing an extended
8247 char *filename;
8250 filename = Gen.g_nam_p;
8252 filename = Gen.g_attrnam_p;
8261 if (verify_attr_support(filename, (attrparent == NULL), ARC_CREATE,
8276 if ((filefd = open(filename, O_RDONLY)) == -1) {
8289 filename)) != NULL) || (errno != 0)) {
8324 Gen.g_dirfd = attropen(filename, ".", O_RDONLY);
8329 (attrparent == NULL) ? "" : gettext(" of "), filename);
8548 char *filename,
8560 int stringlen; /* length of filename + attr */
8562 * length of filename + attr
8587 stringlen = strlen(attrpath) + strlen(filename) + 2;
8633 * Now fill in the filename + attrnames section
8634 * The filename and attrnames section can be composed of two or more
8651 (void) strcpy(tptr->h_names, filename);
8652 attrnames_index = strlen(filename) + 1;
8804 * Gather the attribute path from the filename and attrnames section.
8805 * The filename and attrnames section can be composed of two or more
9291 char *filename = (attrparent == NULL) ? s : attrparent;
9309 if (verify_attr_support(filename, (attrparent == NULL), ARC_CREATE,
9321 if ((filefd = open(filename, O_RDONLY)) < 0) {
9325 filename)) != NULL) || (errno != 0)) {
9346 dirfd = attropen(filename, ".", O_RDONLY);