OpenCoverage

test.c #2

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/coreutils/src/src/test.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9-
10-
11enum { TEST_TRUE, TEST_FALSE, TEST_FAILURE };-
12static int pos;-
13static int argc;-
14static char **argv;-
15-
16static -
17 _Bool -
18 test_unop (char const *s);-
19static -
20 _Bool -
21 unary_operator (void);-
22static -
23 _Bool -
24 binary_operator (-
25 _Bool-
26 );-
27static -
28 _Bool -
29 two_arguments (void);-
30static -
31 _Bool -
32 three_arguments (void);-
33static -
34 _Bool -
35 posixtest (int);-
36-
37static -
38 _Bool -
39 expr (void);-
40static -
41 _Bool -
42 term (void);-
43static -
44 _Bool -
45 and (void);-
46static -
47 _Bool -
48 or (void);-
49-
50static void test_syntax_error (char const *format, ...)-
51 __attribute__ ((__noreturn__));-
52static void beyond (void) __attribute__ ((__noreturn__));-
53-
54static void-
55test_syntax_error (char const *format, ...)-
56{-
57 va_list ap;-
58 -
59 __builtin_va_start(-
60 ap-
61 ,-
62 format-
63 )-
64 ;-
65 verror (0, 0, format, ap);-
66 exit (TEST_FAILURE);-
67}2
68-
69-
70-
71-
72-
73static void-
74advance (-
75 _Bool -
76 f)-
77{-
78 ++pos;-
79-
80 if (f && pos >= argc)-
81 bey
yDescription
TRUEevaluated 472 times by 1 test
Evaluated by:
  • test
FALSEevaluated 362 times by 1 test
Evaluated by:
  • test
ond ()
();Description
TRUEnever evaluated
FALSEevaluated 472 times by 1 test
Evaluated by:
  • test
;
();Description
TRUEnever evaluated
FALSEevaluated 472 times by 1 test
Evaluated by:
  • test
0-472
82}0
83834
84static void-
85unary_advance (void)-
86{-
87 advance (-
88 1-
89 );-
90 ++pos;-
91}-
9243
93-
94-
95-
96-
97static void-
98beyond (void)-
99{-
100 test_syntax_error (-
101 dcgettext (((void *)0), -
102 "missing argument after %s"-
103 , 5)-
104 , quote (argv[argc - 1]));-
105}-
1060
107-
108-
109-
110static char const *-
111find_int (char const *string)-
112{-
113 char const *p;-
114 char const *number_start;-
115-
116 for (p = string; -
117 ((*__ctype_b_loc ())[(int) ((-
118 to_uchar (*p)
to_uchar (*p) ...Sblank) ; p++)Description
TRUEnever evaluated
FALSEevaluated 326 times by 1 test
Evaluated by:
  • test
0-326
119 ))] & (unsigned short int) _ISblank)
to_uchar (*p) ...Sblank) ; p++)Description
TRUEnever evaluated
FALSEevaluated 326 times by 1 test
Evaluated by:
  • test
0-326
120 ; p++)
to_uchar (*p) ...Sblank) ; p++)Description
TRUEnever evaluated
FALSEevaluated 326 times by 1 test
Evaluated by:
  • test
0-326
121 continue;-
1220
123 if (*p == '+')-
124 {0-326
125 p++;-
126 number_start = p;-
127 }-
128 els
never executed: s
e
0
129 {-
130 number_start = p;-
131 p += (*p == '-');-
132 }-
133326
134 if (((unsigned int) (*p++) - '0' <= 9))-
135 {0-326
136 while (((unsigned int) (*p) - '0' <= 9))-
137 p++;326-940
138 while
executed 940 times by 1 test: ile
Executed by:
  • test
executed 940 times by 1 test: ile
Executed by:
  • test
(
940
139 ((*__ctype_b_loc ())[(int) ((-
140 to_uchar (*p)
to_uchar (*p) ...t) _ISblank) )Description
TRUEnever evaluated
FALSEevaluated 326 times by 1 test
Evaluated by:
  • test
0-326
141 ))] & (unsigned short int) _ISblank)
to_uchar (*p) ...t) _ISblank) )Description
TRUEnever evaluated
FALSEevaluated 326 times by 1 test
Evaluated by:
  • test
0-326
142 )
to_uchar (*p) ...t) _ISblank) )Description
TRUEnever evaluated
FALSEevaluated 326 times by 1 test
Evaluated by:
  • test
0-326
143 p++;-
144 if (!*
never executed: (!*
p)
0
145 retur
turDescription
TRUEevaluated 325 times by 1 test
Evaluated by:
  • test
FALSEevaluated 1 time by 1 test
Evaluated by:
  • test
n
number_start;
1-325
146 }325
1471
148 test_syntax_error (-
149 dcgettext (((void *)0), -
150 "invalid integer %s"-
151 , 5)-
152 , quote (string));-
153}-
1540
155-
156-
157static -
158 _Bool-
159-
160get_mtime (char const *filename, struct timespec *mtime)-
161{-
162 struct stat finfo;-
163 -
164 _Bool -
165 ok = (stat (filename, &finfo) == 0);-
166-
167-
168-
169-
170 if (ok)-
171 *mti
tiDescription
TRUEnever evaluated
FALSEnever evaluated
me = get_stat_mtime (&finfo);
0
172 return
never executed: turn ok;
ok;
never executed: turn ok;
0
173}0
174-
175-
176static -
177 _Bool-
178-
179binop (char const *s)-
180{-
181 return (((-
182 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
183 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
184 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
185 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
186 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
187 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
188 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
189 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
190 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
191 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
192 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
193 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
194 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
195 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
196 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
197 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
198 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
199 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
200 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
201 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
202 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
203 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
204 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
205 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
206 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
207 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
208 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
209 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
210 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
211 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
212 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
213 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
214 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
215 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
216 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
217 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
218 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
219 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
220 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
221 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
222 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
223 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
224 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
225 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
226 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
227 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
228 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
229 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
230 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
231 "="
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
232 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
233 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
234 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
235 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
236 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
237 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
238 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
239 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
240 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
241 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
242 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
243 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
244 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
245 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
246 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
247 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
248 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
249 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
250 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
251 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
252 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
253 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
254 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
255 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
256 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
257 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
258 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
259 s
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
260 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
261 "="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
262 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
263 == 0)) || ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
264 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
265 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
266 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
267 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
268 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
269 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
270 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
271 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
272 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
273 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
274 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
275 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
276 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
277 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
278 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
279 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
280 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
281 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
282 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
283 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
284 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
285 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
286 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
287 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
288 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
289 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
290 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
291 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
292 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
293 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
294 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
295 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
296 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
297 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
298 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
299 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
300 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
301 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
302 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
303 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
304 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
305 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
306 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
307 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
308 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
309 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
310 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
311 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
312 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
313 "!="
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
314 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
315 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
316 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
317 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
318 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
319 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
320 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
321 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
322 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
323 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
324 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
325 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
326 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
327 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
328 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
329 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
330 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
331 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
332 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
333 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
334 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
335 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
336 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
337 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
338 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
339 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
340 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
341 s
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
342 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
343 "!="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
344 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
345 == 0)) || ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
346 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
347 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
348 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
349 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
350 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
351 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
352 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
353 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
354 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
355 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
356 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
357 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
358 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
359 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
360 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
361 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
362 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
363 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
364 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
365 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
366 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
367 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
368 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
369 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
370 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
371 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
372 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
373 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
374 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
375 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
376 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
377 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
378 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
379 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
380 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
381 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
382 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
383 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
384 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
385 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
386 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
387 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
388 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
389 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
390 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
391 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
392 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
393 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
394 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
395 "=="
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
396 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
397 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
398 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
399 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
400 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
401 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
402 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
403 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
404 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
405 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
406 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
407 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
408 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
409 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
410 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
411 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
412 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
413 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
414 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
415 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
416 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
417 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
418 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
419 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
420 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
421 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
422 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
423 s
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
424 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
425 "=="
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
426 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
427 == 0)) ||
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
428 ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
429 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
430 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
431 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
432 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
433 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
434 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
435 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
436 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
437 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
438 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
439 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
440 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
441 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
442 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
443 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
444 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
445 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
446 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
447 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
448 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
449 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
450 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
451 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
452 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
453 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
454 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
455 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
456 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
457 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
458 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
459 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
460 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
461 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
462 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
463 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
464 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
465 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
466 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
467 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
468 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
469 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
470 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
471 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
472 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
473 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
474 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
475 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
476 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
477 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
478 "-nt"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
479 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
480 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
481 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
482 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
483 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
484 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
485 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
486 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
487 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
488 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
489 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
490 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
491 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
492 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
493 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
494 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
495 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
496 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
497 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
498 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
499 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
500 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
501 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
502 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
503 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
504 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
505 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
506 s
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
507 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
508 "-nt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
509 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
510 == 0)) ||
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
511 ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
512 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
513 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
514 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
515 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
516 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
517 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
518 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
519 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
520 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
521 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
522 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
523 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
524 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
525 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
526 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
527 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
528 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
529 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
530 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
531 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
532 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
533 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
534 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
535 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
536 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
537 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
538 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
539 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
540 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
541 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
542 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
543 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
544 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
545 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
546 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
547 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
548 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
549 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
550 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
551 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
552 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
553 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
554 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
555 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
556 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
557 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
558 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
559 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
560 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
561 "-ot"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
562 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
563 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
564 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
565 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
566 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
567 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
568 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
569 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
570 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
571 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
572 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
573 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
574 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
575 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
576 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
577 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
578 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
579 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
580 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
581 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
582 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
583 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
584 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
585 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
586 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
587 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
588 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
589 s
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
590 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
591 "-ot"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
592 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
593 == 0)) || ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
594 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
595 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
596 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
597 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
598 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
599 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
600 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
601 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
602 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
603 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
604 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
605 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
606 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
607 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
608 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
609 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
610 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
611 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
612 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
613 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
614 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
615 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
616 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
617 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
618 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
619 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
620 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
621 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
622 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
623 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
624 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
625 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
626 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
627 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
628 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
629 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
630 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
631 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
632 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
633 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
634 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
635 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
636 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
637 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
638 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
639 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
640 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
641 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
642 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
643 "-ef"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
644 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
645 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
646 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
647 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
648 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
649 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
650 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
651 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
652 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
653 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
654 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
655 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
656 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
657 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
658 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
659 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
660 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
661 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
662 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
663 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
664 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
665 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
666 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
667 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
668 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
669 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
670 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
671 s
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
672 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
673 "-ef"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
674 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
675 == 0)) || ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
676 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
677 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
678 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
679 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
680 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
681 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
682 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
683 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
684 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
685 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
686 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
687 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
688 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
689 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
690 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
691 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
692 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
693 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
694 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
695 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
696 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
697 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
698 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
699 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
700 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
701 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
702 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
703 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
704 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
705 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
706 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
707 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
708 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
709 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
710 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
711 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
712 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
713 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
714 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
715 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
716 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
717 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
718 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
719 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
720 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
721 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
722 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
723 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
724 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
725 "-eq"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
726 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
727 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
728 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
729 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
730 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
731 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
732 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
733 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
734 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
735 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
736 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
737 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
738 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
739 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
740 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
741 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
742 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
743 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
744 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
745 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
746 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
747 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
748 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
749 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
750 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
751 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
752 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
executed 31 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
31-340
753 s
executed 31 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
31-340
754 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
755 "-eq"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
756 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
757 == 0)) ||
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
758 ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
759 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
760 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
761 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
762 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
763 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
764 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
765 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
766 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
767 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
768 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
769 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
770 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
771 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
772 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
773 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
774 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
775 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
776 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
777 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
778 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
779 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
780 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
781 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
782 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
783 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
784 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
785 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
786 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
787 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
788 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
789 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
790 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
791 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
792 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
793 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
794 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
795 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
796 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
797 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
798 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
799 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
800 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
801 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
802 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
803 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
804 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
805 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
806 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
807 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
808 "-ne"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
809 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
810 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
811 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
812 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
813 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
814 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
815 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
816 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
817 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
818 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
819 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
820 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
821 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
822 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
823 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
824 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
825 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
826 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
827 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
828 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
829 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
830 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
831 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
832 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
833 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
834 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
835 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
executed 30 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
30-340
836 s
executed 30 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
30-340
837 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
838 "-ne"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
839 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
840 == 0)) || ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
841 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
842 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
843 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
844 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
845 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
846 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
847 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
848 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
849 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
850 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
851 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
852 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
853 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
854 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
855 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
856 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
857 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
858 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
859 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
860 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
861 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
862 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
863 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
864 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
865 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
866 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
867 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
868 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
869 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
870 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
871 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
872 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
873 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
874 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
875 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
876 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
877 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
878 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
879 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
880 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
881 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
882 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
883 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
884 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
885 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
886 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
887 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
888 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
889 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
890 "-lt"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
891 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
892 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
893 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
894 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
895 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
896 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
897 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
898 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
899 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
900 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
901 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
902 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
903 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
904 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
905 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
906 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
907 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
908 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
909 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
910 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
911 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
912 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
913 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
914 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
915 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
916 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
917 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
executed 25 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
25-340
918 s
executed 25 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
25-340
919 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
920 "-lt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
921 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
922 == 0)) || ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
923 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
924 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
925 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
926 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
927 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
928 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
929 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
930 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
931 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
932 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
933 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
934 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
935 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
936 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
937 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
938 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
939 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
940 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
941 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
942 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
943 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
944 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
945 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
946 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
947 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
948 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
949 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
950 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
951 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
952 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
953 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
954 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
955 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
956 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
957 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
958 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
959 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
960 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
961 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
962 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
963 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
964 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
965 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
966 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
967 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
968 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
969 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
970 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
971 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
972 "-le"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
973 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
974 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
975 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
976 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
977 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
978 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
979 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
980 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
981 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
982 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
983 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
984 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
985 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
986 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
987 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
988 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
989 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
990 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
991 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
992 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
993 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
994 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
995 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
996 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
997 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
998 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
999 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
executed 25 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
25-340
1000 s
executed 25 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
25-340
1001 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1002 "-le"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1003 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1004 == 0)) ||
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1005 ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1006 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1007 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1008 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1009 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1010 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1011 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1012 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1013 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1014 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1015 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1016 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1017 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1018 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1019 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1020 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1021 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1022 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1023 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1024 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1025 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1026 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1027 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1028 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1029 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1030 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1031 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1032 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1033 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1034 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1035 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1036 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1037 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1038 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1039 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1040 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1041 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1042 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1043 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1044 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1045 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1046 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1047 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1048 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1049 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1050 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1051 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1052 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1053 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1054 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1055 "-gt"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1056 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1057 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1058 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1059 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1060 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1061 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1062 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1063 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1064 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1065 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1066 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1067 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1068 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1069 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1070 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1071 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1072 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1073 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1074 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1075 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1076 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1077 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1078 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1079 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1080 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1081 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1082 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
executed 25 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
25-340
1083 s
executed 25 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
25-340
1084 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1085 "-gt"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1086 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1087 == 0)) || ((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1088 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1089 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1090 ) && __builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1091 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1092 ) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1093 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1094 ), __s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1095 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1096 ), (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1097 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1098 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1099 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1100 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1101 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1102 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1103 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1104 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1105 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1106 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1107 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1108 ) : (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1109 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1110 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1111 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1112 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1113 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1114 ) == 1) && (__s1_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1115 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1116 ), __s1_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1117 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1118 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1119 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1120 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1121 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1122 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1123 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1124 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1125 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1126 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1127 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1128 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1129 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1130 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1131 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1132 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1133 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1134 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1135 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1136 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1137 "-ge"
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1138 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1139 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1140 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1141 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1142 ) == 1) && (__s2_len = __builtin_strlen (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1143 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1144 ), __s2_len < 4) ? (__builtin_constant_p (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1145 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1146 ) && ((size_t)(const void *)((
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1147 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1148 ) + 1) - (size_t)(const void *)(
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1149 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1150 ) == 1) ? __builtin_strcmp (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1151 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1152 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1153 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1154 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1155 s
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1156 ); int __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1157 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1158 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1159 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1160 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1161 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1162 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1163 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
0-340
1164 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
executed 25 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
25-340
1165 s
executed 25 times by 1 test: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s
Executed by:
  • test
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
25-340
1166 ,
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1167 "-ge"
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1168 )))); })
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1169 == 0)));
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1170}
executed 340 times by 1 test: __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( s ) && __builtin_constant_p ( "=" ) && (__s1_len = __builtin_strlen ( s ), __s2_len = __builtin_strlen ( "=" ), (!((size_t)(const void *)(( s ) + 1) - (size_t)(const void *)( s ) == 1) ||...ult = (((const unsigned char *) (const char *) ( "-ge" ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) ( "-ge" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( s , "-ge" )))); }) == 0))); }
Executed by:
  • test
