Lines Matching refs:name

388  * return multi-byte string containing the attribute name if exist. the user
390 * null if no name exists (attr->name_length==0). no memory allocated.
400 /* Get name in unicode. */
413 const char *name;
419 name = " (mount point)";
422 name = " (symlink)";
425 name = " (Wof compressed)";
428 name = " (deduplicated)";
431 name = " (Windows container)";
434 name = " (Cloud)";
437 name = " (NFS symlink)";
440 name = " (Linux symlink)";
443 name = " (Linux fifo)";
446 name = " (Linux character device)";
449 name = " (Linux block device)";
452 name = " (Unix socket)";
455 name = " (Exec link)";
458 name = "";
461 return (name);
532 //printf("\tAttribute Name: %s\n", vol->lcnbmp_na->name);
654 /* name space */
806 char *name = NULL;
809 name_size = ntfs_ucstombs(entry->name,
810 entry->name_length, &name, 0);
813 printf("%s\n", name);
814 free(name);
907 ntfs_log_perror("ntfsinfo error: could not parse file name");
1150 * dump the name of the volume the inode belongs to
1159 /* calculate volume name position */
1162 /* convert the name to current locale multibyte sequence */
1168 /* output the converted name. */
1173 "volume name");
1251 ntfschar *name;
1266 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset));
1268 name, name_len, CASE_SENSITIVE, NULL, 0))
1271 sd = sds = ntfs_attr_readall(ni, AT_DATA, name, name_len, &data_size);
1359 /* Dump the attribute (stream) name */
1365 printf("\tAttribute name:\t\t '%s'\n", attribute_name);
1368 ntfs_log_perror("Error: couldn't parse attribute name");
1742 #define COMPARE_INDEX_NAMES(attr, name) \
1743 ntfs_names_are_equal((name), sizeof(name) / 2 - 1, \
1934 ntfschar *name;
1946 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset));
1949 byte = bitmap = ntfs_attr_readall(ni, AT_BITMAP, name, name_len, NULL);
1956 name, name_len, &data_size);
2017 const char *name;
2032 name = reparse_type_name(tag);
2034 (long)le32_to_cpu(tag),name);
2147 printf("\tName:\t\t '%s'\n", ea->name);
2151 (const char*)ea->name, 11)) {