OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MB_LEN_MAX
(Results
1 - 25
of
84
) sorted by relevancy
1
2
3
4
/src/lib/libc/locale/
__mb_cur_max.c
40
size_t __mb_len_max_runtime =
MB_LEN_MAX
;
mbrtoc32.c
109
char mb[
MB_LEN_MAX
];
111
char utf32le[
MB_LEN_MAX
];
c16rtomb.c
109
char buf[
MB_LEN_MAX
];
c8rtomb.c
141
char buf[
MB_LEN_MAX
];
/src/external/gpl3/gdb/dist/gnulib/import/
mbsrtowcs-impl.h
36
src_avail = strnlen1 (src,
MB_LEN_MAX
); */
43
else if (
MB_LEN_MAX
<= 4 || src[3] == '\0')
46
src_avail = 4 + strnlen1 (src + 4,
MB_LEN_MAX
- 4);
53
or that is longer than
MB_LEN_MAX
bytes. Cannot happen. */
83
src_avail = strnlen1 (src,
MB_LEN_MAX
); */
90
else if (
MB_LEN_MAX
<= 4 || src[3] == '\0')
93
src_avail = 4 + strnlen1 (src + 4,
MB_LEN_MAX
- 4);
100
or that is longer than
MB_LEN_MAX
bytes. Cannot happen. */
/src/external/gpl3/gdb.old/dist/gnulib/import/
mbsrtowcs-impl.h
36
src_avail = strnlen1 (src,
MB_LEN_MAX
); */
43
else if (
MB_LEN_MAX
<= 4 || src[3] == '\0')
46
src_avail = 4 + strnlen1 (src + 4,
MB_LEN_MAX
- 4);
53
or that is longer than
MB_LEN_MAX
bytes. Cannot happen. */
83
src_avail = strnlen1 (src,
MB_LEN_MAX
); */
90
else if (
MB_LEN_MAX
<= 4 || src[3] == '\0')
93
src_avail = 4 + strnlen1 (src + 4,
MB_LEN_MAX
- 4);
100
or that is longer than
MB_LEN_MAX
bytes. Cannot happen. */
/src/external/gpl3/gdb/dist/readline/readline/
rlmbutil.h
68
/* Make sure
MB_LEN_MAX
is at least 16 on systems that claim to be able to
69
handle multibyte chars (some systems define
MB_LEN_MAX
as 1) */
72
# if defined(
MB_LEN_MAX
) && (
MB_LEN_MAX
< 16)
73
# undef
MB_LEN_MAX
75
# if !defined (
MB_LEN_MAX
)
76
# define
MB_LEN_MAX
16
193
#undef
MB_LEN_MAX
196
#define
MB_LEN_MAX
1
vi_mode.c
112
static char _rl_vi_last_search_mbchar[
MB_LEN_MAX
];
117
static char _rl_vi_last_replacement[
MB_LEN_MAX
+1]; /* reserve for trailing NULL */
931
char mb[
MB_LEN_MAX
+1];
1772
c = _rl_vi_last_search_mblen = _rl_read_mbchar (_rl_vi_last_search_mbchar,
MB_LEN_MAX
);
1864
c = _rl_read_mbchar (_rl_vi_last_search_mbchar,
MB_LEN_MAX
);
2040
char mb[
MB_LEN_MAX
+1];
2042
c = _rl_vi_callback_getchar (mb,
MB_LEN_MAX
);
2048
strncpy (_rl_vi_last_replacement, mb,
MB_LEN_MAX
);
2052
_rl_vi_last_replacement[
MB_LEN_MAX
] = '\0'; /* XXX */
2065
char mb[
MB_LEN_MAX
+1]
[
all
...]
/src/external/gpl3/gdb.old/dist/readline/readline/
rlmbutil.h
68
/* Make sure
MB_LEN_MAX
is at least 16 on systems that claim to be able to
69
handle multibyte chars (some systems define
MB_LEN_MAX
as 1) */
72
# if defined(
MB_LEN_MAX
) && (
MB_LEN_MAX
< 16)
73
# undef
MB_LEN_MAX
75
# if !defined (
MB_LEN_MAX
)
76
# define
MB_LEN_MAX
16
193
#undef
MB_LEN_MAX
196
#define
MB_LEN_MAX
1
vi_mode.c
112
static char _rl_vi_last_search_mbchar[
MB_LEN_MAX
];
117
static char _rl_vi_last_replacement[
MB_LEN_MAX
+1]; /* reserve for trailing NULL */
931
char mb[
MB_LEN_MAX
+1];
1772
c = _rl_vi_last_search_mblen = _rl_read_mbchar (_rl_vi_last_search_mbchar,
MB_LEN_MAX
);
1864
c = _rl_read_mbchar (_rl_vi_last_search_mbchar,
MB_LEN_MAX
);
2040
char mb[
MB_LEN_MAX
+1];
2042
c = _rl_vi_callback_getchar (mb,
MB_LEN_MAX
);
2048
strncpy (_rl_vi_last_replacement, mb,
MB_LEN_MAX
);
2052
_rl_vi_last_replacement[
MB_LEN_MAX
] = '\0'; /* XXX */
2065
char mb[
MB_LEN_MAX
+1]
[
all
...]
/src/external/cddl/osnet/dist/lib/libgen/common/
gmatch.c
59
n = mbtowc(&cl, p,
MB_LEN_MAX
); \
75
n = mbtowc(&cl, s,
MB_LEN_MAX
);
83
n = mbtowc(&cl, p,
MB_LEN_MAX
);
171
n = mbtowc(&cl, s,
MB_LEN_MAX
);
/src/usr.bin/sed/
defs.h
82
char from[
MB_LEN_MAX
];
84
char to[
MB_LEN_MAX
];
/src/external/apache2/llvm/dist/clang/lib/Headers/
limits.h
59
#ifndef
MB_LEN_MAX
60
#define
MB_LEN_MAX
1
/src/external/gpl3/gcc/dist/libquadmath/printf/
_i18n_number.h
58
char decimal[
MB_LEN_MAX
+ 1];
59
char thousands[
MB_LEN_MAX
+ 1];
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
_i18n_number.h
58
char decimal[
MB_LEN_MAX
+ 1];
59
char thousands[
MB_LEN_MAX
+ 1];
/src/usr.bin/vis/
vis.c
174
char mbibuff[2 *
MB_LEN_MAX
+ 1]; /* max space for 2 wchars */
175
char buff[4 *
MB_LEN_MAX
+ 1]; /* max encoding length for one char */
258
(void) strsenvisx(buff, 4 *
MB_LEN_MAX
, mbibuff,
/src/external/gpl3/gcc/dist/gcc/
glimits.h
32
#ifndef
MB_LEN_MAX
33
#define
MB_LEN_MAX
1
/src/external/gpl3/gcc.old/dist/gcc/
glimits.h
32
#ifndef
MB_LEN_MAX
33
#define
MB_LEN_MAX
1
/src/include/
limits.h
141
#define
MB_LEN_MAX
32 /* Allow ISO/IEC 2022 */
/src/lib/libc/gen/
shquote.c
131
char outch[
MB_LEN_MAX
];
vis.c
141
* On NetBSD
MB_LEN_MAX
is currently 32 which does not fit on any integer
144
* loops below are using sizeof(uint64_t) - 1 instead of
MB_LEN_MAX
, and
158
CTASSERT(
MB_LEN_MAX
<= sizeof(uint64_t));
401
char mbbuf[
MB_LEN_MAX
];
483
(mbslength <
MB_LEN_MAX
485
:
MB_LEN_MAX
),
488
assert(clen <=
MB_LEN_MAX
);
504
* Let n := MIN(mbslength,
MB_LEN_MAX
). We have:
581
if (len > (SIZE_MAX - 1)/
MB_LEN_MAX
) {
585
maxolen = len*
MB_LEN_MAX
+ 1
[
all
...]
/src/lib/libc/stdio/
fputwc.c
51
char buf[
MB_LEN_MAX
];
/src/lib/libc/citrus/
citrus_ctype_fallback.c
93
char buf[
MB_LEN_MAX
];
185
char buf[
MB_LEN_MAX
];
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
limits.d
50
enum
MB_LEN_MAX
= 2;
/src/bin/ls/
util.c
99
char buf[
MB_LEN_MAX
];
Completed in 29 milliseconds
1
2
3
4
Indexes created Mon May 04 00:23:20 UTC 2026