340
1171static -
1172 _Bool-
1173-
1174term (void)-
1175{-
1176 -
1177 _Bool -
1178 value;-
1179 -
1180 _Bool -
1181 negated = -
1182 0-
1183 ;-
1184-
1185-
1186 while (pos < argc && argv[pos][0] == '!' && argv[pos][1] == '\0')-
1187 {0-434
1188 advance (-
1189 1-
1190 );-
1191 negated = !negated;-
1192 }-
1193183
1194 if (pos >= argc)-
1195 beyond ();
yond ();Description
TRUEnever evaluated
FALSEevaluated 251 times by 1 test
Evaluated by:
  • test
0-251
11960
1197-
1198 if (argv[pos][0] == '(' && argv[pos][1] == '\0')-
1199 {0-171
1200 int nargs;-
1201-
1202 advance (-
1203 1-
1204 );-
1205-
1206 for (nargs = 1;-
1207 pos + nargs < argc && ! (-
1208
Description
TRUEevaluated 489 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-489
1209 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1210 ) && __builtin_constant_p (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1211 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1212 ) && (__s1_len = __builtin_strlen (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1213 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1214 ), __s2_len = __builtin_strlen (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1215 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1216 ), (!((size_t)(const void *)((
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1217 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1218 ) + 1) - (size_t)(const void *)(
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1219 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1220 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1221 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1222 ) + 1) - (size_t)(const void *)(
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1223 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1224 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1225 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1226 ,
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1227 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1228 ) : (__builtin_constant_p (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1229 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1230 ) && ((size_t)(const void *)((
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1231 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1232 ) + 1) - (size_t)(const void *)(
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1233 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1234 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1235 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1236 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1237 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1238 ) && ((size_t)(const void *)((
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1239 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1240 ) + 1) - (size_t)(const void *)(
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1241 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1242 ) == 1) ? __builtin_strcmp (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1243 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1244 ,
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1245 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1246 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1247 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1248 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1249 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1250 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1251 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-318
1252 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1253 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-318
1254 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1255 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-318
1256 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( ")"
0-318
1257 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( ")"
0-318
1258 ) && ((size_t)(const void *)((
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1259 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1260 ) + 1) - (size_t)(const void *)(
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1261 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1262 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1263 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1264 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1265 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1266 ) && ((size_t)(const void *)((
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1267 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1268 ) + 1) - (size_t)(const void *)(
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1269 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1270 ) == 1) ? __builtin_strcmp (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1271 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1272 ,
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1273 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1274 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1275 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1276 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1277 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1278 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1279 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-489
1280 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1281 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-318
1282 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1283 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-318
1284 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + nargs]
0-318
1285 argv[pos + nargs]
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + nargs]
0-318
1286 ,
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1287 ")"
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1288 )))); })
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1289 == 0);
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1290 nargs++)
__extension__ ...= 0); nargs++)Description
TRUEevaluated 318 times by 1 test
Evaluated by:
  • test
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
171-318
1291 if (nargs == 4)-
1292 {0-318
1293 nargs = argc - pos;-
1294 break;-
1295 }0
1296-
1297 value = posixtest (nargs);-
1298 if (argv[pos] == 0)-
1299 test_syntax_erro
st_syntax_erroDescription
TRUEnever evaluated
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
r (
0-171
1300 dcgettext (((void *)0),
never executed: dcgettext (((void *)0), "%s expected" , 5) , quote (")")); else
0
1301 "%s expected"
never executed: dcgettext (((void *)0), "%s expected" , 5) , quote (")")); else
0
1302 , 5)
never executed: dcgettext (((void *)0), "%s expected" , 5) , quote (")")); else
0
1303 , quote (")"));
never executed: dcgettext (((void *)0), "%s expected" , 5) , quote (")")); else
0
1304 else
never executed: dcgettext (((void *)0), "%s expected" , 5) , quote (")")); else
0
1305 if (argv[pos][0] != ')' || argv[pos][1])-
1306 test_syntax_error (
st_syntax_error (Description
TRUEnever evaluated
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-171
1307 dcgettext (((void *)0),
never executed: dcgettext (((void *)0), "%s expected, found %s" , 5) , quote_n (0, ")"), quote_n (1, argv[pos])); advance (
0
1308 "%s expected, found %s"
never executed: dcgettext (((void *)0), "%s expected, found %s" , 5) , quote_n (0, ")"), quote_n (1, argv[pos])); advance (
0
1309 , 5)
never executed: dcgettext (((void *)0), "%s expected, found %s" , 5) , quote_n (0, ")"), quote_n (1, argv[pos])); advance (
0
1310 ,
never executed: dcgettext (((void *)0), "%s expected, found %s" , 5) , quote_n (0, ")"), quote_n (1, argv[pos])); advance (
0
1311 quote_n (0, ")"), quote_n (1, argv[pos]));
never executed: dcgettext (((void *)0), "%s expected, found %s" , 5) , quote_n (0, ")"), quote_n (1, argv[pos])); advance (
0
1312 advance (
never executed: dcgettext (((void *)0), "%s expected, found %s" , 5) , quote_n (0, ")"), quote_n (1, argv[pos])); advance (
0
1313 0-
1314 );-
1315 }-
1316171
1317-
1318 else if (4 <= argc - pos && (-
1319
Description
TRUEevaluated 24 times by 1 test
Evaluated by:
  • test
FALSEevaluated 56 times by 1 test
Evaluated by:
  • test
__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-56
1320 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1321 ) && __builtin_constant_p (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1322 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1323 ) && (__s1_len = __builtin_strlen (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1324 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1325 ), __s2_len = __builtin_strlen (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1326 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1327 ), (!((size_t)(const void *)((
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1328 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1329 ) + 1) - (size_t)(const void *)(
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1330 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1331 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1332 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1333 ) + 1) - (size_t)(const void *)(
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1334 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1335 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1336 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1337 ,
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1338 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1339 ) : (__builtin_constant_p (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1340 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1341 ) && ((size_t)(const void *)((
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1342 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1343 ) + 1) - (size_t)(const void *)(
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1344 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1345 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1346 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1347 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1348 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1349 ) && ((size_t)(const void *)((
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1350 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1351 ) + 1) - (size_t)(const void *)(
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1352 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1353 ) == 1) ? __builtin_strcmp (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1354 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1355 ,
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1356 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1357 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1358 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1359 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1360 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1361 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1362 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1363 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1364 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1365 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1366 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1367 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-l"
0-24
1368 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-l"
0-24
1369 ) && ((size_t)(const void *)((
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1370 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1371 ) + 1) - (size_t)(const void *)(
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1372 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1373 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1374 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1375 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1376 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1377 ) && ((size_t)(const void *)((
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1378 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1379 ) + 1) - (size_t)(const void *)(
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1380 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1381 ) == 1) ? __builtin_strcmp (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1382 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1383 ,
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1384 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1385 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1386 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1387 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1388 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1389 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1390 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1391 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1392 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1393 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1394 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1395 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-24
1396 argv[pos]
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-24
1397 ,
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1398 "-l"
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1399 )))); })
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1400 == 0) && binop (argv[pos + 2]))
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1401 value = binary_operator (
_extension__ (...ary_operator (Description
TRUEnever evaluated
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
1402 1
never executed: 1 ); else if (3 <= argc - pos && bino
0
1403 );
never executed: 1 ); else if (3 <= argc - pos && bino
0
1404 else if (3 <= argc - pos && bino
never executed: 1 ); else if (3 <= argc - pos && bino
p (argv[pos + 1]))
0
1405 value = binary_operato
binary_operatoDescription
TRUEevaluated 40 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
r (
0-40
1406 0
never executed: 0 );
0
1407 );
never executed: 0 );
0
14080
1409-
1410 else if (argv[pos][0] == '-' && argv[pos][1] && argv[pos][2] == '\0')-
1411 {0-80
1412 if (test_unop (argv[pos]))-
1413 value = unary_operator
lue = unary_operatorDescription
TRUEnever evaluated
FALSEnever evaluated
();
0
1414 else
never executed: se
0
1415 test_syntax_error (-
1416 dcgettext (((void *)0),
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
1417 "%s: unary operator expected"
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
1418 , 5)
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
1419 , quote (argv[pos]));
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
1420 }
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
1421 else-
1422 {-
1423 value = (argv[pos][0] != '\0');-
1424 advance (-
1425 0-
1426 );-
1427 }-
142880
1429 return negated ^ value;-
1430}251
1431-
1432static -
1433 _Bool-
1434-
1435binary_operator (-
1436 _Bool -
1437 l_is_l)-
1438{-
1439 int op;-
1440 struct stat stat_buf, stat_spare;-
1441-
1442 -
1443 _Bool -
1444 r_is_l;-
1445-
1446 if (l_is_l)-
1447 advance
vanceDescription
TRUEnever evaluated
FALSEevaluated 225 times by 1 test
Evaluated by:
  • test
(
0-225
1448 0
never executed: 0 ); op = pos + 1;
0
1449 );
never executed: 0 ); op = pos + 1;
0
1450 op = pos + 1;
never executed: 0 ); op = pos + 1;
0
1451-
1452 if ((op < argc - 2) && (-
1453
Description
TRUEevaluated 132 times by 1 test
Evaluated by:
  • test
FALSEevaluated 93 times by 1 test
Evaluated by:
  • test
__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1454 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1455 ) && __builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1456 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1457 ) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1458 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1459 ), __s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1460 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1461 ), (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1462 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1463 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1464 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1465 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1466 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1467 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1468 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1469 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1470 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1471 ,
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1472 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1473 ) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1474 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1475 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1476 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1477 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1478 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1479 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1480 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1481 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1482 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1483 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1484 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1485 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1486 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1487 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1488 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1489 ,
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1490 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1491 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1492 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1493 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1494 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1495 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1496 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1497 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1498 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1499 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1500 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1501 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-l"
0-132
1502 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-l"
0-132
1503 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1504 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1505 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1506 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1507 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1508 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1509 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1510 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1511 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1512 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1513 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1514 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1515 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1516 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1517 ,
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1518 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1519 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1520 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1521 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1522 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1523 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1524 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1525 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1526 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1527 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1528 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1529 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[op + 1]
0-132
1530 argv[op + 1]
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[op + 1]
0-132
1531 ,
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1532 "-l"
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1533 )))); })
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1534 == 0))
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1535 {
_extension__ (...); }) == 0)) {Description
TRUEnever evaluated
FALSEevaluated 132 times by 1 test
Evaluated by:
  • test
0-132
1536 r_is_l = -
1537 1-
1538 ;-
1539 advance (-
1540 0-
1541 );-
1542 }-
1543 els
never executed: s
e
0
1544 r_is_l = -
1545 0
executed 225 times by 1 test: 0 ;
Executed by:
  • test
