Lines Matching +full:translate +full:- +full:errno
2 * utils.h - Part of the Linux-NTFS project.
4 * Copyright (c) 2002-2005 Richard Russon
20 * along with this program (in the main directory of the Linux-NTFS
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
35 #include <errno.h>
99 /* MAX_PATH definition was missing in ntfs-3g's headers. */
106 * Macroes to hide the needs to translate formats on older Windows
126 * linux-ntfs's ntfs_mbstoucs has different semantics, so we emulate it with
127 * ntfs-3g's.
132 /* This simple utility function was missing from libntfs-3g. */
135 return (ntfschar*)((u8*)attr + le16_to_cpu(attr->name_offset)); in ntfs_attr_get_name()