| /src/usr.bin/cmp/ |
| special.c | 52 int ch1, ch2; local 64 ch1 = getc(fp1); 65 if (ch1 == EOF) 67 if (ch1 == '\n') 79 ch1 = getc(fp1); 81 if (ch1 == EOF || ch2 == EOF) 83 if (ch1 != ch2) { 87 ch1, ch2); 92 if (ch1 == '\n')
|
| /src/external/bsd/less/dist/lesstest/ |
| wchar.h | 7 int is_combining_char(wchar ch1, wchar ch2);
|
| unicode.c | 44 int is_combining_char(wchar ch1, wchar ch2) { 47 if (ch1 == comb_table[i].first &&
|
| /src/external/gpl3/binutils/dist/cpu/ |
| iq2000.opc | 76 int ch1, ch2; 83 ch1 = (*strp)[1]; 84 if ('0' <= ch1 && ch1 <= '9') 89 ch1 = (*strp)[1]; 91 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) 93 if ('3' == ch1 && (ch2 == '0' || ch2 == '1'))
|
| /src/external/gpl3/binutils.old/dist/cpu/ |
| iq2000.opc | 76 int ch1, ch2; 83 ch1 = (*strp)[1]; 84 if ('0' <= ch1 && ch1 <= '9') 89 ch1 = (*strp)[1]; 91 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) 93 if ('3' == ch1 && (ch2 == '0' || ch2 == '1'))
|
| /src/external/gpl3/gdb/dist/cpu/ |
| iq2000.opc | 76 int ch1, ch2; 83 ch1 = (*strp)[1]; 84 if ('0' <= ch1 && ch1 <= '9') 89 ch1 = (*strp)[1]; 91 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) 93 if ('3' == ch1 && (ch2 == '0' || ch2 == '1'))
|
| /src/external/gpl3/gdb.old/dist/cpu/ |
| iq2000.opc | 76 int ch1, ch2; 83 ch1 = (*strp)[1]; 84 if ('0' <= ch1 && ch1 <= '9') 89 ch1 = (*strp)[1]; 91 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) 93 if ('3' == ch1 && (ch2 == '0' || ch2 == '1'))
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| call-rt-st.c | 74 char ch1; member in struct:bit_flags_combo_t 99 char ch1; member in struct:three_char_t 107 char ch1; member in struct:five_char_t 118 char ch1; member in struct:int_char_combo_t 234 * IN char ch1 245 char ch1, 255 bit_flags_combo->ch1 = ch1; 305 three_char->ch1 = init_val1; 328 five_char->ch1 = init_val1 [all...] |
| call-ar-st.c | 88 char ch1; member in struct:bit_flags_combo_t 112 char ch1; member in struct:two_char_t 119 char ch1; member in struct:three_char_t 127 char ch1; member in struct:five_char_t 138 char ch1; member in struct:int_char_combo_t 345 * IN char ch1 352 void init_bit_flags_combo (struct bit_flags_combo_t *bit_flags_combo, unsigned a, unsigned b, char ch1, unsigned g, unsigned d, char ch2, unsigned e, unsigned o) 357 bit_flags_combo->ch1 = ch1; 398 two_char->ch1 = init_val1 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| call-rt-st.c | 74 char ch1; member in struct:bit_flags_combo_t 99 char ch1; member in struct:three_char_t 107 char ch1; member in struct:five_char_t 118 char ch1; member in struct:int_char_combo_t 234 * IN char ch1 245 char ch1, 255 bit_flags_combo->ch1 = ch1; 305 three_char->ch1 = init_val1; 328 five_char->ch1 = init_val1 [all...] |
| call-ar-st.c | 88 char ch1; member in struct:bit_flags_combo_t 112 char ch1; member in struct:two_char_t 119 char ch1; member in struct:three_char_t 127 char ch1; member in struct:five_char_t 138 char ch1; member in struct:int_char_combo_t 345 * IN char ch1 352 void init_bit_flags_combo (struct bit_flags_combo_t *bit_flags_combo, unsigned a, unsigned b, char ch1, unsigned g, unsigned d, char ch2, unsigned e, unsigned o) 357 bit_flags_combo->ch1 = ch1; 398 two_char->ch1 = init_val1 [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 70-test_tls13hrr.t | 159 my $ch1 = ${$proxy->message_list}[0]; 164 $ch1->ciphersuite_len(2 * scalar @ciphersuites); 165 $ch1->ciphersuites(\@ciphersuites); 172 $ch1->set_extension( 175 $ch1->repack();
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 70-test_tls13hrr.t | 133 my $ch1 = ${$proxy->message_list}[0]; 137 $ch1->ciphersuite_len(2 * scalar @ciphersuites); 138 $ch1->ciphersuites(\@ciphersuites); 139 $ch1->repack();
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 70-test_tls13hrr.t | 191 my $ch1 = ${$proxy->message_list}[0]; 196 $ch1->ciphersuite_len(2 * scalar @ciphersuites); 197 $ch1->ciphersuites(\@ciphersuites); 204 $ch1->set_extension( 207 $ch1->repack();
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| base64_code.c | 149 unsigned int ch1; local 179 || (ch1 = un_b64[*cp++]) == INVALID) 181 VSTRING_ADDCH(result, ch0 << 2 | ch1 >> 4); 186 VSTRING_ADDCH(result, ch1 << 4 | ch2 >> 2);
|
| base32_code.c | 119 unsigned int ch1; local 161 || (ch1 = un_b32[*cp++]) == INVALID) 163 VSTRING_ADDCH(result, ch0 << 3 | ch1 >> 2); 166 && ENFORCE_NULL_BITS((ch1 & 0x3) == 0)) 172 VSTRING_ADDCH(result, ch1 << 6 | ch2 << 1 | ch3 >> 4);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-predcom.cc | 301 ch1 (NULL), ch2 (NULL), length (0), init_seq (NULL), fini_seq (NULL), 312 struct chain *ch1, *ch2; member in struct:chain 531 /* Tries to combine chains CH1 and CH2 together. */ 532 chain_p combine_chains (chain_p ch1, chain_p ch2); 614 (void *) chain->ch1, op_symbol_code (chain->op), 1839 tree e1 = get_init_expr (chain->ch1, index); 2919 /* Tries to combine chains CH1 and CH2 together. If this succeeds, the 2923 pcom_worker::combine_chains (chain_p ch1, chain_p ch2) 2932 if (ch1 == ch2) 2934 if (ch1->length != ch2->length 2981 chain_p ch1 = root->ch1, ch2 = root->ch2; local 3016 chain_p ch1, ch2, cch; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-predcom.cc | 301 ch1 (NULL), ch2 (NULL), length (0), init_seq (NULL), fini_seq (NULL), 312 struct chain *ch1, *ch2; member in struct:chain 531 /* Tries to combine chains CH1 and CH2 together. */ 532 chain_p combine_chains (chain_p ch1, chain_p ch2); 614 (void *) chain->ch1, op_symbol_code (chain->op), 1808 tree e1 = get_init_expr (chain->ch1, index); 2888 /* Tries to combine chains CH1 and CH2 together. If this succeeds, the 2892 pcom_worker::combine_chains (chain_p ch1, chain_p ch2) 2901 if (ch1 == ch2) 2903 if (ch1->length != ch2->length 2950 chain_p ch1 = root->ch1, ch2 = root->ch2; local 2985 chain_p ch1, ch2, cch; local [all...] |
| /src/usr.bin/patch/ |
| patch.c | 770 int ch1, ch2; local 796 ch1 = i < split ? pch_char(i) : -1; 798 if (ch1 == '-') { 801 } else if (ch1 == ' ' && ch2 == ' ') { 805 } else if (ch1 == '!' && ch2 == '!') { 806 while (i < split && ch1 == '!') { 809 ch1 = i < split ? pch_char(i) : -1; 816 } else if (ch1 == '*') { 824 rej_line(ch1, i);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| iq2000-asm.c | 73 int ch1, ch2; 80 ch1 = (*strp)[1]; 81 if ('0' <= ch1 && ch1 <= '9') 86 ch1 = (*strp)[1]; 88 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) 90 if ('3' == ch1 && (ch2 == '0' || ch2 == '1')) 72 int ch1, ch2; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| iq2000-asm.c | 73 int ch1, ch2; 80 ch1 = (*strp)[1]; 81 if ('0' <= ch1 && ch1 <= '9') 86 ch1 = (*strp)[1]; 88 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) 90 if ('3' == ch1 && (ch2 == '0' || ch2 == '1')) 72 int ch1, ch2; local
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| iq2000-asm.c | 73 int ch1, ch2; 80 ch1 = (*strp)[1]; 81 if ('0' <= ch1 && ch1 <= '9') 86 ch1 = (*strp)[1]; 88 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) 90 if ('3' == ch1 && (ch2 == '0' || ch2 == '1')) 72 int ch1, ch2; local
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| iq2000-asm.c | 73 int ch1, ch2; 80 ch1 = (*strp)[1]; 81 if ('0' <= ch1 && ch1 <= '9') 86 ch1 = (*strp)[1]; 88 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) 90 if ('3' == ch1 && (ch2 == '0' || ch2 == '1')) 72 int ch1, ch2; local
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| dvo_tfp410.c | 164 u8 ch1, ch2; local 166 if (tfp410_readb(dvo, addr+0, &ch1) && 168 return ((ch2 << 8) & 0xFF00) | (ch1 & 0x00FF);
|
| /src/external/gpl2/diffutils/dist/lib/ |
| getopt.c | 288 # define SWAP_FLAGS(ch1, ch2) \ 291 char __tmp = __getopt_nonoption_flags[ch1]; \ 292 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \ 296 # define SWAP_FLAGS(ch1, ch2) 299 # define SWAP_FLAGS(ch1, ch2)
|