Home
last modified time | relevance | path

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

/third_party/ntfs-3g/src/
Dntfs-3g_common.c61 const char xattr_ntfs_3g[] = "ntfs-3g."; variable
723 if ((strlen(tmp_name) > sizeof(xattr_ntfs_3g))
724 && !strncmp(tmp_name,xattr_ntfs_3g,
725 sizeof(xattr_ntfs_3g)-1))
Dntfs-3g_common.h191 extern const char xattr_ntfs_3g[];
Dntfs-3g.c3125 prefixed = ntfs_malloc(strlen(xattr_ntfs_3g) in fix_xattr_prefix()
3128 strcpy(prefixed,xattr_ntfs_3g); in fix_xattr_prefix()
Dlowntfs-3g.c3441 prefixed = (char*)ntfs_malloc(strlen(xattr_ntfs_3g) in fix_xattr_prefix()
3444 strcpy(prefixed,xattr_ntfs_3g); in fix_xattr_prefix()