| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | | - |
| 12 | | - |
| 13 | | - |
| 14 | | - |
| 15 | | - |
| 16 | | - |
| 17 | static int path_is_devfd (const char *); | - |
| 18 | static int sh_stataccess (const char *, int); | - |
| 19 | | - |
| 20 | static int sh_euidaccess (const char *, int); | - |
| 21 | | - |
| 22 | | - |
| 23 | static int | - |
| 24 | path_is_devfd (path) | - |
| 25 | const char *path; | - |
| 26 | { | - |
| 27 | if (path[0] == '/'| TRUE | evaluated 260 times by 1 test | | FALSE | evaluated 4 times by 1 test |
&& path[1] == 'd'| TRUE | evaluated 22 times by 1 test | | FALSE | evaluated 238 times by 1 test |
&& | 4-260 |
| 28 | (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
__extension__ (__builtin_constant_p (| TRUE | evaluated 22 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 29 | 8| TRUE | evaluated 22 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 30 | )| TRUE | evaluated 22 times by 1 test | | FALSE | never evaluated |
&& ((__builtin_constant_p (| TRUE | never evaluated | | FALSE | evaluated 22 times by 1 test |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 31 | path| TRUE | never evaluated | | FALSE | evaluated 22 times by 1 test |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 32 | )| TRUE | never evaluated | | FALSE | evaluated 22 times by 1 test |
&& strlen (| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 33 | path| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 34 | ) < ((size_t) (| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 35 | 8| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 36 | ))| TRUE | never evaluated | | FALSE | never evaluated |
) || (__builtin_constant_p (| TRUE | evaluated 22 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 37 | "/dev/fd/"| TRUE | evaluated 22 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 38 | )| TRUE | evaluated 22 times by 1 test | | FALSE | never evaluated |
&& strlen (| TRUE | never evaluated | | FALSE | evaluated 22 times by 1 test |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 39 | "/dev/fd/"| TRUE | never evaluated | | FALSE | evaluated 22 times by 1 test |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 40 | ) < ((size_t) (| TRUE | never evaluated | | FALSE | evaluated 22 times by 1 test |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 41 | 8| TRUE | never evaluated | | FALSE | evaluated 22 times by 1 test |
| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 42 | ))| TRUE | never evaluated | | FALSE | evaluated 22 times by 1 test |
)) ? __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-22 |
| 43 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 44 | ) && __builtin_constant_p (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 45 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 46 | ) && (__s1_len = __builtin_strlen (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 47 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 48 | ), __s2_len = __builtin_strlen (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 49 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 50 | ), (!((size_t)(const void *)((| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 51 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 52 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 53 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 54 | ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 55 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 56 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 57 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 58 | ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 59 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 60 | , | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 61 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 62 | ) : (__builtin_constant_p (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 63 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 64 | ) && ((size_t)(const void *)((| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 65 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 66 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 67 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 68 | ) == 1) && (__s1_len = __builtin_strlen (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 69 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 70 | ), __s1_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 71 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 72 | ) && ((size_t)(const void *)((| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 73 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 74 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 75 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 76 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 77 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 78 | , | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 79 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 80 | ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 81 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 82 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 83 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 84 | ))[0] - __s2[0]); if (__s1_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 85 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 86 | ))[1] - __s2[1]); if (__s1_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 87 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 88 | ))[2] - __s2[2]); if (__s1_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 89 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); | 0-18 |
| 90 | ))[3] - __s2[3]);| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : (__builtin_constant_p (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 91 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 92 | ) && ((size_t)(const void *)((| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 93 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 94 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 95 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 96 | ) == 1) && (__s2_len = __builtin_strlen (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 97 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 98 | ), __s2_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 99 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 100 | ) && ((size_t)(const void *)((| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 101 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 102 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 103 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 104 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 105 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 106 | , | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 107 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 108 | ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 109 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 110 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 111 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 112 | ))[0] - __s2[0]); if (__s2_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 113 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 114 | ))[1] - __s2[1]); if (__s2_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 115 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 116 | ))[2] - __s2[2]); if (__s2_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( "/dev/fd/" ))[3] - __s2[3]); | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 117 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( "/dev/fd/" ))[3] - __s2[3]); | 0-18 |
| 118 | ))[3] - __s2[3]);| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( "/dev/fd/" ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : __builtin_strcmp (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 0-18 |
| 119 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 120 | , | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 121 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 122 | )))); }) : strncmp (| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 123 | path| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 124 | , | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 125 | "/dev/fd/"| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 126 | , | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 127 | 8| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 128 | ))) | TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-18 |
| 129 | == 0| TRUE | evaluated 18 times by 1 test | | FALSE | evaluated 4 times by 1 test |
) | 4-18 |
| 130 | returnexecuted 18 times by 1 test: return 1; 1;executed 18 times by 1 test: return 1; | 18 |
| 131 | else if (((| TRUE | never evaluated | | FALSE | evaluated 246 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| TRUE | never evaluated | | FALSE | evaluated 246 times by 1 test |
8 == 0)| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| TRUE | never evaluated | | FALSE | evaluated 246 times by 1 test |
? (1) : ((| TRUE | evaluated 242 times by 1 test | | FALSE | evaluated 4 times by 1 test |
path)[0] == ("/dev/std")[0]| TRUE | evaluated 242 times by 1 test | | FALSE | evaluated 4 times by 1 test |
&& | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-246 |
| 132 | (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
__extension__ (__builtin_constant_p (| TRUE | evaluated 242 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 133 | 8| TRUE | evaluated 242 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 134 | )| TRUE | evaluated 242 times by 1 test | | FALSE | never evaluated |
&& ((__builtin_constant_p (| TRUE | never evaluated | | FALSE | evaluated 242 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 135 | path| TRUE | never evaluated | | FALSE | evaluated 242 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 136 | )| TRUE | never evaluated | | FALSE | evaluated 242 times by 1 test |
&& strlen (| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 137 | path| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 138 | ) < ((size_t) (| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 139 | 8| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 140 | ))| TRUE | never evaluated | | FALSE | never evaluated |
) || (__builtin_constant_p (| TRUE | evaluated 242 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 141 | "/dev/std"| TRUE | evaluated 242 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 142 | )| TRUE | evaluated 242 times by 1 test | | FALSE | never evaluated |
&& strlen (| TRUE | never evaluated | | FALSE | evaluated 242 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 143 | "/dev/std"| TRUE | never evaluated | | FALSE | evaluated 242 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 144 | ) < ((size_t) (| TRUE | never evaluated | | FALSE | evaluated 242 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 145 | 8| TRUE | never evaluated | | FALSE | evaluated 242 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 146 | ))| TRUE | never evaluated | | FALSE | evaluated 242 times by 1 test |
)) ? __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 147 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 148 | ) && __builtin_constant_p (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 149 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 150 | ) && (__s1_len = __builtin_strlen (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 151 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 152 | ), __s2_len = __builtin_strlen (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 153 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 154 | ), (!((size_t)(const void *)((| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 155 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 156 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 157 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 158 | ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 159 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 160 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 161 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 162 | ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 163 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 164 | , | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 165 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 166 | ) : (__builtin_constant_p (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 167 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 168 | ) && ((size_t)(const void *)((| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 169 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 170 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 171 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 172 | ) == 1) && (__s1_len = __builtin_strlen (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 173 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 174 | ), __s1_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 175 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 176 | ) && ((size_t)(const void *)((| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 177 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 178 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 179 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 180 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 181 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 182 | , | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 183 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 184 | ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 185 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 186 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 187 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 188 | ))[0] - __s2[0]); if (__s1_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 189 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 190 | ))[1] - __s2[1]); if (__s1_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 191 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 192 | ))[2] - __s2[2]); if (__s1_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 193 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); | 0-243 |
| 194 | ))[3] - __s2[3]);| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : (__builtin_constant_p (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 195 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 196 | ) && ((size_t)(const void *)((| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 197 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 198 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 199 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 200 | ) == 1) && (__s2_len = __builtin_strlen (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 201 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 202 | ), __s2_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 203 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 204 | ) && ((size_t)(const void *)((| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 205 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 206 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 207 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 208 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 209 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 210 | , | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 211 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 212 | ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 213 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 214 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 215 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 216 | ))[0] - __s2[0]); if (__s2_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 217 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 218 | ))[1] - __s2[1]); if (__s2_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 219 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 220 | ))[2] - __s2[2]); if (__s2_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( "/dev/std" ))[3] - __s2[3]); | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 221 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( "/dev/std" ))[3] - __s2[3]); | 0-243 |
| 222 | ))[3] - __s2[3]);| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( "/dev/std" ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : __builtin_strcmp (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 0-243 |
| 223 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 224 | , | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 225 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 226 | )))); }) : strncmp (| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 227 | path| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 228 | , | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 229 | "/dev/std"| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 230 | , | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 231 | 8| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 232 | ))) | TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
| 3-243 |
| 233 | == 0| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 239 times by 1 test |
))| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 243 times by 1 test |
) | 3-243 |
| 234 | { | - |
| 235 | if (((| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 2 times by 1 test |
path+8)[0] == ("in")[0]| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 2 times by 1 test |
&& | 1-2 |
| 236 | __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 237 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 238 | ) && __builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 239 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 240 | ) && (__s1_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 241 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 242 | ), __s2_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 243 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 244 | ), (!((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 245 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 246 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 247 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 248 | ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 249 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 250 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 251 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 252 | ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 253 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 254 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 255 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 256 | ) : (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 257 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 258 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 259 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 260 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 261 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 262 | ) == 1) && (__s1_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 263 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 264 | ), __s1_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 265 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 266 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 267 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 268 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 269 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 270 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 271 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 272 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 273 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 274 | ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 275 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 276 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 277 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 278 | ))[0] - __s2[0]); if (__s1_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 279 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 280 | ))[1] - __s2[1]); if (__s1_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 281 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 282 | ))[2] - __s2[2]); if (__s1_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 283 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); | 0-1 |
| 284 | ))[3] - __s2[3]);| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 285 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 286 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 287 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 288 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 289 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 290 | ) == 1) && (__s2_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 291 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 292 | ), __s2_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 293 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 294 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 295 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 296 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 297 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 298 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 299 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 300 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 301 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 302 | ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 303 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 304 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 305 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 306 | ))[0] - __s2[0]); if (__s2_len > 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& __result == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 307 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 308 | ))[1] - __s2[1]); if (__s2_len > 1| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& __result == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 309 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 310 | ))[2] - __s2[2]); if (__s2_len > 2| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( "in" ))[3] - __s2[3]); | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 311 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
never executed: __result = (((const unsigned char *) (const char *) ( "in" ))[3] - __s2[3]); | 0-1 |
| 312 | ))[3] - __s2[3]);| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
never executed: __result = (((const unsigned char *) (const char *) ( "in" ))[3] - __s2[3]); }executed 1 time by 1 test: end of block }executed 1 time by 1 test: end of block __result; }))) : __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 313 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 314 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 315 | "in"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 316 | )))); }) | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 317 | == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) || ((| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1 time by 1 test |
path+8)[0] == ("out")[0]| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1 time by 1 test |
&& | 0-1 |
| 318 | __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 319 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 320 | ) && __builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 321 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 322 | ) && (__s1_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 323 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 324 | ), __s2_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 325 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 326 | ), (!((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 327 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 328 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 329 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 330 | ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 331 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 332 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 333 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 334 | ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 335 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 336 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 337 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 338 | ) : (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 339 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 340 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 341 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 342 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 343 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 344 | ) == 1) && (__s1_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 345 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 346 | ), __s1_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 347 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 348 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 349 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 350 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 351 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 352 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 353 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 354 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 355 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 356 | ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 357 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 358 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 359 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 360 | ))[0] - __s2[0]); if (__s1_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 361 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 362 | ))[1] - __s2[1]); if (__s1_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 363 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 364 | ))[2] - __s2[2]); if (__s1_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 365 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); | 0-1 |
| 366 | ))[3] - __s2[3]);| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 367 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 368 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 369 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 370 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 371 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 372 | ) == 1) && (__s2_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 373 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 374 | ), __s2_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 375 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 376 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 377 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 378 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 379 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 380 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 381 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 382 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 383 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 384 | ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 385 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 386 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 387 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 388 | ))[0] - __s2[0]); if (__s2_len > 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& __result == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 389 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 390 | ))[1] - __s2[1]); if (__s2_len > 1| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& __result == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 391 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 392 | ))[2] - __s2[2]); if (__s2_len > 2| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& __result == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (executed 1 time by 1 test: __result = (((const unsigned char *) (const char *) ( "out" ))[3] - __s2[3]); | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 393 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
executed 1 time by 1 test: __result = (((const unsigned char *) (const char *) ( "out" ))[3] - __s2[3]); | 0-1 |
| 394 | ))[3] - __s2[3]);| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
executed 1 time by 1 test: __result = (((const unsigned char *) (const char *) ( "out" ))[3] - __s2[3]); }executed 1 time by 1 test: end of block }executed 1 time by 1 test: end of block __result; }))) : __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 395 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 396 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 397 | "out"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 398 | )))); }) | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 399 | == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) || ((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
path+8)[0] == ("err")[0]| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& | 0-1 |
| 400 | __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 401 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 402 | ) && __builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 403 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 404 | ) && (__s1_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 405 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 406 | ), __s2_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 407 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 408 | ), (!((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 409 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 410 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 411 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 412 | ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 413 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 414 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 415 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 416 | ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 417 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 418 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 419 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 420 | ) : (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 421 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 422 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 423 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 424 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 425 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 426 | ) == 1) && (__s1_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 427 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 428 | ), __s1_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 429 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 430 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 431 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 432 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 433 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 434 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 435 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 436 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 437 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 438 | ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 439 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 440 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 441 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 442 | ))[0] - __s2[0]); if (__s1_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 443 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 444 | ))[1] - __s2[1]); if (__s1_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 445 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 446 | ))[2] - __s2[2]); if (__s1_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 447 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); | 0-1 |
| 448 | ))[3] - __s2[3]);| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
never executed: __result = (((const unsigned char *) (const char *) ( path+8 ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 449 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 450 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 451 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 452 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 453 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 454 | ) == 1) && (__s2_len = __builtin_strlen (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 455 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 456 | ), __s2_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 457 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 458 | ) && ((size_t)(const void *)((| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 459 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 460 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 461 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 462 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 463 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 464 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 465 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 466 | ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 467 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 468 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 469 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 470 | ))[0] - __s2[0]); if (__s2_len > 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& __result == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 471 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 472 | ))[1] - __s2[1]); if (__s2_len > 1| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& __result == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 473 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 474 | ))[2] - __s2[2]); if (__s2_len > 2| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
&& __result == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (executed 1 time by 1 test: __result = (((const unsigned char *) (const char *) ( "err" ))[3] - __s2[3]); | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 475 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
executed 1 time by 1 test: __result = (((const unsigned char *) (const char *) ( "err" ))[3] - __s2[3]); | 0-1 |
| 476 | ))[3] - __s2[3]);| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
executed 1 time by 1 test: __result = (((const unsigned char *) (const char *) ( "err" ))[3] - __s2[3]); }executed 1 time by 1 test: end of block }executed 1 time by 1 test: end of block __result; }))) : __builtin_strcmp (| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 477 | path+8| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 478 | , | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 479 | "err"| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 480 | )))); }) | TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 481 | == 0| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
)) | 0-1 |
| 482 | returnexecuted 3 times by 1 test: return 1; 1;executed 3 times by 1 test: return 1; | 3 |
| 483 | else | - |
| 484 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 485 | } | - |
| 486 | else | - |
| 487 | returnexecuted 243 times by 1 test: return 0; 0;executed 243 times by 1 test: return 0; | 243 |
| 488 | } | - |
| 489 | | - |
| 490 | | - |
| 491 | | - |
| 492 | int | - |
| 493 | sh_stat (path, finfo) | - |
| 494 | const char *path; | - |
| 495 | struct stat *finfo; | - |
| 496 | { | - |
| 497 | static char *pbuf = 0; | - |
| 498 | | - |
| 499 | if (*| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 225 times by 1 test |
path == '\0'| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 225 times by 1 test |
) | 2-225 |
| 500 | { | - |
| 501 | | - |
| 502 | (*__errno_location ()) | - |
| 503 | = | - |
| 504 | 2 | - |
| 505 | ; | - |
| 506 | returnexecuted 2 times by 1 test: return (-1); (-1);executed 2 times by 1 test: return (-1); | 2 |
| 507 | } | - |
| 508 | if (path[0] == '/'| TRUE | evaluated 199 times by 1 test | | FALSE | evaluated 26 times by 1 test |
&& path[1] == 'd'| TRUE | evaluated 31 times by 1 test | | FALSE | evaluated 168 times by 1 test |
&& | 26-199 |
| 509 | (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
__extension__ (__builtin_constant_p (| TRUE | evaluated 31 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 510 | 8| TRUE | evaluated 31 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 511 | )| TRUE | evaluated 31 times by 1 test | | FALSE | never evaluated |
&& ((__builtin_constant_p (| TRUE | never evaluated | | FALSE | evaluated 31 times by 1 test |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 512 | path| TRUE | never evaluated | | FALSE | evaluated 31 times by 1 test |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 513 | )| TRUE | never evaluated | | FALSE | evaluated 31 times by 1 test |
&& strlen (| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 514 | path| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 515 | ) < ((size_t) (| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 516 | 8| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 517 | ))| TRUE | never evaluated | | FALSE | never evaluated |
) || (__builtin_constant_p (| TRUE | evaluated 31 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 518 | "/dev/fd/"| TRUE | evaluated 31 times by 1 test | | FALSE | never evaluated |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 519 | )| TRUE | evaluated 31 times by 1 test | | FALSE | never evaluated |
&& strlen (| TRUE | never evaluated | | FALSE | evaluated 31 times by 1 test |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 520 | "/dev/fd/"| TRUE | never evaluated | | FALSE | evaluated 31 times by 1 test |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 521 | ) < ((size_t) (| TRUE | never evaluated | | FALSE | evaluated 31 times by 1 test |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 522 | 8| TRUE | never evaluated | | FALSE | evaluated 31 times by 1 test |
| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 523 | ))| TRUE | never evaluated | | FALSE | evaluated 31 times by 1 test |
)) ? __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-31 |
| 524 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 525 | ) && __builtin_constant_p (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 526 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 527 | ) && (__s1_len = __builtin_strlen (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 528 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 529 | ), __s2_len = __builtin_strlen (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 530 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 531 | ), (!((size_t)(const void *)((| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 532 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 533 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 534 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 535 | ) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 536 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 537 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 538 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 539 | ) == 1) || __s2_len >= 4)) ? __builtin_strcmp (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 540 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 541 | , | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 542 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 543 | ) : (__builtin_constant_p (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 544 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 545 | ) && ((size_t)(const void *)((| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 546 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 547 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 548 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 549 | ) == 1) && (__s1_len = __builtin_strlen (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 550 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 551 | ), __s1_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 552 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 553 | ) && ((size_t)(const void *)((| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 554 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 555 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 556 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 557 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 558 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 559 | , | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 560 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 561 | ) : (__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 562 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 563 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 564 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 565 | ))[0] - __s2[0]); if (__s1_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 566 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 567 | ))[1] - __s2[1]); if (__s1_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 568 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 569 | ))[2] - __s2[2]); if (__s1_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 570 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); | 0-20 |
| 571 | ))[3] - __s2[3]);| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( path ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : (__builtin_constant_p (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 572 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 573 | ) && ((size_t)(const void *)((| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 574 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 575 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 576 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 577 | ) == 1) && (__s2_len = __builtin_strlen (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 578 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 579 | ), __s2_len < 4) ? (__builtin_constant_p (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 580 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 581 | ) && ((size_t)(const void *)((| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 582 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 583 | ) + 1) - (size_t)(const void *)(| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 584 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 585 | ) == 1) ? __builtin_strcmp (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 586 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 587 | , | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 588 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 589 | ) : -(__extension__ ({ const unsigned char *__s2 = (const unsigned char *) (const char *) (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 590 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 591 | ); int __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 592 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 593 | ))[0] - __s2[0]); if (__s2_len > 0| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 594 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 595 | ))[1] - __s2[1]); if (__s2_len > 1| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { __result = (((const unsigned char *) (const char *) (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 596 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 597 | ))[2] - __s2[2]); if (__s2_len > 2| TRUE | never evaluated | | FALSE | never evaluated |
&& __result == 0| TRUE | never evaluated | | FALSE | never evaluated |
) __result = (((const unsigned char *) (const char *) (never executed: __result = (((const unsigned char *) (const char *) ( "/dev/fd/" ))[3] - __s2[3]); | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 598 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( "/dev/fd/" ))[3] - __s2[3]); | 0-20 |
| 599 | ))[3] - __s2[3]);| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
never executed: __result = (((const unsigned char *) (const char *) ( "/dev/fd/" ))[3] - __s2[3]); }never executed: end of block }never executed: end of block __result; }))) : __builtin_strcmp (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 0-20 |
| 600 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 601 | , | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 602 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 603 | )))); }) : strncmp (| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 604 | path| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 605 | , | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 606 | "/dev/fd/"| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 607 | , | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 608 | 8| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 609 | ))) | TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
| 11-20 |
| 610 | == 0| TRUE | evaluated 20 times by 1 test | | FALSE | evaluated 11 times by 1 test |
) | 11-20 |
| 611 | { | - |
| 612 | pbuf = sh_xrealloc((pbuf), (sizeof ("/dev/fd/") + strlen (path + 8)), "eaccess.c", 113); | - |
| 613 | strcpy (pbuf, "/dev/fd/"); | - |
| 614 | strcat (pbuf, path + 8); | - |
| 615 | returnexecuted 20 times by 1 test: return (stat (pbuf, finfo)); (stat (pbuf, finfo));executed 20 times by 1 test: return (stat (pbuf, finfo)); | 20 |
| 616 | | - |
| 617 | } | - |
| 618 | returnexecuted 205 times by 1 test: return (stat (path, finfo)); (stat (path, finfo));executed 205 times by 1 test: return (stat (path, finfo)); | 205 |
| 619 | } | - |
| 620 | | - |
| 621 | | - |
| 622 | | - |
| 623 | | - |
| 624 | static int | - |
| 625 | sh_stataccess (path, mode) | - |
| 626 | const char *path; | - |
| 627 | int mode; | - |
| 628 | { | - |
| 629 | struct stat st; | - |
| 630 | | - |
| 631 | if (sh_stat (path, &st) < 0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 20 times by 1 test |
) | 1-20 |
| 632 | returnexecuted 1 time by 1 test: return (-1); (-1);executed 1 time by 1 test: return (-1); | 1 |
| 633 | | - |
| 634 | if (current_user.euid == 0| TRUE | never evaluated | | FALSE | evaluated 20 times by 1 test |
) | 0-20 |
| 635 | { | - |
| 636 | | - |
| 637 | if ((| TRUE | never evaluated | | FALSE | never evaluated |
mode & | TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 638 | 1| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 639 | ) == 0| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 640 | return never executed: return (0); (0);never executed: return (0); | 0 |
| 641 | | - |
| 642 | | - |
| 643 | | - |
| 644 | if (st.st_mode & (| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 645 | 0100 | TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 646 | | | TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 647 | (0100 >> 3) | TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 648 | | | TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 649 | ((0100 >> 3) >> 3)| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 650 | )| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 651 | return never executed: return (0); (0);never executed: return (0); | 0 |
| 652 | } never executed: end of block | 0 |
| 653 | | - |
| 654 | if (st.st_uid == current_user.euid| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 8 times by 1 test |
) | 8-12 |
| 655 | mode <<= 6;executed 12 times by 1 test: mode <<= 6; | 12 |
| 656 | else if (group_member (st.st_gid)| TRUE | never evaluated | | FALSE | evaluated 8 times by 1 test |
) | 0-8 |
| 657 | mode <<= 3; never executed: mode <<= 3; | 0 |
| 658 | | - |
| 659 | if (st.st_mode & mode| TRUE | evaluated 20 times by 1 test | | FALSE | never evaluated |
) | 0-20 |
| 660 | returnexecuted 20 times by 1 test: return (0); (0);executed 20 times by 1 test: return (0); | 20 |
| 661 | | - |
| 662 | | - |
| 663 | (*__errno_location ()) | - |
| 664 | = | - |
| 665 | 13 | - |
| 666 | ; | - |
| 667 | return never executed: return (-1); (-1);never executed: return (-1); | 0 |
| 668 | } | - |
| 669 | | - |
| 670 | | - |
| 671 | | - |
| 672 | | - |
| 673 | static int | - |
| 674 | sh_euidaccess (path, mode) | - |
| 675 | const char *path; | - |
| 676 | int mode; | - |
| 677 | { | - |
| 678 | int r, e; | - |
| 679 | | - |
| 680 | if (current_user.uid != current_user.euid| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 681 | setreuid (current_user.euid, current_user.uid); never executed: setreuid (current_user.euid, current_user.uid); | 0 |
| 682 | if (current_user.gid != current_user.egid| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 683 | setregid (current_user.egid, current_user.gid); never executed: setregid (current_user.egid, current_user.gid); | 0 |
| 684 | | - |
| 685 | r = access (path, mode); | - |
| 686 | e = | - |
| 687 | (*__errno_location ()) | - |
| 688 | ; | - |
| 689 | | - |
| 690 | if (current_user.uid != current_user.euid| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 691 | setreuid (current_user.uid, current_user.euid); never executed: setreuid (current_user.uid, current_user.euid); | 0 |
| 692 | if (current_user.gid != current_user.egid| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 693 | setregid (current_user.gid, current_user.egid); never executed: setregid (current_user.gid, current_user.egid); | 0 |
| 694 | | - |
| 695 | | - |
| 696 | (*__errno_location ()) | - |
| 697 | = e; | - |
| 698 | return never executed: return r; r;never executed: return r; | 0 |
| 699 | } | - |
| 700 | | - |
| 701 | | - |
| 702 | int | - |
| 703 | sh_eaccess (path, mode) | - |
| 704 | const char *path; | - |
| 705 | int mode; | - |
| 706 | { | - |
| 707 | int ret; | - |
| 708 | | - |
| 709 | if (path_is_devfd (path)| TRUE | evaluated 21 times by 1 test | | FALSE | evaluated 243 times by 1 test |
) | 21-243 |
| 710 | returnexecuted 21 times by 1 test: return (sh_stataccess (path, mode)); (sh_stataccess (path, mode));executed 21 times by 1 test: return (sh_stataccess (path, mode)); | 21 |
| 711 | | - |
| 712 | | - |
| 713 | | - |
| 714 | ret = faccessat ( | - |
| 715 | -100 | - |
| 716 | , path, mode, | - |
| 717 | 0x200 | - |
| 718 | ); | - |
| 719 | | - |
| 720 | | - |
| 721 | | - |
| 722 | | - |
| 723 | | - |
| 724 | | - |
| 725 | | - |
| 726 | returnexecuted 243 times by 1 test: return ret; ret;executed 243 times by 1 test: return ret; | 243 |
| 727 | } | - |
| | |