225
1546 ;
executed 225 times by 1 test: 0 ;
Executed by:
  • test
225
1547225
1548 if (argv[op][0] == '-')-
1549 {64-161
1550-
1551 if ((((argv[op][1] == 'l' || argv[op][1] == 'g')-
1552 &&
& (argv[op][2] ==Description
TRUEevaluated 50 times by 1 test
Evaluated by:
  • test
FALSEevaluated 111 times by 1 test
Evaluated by:
  • test
(argv[op][2] ==
& (argv[op][2] ==Description
TRUEevaluated 50 times by 1 test
Evaluated by:
  • test
FALSEevaluated 111 times by 1 test
Evaluated by:
  • test
'e' ||
|| argv[op][2] ==Description
TRUEevaluated 50 times by 1 test
Evaluated by:
  • test
FALSEevaluated 61 times by 1 test
Evaluated by:
  • test
argv[op][2] ==
|| argv[op][2] ==Description
TRUEevaluated 50 times by 1 test
Evaluated by:
  • test
FALSEevaluated 61 times by 1 test
Evaluated by:
  • test
't'))
50-111
1553 || (argv[op][1] == 'e'
rgv[op][1] == 'e'Description
TRUEevaluated 50 times by 1 test
Evaluated by:
  • test
FALSEevaluated 50 times by 1 test
Evaluated by:
  • test
&& argv[op][2] == 'q')
rgv[op][2] == 'q')Description
TRUEevaluated 50 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-50
1554 || (argv[op][1] == 'n'
argv[op][1] == 'n'Description
TRUEevaluated 31 times by 1 test
Evaluated by:
  • test
FALSEevaluated 30 times by 1 test
Evaluated by:
  • test
&& argv[op][2] == 'e'
argv[op][2] == 'e'Description
TRUEevaluated 31 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
))
0-31
1555 && !argv[op][3])
rgv[op][3])Description
TRUEevaluated 30 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-30
1556 {0-161
1557 char lbuf[((((((sizeof (uintmax_t) * 8) - (! ((__typeof__ (uintmax_t)) 0 < (__typeof__ (uintmax_t)) -1))) * 146 + 484) / 485) + (! ((__typeof__ (uintmax_t)) 0 < (__typeof__ (uintmax_t)) -1))) + 1)];-
1558 char rbuf[((((((sizeof (uintmax_t) * 8) - (! ((__typeof__ (uintmax_t)) 0 < (__typeof__ (uintmax_t)) -1))) * 146 + 484) / 485) + (! ((__typeof__ (uintmax_t)) 0 < (__typeof__ (uintmax_t)) -1))) + 1)];-
1559 char const *l = (l_is_l-
1560 ? umax
? umaxDescription
TRUEnever evaluated
FALSEevaluated 161 times by 1 test
Evaluated by:
  • test
tostr (strlen (argv[op - 1]), lbuf)
0-161
1561 : find_int (argv[op - 1]));-
1562 char const *r = (r_is_l-
1563 ? umax
? umaxDescription
TRUEnever evaluated
FALSEevaluated 160 times by 1 test
Evaluated by:
  • test
tostr (strlen (argv[op + 2]), rbuf)
0-160
1564 : find_int (argv[op + 1]));-
1565 int cmp = strintcmp (l, r);-
1566 -
1567 _Bool -
1568 xe_operator = (argv[op][2] == 'e');-
1569 pos += 3;-
1570 return (argv[op][1] == 'l' ? cmp < xe_operator-
1571 : argv[op][1] == 'g' ? cmp > - xe_operator
executed 160 times by 1 test: : argv[op][1] == 'g' ? cmp > - xe_operator : (cmp != 0) == xe_operator); }
Executed by:
  • test
160
1572 : (cmp != 0) == xe_operator);
executed 160 times by 1 test: : argv[op][1] == 'g' ? cmp > - xe_operator : (cmp != 0) == xe_operator); }
Executed by:
  • test
160
1573 }
executed 160 times by 1 test: : argv[op][1] == 'g' ? cmp > - xe_operator : (cmp != 0) == xe_operator); }
Executed by:
  • test
