OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNEXPECTED
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
parse_utf8_char.h
85
if (
UNEXPECTED
(c0 < 0xc2)
86
||
UNEXPECTED
(ep && cp + 1 >= ep)
88
||
UNEXPECTED
(((ch = *++cp) & 0xc0) != 0x80))
94
if (
UNEXPECTED
(ep && cp + 2 >= ep)
96
||
UNEXPECTED
((ch = *++cp) < (c0 == 0xe0 ? 0xa0 : 0x80))
98
||
UNEXPECTED
(ch > (c0 == 0xed ? 0x9f : 0xbf))
100
||
UNEXPECTED
(((ch = *++cp) & 0xc0) != 0x80))
106
if (
UNEXPECTED
(ep && cp + 3 >= ep)
108
||
UNEXPECTED
((ch = *++cp) < (c0 == 0xf0 ? 0x90 : 0x80))
110
||
UNEXPECTED
(ch > (c0 == 0xf4 ? 0x8f : 0xbf)
[
all
...]
quote_for_json.c
88
if (
UNEXPECTED
(ISCNTRL(ch))) {
sys_defs.h
1669
#define
UNEXPECTED
(x) __builtin_expect(!!(x), 0)
1672
#define
UNEXPECTED
(x) (x)
/src/external/gpl3/gdb/dist/gnulib/
configure
28118
#define
UNEXPECTED
(n) (exit (10 + (n)))
28142
UNEXPECTED
(13);
28158
UNEXPECTED
(8);
28165
UNEXPECTED
(9);
28168
UNEXPECTED
(10);
28171
UNEXPECTED
(11);
28177
UNEXPECTED
(12);
28186
UNEXPECTED
(4);
28189
UNEXPECTED
(5);
28192
UNEXPECTED
(6)
[
all
...]
/src/external/gpl3/gdb.old/dist/gnulib/
configure
28118
#define
UNEXPECTED
(n) (exit (10 + (n)))
28142
UNEXPECTED
(13);
28158
UNEXPECTED
(8);
28165
UNEXPECTED
(9);
28168
UNEXPECTED
(10);
28171
UNEXPECTED
(11);
28177
UNEXPECTED
(12);
28186
UNEXPECTED
(4);
28189
UNEXPECTED
(5);
28192
UNEXPECTED
(6)
[
all
...]
Completed in 47 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026