| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/bash/src/lib/readline/util.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | - | |||||||||||||||||||||||||||||||||||||
| 2 | - | |||||||||||||||||||||||||||||||||||||
| 3 | - | |||||||||||||||||||||||||||||||||||||
| 4 | - | |||||||||||||||||||||||||||||||||||||
| 5 | - | |||||||||||||||||||||||||||||||||||||
| 6 | - | |||||||||||||||||||||||||||||||||||||
| 7 | - | |||||||||||||||||||||||||||||||||||||
| 8 | - | |||||||||||||||||||||||||||||||||||||
| 9 | - | |||||||||||||||||||||||||||||||||||||
| 10 | - | |||||||||||||||||||||||||||||||||||||
| 11 | - | |||||||||||||||||||||||||||||||||||||
| 12 | - | |||||||||||||||||||||||||||||||||||||
| 13 | - | |||||||||||||||||||||||||||||||||||||
| 14 | - | |||||||||||||||||||||||||||||||||||||
| 15 | - | |||||||||||||||||||||||||||||||||||||
| 16 | - | |||||||||||||||||||||||||||||||||||||
| 17 | - | |||||||||||||||||||||||||||||||||||||
| 18 | - | |||||||||||||||||||||||||||||||||||||
| 19 | - | |||||||||||||||||||||||||||||||||||||
| 20 | - | |||||||||||||||||||||||||||||||||||||
| 21 | int _rl_allow_pathname_alphabetic_chars = 0; | - | ||||||||||||||||||||||||||||||||||||
| 22 | static const char * const pathname_alphabetic_chars = "/-_=~.#$"; | - | ||||||||||||||||||||||||||||||||||||
| 23 | - | |||||||||||||||||||||||||||||||||||||
| 24 | int | - | ||||||||||||||||||||||||||||||||||||
| 25 | rl_alphabetic (int c) | - | ||||||||||||||||||||||||||||||||||||
| 26 | { | - | ||||||||||||||||||||||||||||||||||||
| 27 | if ((((
| 0 | ||||||||||||||||||||||||||||||||||||
| 28 | ((*
| 0 | ||||||||||||||||||||||||||||||||||||
| 29 | (unsigned char)c
| 0 | ||||||||||||||||||||||||||||||||||||
| 30 | ))] & (unsigned short int) _ISalnum)
| 0 | ||||||||||||||||||||||||||||||||||||
| 31 | ))) | - | ||||||||||||||||||||||||||||||||||||
| 32 | return never executed: (1);return (1);never executed: return (1); | 0 | ||||||||||||||||||||||||||||||||||||
| 33 | - | |||||||||||||||||||||||||||||||||||||
| 34 | return never executed: (_rl_allow_pathname_alphabetic_chars &&return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) );never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 35 | never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 36 | (__extension__ (__builtin_constant_p ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 37 | c never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 38 | ) && !__builtin_constant_p ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 39 | pathname_alphabetic_chars never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 40 | ) && ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 41 | c never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 42 | ) == '\0' ? (char *) __rawmemchr ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 43 | pathname_alphabetic_chars never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 44 | , never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 45 | c never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 46 | ) : __builtin_strchr ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 47 | pathname_alphabetic_chars never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 48 | , never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 49 | c never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 50 | ))) never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 51 | != never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 52 | ((void *)0) never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 53 | ); never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 54 | } | - | ||||||||||||||||||||||||||||||||||||
| 55 | - | |||||||||||||||||||||||||||||||||||||
| 56 | - | |||||||||||||||||||||||||||||||||||||
| 57 | int | - | ||||||||||||||||||||||||||||||||||||
| 58 | _rl_walphabetic (wchar_t wc) | - | ||||||||||||||||||||||||||||||||||||
| 59 | { | - | ||||||||||||||||||||||||||||||||||||
| 60 | int c; | - | ||||||||||||||||||||||||||||||||||||
| 61 | - | |||||||||||||||||||||||||||||||||||||
| 62 | if (iswalnum (wc)
| 0 | ||||||||||||||||||||||||||||||||||||
| 63 | return never executed: (1);return (1);never executed: return (1); | 0 | ||||||||||||||||||||||||||||||||||||
| 64 | - | |||||||||||||||||||||||||||||||||||||
| 65 | c = wc & 0177; | - | ||||||||||||||||||||||||||||||||||||
| 66 | return never executed: (_rl_allow_pathname_alphabetic_chars &&return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) );never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 67 | never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 68 | (__extension__ (__builtin_constant_p ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 69 | c never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 70 | ) && !__builtin_constant_p ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 71 | pathname_alphabetic_chars never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 72 | ) && ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 73 | c never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 74 | ) == '\0' ? (char *) __rawmemchr ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 75 | pathname_alphabetic_chars never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 76 | , never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 77 | c never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 78 | ) : __builtin_strchr ( never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 79 | pathname_alphabetic_chars never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 80 | , never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 81 | c never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 82 | ))) never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 83 | != never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 84 | ((void *)0) never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 85 | ); never executed: return (_rl_allow_pathname_alphabetic_chars && (__extension__ (__builtin_constant_p ( c ) && !__builtin_constant_p ( pathname_alphabetic_chars ) && ( c ) == '\0' ? (char *) __rawmemchr ( pathname_alphabetic_chars , c ) : __builtin_strchr ( pathname_alphabetic_chars , c ))) != ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 86 | } | - | ||||||||||||||||||||||||||||||||||||
| 87 | - | |||||||||||||||||||||||||||||||||||||
| 88 | - | |||||||||||||||||||||||||||||||||||||
| 89 | - | |||||||||||||||||||||||||||||||||||||
| 90 | int | - | ||||||||||||||||||||||||||||||||||||
| 91 | _rl_abort_internal (void) | - | ||||||||||||||||||||||||||||||||||||
| 92 | { | - | ||||||||||||||||||||||||||||||||||||
| 93 | rl_ding (); | - | ||||||||||||||||||||||||||||||||||||
| 94 | rl_clear_message (); | - | ||||||||||||||||||||||||||||||||||||
| 95 | _rl_reset_argument (); | - | ||||||||||||||||||||||||||||||||||||
| 96 | rl_clear_pending_input (); | - | ||||||||||||||||||||||||||||||||||||
| 97 | - | |||||||||||||||||||||||||||||||||||||
| 98 | (rl_readline_state &= ~(0x0001000)); | - | ||||||||||||||||||||||||||||||||||||
| 99 | while (rl_executing_macro
| 0 | ||||||||||||||||||||||||||||||||||||
| 100 | _rl_pop_executing_macro (); never executed: _rl_pop_executing_macro (); | 0 | ||||||||||||||||||||||||||||||||||||
| 101 | - | |||||||||||||||||||||||||||||||||||||
| 102 | (rl_readline_state &= ~(0x0200000)); | - | ||||||||||||||||||||||||||||||||||||
| 103 | - | |||||||||||||||||||||||||||||||||||||
| 104 | rl_last_func = (rl_command_func_t *) | - | ||||||||||||||||||||||||||||||||||||
| 105 | ((void *)0) | - | ||||||||||||||||||||||||||||||||||||
| 106 | ; | - | ||||||||||||||||||||||||||||||||||||
| 107 | - | |||||||||||||||||||||||||||||||||||||
| 108 | siglongjmp((_rl_top_level), (1)); | - | ||||||||||||||||||||||||||||||||||||
| 109 | return never executed: (0);return (0);never executed: return (0); | 0 | ||||||||||||||||||||||||||||||||||||
| 110 | } | - | ||||||||||||||||||||||||||||||||||||
| 111 | - | |||||||||||||||||||||||||||||||||||||
| 112 | int | - | ||||||||||||||||||||||||||||||||||||
| 113 | rl_abort (int count, int key) | - | ||||||||||||||||||||||||||||||||||||
| 114 | { | - | ||||||||||||||||||||||||||||||||||||
| 115 | return never executed: (_rl_abort_internal ());return (_rl_abort_internal ());never executed: return (_rl_abort_internal ()); | 0 | ||||||||||||||||||||||||||||||||||||
| 116 | } | - | ||||||||||||||||||||||||||||||||||||
| 117 | - | |||||||||||||||||||||||||||||||||||||
| 118 | int | - | ||||||||||||||||||||||||||||||||||||
| 119 | _rl_null_function (int count, int key) | - | ||||||||||||||||||||||||||||||||||||
| 120 | { | - | ||||||||||||||||||||||||||||||||||||
| 121 | return never executed: 0;return 0;never executed: return 0; | 0 | ||||||||||||||||||||||||||||||||||||
| 122 | } | - | ||||||||||||||||||||||||||||||||||||
| 123 | - | |||||||||||||||||||||||||||||||||||||
| 124 | int | - | ||||||||||||||||||||||||||||||||||||
| 125 | rl_tty_status (int count, int key) | - | ||||||||||||||||||||||||||||||||||||
| 126 | { | - | ||||||||||||||||||||||||||||||||||||
| 127 | - | |||||||||||||||||||||||||||||||||||||
| 128 | - | |||||||||||||||||||||||||||||||||||||
| 129 | - | |||||||||||||||||||||||||||||||||||||
| 130 | - | |||||||||||||||||||||||||||||||||||||
| 131 | rl_ding (); | - | ||||||||||||||||||||||||||||||||||||
| 132 | - | |||||||||||||||||||||||||||||||||||||
| 133 | return never executed: 0;return 0;never executed: return 0; | 0 | ||||||||||||||||||||||||||||||||||||
| 134 | } | - | ||||||||||||||||||||||||||||||||||||
| 135 | - | |||||||||||||||||||||||||||||||||||||
| 136 | - | |||||||||||||||||||||||||||||||||||||
| 137 | - | |||||||||||||||||||||||||||||||||||||
| 138 | char * | - | ||||||||||||||||||||||||||||||||||||
| 139 | rl_copy_text (int from, int to) | - | ||||||||||||||||||||||||||||||||||||
| 140 | { | - | ||||||||||||||||||||||||||||||||||||
| 141 | register int length; | - | ||||||||||||||||||||||||||||||||||||
| 142 | char *copy; | - | ||||||||||||||||||||||||||||||||||||
| 143 | - | |||||||||||||||||||||||||||||||||||||
| 144 | - | |||||||||||||||||||||||||||||||||||||
| 145 | if (from > to
| 0 | ||||||||||||||||||||||||||||||||||||
| 146 | do { int t; t = from; from = to; to = t; } never executed: while (0);end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 147 | - | |||||||||||||||||||||||||||||||||||||
| 148 | length = to - from; | - | ||||||||||||||||||||||||||||||||||||
| 149 | copy = (char *)xmalloc (1 + length); | - | ||||||||||||||||||||||||||||||||||||
| 150 | - | |||||||||||||||||||||||||||||||||||||
| 151 | __builtin_strncpy ( | - | ||||||||||||||||||||||||||||||||||||
| 152 | copy | - | ||||||||||||||||||||||||||||||||||||
| 153 | , | - | ||||||||||||||||||||||||||||||||||||
| 154 | rl_line_buffer + from | - | ||||||||||||||||||||||||||||||||||||
| 155 | , | - | ||||||||||||||||||||||||||||||||||||
| 156 | length | - | ||||||||||||||||||||||||||||||||||||
| 157 | ) | - | ||||||||||||||||||||||||||||||||||||
| 158 | ; | - | ||||||||||||||||||||||||||||||||||||
| 159 | copy[length] = '\0'; | - | ||||||||||||||||||||||||||||||||||||
| 160 | return never executed: (copy);return (copy);never executed: return (copy); | 0 | ||||||||||||||||||||||||||||||||||||
| 161 | } | - | ||||||||||||||||||||||||||||||||||||
| 162 | - | |||||||||||||||||||||||||||||||||||||
| 163 | - | |||||||||||||||||||||||||||||||||||||
| 164 | - | |||||||||||||||||||||||||||||||||||||
| 165 | void | - | ||||||||||||||||||||||||||||||||||||
| 166 | rl_extend_line_buffer (int len) | - | ||||||||||||||||||||||||||||||||||||
| 167 | { | - | ||||||||||||||||||||||||||||||||||||
| 168 | while (len >= rl_line_buffer_len
| 0 | ||||||||||||||||||||||||||||||||||||
| 169 | { | - | ||||||||||||||||||||||||||||||||||||
| 170 | rl_line_buffer_len += 256; | - | ||||||||||||||||||||||||||||||||||||
| 171 | rl_line_buffer = (char *)xrealloc (rl_line_buffer, rl_line_buffer_len); | - | ||||||||||||||||||||||||||||||||||||
| 172 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 173 | - | |||||||||||||||||||||||||||||||||||||
| 174 | _rl_set_the_line (); | - | ||||||||||||||||||||||||||||||||||||
| 175 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 176 | - | |||||||||||||||||||||||||||||||||||||
| 177 | - | |||||||||||||||||||||||||||||||||||||
| 178 | - | |||||||||||||||||||||||||||||||||||||
| 179 | int | - | ||||||||||||||||||||||||||||||||||||
| 180 | rl_tilde_expand (int ignore, int key) | - | ||||||||||||||||||||||||||||||||||||
| 181 | { | - | ||||||||||||||||||||||||||||||||||||
| 182 | register int start, end; | - | ||||||||||||||||||||||||||||||||||||
| 183 | char *homedir, *temp; | - | ||||||||||||||||||||||||||||||||||||
| 184 | int len; | - | ||||||||||||||||||||||||||||||||||||
| 185 | - | |||||||||||||||||||||||||||||||||||||
| 186 | end = rl_point; | - | ||||||||||||||||||||||||||||||||||||
| 187 | start = end - 1; | - | ||||||||||||||||||||||||||||||||||||
| 188 | - | |||||||||||||||||||||||||||||||||||||
| 189 | if (rl_point == rl_end
| 0 | ||||||||||||||||||||||||||||||||||||
| 190 | { | - | ||||||||||||||||||||||||||||||||||||
| 191 | homedir = tilde_expand ("~"); | - | ||||||||||||||||||||||||||||||||||||
| 192 | _rl_replace_text (homedir, start, end); | - | ||||||||||||||||||||||||||||||||||||
| 193 | xfree (homedir); | - | ||||||||||||||||||||||||||||||||||||
| 194 | return never executed: (0);return (0);never executed: return (0); | 0 | ||||||||||||||||||||||||||||||||||||
| 195 | } | - | ||||||||||||||||||||||||||||||||||||
| 196 | else if (start >= 0
| 0 | ||||||||||||||||||||||||||||||||||||
| 197 | { | - | ||||||||||||||||||||||||||||||||||||
| 198 | for (; start >= 0
| 0 | ||||||||||||||||||||||||||||||||||||
| 199 | ; never executed: ; | 0 | ||||||||||||||||||||||||||||||||||||
| 200 | start++; | - | ||||||||||||||||||||||||||||||||||||
| 201 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 202 | else if (start < 0
| 0 | ||||||||||||||||||||||||||||||||||||
| 203 | start = 0; never executed: start = 0; | 0 | ||||||||||||||||||||||||||||||||||||
| 204 | - | |||||||||||||||||||||||||||||||||||||
| 205 | end = start; | - | ||||||||||||||||||||||||||||||||||||
| 206 | do | - | ||||||||||||||||||||||||||||||||||||
| 207 | end++; never executed: end++; | 0 | ||||||||||||||||||||||||||||||||||||
| 208 | while ((((
| 0 | ||||||||||||||||||||||||||||||||||||
| 209 | - | |||||||||||||||||||||||||||||||||||||
| 210 | if ((((
| 0 | ||||||||||||||||||||||||||||||||||||
| 211 | end--; never executed: end--; | 0 | ||||||||||||||||||||||||||||||||||||
| 212 | - | |||||||||||||||||||||||||||||||||||||
| 213 | - | |||||||||||||||||||||||||||||||||||||
| 214 | - | |||||||||||||||||||||||||||||||||||||
| 215 | - | |||||||||||||||||||||||||||||||||||||
| 216 | if (rl_line_buffer[start] == '~'
| 0 | ||||||||||||||||||||||||||||||||||||
| 217 | { | - | ||||||||||||||||||||||||||||||||||||
| 218 | len = end - start + 1; | - | ||||||||||||||||||||||||||||||||||||
| 219 | temp = (char *)xmalloc (len + 1); | - | ||||||||||||||||||||||||||||||||||||
| 220 | - | |||||||||||||||||||||||||||||||||||||
| 221 | __builtin_strncpy ( | - | ||||||||||||||||||||||||||||||||||||
| 222 | temp | - | ||||||||||||||||||||||||||||||||||||
| 223 | , | - | ||||||||||||||||||||||||||||||||||||
| 224 | rl_line_buffer + start | - | ||||||||||||||||||||||||||||||||||||
| 225 | , | - | ||||||||||||||||||||||||||||||||||||
| 226 | len | - | ||||||||||||||||||||||||||||||||||||
| 227 | ) | - | ||||||||||||||||||||||||||||||||||||
| 228 | ; | - | ||||||||||||||||||||||||||||||||||||
| 229 | temp[len] = '\0'; | - | ||||||||||||||||||||||||||||||||||||
| 230 | homedir = tilde_expand (temp); | - | ||||||||||||||||||||||||||||||||||||
| 231 | xfree (temp); | - | ||||||||||||||||||||||||||||||||||||
| 232 | - | |||||||||||||||||||||||||||||||||||||
| 233 | _rl_replace_text (homedir, start, end); | - | ||||||||||||||||||||||||||||||||||||
| 234 | xfree (homedir); | - | ||||||||||||||||||||||||||||||||||||
| 235 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 236 | - | |||||||||||||||||||||||||||||||||||||
| 237 | return never executed: (0);return (0);never executed: return (0); | 0 | ||||||||||||||||||||||||||||||||||||
| 238 | } | - | ||||||||||||||||||||||||||||||||||||
| 239 | - | |||||||||||||||||||||||||||||||||||||
| 240 | - | |||||||||||||||||||||||||||||||||||||
| 241 | void | - | ||||||||||||||||||||||||||||||||||||
| 242 | - | |||||||||||||||||||||||||||||||||||||
| 243 | _rl_ttymsg (const char *format, ...) | - | ||||||||||||||||||||||||||||||||||||
| 244 | - | |||||||||||||||||||||||||||||||||||||
| 245 | - | |||||||||||||||||||||||||||||||||||||
| 246 | - | |||||||||||||||||||||||||||||||||||||
| 247 | - | |||||||||||||||||||||||||||||||||||||
| 248 | { | - | ||||||||||||||||||||||||||||||||||||
| 249 | va_list args; | - | ||||||||||||||||||||||||||||||||||||
| 250 | - | |||||||||||||||||||||||||||||||||||||
| 251 | - | |||||||||||||||||||||||||||||||||||||
| 252 | - | |||||||||||||||||||||||||||||||||||||
| 253 | - | |||||||||||||||||||||||||||||||||||||
| 254 | - | |||||||||||||||||||||||||||||||||||||
| 255 | - | |||||||||||||||||||||||||||||||||||||
| 256 | __builtin_va_start( | - | ||||||||||||||||||||||||||||||||||||
| 257 | args | - | ||||||||||||||||||||||||||||||||||||
| 258 | , | - | ||||||||||||||||||||||||||||||||||||
| 259 | format | - | ||||||||||||||||||||||||||||||||||||
| 260 | ) | - | ||||||||||||||||||||||||||||||||||||
| 261 | ; | - | ||||||||||||||||||||||||||||||||||||
| 262 | - | |||||||||||||||||||||||||||||||||||||
| 263 | - | |||||||||||||||||||||||||||||||||||||
| 264 | - | |||||||||||||||||||||||||||||||||||||
| 265 | - | |||||||||||||||||||||||||||||||||||||
| 266 | - | |||||||||||||||||||||||||||||||||||||
| 267 | fprintf ( | - | ||||||||||||||||||||||||||||||||||||
| 268 | stderr | - | ||||||||||||||||||||||||||||||||||||
| 269 | , "readline: "); | - | ||||||||||||||||||||||||||||||||||||
| 270 | vfprintf ( | - | ||||||||||||||||||||||||||||||||||||
| 271 | stderr | - | ||||||||||||||||||||||||||||||||||||
| 272 | , format, args); | - | ||||||||||||||||||||||||||||||||||||
| 273 | fprintf ( | - | ||||||||||||||||||||||||||||||||||||
| 274 | stderr | - | ||||||||||||||||||||||||||||||||||||
| 275 | , "\n"); | - | ||||||||||||||||||||||||||||||||||||
| 276 | fflush ( | - | ||||||||||||||||||||||||||||||||||||
| 277 | stderr | - | ||||||||||||||||||||||||||||||||||||
| 278 | ); | - | ||||||||||||||||||||||||||||||||||||
| 279 | - | |||||||||||||||||||||||||||||||||||||
| 280 | - | |||||||||||||||||||||||||||||||||||||
| 281 | __builtin_va_end( | - | ||||||||||||||||||||||||||||||||||||
| 282 | args | - | ||||||||||||||||||||||||||||||||||||
| 283 | ) | - | ||||||||||||||||||||||||||||||||||||
| 284 | ; | - | ||||||||||||||||||||||||||||||||||||
| 285 | - | |||||||||||||||||||||||||||||||||||||
| 286 | rl_forced_update_display (); | - | ||||||||||||||||||||||||||||||||||||
| 287 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 288 | - | |||||||||||||||||||||||||||||||||||||
| 289 | void | - | ||||||||||||||||||||||||||||||||||||
| 290 | - | |||||||||||||||||||||||||||||||||||||
| 291 | _rl_errmsg (const char *format, ...) | - | ||||||||||||||||||||||||||||||||||||
| 292 | - | |||||||||||||||||||||||||||||||||||||
| 293 | - | |||||||||||||||||||||||||||||||||||||
| 294 | - | |||||||||||||||||||||||||||||||||||||
| 295 | - | |||||||||||||||||||||||||||||||||||||
| 296 | { | - | ||||||||||||||||||||||||||||||||||||
| 297 | va_list args; | - | ||||||||||||||||||||||||||||||||||||
| 298 | - | |||||||||||||||||||||||||||||||||||||
| 299 | - | |||||||||||||||||||||||||||||||||||||
| 300 | - | |||||||||||||||||||||||||||||||||||||
| 301 | - | |||||||||||||||||||||||||||||||||||||
| 302 | - | |||||||||||||||||||||||||||||||||||||
| 303 | - | |||||||||||||||||||||||||||||||||||||
| 304 | __builtin_va_start( | - | ||||||||||||||||||||||||||||||||||||
| 305 | args | - | ||||||||||||||||||||||||||||||||||||
| 306 | , | - | ||||||||||||||||||||||||||||||||||||
| 307 | format | - | ||||||||||||||||||||||||||||||||||||
| 308 | ) | - | ||||||||||||||||||||||||||||||||||||
| 309 | ; | - | ||||||||||||||||||||||||||||||||||||
| 310 | - | |||||||||||||||||||||||||||||||||||||
| 311 | - | |||||||||||||||||||||||||||||||||||||
| 312 | - | |||||||||||||||||||||||||||||||||||||
| 313 | - | |||||||||||||||||||||||||||||||||||||
| 314 | - | |||||||||||||||||||||||||||||||||||||
| 315 | fprintf ( | - | ||||||||||||||||||||||||||||||||||||
| 316 | stderr | - | ||||||||||||||||||||||||||||||||||||
| 317 | , "readline: "); | - | ||||||||||||||||||||||||||||||||||||
| 318 | vfprintf ( | - | ||||||||||||||||||||||||||||||||||||
| 319 | stderr | - | ||||||||||||||||||||||||||||||||||||
| 320 | , format, args); | - | ||||||||||||||||||||||||||||||||||||
| 321 | fprintf ( | - | ||||||||||||||||||||||||||||||||||||
| 322 | stderr | - | ||||||||||||||||||||||||||||||||||||
| 323 | , "\n"); | - | ||||||||||||||||||||||||||||||||||||
| 324 | fflush ( | - | ||||||||||||||||||||||||||||||||||||
| 325 | stderr | - | ||||||||||||||||||||||||||||||||||||
| 326 | ); | - | ||||||||||||||||||||||||||||||||||||
| 327 | - | |||||||||||||||||||||||||||||||||||||
| 328 | - | |||||||||||||||||||||||||||||||||||||
| 329 | __builtin_va_end( | - | ||||||||||||||||||||||||||||||||||||
| 330 | args | - | ||||||||||||||||||||||||||||||||||||
| 331 | ) | - | ||||||||||||||||||||||||||||||||||||
| 332 | ; | - | ||||||||||||||||||||||||||||||||||||
| 333 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 334 | char * | - | ||||||||||||||||||||||||||||||||||||
| 335 | _rl_strindex (const char *s1, const char *s2) | - | ||||||||||||||||||||||||||||||||||||
| 336 | { | - | ||||||||||||||||||||||||||||||||||||
| 337 | register int i, l, len; | - | ||||||||||||||||||||||||||||||||||||
| 338 | - | |||||||||||||||||||||||||||||||||||||
| 339 | for (i = 0, l = strlen (s2), len = strlen (s1); (
| 0 | ||||||||||||||||||||||||||||||||||||
| 340 | if (strncasecmp (s1 + i, s2, l) == 0
| 0 | ||||||||||||||||||||||||||||||||||||
| 341 | return never executed: ((char *) (s1 + i));return ((char *) (s1 + i));never executed: return ((char *) (s1 + i)); | 0 | ||||||||||||||||||||||||||||||||||||
| 342 | return never executed: ((char *)return ((char *) ((void *)0) );never executed: return ((char *) ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 343 | ((void *)0) never executed: return ((char *) ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 344 | ); never executed: return ((char *) ((void *)0) ); | 0 | ||||||||||||||||||||||||||||||||||||
| 345 | } | - | ||||||||||||||||||||||||||||||||||||
| 346 | int | - | ||||||||||||||||||||||||||||||||||||
| 347 | _rl_qsort_string_compare (char **s1, char **s2) | - | ||||||||||||||||||||||||||||||||||||
| 348 | { | - | ||||||||||||||||||||||||||||||||||||
| 349 | - | |||||||||||||||||||||||||||||||||||||
| 350 | return never executed: (strcoll (*s1, *s2));return (strcoll (*s1, *s2));never executed: return (strcoll (*s1, *s2)); | 0 | ||||||||||||||||||||||||||||||||||||
| 351 | } | - | ||||||||||||||||||||||||||||||||||||
| 352 | - | |||||||||||||||||||||||||||||||||||||
| 353 | - | |||||||||||||||||||||||||||||||||||||
| 354 | - | |||||||||||||||||||||||||||||||||||||
| 355 | - | |||||||||||||||||||||||||||||||||||||
| 356 | int (_rl_digit_p) (int c) { return never executed: ((c) >= '0' && (c) <= '9');return ((c) >= '0' && (c) <= '9');never executed: }return ((c) >= '0' && (c) <= '9'); | 0 | ||||||||||||||||||||||||||||||||||||
| 357 | int (_rl_digit_value) (int c) { return never executed: ((c) - '0');return ((c) - '0');never executed: }return ((c) - '0'); | 0 | ||||||||||||||||||||||||||||||||||||
| 358 | int (_rl_lowercase_p) (int c) { return never executed: (((unsigned char)(c) == (c)) && (1 && return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 359 | ((* never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: __ctype_b_loc ())[(int) ((return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 360 | ( never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: unsigned char)creturn (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 361 | ))] never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: & (unsigned short int) _ISlower)return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 362 | )) never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: ;return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) ));never executed: }return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 363 | int (_rl_pure_alphabetic) (int c) { return never executed: (((unsigned char)(c) == (c)) && (1 && return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 364 | ((* never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: __ctype_b_loc ())[(int) ((return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 365 | ( never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: unsigned char)creturn (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 366 | ))] never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: & (unsigned short int) _ISalpha)return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 367 | )) never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: ;return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) ));never executed: }return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISalpha) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 368 | int (_rl_to_lower) (int c) { return never executed: ((((unsigned char)(c) == (c)) && (1 && return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 369 | ((* never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: __ctype_b_loc ())[(int) ((return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 370 | ( never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: unsigned char)creturn ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 371 | ))] never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: & (unsigned short int) _ISupper)return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 372 | )) never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: ? return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 373 | ( never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: __extension__ ({ int __res; if (sizeof (return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 374 | (
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 375 | )
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 376 | (
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 377 | )
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: { int __c = (return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 378 | ( never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: unsigned char)creturn ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 379 | ) never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: ; __res = __c < -128return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));
never executed: else __res = tolower (end of blocknever executed: __res = tolower ( (unsigned char)c );never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 380 | ( never executed: __res = tolower ( (unsigned char)c );never executed: unsigned char)c__res = tolower ( (unsigned char)c );never executed: __res = tolower ( (unsigned char)c );never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 381 | ) never executed: __res = tolower ( (unsigned char)c );never executed: ;__res = tolower ( (unsigned char)c );never executed: } else __res = (*__ctype_tolower_loc ())[(int) (__res = tolower ( (unsigned char)c );never executed: __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )];never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 382 | ( never executed: __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )];never executed: unsigned char)c__res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )];never executed: __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )];never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 383 | )] never executed: __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )];never executed: ;__res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )];never executed: __res; })) __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )];never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 384 | : never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: (c));return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: }return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_tolower_loc ())[__c]; } else __res = tolower ( (unsigned char)c ); } else __res = (*__ctype_tolower_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 385 | int (_rl_to_upper) (int c) { return never executed: ((((unsigned char)(c) == (c)) && (1 && return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 386 | ((* never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: __ctype_b_loc ())[(int) ((return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 387 | ( never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: unsigned char)creturn ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 388 | ))] never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: & (unsigned short int) _ISlower)return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 389 | )) never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: ? return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 390 | ( never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: __extension__ ({ int __res; if (sizeof (return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 391 | (
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 392 | )
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 393 | (
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 394 | )
never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: { int __c = (return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 395 | ( never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: unsigned char)creturn ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 396 | ) never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: ; __res = __c < -128return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));
never executed: else __res = toupper (end of blocknever executed: __res = toupper ( (unsigned char)c );never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 397 | ( never executed: __res = toupper ( (unsigned char)c );never executed: unsigned char)c__res = toupper ( (unsigned char)c );never executed: __res = toupper ( (unsigned char)c );never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 398 | ) never executed: __res = toupper ( (unsigned char)c );never executed: ;__res = toupper ( (unsigned char)c );never executed: } else __res = (*__ctype_toupper_loc ())[(int) (__res = toupper ( (unsigned char)c );never executed: __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )];never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 399 | ( never executed: __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )];never executed: unsigned char)c__res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )];never executed: __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )];never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 400 | )] never executed: __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )];never executed: ;__res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )];never executed: __res; })) __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )];never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 401 | : never executed: return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: (c));return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c));never executed: }return ((((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISlower) )) ? (__extension__ ({ int __res; if (sizeof ( (unsigned char)c ) > 1) { if (__builtin_constant_p ( (unsigned char)c )) { int __c = ( (unsigned char)c ); __res = __c < -128 || __c > 255 ? __c : (*__ctype_toupper_loc ())[__c]; } else __res = toupper ( (unsigned char)c ); } else __res = (*__ctype_toupper_loc ())[(int) ( (unsigned char)c )]; __res; })) : (c)); | 0 | ||||||||||||||||||||||||||||||||||||
| 402 | int (_rl_uppercase_p) (int c) { return never executed: (((unsigned char)(c) == (c)) && (1 && return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 403 | ((* never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: __ctype_b_loc ())[(int) ((return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 404 | ( never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: unsigned char)creturn (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 405 | ))] never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: & (unsigned short int) _ISupper)return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 406 | )) never executed: return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: ;return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) ));never executed: }return (((unsigned char)(c) == (c)) && (1 && ((*__ctype_b_loc ())[(int) (( (unsigned char)c ))] & (unsigned short int) _ISupper) )); | 0 | ||||||||||||||||||||||||||||||||||||
| 407 | - | |||||||||||||||||||||||||||||||||||||
| 408 | - | |||||||||||||||||||||||||||||||||||||
| 409 | - | |||||||||||||||||||||||||||||||||||||
| 410 | void | - | ||||||||||||||||||||||||||||||||||||
| 411 | rl_free (void *mem) | - | ||||||||||||||||||||||||||||||||||||
| 412 | { | - | ||||||||||||||||||||||||||||||||||||
| 413 | if (mem
| 0 | ||||||||||||||||||||||||||||||||||||
| 414 | free (mem); never executed: free (mem); | 0 | ||||||||||||||||||||||||||||||||||||
| 415 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 416 | - | |||||||||||||||||||||||||||||||||||||
| 417 | - | |||||||||||||||||||||||||||||||||||||
| 418 | - | |||||||||||||||||||||||||||||||||||||
| 419 | - | |||||||||||||||||||||||||||||||||||||
| 420 | char * | - | ||||||||||||||||||||||||||||||||||||
| 421 | _rl_savestring (const char *s) | - | ||||||||||||||||||||||||||||||||||||
| 422 | { | - | ||||||||||||||||||||||||||||||||||||
| 423 | return never executed: (strcpy ((char *)xmalloc (1 + (int)strlen (s)), (s)));return (strcpy ((char *)xmalloc (1 + (int)strlen (s)), (s)));never executed: return (strcpy ((char *)xmalloc (1 + (int)strlen (s)), (s))); | 0 | ||||||||||||||||||||||||||||||||||||
| 424 | } | - | ||||||||||||||||||||||||||||||||||||
| 425 | - | |||||||||||||||||||||||||||||||||||||
| 426 | - | |||||||||||||||||||||||||||||||||||||
| 427 | - | |||||||||||||||||||||||||||||||||||||
| 428 | static FILE *_rl_tracefp; | - | ||||||||||||||||||||||||||||||||||||
| 429 | - | |||||||||||||||||||||||||||||||||||||
| 430 | void | - | ||||||||||||||||||||||||||||||||||||
| 431 | - | |||||||||||||||||||||||||||||||||||||
| 432 | _rl_trace (const char *format, ...) | - | ||||||||||||||||||||||||||||||||||||
| 433 | - | |||||||||||||||||||||||||||||||||||||
| 434 | - | |||||||||||||||||||||||||||||||||||||
| 435 | - | |||||||||||||||||||||||||||||||||||||
| 436 | - | |||||||||||||||||||||||||||||||||||||
| 437 | { | - | ||||||||||||||||||||||||||||||||||||
| 438 | va_list args; | - | ||||||||||||||||||||||||||||||||||||
| 439 | - | |||||||||||||||||||||||||||||||||||||
| 440 | - | |||||||||||||||||||||||||||||||||||||
| 441 | - | |||||||||||||||||||||||||||||||||||||
| 442 | - | |||||||||||||||||||||||||||||||||||||
| 443 | - | |||||||||||||||||||||||||||||||||||||
| 444 | - | |||||||||||||||||||||||||||||||||||||
| 445 | __builtin_va_start( | - | ||||||||||||||||||||||||||||||||||||
| 446 | args | - | ||||||||||||||||||||||||||||||||||||
| 447 | , | - | ||||||||||||||||||||||||||||||||||||
| 448 | format | - | ||||||||||||||||||||||||||||||||||||
| 449 | ) | - | ||||||||||||||||||||||||||||||||||||
| 450 | ; | - | ||||||||||||||||||||||||||||||||||||
| 451 | - | |||||||||||||||||||||||||||||||||||||
| 452 | - | |||||||||||||||||||||||||||||||||||||
| 453 | - | |||||||||||||||||||||||||||||||||||||
| 454 | - | |||||||||||||||||||||||||||||||||||||
| 455 | - | |||||||||||||||||||||||||||||||||||||
| 456 | if (_rl_tracefp == 0
| 0 | ||||||||||||||||||||||||||||||||||||
| 457 | _rl_tropen (); never executed: _rl_tropen (); | 0 | ||||||||||||||||||||||||||||||||||||
| 458 | vfprintf (_rl_tracefp, format, args); | - | ||||||||||||||||||||||||||||||||||||
| 459 | fprintf (_rl_tracefp, "\n"); | - | ||||||||||||||||||||||||||||||||||||
| 460 | fflush (_rl_tracefp); | - | ||||||||||||||||||||||||||||||||||||
| 461 | - | |||||||||||||||||||||||||||||||||||||
| 462 | - | |||||||||||||||||||||||||||||||||||||
| 463 | __builtin_va_end( | - | ||||||||||||||||||||||||||||||||||||
| 464 | args | - | ||||||||||||||||||||||||||||||||||||
| 465 | ) | - | ||||||||||||||||||||||||||||||||||||
| 466 | ; | - | ||||||||||||||||||||||||||||||||||||
| 467 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| 468 | - | |||||||||||||||||||||||||||||||||||||
| 469 | int | - | ||||||||||||||||||||||||||||||||||||
| 470 | _rl_tropen (void) | - | ||||||||||||||||||||||||||||||||||||
| 471 | { | - | ||||||||||||||||||||||||||||||||||||
| 472 | char fnbuf[128], *x; | - | ||||||||||||||||||||||||||||||||||||
| 473 | - | |||||||||||||||||||||||||||||||||||||
| 474 | if (_rl_tracefp
| 0 | ||||||||||||||||||||||||||||||||||||
| 475 | fclose (_rl_tracefp); never executed: fclose (_rl_tracefp); | 0 | ||||||||||||||||||||||||||||||||||||
| 476 | - | |||||||||||||||||||||||||||||||||||||
| 477 | - | |||||||||||||||||||||||||||||||||||||
| 478 | - | |||||||||||||||||||||||||||||||||||||
| 479 | - | |||||||||||||||||||||||||||||||||||||
| 480 | - | |||||||||||||||||||||||||||||||||||||
| 481 | x = "/var/tmp"; | - | ||||||||||||||||||||||||||||||||||||
| 482 | - | |||||||||||||||||||||||||||||||||||||
| 483 | snprintf (fnbuf, sizeof (fnbuf), "%s/rltrace.%ld", x, (long)getpid()); | - | ||||||||||||||||||||||||||||||||||||
| 484 | unlink(fnbuf); | - | ||||||||||||||||||||||||||||||||||||
| 485 | _rl_tracefp = fopen (fnbuf, "w+"); | - | ||||||||||||||||||||||||||||||||||||
| 486 | return never executed: _rl_tracefp != 0;return _rl_tracefp != 0;never executed: return _rl_tracefp != 0; | 0 | ||||||||||||||||||||||||||||||||||||
| 487 | } | - | ||||||||||||||||||||||||||||||||||||
| 488 | - | |||||||||||||||||||||||||||||||||||||
| 489 | int | - | ||||||||||||||||||||||||||||||||||||
| 490 | _rl_trclose (void) | - | ||||||||||||||||||||||||||||||||||||
| 491 | { | - | ||||||||||||||||||||||||||||||||||||
| 492 | int r; | - | ||||||||||||||||||||||||||||||||||||
| 493 | - | |||||||||||||||||||||||||||||||||||||
| 494 | r = fclose (_rl_tracefp); | - | ||||||||||||||||||||||||||||||||||||
| 495 | _rl_tracefp = 0; | - | ||||||||||||||||||||||||||||||||||||
| 496 | return never executed: r;return r;never executed: return r; | 0 | ||||||||||||||||||||||||||||||||||||
| 497 | } | - | ||||||||||||||||||||||||||||||||||||
| 498 | - | |||||||||||||||||||||||||||||||||||||
| 499 | void | - | ||||||||||||||||||||||||||||||||||||
| 500 | _rl_settracefp (FILE *fp) | - | ||||||||||||||||||||||||||||||||||||
| 501 | { | - | ||||||||||||||||||||||||||||||||||||
| 502 | _rl_tracefp = fp; | - | ||||||||||||||||||||||||||||||||||||
| 503 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||||||||
| Switch to Source code | Preprocessed file |