160
1574-
1575 switch (argv[op][1])-
1576 {-
1577 default:-
1578 break;
never executed: break;
0
15790
1580 case 'n':-
1581 if (arg
never executed: if (arg
v[op][2] == 't' && !argv[op][3])
0
1582 {0
1583-
1584 struct timespec lt, rt;-
1585 -
1586 _Bool -
1587 le, re;-
1588 pos += 3;-
1589 if (l_is_l || r_is_l)-
1590 test_syn
st_synDescription
TRUEnever evaluated
FALSEnever evaluated
tax_error
errorDescription
TRUEnever evaluated
FALSEnever evaluated
(
0
1591 dcgettext (((void *)0),
never executed: dcgettext (((void *)0), "-nt does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1592 "-nt does not accept -l"
never executed: dcgettext (((void *)0), "-nt does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1593 , 5)
never executed: dcgettext (((void *)0), "-nt does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1594 ,
never executed: dcgettext (((void *)0), "-nt does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1595 ((void *)0)
never executed: dcgettext (((void *)0), "-nt does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1596 );
never executed: dcgettext (((void *)0), "-nt does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1597 le = get_mtime (argv[op - 1], &lt);
never executed: dcgettext (((void *)0), "-nt does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1598 re = get_mtime (argv[op + 1], &rt);-
1599 return le && (!re || timespec_cmp (lt, rt) > 0);-
1600 }0
1601 break;-
16020
1603 case 'e':-
1604 if (arg
never executed: if (arg
v[op][2] == 'f' && !argv[op][3])
0
1605 {0
1606-
1607 pos += 3;-
1608 if (l_is_l || r_is_l)-
1609 test_syn
st_synDescription
TRUEnever evaluated
FALSEnever evaluated
tax_error
errorDescription
TRUEnever evaluated
FALSEnever evaluated
(
0
1610 dcgettext (((void *)0),
never executed: dcgettext (((void *)0), "-ef does not accept -l" , 5) , ((void *)0) ); return (stat (argv[op - 1], &stat_buf) == 0
0
1611 "-ef does not accept -l"
never executed: dcgettext (((void *)0), "-ef does not accept -l" , 5) , ((void *)0) ); return (stat (argv[op - 1], &stat_buf) == 0
0
1612 , 5)
never executed: dcgettext (((void *)0), "-ef does not accept -l" , 5) , ((void *)0) ); return (stat (argv[op - 1], &stat_buf) == 0
0
1613 ,
never executed: dcgettext (((void *)0), "-ef does not accept -l" , 5) , ((void *)0) ); return (stat (argv[op - 1], &stat_buf) == 0
0
1614 ((void *)0)
never executed: dcgettext (((void *)0), "-ef does not accept -l" , 5) , ((void *)0) ); return (stat (argv[op - 1], &stat_buf) == 0
0
1615 );
never executed: dcgettext (((void *)0), "-ef does not accept -l" , 5) , ((void *)0) ); return (stat (argv[op - 1], &stat_buf) == 0
0
1616 return (stat (argv[op - 1], &stat_buf) == 0
never executed: dcgettext (((void *)0), "-ef does not accept -l" , 5) , ((void *)0) ); return (stat (argv[op - 1], &stat_buf) == 0
0
1617 && stat (argv[op + 1], &stat_spare) == 0
never executed: && stat (argv[op + 1], &stat_spare) == 0 && stat_buf.st_dev == stat_spare.st_dev && stat_buf.st_ino == stat_spare.st_ino); }
0
1618 && stat_buf.st_dev == stat_spare.st_dev
never executed: && stat (argv[op + 1], &stat_spare) == 0 && stat_buf.st_dev == stat_spare.st_dev && stat_buf.st_ino == stat_spare.st_ino); }
0
1619 && stat_buf.st_ino == stat_spare.st_ino);
never executed: && stat (argv[op + 1], &stat_spare) == 0 && stat_buf.st_dev == stat_spare.st_dev && stat_buf.st_ino == stat_spare.st_ino); }
0
1620 }
never executed: && stat (argv[op + 1], &stat_spare) == 0 && stat_buf.st_dev == stat_spare.st_dev && stat_buf.st_ino == stat_spare.st_ino); }
0
1621 break;-
16220
1623 case 'o':-
1624 if ('t'
never executed: if ('t'
== argv[op][2] && '\000' == argv[op][3])
0
1625 {0
1626-
1627 struct timespec lt, rt;-
1628 -
1629 _Bool -
1630 le, re;-
1631 pos += 3;-
1632 if (l_is_l || r_is_l)-
1633 test_syn
st_synDescription
TRUEnever evaluated
FALSEnever evaluated
tax_error
errorDescription
TRUEnever evaluated
FALSEnever evaluated
(
0
1634 dcgettext (((void *)0),
never executed: dcgettext (((void *)0), "-ot does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1635 "-ot does not accept -l"
never executed: dcgettext (((void *)0), "-ot does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1636 , 5)
never executed: dcgettext (((void *)0), "-ot does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1637 ,
never executed: dcgettext (((void *)0), "-ot does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1638 ((void *)0)
never executed: dcgettext (((void *)0), "-ot does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1639 );
never executed: dcgettext (((void *)0), "-ot does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1640 le = get_mtime (argv[op - 1], &lt);
never executed: dcgettext (((void *)0), "-ot does not accept -l" , 5) , ((void *)0) ); le = get_mtime (argv[op - 1], &lt);
0
1641 re = get_mtime (argv[op + 1], &rt);-
1642 return re && (!le || timespec_cmp (lt, rt) < 0);-
1643 }0
1644 break;-
1645 }0
1646-
1647-
1648 test_syntax_error (-
1649 dcgettext (((void *)0), -
1650 "%s: unknown binary operator"-
1651 , 5)-
1652 , quote (argv[op]));-
1653 }-
16540
1655 if (argv[op][0] == '='-
1656 &&
&& (!argv[op][1] |Description
TRUEevaluated 37 times by 1 test
Evaluated by:
  • test
FALSEevaluated 27 times by 1 test
Evaluated by:
  • test
(!argv[op][1] |
&& (!argv[op][1] |Description
TRUEevaluated 37 times by 1 test
Evaluated by:
  • test
FALSEevaluated 27 times by 1 test
Evaluated by:
  • test
| ((argv[op][1] == '=') && !argv[op][2])))
27-37
1657 {0-27
1658 -
1659 _Bool -
1660 value = (-
1661 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (-
1662 argv[pos]-
1663 ) && __builtin_constant_p (-
1664 argv[pos + 2]-
1665 ) && (__s1_len = __builtin_strlen (-
1666 argv[pos]-
1667 ), __s2_len = __builtin_strlen (-
1668 argv[pos + 2]-
1669 ), (!((size_t)(const void *)((-
1670 argv[pos]-
1671 ) + 1) - (size_t)(const void *)(-
1672 argv[pos]-
1673 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((-
1674 argv[pos + 2]-
1675 ) + 1) - (size_t)(const void *)(-
1676 argv[pos + 2]-
1677 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (-
1678 argv[pos]-
1679 , -
1680 argv[pos + 2]-
1681 ) : (__builtin_constant_p (-
1682 argv[pos]-
1683 ) && ((size_t)(const void *)((-
1684 argv[pos]-
1685 ) + 1) - (size_t)(const void *)(-
1686 argv[pos]-
1687 ) == 1) && (__s1_len = __builtin_strlen (-
1688 argv[pos]-
1689 ), __s1_len < 4) ? (__builtin_constant_p (-
1690 argv[pos + 2]-
1691 ) && ((size_t)(const void *)((-
1692 argv[pos + 2]-
1693 ) + 1) - (size_t)(const void *)(-
1694 argv[pos + 2]-
1695 ) == 1) ? __builtin_strcmp (-
1696 argv[pos]-
1697 , -
1698 argv[pos + 2]-
1699 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (-
1700 argv[pos + 2]-
1701 ); int __result = (((const unsigned char *) (const char *) (-
1702 argv[pos]-
1703 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (-
1704 argv[pos]0
1705 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (-
1706 argv[pos]0
1707 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (-
1708 argv[pos]0
1709 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( argv[pos + 2]
0
1710 argv[pos + 2]
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( argv[pos + 2]
0
1711 ) && ((size_t)(const void *)((-
1712 argv[pos + 2]-
1713 ) + 1) - (size_t)(const void *)(-
1714 argv[pos + 2]-
1715 ) == 1) && (__s2_len = __builtin_strlen (-
1716 argv[pos + 2]-
1717 ), __s2_len < 4) ? (__builtin_constant_p (-
1718 argv[pos]-
1719 ) && ((size_t)(const void *)((-
1720 argv[pos]-
1721 ) + 1) - (size_t)(const void *)(-
1722 argv[pos]-
1723 ) == 1) ? __builtin_strcmp (-
1724 argv[pos]-
1725 , -
1726 argv[pos + 2]-
1727 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (-
1728 argv[pos]-
1729 ); int __result = (((const unsigned char *) (const char *) (-
1730 argv[pos + 2]-
1731 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (-
1732 argv[pos + 2]0
1733 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (-
1734 argv[pos + 2]0
1735 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (-
1736 argv[pos + 2]0
1737 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0
1738 argv[pos]
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0
1739 , -
1740 argv[pos + 2]-
1741 )))); }) -
1742 == 0);-
1743 pos += 3;-
1744 return value;-
1745 }37
1746-
1747 if ((-
1748 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1749 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1750 ) && __builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1751 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1752 ) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1753 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1754 ), __s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1755 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1756 ), (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1757 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1758 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1759 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1760 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1761 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1762 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1763 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1764 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1765 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1766 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1767 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1768 ) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1769 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1770 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1771 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1772 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1773 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1774 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1775 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1776 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1777 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1778 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1779 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1780 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1781 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1782 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1783 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1784 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1785 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1786 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1787 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1788 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1789 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1790 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1791 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1792 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1793 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1794 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1795 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1796 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!="
0-27
1797 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!="
0-27
1798 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1799 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1800 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1801 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1802 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1803 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1804 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1805 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1806 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1807 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1808 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1809 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1810 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1811 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1812 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1813 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1814 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1815 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1816 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1817 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1818 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1819 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1820 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1821 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1822 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1823 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1824 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[op]
0-27
1825 argv[op]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[op]
0-27
1826 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1827 "!="
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1828 )))); })
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1829 == 0))
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1830 {
_extension__ (...); }) == 0)) {Description
TRUEevaluated 27 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-27
1831 -
1832 _Bool -
1833 value = !(-
1834 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (-
1835 argv[pos]-
1836 ) && __builtin_constant_p (-
1837 argv[pos + 2]-
1838 ) && (__s1_len = __builtin_strlen (-
1839 argv[pos]-
1840 ), __s2_len = __builtin_strlen (-
1841 argv[pos + 2]-
1842 ), (!((size_t)(const void *)((-
1843 argv[pos]-
1844 ) + 1) - (size_t)(const void *)(-
1845 argv[pos]-
1846 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((-
1847 argv[pos + 2]-
1848 ) + 1) - (size_t)(const void *)(-
1849 argv[pos + 2]-
1850 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (-
1851 argv[pos]-
1852 , -
1853 argv[pos + 2]-
1854 ) : (__builtin_constant_p (-
1855 argv[pos]-
1856 ) && ((size_t)(const void *)((-
1857 argv[pos]-
1858 ) + 1) - (size_t)(const void *)(-
1859 argv[pos]-
1860 ) == 1) && (__s1_len = __builtin_strlen (-
1861 argv[pos]-
1862 ), __s1_len < 4) ? (__builtin_constant_p (-
1863 argv[pos + 2]-
1864 ) && ((size_t)(const void *)((-
1865 argv[pos + 2]-
1866 ) + 1) - (size_t)(const void *)(-
1867 argv[pos + 2]-
1868 ) == 1) ? __builtin_strcmp (-
1869 argv[pos]-
1870 , -
1871 argv[pos + 2]-
1872 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (-
1873 argv[pos + 2]-
1874 ); int __result = (((const unsigned char *) (const char *) (-
1875 argv[pos]-
1876 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (-
1877 argv[pos]0
1878 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (-
1879 argv[pos]0
1880 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (-
1881 argv[pos]0
1882 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( argv[pos + 2]
0
1883 argv[pos + 2]
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( argv[pos + 2]
0
1884 ) && ((size_t)(const void *)((-
1885 argv[pos + 2]-
1886 ) + 1) - (size_t)(const void *)(-
1887 argv[pos + 2]-
1888 ) == 1) && (__s2_len = __builtin_strlen (-
1889 argv[pos + 2]-
1890 ), __s2_len < 4) ? (__builtin_constant_p (-
1891 argv[pos]-
1892 ) && ((size_t)(const void *)((-
1893 argv[pos]-
1894 ) + 1) - (size_t)(const void *)(-
1895 argv[pos]-
1896 ) == 1) ? __builtin_strcmp (-
1897 argv[pos]-
1898 , -
1899 argv[pos + 2]-
1900 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (-
1901 argv[pos]-
1902 ); int __result = (((const unsigned char *) (const char *) (-
1903 argv[pos + 2]-
1904 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (-
1905 argv[pos + 2]0
1906 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (-
1907 argv[pos + 2]0
1908 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (-
1909 argv[pos + 2]0
1910 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0
1911 argv[pos]
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0
1912 , -
1913 argv[pos + 2]-
1914 )))); }) -
1915 == 0);-
1916 pos += 3;-
1917 return value;-
1918 }27
1919-
1920-
1921 abort ();-
1922}0
1923-
1924static -
1925 _Bool-
1926-
1927unary_operator (void)-
1928{-
1929 struct stat stat_buf;-
1930-
1931 switch (argv[pos][1])-
1932 {-
1933 default:-
1934 return
executed 1 time by 1 test: return
Executed by:
  • test
1
1935 0
executed 1 time by 1 test: 0 ;
Executed by:
  • test
1
1936 ;
executed 1 time by 1 test: 0 ;
Executed by:
  • test
1
19371
1938-
1939-
1940-
1941-
1942-
1943 case 'a':-
1944 case
never executed: case 'e':
'e':
never executed: case 'e':
0
1945 unary_a
executed 1 time by 1 test: unary_a
Executed by:
  • test
dvance ();
1
1946 return stat (argv[pos - 1], &stat_buf) == 0;-
19471
1948 case 'r':-
1949 unary_a
never executed: unary_a
dvance ();
0
1950 return euidaccess (argv[pos - 1], -
1951 4
never executed: 4 ) == 0;
0
1952 ) == 0;
never executed: 4 ) == 0;
0
19530
1954 case 'w':-
1955 unary_a
executed 9 times by 1 test: unary_a
Executed by:
  • test
dvance ();
9
1956 return euidaccess (argv[pos - 1], -
1957 2
executed 9 times by 1 test: 2 ) == 0;
Executed by:
  • test
9
1958 ) == 0;
executed 9 times by 1 test: 2 ) == 0;
Executed by:
  • test
9
19599
1960 case 'x':-
1961 unary_a
never executed: unary_a
dvance ();
0
1962 return euidaccess (argv[pos - 1], -
1963 1
never executed: 1 ) == 0;
0
1964 ) == 0;
never executed: 1 ) == 0;
0
19650
1966 case 'O':-
1967 {
executed 1 time by 1 test: {
Executed by:
  • test
1
1968 unary_advance ();-
1969 if (stat (argv[pos - 1], &stat_buf) != 0)-
1970 return
turnDescription
TRUEnever evaluated
FALSEevaluated 1 time by 1 test
Evaluated by:
  • test
turnDescription
TRUEnever evaluated
FALSEevaluated 1 time by 1 test
Evaluated by:
  • test
0-1
1971 0
never executed: 0 ;
0
1972 ;
never executed: 0 ;
0
1973
never executed: 0 ;
0
1974 (*__errno_location ()) -
1975 = 0;-
1976 uid_t euid = geteuid ();-
1977 uid_t NO_UID = -1;-
1978 return ! (euid == NO_UID && -
1979 (*__errno_location ())
executed 1 time by 1 test: (*__errno_location ()) ) && euid == stat_buf.st_uid; }
Executed by:
  • test
1
1980 ) && euid == stat_buf.st_uid;
executed 1 time by 1 test: (*__errno_location ()) ) && euid == stat_buf.st_uid; }
Executed by:
  • test
1
1981 }
executed 1 time by 1 test: (*__errno_location ()) ) && euid == stat_buf.st_uid; }
Executed by:
  • test
1
1982-
1983 case 'G':-
1984 {
executed 1 time by 1 test: {
Executed by:
  • test
1
1985 unary_advance ();-
1986 if (stat (argv[pos - 1], &stat_buf) != 0)-
1987 return
turnDescription
TRUEnever evaluated
FALSEevaluated 1 time by 1 test
Evaluated by:
  • test
turnDescription
TRUEnever evaluated
FALSEevaluated 1 time by 1 test
Evaluated by:
  • test
0-1
1988 0
never executed: 0 ;
0
1989 ;
never executed: 0 ;
0
1990
never executed: 0 ;
0
1991 (*__errno_location ()) -
1992 = 0;-
1993 gid_t egid = getegid ();-
1994 gid_t NO_GID = -1;-
1995 return ! (egid == NO_GID && -
1996 (*__errno_location ())
executed 1 time by 1 test: (*__errno_location ()) ) && egid == stat_buf.st_gid; }
Executed by:
  • test
1
1997 ) && egid == stat_buf.st_gid;
executed 1 time by 1 test: (*__errno_location ()) ) && egid == stat_buf.st_gid; }
Executed by:
  • test
1
1998 }
executed 1 time by 1 test: (*__errno_location ()) ) && egid == stat_buf.st_gid; }
Executed by:
  • test
1
1999-
2000 case 'f':-
2001 unary_a
never executed: unary_a
dvance ();
0
2002-
2003-
2004 return (stat (argv[pos - 1], &stat_buf) == 0-
2005 &&
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0100000)) );
0
2006 ((((
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0100000)) );
0
2007 stat_buf.st_mode
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0100000)) );
0
2008 )) & 0170000) == (0100000))
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0100000)) );
0
2009 );
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0100000)) );
0
20100
2011 case 'd':-
2012 unary_a
never executed: unary_a
dvance ();
0
2013 return (stat (argv[pos - 1], &stat_buf) == 0-
2014 &&
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0040000)) );
0
2015 ((((
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0040000)) );
0
2016 stat_buf.st_mode
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0040000)) );
0
2017 )) & 0170000) == (0040000))
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0040000)) );
0
2018 );
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0040000)) );
0
20190
2020 case 's':-
2021 unary_a
never executed: unary_a
dvance ();
0
2022 return (stat (argv[pos - 1], &stat_buf) == 0-
2023 && 0 < stat_buf.st_size);
never executed: && 0 < stat_buf.st_size);
0
20240
2025 case 'S':-
2026 unary_a
never executed: unary_a
dvance ();
0
2027 return (stat (argv[pos - 1], &stat_buf) == 0-
2028 &&
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0140000)) );
0
2029 ((((
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0140000)) );
0
2030 stat_buf.st_mode
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0140000)) );
0
2031 )) & 0170000) == (0140000))
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0140000)) );
0
2032 );
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0140000)) );
0
20330
2034 case 'c':-
2035 unary_a
never executed: unary_a
dvance ();
0
2036 return (stat (argv[pos - 1], &stat_buf) == 0-
2037 &&
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0020000)) );
0
2038 ((((
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0020000)) );
0
2039 stat_buf.st_mode
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0020000)) );
0
2040 )) & 0170000) == (0020000))
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0020000)) );
0
2041 );
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0020000)) );
0
20420
2043 case 'b':-
2044 unary_a
never executed: unary_a
dvance ();
0
2045 return (stat (argv[pos - 1], &stat_buf) == 0-
2046 &&
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0060000)) );
0
2047 ((((
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0060000)) );
0
2048 stat_buf.st_mode
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0060000)) );
0
2049 )) & 0170000) == (0060000))
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0060000)) );
0
2050 );
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0060000)) );
0
20510
2052 case 'p':-
2053 unary_a
never executed: unary_a
dvance ();
0
2054 return (stat (argv[pos - 1], &stat_buf) == 0-
2055 &&
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0010000)) );
0
2056 ((((
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0010000)) );
0
2057 stat_buf.st_mode
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0010000)) );
0
2058 )) & 0170000) == (0010000))
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0010000)) );
0
2059 );
never executed: && (((( stat_buf.st_mode )) & 0170000) == (0010000)) );
0
20600
2061 case 'L':-
20620
2063-
2064 case 'h':-
2065 unary_a
executed 6 times by 1 test: unary_a
Executed by:
  • test
