OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rc_uint_type
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
winduni.h
40
typedef bfd_size_type
rc_uint_type
;
typedef
58
extern void unicode_from_ascii (
rc_uint_type
*, unichar **, const char *);
61
extern void ascii_from_unicode (
rc_uint_type
*, const unichar *, char **);
70
extern
rc_uint_type
unichar_len (const unichar *);
73
extern void unicode_print (FILE *, const unichar *,
rc_uint_type
);
76
extern void ascii_print (FILE *, const char *,
rc_uint_type
);
79
extern void unicode_print_quoted (FILE *, const unichar *,
rc_uint_type
);
100
extern
rc_uint_type
wind_default_codepage;
104
extern
rc_uint_type
wind_current_codepage;
116
extern int unicode_is_valid_codepage (
rc_uint_type
);
[
all
...]
windint.h
30
typedef bfd_size_type
rc_uint_type
;
typedef
37
rc_uint_type
data_size;
38
rc_uint_type
header_size;
63
rc_uint_type
length;
75
rc_uint_type
length;
88
rc_uint_type
characteristics;
90
rc_uint_type
time;
92
rc_uint_type
major;
94
rc_uint_type
minor;
104
rc_uint_type
named : 1
[
all
...]
Completed in 688 milliseconds