Searched refs:uc (Results 1 - 25 of 137) sorted by path

123456

/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrcasecmp.c35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\01
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh1456 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
6922 done | sort | sort -uc >/dev/null 2>&1); then
/freebsd-11-stable/contrib/dialog/
H A Dtrace.c93 wchar_t *uc; local
96 || (uc = wunctrl(&cch)) == 0
97 || uc[1] != 0
98 || wcwidth(uc[0]) <= 0) {
103 const wchar_t *ucp = uc;
107 k += wcwidth(uc[0]) - 1;
/freebsd-11-stable/contrib/diff/src/
H A Dcmp.c592 unsigned char uc = l;
593 cnt += ! uc;
587 unsigned char uc = l; local
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c6407 cppchar_t uc = ((cppchar_t)c) & ((((cppchar_t)1) << CHAR_BIT)-1);
6409 uc = cpp_host_to_exec_charset (parse_in, uc);
6412 return ((HOST_WIDE_INT)uc) << (HOST_BITS_PER_WIDE_INT - CHAR_TYPE_SIZE)
6415 return uc;
6389 cppchar_t uc = ((cppchar_t)c) & ((((cppchar_t)1) << CHAR_BIT)-1); local
H A Dfp-test.c70 volatile unsigned char uc; variable
115 uc = f1;
126 f1 = uc;
161 uc = d1;
172 d1 = uc;
207 uc = D1;
218 D1 = uc;
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h143 struct ucontext uc; member in struct:rt_sigframe
148 sc = (struct sigcontext *) (void *) &rt_->uc.uc_mcontext;
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dlinux-unwind.h81 _sig_ucontext_t uc; member in struct:rt_sigframe
83 sc = &rt_->uc.uc_mcontext;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dhost-darwin.c70 ucontext_t *uc = (ucontext_t *)scp; local
81 faulting_insn = *(unsigned *)uc->uc_mcontext->MC_FLD(ss).MC_FLD(srr0);
130 uc->uc_mcontext->MC_FLD(es).MC_FLD(dar),
131 uc->uc_mcontext->MC_FLD(ss).MC_FLD(srr0));
H A Dlinux-unwind.h134 struct gcc_ucontext uc; member in struct:rt_sigframe
140 return frame->uc.regs;
177 struct gcc_ucontext uc; member in struct:rt_sigframe
179 return frame->uc.regs;
/freebsd-11-stable/contrib/gcc/config/s390/
H A Dlinux-unwind.h88 } *uc = context->cfa + 8 + 128; local
90 regs = &uc->uc_mcontext;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrcasecmp.c35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\01
[all...]
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man112 $key = uc $1;
227 my $PROGRAM = uc $program;
288 $sect = uc $1;
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh3730 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
9142 done | sort | sort -uc >/dev/null 2>&1); then
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c608 uint32_t uc; local
615 while ((n = _utf8_to_unicode(&uc, p, len)) > 0) {
618 logprintf("%04X", uc);
/freebsd-11-stable/contrib/libc-vis/
H A Dunvis.c204 unsigned char uc = (unsigned char)c; local
357 if (isoctal(uc)) {
373 if (isoctal(uc)) {
383 if (!isxdigit(uc))
387 if (isxdigit(uc)) {
388 *cp = xtod(uc);
400 if (isxdigit(uc)) {
401 *cp = xtod(uc) | (*cp << 4);
407 if (uc == '\n' || uc
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dbind.c368 unsigned char uc = keys[i]; local
371 ic = uc;
H A Ddisplay.c1972 unsigned char uc; local
1974 uc = (unsigned char)c;
1976 if (META_CHAR (uc))
1979 if (uc == '\t')
1991 return ((ISPRINT (uc)) ? 1 : 2);
H A Drltty.c897 unsigned char uc;
899 uc = tiop->c_cc[sc];
900 if (uc != (unsigned char)_POSIX_VDISABLE && kmap[uc].type == ISFUNC)
901 kmap[uc].function = func;
905 #define RESET_SPECIAL(uc) \
906 if (uc != (unsigned char)_POSIX_VDISABLE && kmap[uc].type == ISFUNC) \
907 kmap[uc].function = rl_insert;
896 unsigned char uc; local
/freebsd-11-stable/contrib/mdocml/
H A Dchars.c503 mchars_uc2str(int uc) argument
508 if (uc == lines[i].unicode)
H A Dmain.c128 unsigned char *uc; local
345 ((uc = (unsigned char *)argv[0]) != NULL) &&
346 ((isdigit(uc[0]) && (uc[1] == '\0' ||
347 (isalpha(uc[1]) && uc[2] == '\0'))) ||
348 (uc[0] == 'n' && uc[1] == '\0'))) {
349 search.sec = (char *)uc;
H A Dmdoc_markdown.c496 int bs, sz, uc, breakline; local
571 uc = 0;
575 uc = mchars_num2uc(seq + 1, sz - 1);
578 uc = mchars_num2char(seq, sz);
581 uc = mchars_spec2cp(seq, sz);
623 if (uc) {
624 if ((uc < 0x20 && uc != 0x09) ||
625 (uc > 0x7E && uc <
[all...]
H A Dterm.c439 int sz, uc; local
485 uc = mchars_num2uc(seq + 1, sz - 1);
488 uc = mchars_num2char(seq, sz);
489 if (uc < 0)
498 uc = mchars_spec2cp(seq, sz);
499 if (uc > 0)
500 encode1(p, uc);
531 uc = -p->col;
533 uc = 0;
536 uc
815 int ssz, skip, uc; local
[all...]
H A Dterm_ascii.c273 ascii_uc2str(int uc) argument
342 assert(uc >= 0);
343 if ((size_t)uc < sizeof(tab)/sizeof(tab[0]))
344 return tab[uc];
345 return mchars_uc2str(uc);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c5497 ucontext_t uc; local
5515 _lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);
5518 FORKEE_ASSERT(_lwp_create(&uc, 0, &lid) == 0);
5593 ucontext_t uc; local
5611 _lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);
5614 FORKEE_ASSERT(_lwp_create(&uc, 0, &lid) == 0);
6400 ucontext_t uc; local
6424 _lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);
6427 FORKEE_ASSERT(_lwp_create(&uc, 0, &lid) == 0);
6504 ucontext_t uc; local
[all...]

Completed in 332 milliseconds

123456