dvance ();
6
2066 return (lstat (argv[pos - 1], &stat_buf) == 0-
2067 &&
executed 6 times by 1 test: && (((( stat_buf.st_mode )) & 0170000) == (0120000)) );
Executed by:
  • test
6
2068 ((((
executed 6 times by 1 test: && (((( stat_buf.st_mode )) & 0170000) == (0120000)) );
Executed by:
  • test
6
2069 stat_buf.st_mode
executed 6 times by 1 test: && (((( stat_buf.st_mode )) & 0170000) == (0120000)) );
Executed by:
  • test
6
2070 )) & 0170000) == (0120000))
executed 6 times by 1 test: && (((( stat_buf.st_mode )) & 0170000) == (0120000)) );
Executed by:
  • test
6
2071 );
executed 6 times by 1 test: && (((( stat_buf.st_mode )) & 0170000) == (0120000)) );
Executed by:
  • test
6
20726
2073 case 'u':-
2074 unary_a
executed 2 times by 1 test: unary_a
Executed by:
  • test
dvance ();
2
2075 return (stat (argv[pos - 1], &stat_buf) == 0-
2076 && (stat_buf.st_mode &
executed 2 times by 1 test: && (stat_buf.st_mode & 04000 ));
Executed by:
  • test
2
2077 04000
executed 2 times by 1 test: && (stat_buf.st_mode & 04000 ));
Executed by:
  • test
2
2078 ));
executed 2 times by 1 test: && (stat_buf.st_mode & 04000 ));
Executed by:
  • test
2
20792
2080 case 'g':-
2081 unary_a
executed 4 times by 1 test: unary_a
Executed by:
  • test
dvance ();
4
2082 return (stat (argv[pos - 1], &stat_buf) == 0-
2083 && (stat_buf.st_mode &
executed 4 times by 1 test: && (stat_buf.st_mode & 02000 ));
Executed by:
  • test
4
2084 02000
executed 4 times by 1 test: && (stat_buf.st_mode & 02000 ));
Executed by:
  • test
4
2085 ));
executed 4 times by 1 test: && (stat_buf.st_mode & 02000 ));
Executed by:
  • test
4
20864
2087 case 'k':-
2088 unary_a
executed 4 times by 1 test: unary_a
Executed by:
  • test
dvance ();
4
2089 return (stat (argv[pos - 1], &stat_buf) == 0-
2090 && (stat_buf.st_mode &
executed 4 times by 1 test: && (stat_buf.st_mode & 01000 ));
Executed by:
  • test
4
2091 01000
executed 4 times by 1 test: && (stat_buf.st_mode & 01000 ));
Executed by:
  • test
4
2092 ));
executed 4 times by 1 test: && (stat_buf.st_mode & 01000 ));
Executed by:
  • test
4
20934
2094 case 't':-
2095 {
executed 5 times by 1 test: {
Executed by:
  • test
5
2096 long int fd;-
2097 char const *arg;-
2098 unary_advance ();-
2099 arg = find_int (argv[pos - 1]);-
2100 -
2101 (*__errno_location ()) -
2102 = 0;-
2103 fd = strtol (arg, -
2104 ((void *)0)-
2105 , 10);-
2106 return (-
2107 (*__errno_location ())
executed 5 times by 1 test: (*__errno_location ()) != 34 && 0 <= fd && fd <= 0x7fffffff && isatty (fd)); }
Executed by:
  • test
5
2108 !=
executed 5 times by 1 test: (*__errno_location ()) != 34 && 0 <= fd && fd <= 0x7fffffff && isatty (fd)); }
Executed by:
  • test
5
2109 34
executed 5 times by 1 test: (*__errno_location ()) != 34 && 0 <= fd && fd <= 0x7fffffff && isatty (fd)); }
Executed by:
  • test
5
2110 && 0 <= fd && fd <= 0x7fffffff && isatty (fd));
executed 5 times by 1 test: (*__errno_location ()) != 34 && 0 <= fd && fd <= 0x7fffffff && isatty (fd)); }
Executed by:
  • test
5
2111 }
executed 5 times by 1 test: (*__errno_location ()) != 34 && 0 <= fd && fd <= 0x7fffffff && isatty (fd)); }
Executed by:
  • test
5
2112-
2113 case 'n':-
2114 unary_a
executed 5 times by 1 test: unary_a
Executed by:
  • test
dvance ();
5
2115 return argv[pos - 1][0] != 0;-
21165
2117 case 'z':-
2118 unary_a
executed 5 times by 1 test: unary_a
Executed by:
  • test
