/freebsd/usr.bin/cmp/ |
H A D | special.c | 46 int ch1, ch2; in c_special() local 81 ch1 = getc(fp1); in c_special() 83 if (ch1 == EOF || ch2 == EOF) in c_special() 85 if (ch1 != ch2) { in c_special() 89 (long long)byte - 1, ch1, ch2); in c_special() 94 (long long)byte, ch1, ch1, ch2, in c_special() 98 (long long)byte, ch1, ch2); in c_special() 100 diffmsg(file1, file2, byte, line, ch1, ch2); in c_special() 104 if (ch1 == '\n') in c_special()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | captoinfo.c | 541 char ch1, ch2; in bcd_expression() local 543 if (sscanf(str, fmt, &ch1, &ch2) == 2 in bcd_expression() 544 && isdigit(UChar(ch1)) in bcd_expression() 546 && (ch1 == ch2)) { in bcd_expression() 552 _nc_SPRINTF(buffer, _nc_SLIMIT(sizeof(buffer)) fmt, ch1, ch2); in bcd_expression() 625 char ch1 = 0, ch2 = 0; in _nc_infotocap() local 837 } else if (sscanf(str, "%%?%%'%c'%%>%%t%%{%d}%%+%%;", &ch1, &c2) == 2) { in _nc_infotocap() 839 bufptr = save_tc_inequality(bufptr, ch1, c2); in _nc_infotocap() 840 } else if (sscanf(str, "%%?%%'%c'%%>%%t%%'%c'%%+%%;", &ch1, &ch2) == 2) { in _nc_infotocap() 842 bufptr = save_tc_inequality(bufptr, ch1, ch2); in _nc_infotocap() [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 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();
|
/freebsd/usr.bin/look/ |
H A D | look.c | 321 wchar_t ch1, ch2; in compare() local 325 ch1 = *s1; in compare() 338 if (ch1 != ch2) in compare() 339 return (ch1 < ch2 ? LESS : GREATER); in compare()
|
/freebsd/usr.bin/patch/ |
H A D | patch.c | 828 int ch1, ch2; in abort_hunk() local 854 ch1 = i < split ? pch_char(i) : -1; in abort_hunk() 856 if (ch1 == '-') { in abort_hunk() 859 } else if (ch1 == ' ' && ch2 == ' ') { in abort_hunk() 863 } else if (ch1 == '!' && ch2 == '!') { in abort_hunk() 864 while (i < split && ch1 == '!') { in abort_hunk() 867 ch1 = i < split ? pch_char(i) : -1; in abort_hunk() 874 } else if (ch1 == '*') { in abort_hunk() 882 rej_line(ch1, i); in abort_hunk()
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 146 } ch1, ch2; in ofwfb_bitblt_bitmap() 185 ch1.l = ch2.l = (bg << 24) | (bg << 16) | in ofwfb_bitblt_bitmap() 192 if (b & 0x80) ch1.c[0] = fg; in ofwfb_bitblt_bitmap() 193 if (b & 0x40) ch1.c[1] = fg; in ofwfb_bitblt_bitmap() 194 if (b & 0x20) ch1.c[2] = fg; in ofwfb_bitblt_bitmap() 195 if (b & 0x10) ch1.c[3] = fg; in ofwfb_bitblt_bitmap() 202 *(uint32_t *)(sc->fb_vbase + line + c) = ch1.l; in ofwfb_bitblt_bitmap() 144 } ch1, ch2; ofwfb_bitblt_bitmap() local
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 815 } ch1, ch2; in ofwfb_putc8() local 835 ch1.l = ch2.l = (bg << 24) | (bg << 16) | (bg << 8) | bg; in ofwfb_putc8() 841 if (fline & 0x80) ch1.c[0] = fg; in ofwfb_putc8() 842 if (fline & 0x40) ch1.c[1] = fg; in ofwfb_putc8() 843 if (fline & 0x20) ch1.c[2] = fg; in ofwfb_putc8() 844 if (fline & 0x10) ch1.c[3] = fg; in ofwfb_putc8() 851 addr[0] = ch1.l; in ofwfb_putc8()
|
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.c | 462 int ch1, ch2; in bindiff() local 467 ch1 = getc_unlocked(f1); in bindiff() 469 } while (ch1 != EOF && ch2 != EOF && ch1 == ch2); in bindiff() 480 if (ch1 != EOF || ch2 != EOF) { in bindiff()
|
/freebsd/contrib/dialog/ |
H A D | mixedgauge.c | 165 chtype ch1 = winch(win); in myprint_status() local 167 ch1 &= ~A_REVERSE; in myprint_status() 169 (void) waddch(win, ch1); in myprint_status()
|
/freebsd/sys/contrib/device-tree/src/arm/renesas/ |
H A D | r8a77470.dtsi | 395 dma-names = "ch0", "ch1", "ch2", "ch3"; 430 dma-names = "ch0", "ch1", "ch2", "ch3"; 464 interrupt-names = "ch0", "ch1"; 478 interrupt-names = "ch0", "ch1"; 492 interrupt-names = "ch0", "ch1"; 506 interrupt-names = "ch0", "ch1"; 535 "ch0", "ch1", "ch2", "ch3", 568 "ch0", "ch1", "ch2", "ch3",
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | st,sta32x.txt | 34 - st,ch1-output-mapping: Channel 1 output mapping 93 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1
|
H A D | st,sta350.txt | 30 - st,ch1-output-mapping: Channel 1 output mapping 123 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1
|
/freebsd/sys/dev/sec/ |
H A D | sec.c | 1014 int ch0, ch1; in sec_enqueue() local 1023 ch1 = sec_eu_channel(sc, desc->sd_desc->shd_eu_sel1); in sec_enqueue() 1029 if (ch0 >= 0 && ch0 == ch1) { in sec_enqueue() 1040 if ((ch0 >= 0 && ch1 < 0) || (ch1 >= 0 && ch0 < 0)) { in sec_enqueue() 1041 if (sec_enqueue_desc(sc, desc, (ch0 >= 0) ? ch0 : ch1) in sec_enqueue() 1052 if (ch0 < 0 && ch1 < 0) { in sec_enqueue()
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp131.dtsi | 124 dma-names = "ch1", "ch2", "ch3", "ch4", "up"; 160 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 194 dma-names = "ch1", "ch2", "ch3", "up"; 230 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 508 dma-names = "ch1", "ch2", "ch3", "ch4", 549 dma-names = "ch1", "ch2", "ch3", "ch4", 1275 dma-names = "ch1", "up", "trig", "com"; 1303 dma-names = "ch1", "up"; 1331 dma-names = "ch1", "up";
|
H A D | stm32mp151.dtsi | 434 dma-names = "ch1", "ch2", "ch3", "ch4", "up"; 471 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 506 dma-names = "ch1", "ch2", "ch3", "ch4"; 543 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 980 dma-names = "ch1", "ch2", "ch3", "ch4", 1022 dma-names = "ch1", "ch2", "ch3", "ch4", 1113 dma-names = "ch1", "up", "trig", "com"; 1141 dma-names = "ch1", "up"; 1168 dma-names = "ch1", "up";
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-tse850-3.dts | 109 led-ch1-red { 113 led-ch1-green {
|
/freebsd/sys/contrib/device-tree/Bindings/clock/st/ |
H A D | st,quadfs.txt | 45 "clk-s-c0-fs0-ch1",
|
/freebsd/bin/sh/ |
H A D | jobs.c | 1389 cmdtxt(n->nbinary.ch1); in cmdtxt() 1394 cmdtxt(n->nbinary.ch1); in cmdtxt() 1399 cmdtxt(n->nbinary.ch1); in cmdtxt() 1428 cmdtxt(n->nbinary.ch1); in cmdtxt() 1433 cmdtxt(n->nbinary.ch1); in cmdtxt()
|
H A D | eval.c | 204 evaltree(n->nbinary.ch1, flags & ~EV_EXIT); in evaltree() 210 evaltree(n->nbinary.ch1, EV_TESTED); in evaltree() 217 evaltree(n->nbinary.ch1, EV_TESTED); in evaltree() 313 evaltree(n->nbinary.ch1, EV_TESTED); in evalloop()
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r8a77995.dtsi | 515 dma-names = "ch0", "ch1", "ch2", "ch3"; 530 interrupt-names = "ch0", "ch1"; 544 interrupt-names = "ch0", "ch1"; 601 "ch0", "ch1", "ch2", "ch3", 629 "ch0", "ch1", "ch2", "ch3", 657 "ch0", "ch1", "ch2", "ch3", 781 interrupt-names = "ch0", "ch1", "ch2", "ch3", 1178 "ch0", "ch1", "ch2", "ch3",
|
H A D | r9a09g011.dtsi | 169 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>, /* ch1: Rx1 NC */ 197 interrupt-names = "ch0", "ch1", "ch2", "ch3",
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | renesas,shdma.txt | 65 "ch0", "ch1", "ch2", "ch3",
|
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/ |
H A D | pxa300-raumfeld-speaker-one.dts | 119 st,ch1-output-mapping = /bits/ 8 <0>;
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | qcom,ath10k.txt | 69 and "vdd-3.3-ch1". 208 vdd-3.3-ch1-supply = <&vreg_l26a_3p3>;
|
/freebsd/contrib/less/ |
H A D | charset.c | 882 public lbool is_combining_char(LWCHAR ch1, LWCHAR ch2) in is_wide_char() 888 if (ch1 == comb_table[i].first && 893 is_combining_char(LWCHAR ch1,LWCHAR ch2) is_combining_char() argument
|