OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntfs_toupper_tab
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/ntfs/
ntfs_subr.c
87
static wchar *
ntfs_toupper_tab
;
variable in typeref:typename:wchar *
89
#define NTFS_TOUPPER(ch) (
ntfs_toupper_tab
[(unsigned char)(ch)])
1745
ntfs_toupper_tab
= NULL;
1751
* if the
ntfs_toupper_tab
[] is filled already, just raise use count;
1765
if (
ntfs_toupper_tab
)
1773
ntfs_toupper_tab
= malloc(256 * 256 * sizeof(*
ntfs_toupper_tab
),
1779
0, 256 * 256 * sizeof(*
ntfs_toupper_tab
), (char *)
ntfs_toupper_tab
,
1801
free(
ntfs_toupper_tab
, M_NTFSRDATA)
[
all
...]
ntfs_subr.c
87
static wchar *
ntfs_toupper_tab
;
variable in typeref:typename:wchar *
89
#define NTFS_TOUPPER(ch) (
ntfs_toupper_tab
[(unsigned char)(ch)])
1745
ntfs_toupper_tab
= NULL;
1751
* if the
ntfs_toupper_tab
[] is filled already, just raise use count;
1765
if (
ntfs_toupper_tab
)
1773
ntfs_toupper_tab
= malloc(256 * 256 * sizeof(*
ntfs_toupper_tab
),
1779
0, 256 * 256 * sizeof(*
ntfs_toupper_tab
), (char *)
ntfs_toupper_tab
,
1801
free(
ntfs_toupper_tab
, M_NTFSRDATA)
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025