dvance ();
5
2119 return argv[pos - 1][0] == '\0';-
2120 }5
2121}-
2122-
2123-
2124-
2125-
2126-
2127-
2128static -
2129 _Bool-
2130-
2131and (void)-
2132{-
2133 -
2134 _Bool -
2135 value = -
2136 1-
2137 ;-
2138-
2139 while (-
2140 1-
2141 )-
2142 {-
2143 value &= term ();-
2144 if (! (pos < argc && (-
2145
Description
TRUEevaluated 64 times by 1 test
Evaluated by:
  • test
FALSEevaluated 187 times by 1 test
Evaluated by:
  • test
__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-187
2146 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2147 ) && __builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2148 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2149 ) && (__s1_len = __builtin_strlen (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2150 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2151 ), __s2_len = __builtin_strlen (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2152 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2153 ), (!((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2154 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2155 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2156 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2157 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2158 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2159 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2160 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2161 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2162 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2163 ,
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2164 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2165 ) : (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2166 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2167 ) && ((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2168 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2169 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2170 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2171 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2172 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2173 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2174 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2175 ) && ((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2176 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2177 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2178 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2179 ) == 1) ? __builtin_strcmp (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2180 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2181 ,
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2182 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2183 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2184 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2185 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2186 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2187 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2188 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2189 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2190 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2191 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2192 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2193 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-a"
0-44
2194 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-a"
0-44
2195 ) && ((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2196 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2197 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2198 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2199 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2200 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2201 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2202 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2203 ) && ((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2204 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2205 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2206 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2207 ) == 1) ? __builtin_strcmp (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2208 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2209 ,
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2210 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2211 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2212 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2213 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2214 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2215 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2216 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-64
2217 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2218 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2219 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2220 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2221 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-44
2222 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-44
2223 ,
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2224 "-a"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2225 )))); })
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2226 == 0)))
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2227 return value;
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
20-44
2228 advance (
executed 231 times by 1 test: vance (
Executed by:
  • test
231
2229 0-
2230 );-
2231 }-
2232}20
22330
2234-
2235-
2236-
2237-
2238-
2239static -
2240 _Bool-
2241-
2242or (void)-
2243{-
2244 -
2245 _Bool -
2246 value = -
2247 0-
2248 ;-
2249-
2250 while (-
2251 1-
2252 )-
2253 {-
2254 value |= and ();-
2255 if (! (pos < argc && (-
2256
Description
TRUEevaluated 44 times by 1 test
Evaluated by:
  • test
FALSEevaluated 187 times by 1 test
Evaluated by:
  • test
__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-187
2257 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2258 ) && __builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2259 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2260 ) && (__s1_len = __builtin_strlen (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2261 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2262 ), __s2_len = __builtin_strlen (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2263 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2264 ), (!((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2265 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2266 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2267 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2268 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2269 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2270 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2271 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2272 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2273 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2274 ,
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2275 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2276 ) : (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2277 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2278 ) && ((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2279 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2280 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2281 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2282 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2283 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2284 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2285 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2286 ) && ((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2287 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2288 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2289 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2290 ) == 1) ? __builtin_strcmp (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2291 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2292 ,
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2293 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2294 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2295 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2296 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2297 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2298 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2299 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
2300 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2301 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
2302 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2303 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
2304 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-o"
0-24
2305 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-o"
0-24
2306 ) && ((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2307 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2308 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2309 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2310 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2311 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2312 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2313 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2314 ) && ((size_t)(const void *)((
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2315 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2316 ) + 1) - (size_t)(const void *)(
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2317 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2318 ) == 1) ? __builtin_strcmp (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2319 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2320 ,
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2321 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2322 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2323 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2324 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2325 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2326 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2327 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-44
2328 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2329 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
2330 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2331 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
0-24
2332 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-24
2333 argv[pos]
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-24
2334 ,
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2335 "-o"
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2336 )))); })
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2337 == 0)))
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2338 return value;
_extension__ (... return value;Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 24 times by 1 test
Evaluated by:
  • test
20-24
2339 advance (
executed 211 times by 1 test: vance (
Executed by:
  • test
211
2340 0-
2341 );-
2342 }-
2343}20
23440
2345-
2346-
2347-
2348-
2349static -
2350 _Bool-
2351-
2352expr (void)-
2353{-
2354 if (pos >= argc)-
2355 beyond ();
yond ();Description
TRUEnever evaluated
FALSEevaluated 211 times by 1 test
Evaluated by:
  • test
0-211
23560
2357 return or ();-
2358}211
2359-
2360-
2361static -
2362 _Bool-
2363-
2364test_unop (char const *op)-
2365{-
2366 if (op[0] != '-')-
2367 return
turnDescription
TRUEnever evaluated
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
turnDescription
TRUEnever evaluated
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2368 0
never executed: 0 ;
0
2369 ;
never executed: 0 ;
0
23700
2371 switch (op[1])-
2372 {-
2373 case 'a': case 'b': case 'c': case 'd': case 'e':-
2374 case
never executed: case 'f':
'f':
never executed: case 'f':
case
never executed: case 'g':
'g':
never executed: case 'g':
case
never executed: case 'h':
'h':
never executed: case 'h':
case
never executed: case 'k':
'k':
never executed: case 'k':
case
executed 1 time by 1 test: case 'n':
Executed by:
  • test
'n':
executed 1 time by 1 test: case 'n':
Executed by:
  • test
0-1
2375 case
never executed: case 'o':
'o':
never executed: case 'o':
case
executed 4 times by 1 test: case 'p':
Executed by:
  • test
'p':
executed 4 times by 1 test: case 'p':
Executed by:
  • test
case
executed 6 times by 1 test: case 'r':
Executed by:
  • test
'r':
executed 6 times by 1 test: case 'r':
Executed by:
  • test
case
executed 4 times by 1 test: case 's':
Executed by:
  • test
's':
executed 4 times by 1 test: case 's':
Executed by:
  • test
case
executed 5 times by 1 test: case 't':
Executed by:
  • test
't':
executed 5 times by 1 test: case 't':
Executed by:
  • test
0-6
2376 case
executed 1 time by 1 test: case 'u':
Executed by:
  • test
'u':
executed 1 time by 1 test: case 'u':
Executed by:
  • test
case
never executed: case 'w':
'w':
never executed: case 'w':
case
never executed: case 'x':
'x':
never executed: case 'x':
case
never executed: case 'z':
'z':
never executed: case 'z':
0-5
2377 case
executed 2 times by 1 test: case 'G':
Executed by:
  • test
'G':
executed 2 times by 1 test: case 'G':
Executed by:
  • test
case
executed 9 times by 1 test: case 'L':
Executed by:
  • test
'L':
executed 9 times by 1 test: case 'L':
Executed by:
  • test
case
never executed: case 'O':
'O':
never executed: case 'O':
case
executed 5 times by 1 test: case 'S':
Executed by:
  • test
'S':
executed 5 times by 1 test: case 'S':
Executed by:
  • test
case 'N':
0-9
2378 return
executed 1 time by 1 test: return
Executed by:
  • test
0-1
2379 1
executed 44 times by 1 test: 1 ; default:
Executed by:
  • test
44
2380 ;
executed 44 times by 1 test: 1 ; default:
Executed by:
  • test
44
2381 default:
executed 44 times by 1 test: 1 ; default:
Executed by:
  • test
44
2382 return
never executed: return
0
2383 0
never executed: 0 ; }
0
2384 ;
never executed: 0 ; }
0
2385 }
never executed: 0 ; }
0
2386}-
2387-
2388static -
2389 _Bool-
2390-
2391one_argument (void)-
2392{-
2393 return argv[pos++][0] != '\0';-
2394}64
2395-
2396static -
2397 _Bool-
2398-
2399two_arguments (void)-
2400{-
2401 -
2402 _Bool -
2403 value;-
2404-
2405 if ((-
2406 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2407 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2408 ) && __builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2409 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2410 ) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2411 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2412 ), __s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2413 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2414 ), (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2415 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2416 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2417 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2418 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2419 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2420 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2421 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2422 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2423 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2424 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2425 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2426 ) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2427 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2428 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2429 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2430 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2431 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2432 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2433 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2434 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2435 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2436 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2437 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2438 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2439 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2440 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2441 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2442 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2443 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2444 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2445 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2446 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2447 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2448 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2449 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2450 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2451 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2452 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2453 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2454 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!"
0-44
2455 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!"
0-44
2456 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2457 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2458 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2459 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2460 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2461 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2462 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2463 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2464 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2465 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2466 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2467 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2468 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2469 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2470 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2471 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2472 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2473 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2474 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2475 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2476 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2477 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-53
2478 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2479 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2480 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2481 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
0-44
2482 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-44
2483 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-44
2484 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2485 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2486 )))); })
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2487 == 0))
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2488 {
_extension__ (...); }) == 0)) {Description
TRUEevaluated 9 times by 1 test
Evaluated by:
  • test
FALSEevaluated 44 times by 1 test
Evaluated by:
  • test
9-44
2489 advance (-
2490 0-
2491 );-
2492 value = ! one_argument ();-
2493 }-
2494 els
executed 9 times by 1 test: s
Executed by:
  • test
e
if (argv[pos][0] == '-'
9
2495 &&
&& argv[pos][1] !=Description
TRUEevaluated 44 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
argv[pos][1] !=
&& argv[pos][1] !=Description
TRUEevaluated 44 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
'\0'
0-44
2496 && argv[pos][2] == '\0'
argv[pos][2] == '\0'Description
TRUEevaluated 44 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
)
0-44
2497 {0-44
2498 if (test_unop (argv[pos]))-
2499 value = unary_operator
lue = unary_operatorDescription
TRUEevaluated 44 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
();
0-44
2500 else
executed 44 times by 1 test: se
Executed by:
  • test
44
2501 test_syntax_error (-
2502 dcgettext (((void *)0),
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
2503 "%s: unary operator expected"
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
2504 , 5)
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
2505 , quote (argv[pos]));
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
2506 }
never executed: dcgettext (((void *)0), "%s: unary operator expected" , 5) , quote (argv[pos])); }
0
2507 else-
2508 beyond ();-
2509 return
never executed: turn (valu
(valu
never executed: turn (valu
e);
0
2510}53
2511-
2512static -
2513 _Bool-
2514-
2515three_arguments (void)-
2516{-
2517 -
2518 _Bool -
2519 value;-
2520-
2521 if (binop (argv[pos + 1]))-
2522 value = binary_operator
lue = binary_operatorDescription
TRUEevaluated 225 times by 1 test
Evaluated by:
  • test
FALSEevaluated 75 times by 1 test
Evaluated by:
  • test
(
75-225
2523 0
executed 225 times by 1 test: 0 ); else if ((
Executed by:
  • test
225
2524 );
executed 225 times by 1 test: 0 ); else if ((
Executed by:
  • test
225
2525 else if ((
executed 225 times by 1 test: 0 ); else if ((
Executed by:
  • test
225
2526 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2527 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2528 ) && __builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2529 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2530 ) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2531 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2532 ), __s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2533 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2534 ), (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2535 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2536 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2537 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2538 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2539 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2540 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2541 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2542 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2543 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2544 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2545 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2546 ) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2547 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2548 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2549 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2550 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2551 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2552 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2553 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2554 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2555 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2556 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2557 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2558 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2559 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2560 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2561 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2562 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2563 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2564 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2565 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2566 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2567 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2568 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2569 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
0-68
2570 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2571 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
0-68
2572 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2573 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
0-68
2574 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!"
0-68
2575 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!"
0-68
2576 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2577 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2578 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2579 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2580 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2581 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2582 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2583 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2584 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2585 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2586 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2587 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2588 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2589 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2590 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2591 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2592 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2593 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2594 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2595 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2596 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2597 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
0-75
2598 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2599 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
0-68
2600 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2601 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
0-68
2602 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-68
2603 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-68
2604 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2605 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2606 )))); })
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2607 == 0))
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2608 {
_extension__ (...); }) == 0)) {Description
TRUEevaluated 7 times by 1 test
Evaluated by:
  • test
FALSEevaluated 68 times by 1 test
Evaluated by:
  • test
7-68
2609 advance (-
2610 1-
2611 );-
2612 value = !two_arguments ();-
2613 }-
2614 els
executed 7 times by 1 test: s
Executed by:
  • test
e
if ((
7
2615 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2616 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2617 ) && __builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2618 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2619 ) && (__s1_len = __builtin_strlen (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2620 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2621 ), __s2_len = __builtin_strlen (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2622 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2623 ), (!((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2624 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2625 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2626 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2627 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2628 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2629 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2630 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2631 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2632 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2633 ,
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2634 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2635 ) : (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2636 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2637 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2638 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2639 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2640 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2641 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2642 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2643 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2644 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2645 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2646 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2647 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2648 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2649 ) == 1) ? __builtin_strcmp (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2650 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2651 ,
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2652 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2653 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2654 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2655 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2656 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2657 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2658 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
0-40
2659 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2660 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
0-40
2661 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2662 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
0-40
2663 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "("
0-40
2664 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "("
0-40
2665 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2666 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2667 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2668 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2669 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2670 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2671 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2672 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2673 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2674 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2675 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2676 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2677 ) == 1) ? __builtin_strcmp (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2678 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2679 ,
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2680 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2681 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2682 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2683 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2684 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2685 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2686 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
0-68
2687 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2688 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
0-40
2689 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2690 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
0-40
2691 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-40
2692 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-40
2693 ,
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2694 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2695 )))); })
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2696 == 0) && (
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
28-40
2697
_extension__ (... }) == 0) && (Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEevaluated 40 times by 1 test
Evaluated by:
  • test
__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-40
2698 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2699 ) && __builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2700 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2701 ) && (__s1_len = __builtin_strlen (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2702 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2703 ), __s2_len = __builtin_strlen (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2704 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2705 ), (!((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2706 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2707 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2708 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2709 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2710 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2711 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2712 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2713 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2714 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2715 ,
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2716 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2717 ) : (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2718 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2719 ) && ((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2720 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2721 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2722 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2723 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2724 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2725 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2726 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2727 ) && ((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2728 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2729 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2730 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2731 ) == 1) ? __builtin_strcmp (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2732 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2733 ,
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2734 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2735 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2736 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2737 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2738 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2739 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2740 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2741 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2742 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2743 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2744 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2745 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( ")"
0-28
2746 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( ")"
0-28
2747 ) && ((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2748 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2749 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2750 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2751 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2752 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2753 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2754 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2755 ) && ((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2756 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2757 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2758 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2759 ) == 1) ? __builtin_strcmp (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2760 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2761 ,
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2762 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2763 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2764 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2765 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2766 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2767 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2768 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2769 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2770 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2771 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2772 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2773 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + 2]
0-28
2774 argv[pos + 2]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + 2]
0-28
2775 ,
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2776 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2777 )))); })
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2778 == 0))
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2779 {
__extension__ ...); }) == 0)) {Description
TRUEevaluated 28 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-28
2780 advance (-
2781 0-
2782 );-
2783 value = one_argument ();-
2784 advance (-
2785 0-
2786 );-
2787 }-
2788 els
executed 28 times by 1 test: s
Executed by:
  • test
