Home
last modified time | relevance | path

Searched refs:uc1 (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Drtf_utf8.t148 W\uc1\u347?r\'f3d nocnej ciszy g\uc1\u322?os si\uc1\u281? rozchodzi:
155 Poszli, znale\uc1\u378?li Dzieci\uc1\u261?tko w \uc1\u380?\uc1\u322?obie
157 Mu dali, / A witaj\uc1\u261?c zawo\uc1\u322?ali / Z wielkiej rado\uc1\u347?ci:
161 Ach, witaj Zbawco z dawno \uc1\u380?\uc1\u261?dany, / Wiele tysi\uc1\u281?cy
163 Ty\uc1\u347? tej nocy / Nam si\uc1\u281? objawi\uc1\u322?.
168 kap\uc1\u322?ana, / Padniemy na twarz przed Tob\uc1\u261?, / Wierz\uc1\u261?c,
169 \uc1\u380?e\uc1\u347? jest pod os\uc1\u322?on\uc1\u261? / Chleba i
190 W\uc1\u347?r\'f3d nocnej ciszy g\uc1\u322?os si\uc1\u281? rozchodzi:\line
196 Poszli, znale\uc1\u378?li Dzieci\uc1\u261?tko w \uc1\u380?\uc1\u322?obie\line
206 Nam si\uc1\u281? objawi\uc1\u322?.\line
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Distream_extractor_char.cc193 unsigned char uc1 = 'c'; in test02() local
195 is_02 >> uc1; in test02()
198 VERIFY( uc1 == 'o' ); in test02()
199 is_02 >> uc1; in test02()
200 is_02 >> uc1; in test02()
201 VERIFY( uc1 == 't' ); in test02()
/openbsd/usr.sbin/mopd/common/
H A Dprint.c425 u_char uc1, uc2, uc3, *ucp; in mopPrintInfo() local
449 uc1 = mopGetChar(pkt, idx); in mopPrintInfo()
452 fprintf(fd, "Maint Version: %d.%d.%d\n", uc1, uc2, uc3); in mopPrintInfo()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfuncargs.c172 void call1e (unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char… in call1e() argument
174 call1e (uc1, ul, uc2, ui, uc3, us, uc4, uc5) in call1e()
175 unsigned char uc1; unsigned long ul; unsigned char uc2; unsigned int ui; in call1e()
179 uc1 = 5; ul = 7; uc2 = 8; ui = 9; uc3 = 10; us = 11; uc4 = 12; uc5 = 55;
/openbsd/gnu/llvm/llvm/lib/Support/
H A Dregcomp.c1413 unsigned uc1 = (uch)c1; in samesets() local
1417 if (col[uc1] != col[uc2]) in samesets()