OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHAR_T
(Results
1 - 4
of
4
) sorted by null
/external/bison/lib/
printf-parse.c
18
CHAR_T
The element type of the format string.
22
Depends on
CHAR_T
.
24
format string. Depends on
CHAR_T
.
26
Depends on
CHAR_T
.
42
# define
CHAR_T
char
83
PRINTF_PARSE (const
CHAR_T
*format, DIRECTIVES *d, arguments *a)
85
const
CHAR_T
*cp = format; /* pointer into format */
136
CHAR_T
c = *cp++;
156
const
CHAR_T
*np;
233
const
CHAR_T
*np
[
all
...]
/external/e2fsprogs/intl/
printf-parse.c
49
# define
CHAR_T
wchar_t
54
# define
CHAR_T
char
63
PRINTF_PARSE (const
CHAR_T
*format, DIRECTIVES *d, arguments *a)
65
const
CHAR_T
*cp = format; /* pointer into format */
117
CHAR_T
c = *cp++;
137
const
CHAR_T
*np;
207
const
CHAR_T
*np;
264
const
CHAR_T
*np;
534
#undef
CHAR_T
vasnprintf.c
80
# define
CHAR_T
wchar_t
95
# define
CHAR_T
char
109
CHAR_T
*
110
VASNPRINTF (
CHAR_T
*resultbuf, size_t *lengthp, const
CHAR_T
*format, va_list args)
135
CHAR_T
*buf;
136
CHAR_T
*buf_malloced;
137
const
CHAR_T
*cp;
141
CHAR_T
*result;
150
if (buf_neededlength < 4000 / sizeof (
CHAR_T
))
[
all
...]
/external/chromium_org/components/search_engines/
template_url_prepopulate_data.cc
705
#define
CHAR_T
'T'
[
all
...]
Completed in 237 milliseconds