e
if ((
28
2789 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2790 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2791 ) && __builtin_constant_p (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2792 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2793 ) && (__s1_len = __builtin_strlen (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2794 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2795 ), __s2_len = __builtin_strlen (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2796 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2797 ), (!((size_t)(const void *)((
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2798 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2799 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2800 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2801 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2802 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2803 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2804 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2805 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2806 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2807 ,
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2808 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2809 ) : (__builtin_constant_p (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2810 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2811 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2812 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2813 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2814 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2815 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2816 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2817 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2818 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2819 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2820 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2821 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2822 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2823 ) == 1) ? __builtin_strcmp (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2824 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2825 ,
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2826 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2827 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2828 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2829 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2830 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2831 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2832 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
0-20
2833 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2834 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
0-20
2835 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2836 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
0-20
2837 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-a"
0-20
2838 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-a"
0-20
2839 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2840 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2841 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2842 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2843 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2844 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2845 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2846 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2847 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2848 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2849 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2850 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2851 ) == 1) ? __builtin_strcmp (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2852 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2853 ,
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2854 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2855 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2856 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2857 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2858 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2859 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2860 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
0-40
2861 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2862 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
0-40
2863 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2864 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
0-20
2865 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + 1]
0-20
2866 argv[pos + 1]
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + 1]
0-40
2867 ,
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2868 "-a"
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2869 )))); })
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2870 == 0) || (
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
20
2871
_extension__ (... }) == 0) || (Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEevaluated 20 times by 1 test
Evaluated by:
  • test
__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2872 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2873 ) && __builtin_constant_p (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2874 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2875 ) && (__s1_len = __builtin_strlen (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2876 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2877 ), __s2_len = __builtin_strlen (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2878 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2879 ), (!((size_t)(const void *)((
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2880 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2881 ) + 1) - (size_t)(const void *)(
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2882 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2883 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2884 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2885 ) + 1) - (size_t)(const void *)(
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2886 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2887 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2888 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2889 ,
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2890 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2891 ) : (__builtin_constant_p (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2892 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2893 ) && ((size_t)(const void *)((
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2894 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2895 ) + 1) - (size_t)(const void *)(
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2896 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2897 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2898 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2899 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2900 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2901 ) && ((size_t)(const void *)((
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2902 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2903 ) + 1) - (size_t)(const void *)(
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2904 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2905 ) == 1) ? __builtin_strcmp (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2906 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2907 ,
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2908 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2909 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2910 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2911 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2912 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2913 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2914 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2915 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2916 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2917 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2918 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2919 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-o"
0-20
2920 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "-o"
0-20
2921 ) && ((size_t)(const void *)((
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2922 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2923 ) + 1) - (size_t)(const void *)(
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2924 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2925 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2926 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2927 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2928 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2929 ) && ((size_t)(const void *)((
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2930 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2931 ) + 1) - (size_t)(const void *)(
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2932 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2933 ) == 1) ? __builtin_strcmp (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2934 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2935 ,
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2936 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2937 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2938 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2939 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2940 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2941 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2942 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2943 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2944 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2945 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2946 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2947 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + 1]
0-20
2948 argv[pos + 1]
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + 1]
0-20
2949 ,
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2950 "-o"
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2951 )))); })
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2952 == 0))
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2953 value = expr ();
__extension__ ...lue = expr ();Description
TRUEevaluated 20 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-20
2954 else
executed 40 times by 1 test: se
Executed by:
  • test
40
2955 test_syntax_error (-
2956 dcgettext (((void *)0),
never executed: dcgettext (((void *)0), "%s: binary operator expected" , 5) , quote (argv[pos+1])); return (value);
0
2957 "%s: binary operator expected"
never executed: dcgettext (((void *)0), "%s: binary operator expected" , 5) , quote (argv[pos+1])); return (value);
0
2958 , 5)
never executed: dcgettext (((void *)0), "%s: binary operator expected" , 5) , quote (argv[pos+1])); return (value);
0
2959 , quote (argv[pos+1]));
never executed: dcgettext (((void *)0), "%s: binary operator expected" , 5) , quote (argv[pos+1])); return (value);
0
2960 return (value);
never executed: dcgettext (((void *)0), "%s: binary operator expected" , 5) , quote (argv[pos+1])); return (value);
0
2961}299
2962-
2963-
2964static -
2965 _Bool-
2966-
2967posixtest (int nargs)-
2968{-
2969 -
2970 _Bool -
2971 value;-
2972-
2973 switch (nargs)-
2974 {-
2975 case 1:-
2976 value
executed 27 times by 2 tests: value
Executed by:
  • [
  • test
= one_argument ();
27
2977 break;-
297827
2979 case 2:-
2980 value
executed 43 times by 1 test: value
Executed by:
  • test
= two_arguments ();
43
2981 break;-
298243
2983 case 3:-
2984 value
executed 232 times by 1 test: value
Executed by:
  • test
= three_arguments ();
232
2985 break;-
2986231
2987 case 4:-
2988 if ((
executed 71 times by 1 test: if ((
Executed by:
  • test
71
2989 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2990 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2991 ) && __builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2992 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2993 ) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2994 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2995 ), __s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2996 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2997 ), (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2998 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
2999 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3000 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3001 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3002 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3003 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3004 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3005 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3006 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3007 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3008 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3009 ) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3010 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3011 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3012 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3013 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3014 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3015 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3016 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3017 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3018 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3019 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3020 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3021 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3022 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3023 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3024 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3025 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3026 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3027 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3028 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3029 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3030 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3031 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3032 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
0-68
3033 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3034 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
0-68
3035 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3036 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
0-68
3037 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!"
0-68
3038 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "!"
0-68
3039 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3040 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3041 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3042 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3043 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3044 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3045 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3046 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3047 ) && ((size_t)(const void *)((
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3048 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3049 ) + 1) - (size_t)(const void *)(
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3050 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3051 ) == 1) ? __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3052 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3053 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3054 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3055 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3056 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3057 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3058 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3059 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3060 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
0-71
3061 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3062 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
0-68
3063 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3064 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
0-68
3065 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-68
3066 argv[pos]
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-68
3067 ,
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3068 "!"
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3069 )))); })
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3070 == 0))
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3071 {
_extension__ (...); }) == 0)) {Description
TRUEevaluated 68 times by 1 test
Evaluated by:
  • test
FALSEevaluated 3 times by 1 test
Evaluated by:
  • test
3-68
3072 advance (-
3073 1-
3074 );-
3075 value = !three_arguments ();-
3076 break;-
3077 }68
3078 if ((-
3079 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3080 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3081 ) && __builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3082 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3083 ) && (__s1_len = __builtin_strlen (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3084 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3085 ), __s2_len = __builtin_strlen (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3086 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3087 ), (!((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3088 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3089 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3090 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3091 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3092 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3093 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3094 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3095 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3096 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3097 ,
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3098 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3099 ) : (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3100 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3101 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3102 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3103 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3104 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3105 ) == 1) && (__s1_len = __builtin_strlen (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3106 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3107 ), __s1_len < 4) ? (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3108 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3109 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3110 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3111 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3112 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3113 ) == 1) ? __builtin_strcmp (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3114 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3115 ,
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3116 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3117 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3118 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3119 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3120 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3121 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3122 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3123 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3124 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3125 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3126 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3127 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "("
0-3
3128 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( "("
0-3
3129 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3130 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3131 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3132 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3133 ) == 1) && (__s2_len = __builtin_strlen (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3134 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3135 ), __s2_len < 4) ? (__builtin_constant_p (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3136 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3137 ) && ((size_t)(const void *)((
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3138 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3139 ) + 1) - (size_t)(const void *)(
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3140 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3141 ) == 1) ? __builtin_strcmp (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3142 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3143 ,
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3144 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3145 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3146 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3147 ); int __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3148 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3149 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3150 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3151 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3152 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3153 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3154 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3155 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-3
3156 argv[pos]
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos]
0-3
3157 ,
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3158 "("
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3159 )))); })
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3160 == 0) && (
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3161
_extension__ (... }) == 0) && (Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3162 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3163 ) && __builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3164 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3165 ) && (__s1_len = __builtin_strlen (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3166 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3167 ), __s2_len = __builtin_strlen (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3168 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3169 ), (!((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3170 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3171 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3172 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3173 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3174 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3175 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3176 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3177 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3178 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3179 ,
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3180 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3181 ) : (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3182 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3183 ) && ((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3184 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3185 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3186 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3187 ) == 1) && (__s1_len = __builtin_strlen (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3188 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3189 ), __s1_len < 4) ? (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3190 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3191 ) && ((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3192 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3193 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3194 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3195 ) == 1) ? __builtin_strcmp (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3196 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3197 ,
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3198 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3199 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3200 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3201 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3202 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3203 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3204 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3205 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3206 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3207 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3208 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3209 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( ")"
0-3
3210 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ( ")"
0-3
3211 ) && ((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3212 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3213 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3214 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3215 ) == 1) && (__s2_len = __builtin_strlen (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3216 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3217 ), __s2_len < 4) ? (__builtin_constant_p (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3218 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3219 ) && ((size_t)(const void *)((
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3220 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3221 ) + 1) - (size_t)(const void *)(
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3222 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3223 ) == 1) ? __builtin_strcmp (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3224 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3225 ,
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3226 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3227 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3228 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3229 ); int __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3230 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3231 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3232 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3233 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3234 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3235 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3236 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3237 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + 3]
0-3
3238 argv[pos + 3]
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
never executed: ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( argv[pos + 3]
0-3
3239 ,
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3240 ")"
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3241 )))); })
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3242 == 0))
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3243 {
__extension__ ...); }) == 0)) {Description
TRUEevaluated 3 times by 1 test
Evaluated by:
  • test
FALSEnever evaluated
0-3
3244 advance (-
3245 0-
3246 );-
3247 value = two_arguments ();-
3248 advance (-
3249 0-
3250 );-
3251 break;-
3252 }3
3253 ((void) 0);-
3254 case 5:-
3255 default
executed 64 times by 1 test: default
Executed by:
  • test
