Searched refs:ntfs_toupper_tab (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c87 static wchar *ntfs_toupper_tab; variable
89 #define NTFS_TOUPPER(ch) (ntfs_toupper_tab[(unsigned char)(ch)])
2018 ntfs_toupper_tab = NULL;
2024 * if the ntfs_toupper_tab[] is filled already, just raise use count;
2038 if (ntfs_toupper_tab)
2046 ntfs_toupper_tab = malloc(256 * 256 * sizeof(wchar),
2052 0, 256*256*sizeof(wchar), (char *) ntfs_toupper_tab,
2074 free(ntfs_toupper_tab, M_NTFSRDATA);
2075 ntfs_toupper_tab = NULL;

Completed in 98 milliseconds