code before this statement never executed: default
:
0-64
3256 if (na
executed 107 times by 1 test: if (na
Executed by:
  • test
rgs <= 0)
107
3257 abort ();
ort ();Description
TRUEnever evaluated
FALSEevaluated 171 times by 1 test
Evaluated by:
  • test
0-171
3258 value = exp
never executed: lue = exp
r ();
0
3259 }-
3260171
3261 return (value);-
3262}543
3263-
3264-
3265-
3266void-
3267usage (int status)-
3268{-
3269 if (status != -
3270 0
0Description
TRUEnever evaluated
FALSEevaluated 2 times by 1 test
Evaluated by:
  • [
0-2
3271
0Description
TRUEnever evaluated
FALSEevaluated 2 times by 1 test
Evaluated by:
  • [
)
0-2
3272 do { fprintf (-
3273 stderr-
3274 , -
3275 dcgettext (((void *)0), -
3276 "Try '%s --help' for more information.\n"-
3277 , 5)-
3278 , program_name); } while (0);-
3279 else0
3280 {-
3281 fputs_unlocked (-
3282 dcgettext (((void *)0), -
3283 "Usage: test EXPRESSION\n or: test\n or: [ EXPRESSION ]\n or: [ ]\n or: [ OPTION\n"-
3284 , 5)-
3285 ,-
3286 stdout-
3287 )-
3288-
3289-
3290-
3291-
3292-
3293 ;-
3294 fputs_unlocked (-
3295 dcgettext (((void *)0), -
3296 "Exit with the status determined by EXPRESSION.\n\n"-
3297 , 5)-
3298 ,-
3299 stdout-
3300 )-
3301-
3302-
3303 ;-
3304 fputs_unlocked (-
3305 dcgettext (((void *)0), -
3306 " --help display this help and exit\n"-
3307 , 5)-
3308 ,-
3309 stdout-
3310 );-
3311 fputs_unlocked (-
3312 dcgettext (((void *)0), -
3313 " --version output version information and exit\n"-
3314 , 5)-
3315 ,-
3316 stdout-
3317 );-
3318 fputs_unlocked (-
3319 dcgettext (((void *)0), -
3320 "\nAn omitted EXPRESSION defaults to false. Otherwise,\nEXPRESSION is true or false and sets exit status. It is one of:\n"-
3321 , 5)-
3322 ,-
3323 stdout-
3324 )-
3325-
3326-
3327-
3328 ;-
3329 fputs_unlocked (-
3330 dcgettext (((void *)0), -
3331 "\n ( EXPRESSION ) EXPRESSION is true\n ! EXPRESSION EXPRESSION is false\n EXPRESSION1 -a EXPRESSION2 both EXPRESSION1 and EXPRESSION2 are true\n EXPRESSION1 -o EXPRESSION2 either EXPRESSION1 or EXPRESSION2 is true\n"-
3332 , 5)-
3333 ,-
3334 stdout-
3335 )-
3336-
3337-
3338-
3339-
3340-
3341 ;-
3342 fputs_unlocked (-
3343 dcgettext (((void *)0), -
3344 "\n -n STRING the length of STRING is nonzero\n STRING equivalent to -n STRING\n -z STRING the length of STRING is zero\n STRING1 = STRING2 the strings are equal\n STRING1 != STRING2 the strings are not equal\n"-
3345 , 5)-
3346 ,-
3347 stdout-
3348 )-
3349-
3350-
3351-
3352-
3353-
3354-
3355 ;-
3356 fputs_unlocked (-
3357 dcgettext (((void *)0), -
3358 "\n INTEGER1 -eq INTEGER2 INTEGER1 is equal to INTEGER2\n INTEGER1 -ge INTEGER2 INTEGER1 is greater than or equal to INTEGER2\n INTEGER1 -gt INTEGER2 INTEGER1 is greater than INTEGER2\n INTEGER1 -le INTEGER2 INTEGER1 is less than or equal to INTEGER2\n INTEGER1 -lt INTEGER2 INTEGER1 is less than INTEGER2\n INTEGER1 -ne INTEGER2 INTEGER1 is not equal to INTEGER2\n"-
3359 , 5)-
3360 ,-
3361 stdout-
3362 )-
3363-
3364-
3365-
3366-
3367-
3368-
3369-
3370 ;-
3371 fputs_unlocked (-
3372 dcgettext (((void *)0), -
3373 "\n FILE1 -ef FILE2 FILE1 and FILE2 have the same device and inode numbers\n FILE1 -nt FILE2 FILE1 is newer (modification date) than FILE2\n FILE1 -ot FILE2 FILE1 is older than FILE2\n"-
3374 , 5)-
3375 ,-
3376 stdout-
3377 )-
3378-
3379-
3380-
3381-
3382 ;-
3383 fputs_unlocked (-
3384 dcgettext (((void *)0), -
3385 "\n -b FILE FILE exists and is block special\n -c FILE FILE exists and is character special\n -d FILE FILE exists and is a directory\n -e FILE FILE exists\n"-
3386 , 5)-
3387 ,-
3388 stdout-
3389 )-
3390-
3391-
3392-
3393-
3394-
3395 ;-
3396 fputs_unlocked (-
3397 dcgettext (((void *)0), -
3398 " -f FILE FILE exists and is a regular file\n -g FILE FILE exists and is set-group-ID\n -G FILE FILE exists and is owned by the effective group ID\n -h FILE FILE exists and is a symbolic link (same as -L)\n -k FILE FILE exists and has its sticky bit set\n"-
3399 , 5)-
3400 ,-
3401 stdout-
3402 )-
3403-
3404-
3405-
3406-
3407-
3408 ;-
3409 fputs_unlocked (-
3410 dcgettext (((void *)0), -
3411 " -L FILE FILE exists and is a symbolic link (same as -h)\n -O FILE FILE exists and is owned by the effective user ID\n -p FILE FILE exists and is a named pipe\n -r FILE FILE exists and read permission is granted\n -s FILE FILE exists and has a size greater than zero\n"-
3412 , 5)-
3413 ,-
3414 stdout-
3415 )-
3416-
3417-
3418-
3419-
3420-
3421 ;-
3422 fputs_unlocked (-
3423 dcgettext (((void *)0), -
3424 " -S FILE FILE exists and is a socket\n -t FD file descriptor FD is opened on a terminal\n -u FILE FILE exists and its set-user-ID bit is set\n -w FILE FILE exists and write permission is granted\n -x FILE FILE exists and execute (or search) permission is granted\n"-
3425 , 5)-
3426 ,-
3427 stdout-
3428 )-
3429-
3430-
3431-
3432-
3433-
3434 ;-
3435 fputs_unlocked (-
3436 dcgettext (((void *)0), -
3437 "\nExcept for -h and -L, all FILE-related tests dereference symbolic links.\nBeware that parentheses need to be escaped (e.g., by backslashes) for shells.\nINTEGER may also be -l STRING, which evaluates to the length of STRING.\n"-
3438 , 5)-
3439 ,-
3440 stdout-
3441 )-
3442-
3443-
3444-
3445-
3446 ;-
3447 fputs_unlocked (-
3448 dcgettext (((void *)0), -
3449 "\nNOTE: Binary -a and -o are inherently ambiguous. Use 'test EXPR1 && test\nEXPR2' or 'test EXPR1 || test EXPR2' instead.\n"-
3450 , 5)-
3451 ,-
3452 stdout-
3453 )-
3454-
3455-
3456-
3457 ;-
3458 fputs_unlocked (-
3459 dcgettext (((void *)0), -
3460 "\nNOTE: [ honors the --help and --version options, but test does not.\ntest treats each of those as it treats any other nonempty STRING.\n"-
3461 , 5)-
3462 ,-
3463 stdout-
3464 )-
3465-
3466-
3467-
3468 ;-
3469 printf (-
3470 dcgettext (((void *)0), -
3471 "\n" "NOTE: your shell may have its own version of %s, which usually supersedes\n" "the version described here. Please refer to your shell's documentation\n" "for details about the options it supports.\n"-
3472 , 5)-
3473 , -
3474 dcgettext (((void *)0), -
3475 "test and/or ["-
3476 , 5)-
3477 );-
3478 emit_ancillary_info ("test");-
3479 }-
3480 exi
executed 2 times by 1 test: i
Executed by:
  • [
t (status);
2
3481}2
3482int-
3483main (int margc, char **margv)-
3484{-
3485 -
3486 _Bool -
3487 value;-
3488 ;-
3489 set_program_name (margv[0]);-
3490 setlocale (-
3491 6-
3492 , "");-
3493 bindtextdomain ("coreutils", "/usr/local/share/locale");-
3494 textdomain ("coreutils");-
3495-
3496 initialize_exit_failure (TEST_FAILURE);-
3497 atexit (close_stdout);-
3498-
3499-
3500 argv = margv;-
3501-
3502 if (0)-
3503 {-
3504-
3505-
3506-
3507-
3508-
3509-
3510 if (margc == 2)
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3511 {
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3512 if ((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3513 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3514 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3515 ) && __builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3516 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3517 ) && (__s1_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3518 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3519 ), __s2_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3520 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3521 ), (!((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3522 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3523 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3524 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3525 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3526 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3527 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3528 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3529 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3530 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3531 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3532 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3533 ) : (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3534 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3535 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3536 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3537 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3538 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3539 ) == 1) && (__s1_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3540 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3541 ), __s1_len < 4) ? (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3542 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3543 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3544 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3545 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3546 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3547 ) == 1) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3548 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3549 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3550 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3551 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3552 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3553 ); int __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3554 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3555 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3556 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3557 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3558 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3559 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3560 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3561 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3562 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3563 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3564 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3565 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3566 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3567 ) == 1) && (__s2_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3568 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3569 ), __s2_len < 4) ? (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3570 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3571 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3572 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3573 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3574 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3575 ) == 1) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3576 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3577 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3578 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3579 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3580 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3581 ); int __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3582 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3583 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3584 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3585 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3586 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3587 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3588 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3589 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3590 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3591 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3592 "--help"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3593 )))); })
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3594 == 0))
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3595 usage (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3596 0
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3597 );
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3598-
3599 if ((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3600 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3601 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3602 ) && __builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3603 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3604 ) && (__s1_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3605 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3606 ), __s2_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3607 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3608 ), (!((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3609 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3610 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3611 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3612 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3613 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3614 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3615 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3616 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3617 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3618 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3619 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3620 ) : (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3621 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3622 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3623 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3624 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3625 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3626 ) == 1) && (__s1_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3627 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3628 ), __s1_len < 4) ? (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3629 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3630 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3631 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3632 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3633 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3634 ) == 1) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3635 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3636 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3637 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3638 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3639 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3640 ); int __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3641 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3642 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3643 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3644 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3645 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3646 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3647 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3648 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3649 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3650 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3651 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3652 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3653 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3654 ) == 1) && (__s2_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3655 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3656 ), __s2_len < 4) ? (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3657 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3658 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3659 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3660 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3661 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3662 ) == 1) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3663 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3664 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3665 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3666 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3667 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3668 ); int __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3669 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3670 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3671 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3672 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3673 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3674 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3675 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3676 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3677 margv[1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3678 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3679 "--version"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3680 )))); })
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3681 == 0))
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3682 {
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3683 version_etc (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3684 stdout
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3685 , "test", "GNU coreutils", Version, ("Kevin Braunsdorf"), ("Matthew Bradburn"),
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3686 (char *)
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3687 ((void *)0)
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3688 );
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3689 return
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3690 0
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3691 ;
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3692 }
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3693 }
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3694 if (margc < 2 || !(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3695 __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3696 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3697 ) && __builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3698 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3699 ) && (__s1_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3700 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3701 ), __s2_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3702 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3703 ), (!((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3704 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3705 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3706 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3707 ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3708 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3709 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3710 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3711 ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3712 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3713 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3714 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3715 ) : (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3716 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3717 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3718 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3719 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3720 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3721 ) == 1) && (__s1_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3722 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3723 ), __s1_len < 4) ? (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3724 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3725 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3726 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3727 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3728 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3729 ) == 1) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3730 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3731 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3732 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3733 ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3734 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3735 ); int __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3736 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3737 ))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3738 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3739 ))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3740 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3741 ))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3742 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3743 ))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3744 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3745 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3746 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3747 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3748 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3749 ) == 1) && (__s2_len = __builtin_strlen (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3750 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3751 ), __s2_len < 4) ? (__builtin_constant_p (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3752 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3753 ) && ((size_t)(const void *)((
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3754 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3755 ) + 1) - (size_t)(const void *)(
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3756 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3757 ) == 1) ? __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3758 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3759 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3760 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3761 ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3762 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3763 ); int __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3764 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3765 ))[0] - __s2[0]); if (__s2_len > 0 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3766 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3767 ))[1] - __s2[1]); if (__s2_len > 1 && __result == 0) { __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3768 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3769 ))[2] - __s2[2]); if (__s2_len > 2 && __result == 0) __result = (((const unsigned char *) (const char *) (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3770 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3771 ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3772 margv[margc - 1]
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3773 ,
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3774 "]"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3775 )))); })
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3776 == 0))
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3777 test_syntax_error (
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3778 dcgettext (((void *)0),
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3779 "missing %s"
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3780 , 5)
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3781 , quote ("]"));
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3782-
3783 --margc;
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3784 }
dead code: if (margc == 2) { if (( __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p ( margv[1] ) && __builtin_constant_p ( "--help" ) && (__s1_len = __builtin_strlen ( margv[1] ), __s2_len = __builtin_strlen ( "--help" ), (!((size_t)(const void *)((...esult == 0) __result = (((const unsigned char *) (const char *) ( "]" ))[3] - __s2[3]); } } __result; }))) : __builtin_strcmp ( margv[margc - 1] , "]" )))); }) == 0)) test_syntax_error ( dcgettext (((void *)0), "missing %s" , 5) , quote ("]")); --margc; }
-
3785-
3786 argc = margc;-
3787 pos = 1;-
3788-
3789 if (pos >= argc)-
3790 return
turn TEST_FDescription
TRUEevaluated 1 time by 1 test
Evaluated by:
  • test
FALSEevaluated 373 times by 2 tests
Evaluated by:
  • [
  • test
TEST_F
turn TEST_FDescription
TRUEevaluated 1 time by 1 test
Evaluated by:
  • test
FALSEevaluated 373 times by 2 tests
Evaluated by:
  • [
  • test
ALSE;
1-373
37911
3792 value = posixtest (argc - 1);-
3793-
3794 if (pos != argc)-
3795 test_syntax_e
st_syntax_eDescription
TRUEevaluated 1 time by 1 test
Evaluated by:
  • test
FALSEevaluated 371 times by 2 tests
Evaluated by:
  • [
  • test
rror (
1-371
3796 dcgettext (((void *)0),
executed 1 time by 1 test: dcgettext (((void *)0), "extra argument %s" , 5) , quote (argv[pos]));
Executed by:
  • test
1
3797 "extra argument %s"
executed 1 time by 1 test: dcgettext (((void *)0), "extra argument %s" , 5) , quote (argv[pos]));
Executed by:
  • test
1
3798 , 5)
executed 1 time by 1 test: dcgettext (((void *)0), "extra argument %s" , 5) , quote (argv[pos]));
Executed by:
  • test
1
3799 , quote (argv[pos]));
executed 1 time by 1 test: dcgettext (((void *)0), "extra argument %s" , 5) , quote (argv[pos]));
Executed by:
  • test
1
38001
3801 return value ? TEST_TRUE : TEST_FALSE;-
3802}371
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2