Searched refs:uc (Results 76 - 100 of 137) sorted by last modified time

123456

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getcontext.c112 ucontext_t uc[DEPTH]; local
117 ATF_REQUIRE_EQ(getcontext(&uc[i]), 0);
119 uc[i].uc_stack.ss_sp = malloc(STACKSZ);
120 uc[i].uc_stack.ss_size = STACKSZ;
121 uc[i].uc_link = (i > 0) ? &uc[i - 1] : &save;
126 makecontext(&uc[i], (void *)run, 6, i,
130 makecontext(&uc[i], (void *)run, 8, i,
134 makecontext(&uc[i], (void *)run, 6, i,
137 makecontext(&uc[
[all...]
H A Dt_lwp_create.c81 ucontext_t uc; \
85 getcontext(&uc); \
86 uc.uc_flags = _UC_CPU; \
87 ARCH##_##NAME(&uc); \
89 error = _lwp_create(&uc, 0, &lid); \
92 static void ARCH##_##NAME(ucontext_t *uc) \
105 ucontext_t uc; local
112 _lwp_makecontext(&uc, lwp_main_func, NULL, NULL, stack, ssize);
114 error = _lwp_create(&uc, 0, &lid);
123 uc
[all...]
/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...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2619 uc/oBEw7/K6n3A+6vIbAxVHoCgbbXI0KJZdkqAGyBcw6dYE4NQRQCXoDBzkbspdf
/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/tzcode/zic/
H A Dzic.c1688 unsigned char uc; local
1690 uc = typemap[types[i]];
1691 (void) fwrite((void *) &uc,
1692 (size_t) sizeof uc,
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.cmd12 set uc=%program_path%\unbound-control.exe variable
16 if exist %uc% goto start
32 type %program_path%\%fname%|%uc% load_cache
42 %uc% dump_cache>%program_path%\%fname%
51 type %program_path%\%fname%|%uc% load_cache
58 %uc% dump_cache>%program_path%\%fname%
61 type %program_path%\%fname%|%uc% load_cache
69 %uc% dump_cache>%arg2%
78 type %arg2%|%uc% load_cache
85 %uc
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c2854 int uc = service->service_use_count; local
2857 for (i = 0; i < uc; i++)
H A Dvchiq_arm.c1685 long rc = 0, uc = 0; local
1697 uc = atomic_xchg(&arm_state->ka_use_count, 0);
1701 while (uc--) {
/freebsd-11-stable/tools/regression/netinet/msocket/
H A Dmsocket.c87 u_char uc; local
93 uc = fakev;
94 socklen = sizeof(uc);
96 ret = getsockopt(sock, IPPROTO_IP, optname, &uc, &socklen);
103 if (uc != defaultv)
105 "%d not %d", socktype, optstring, uc, defaultv);
110 uc = modifiedv;
111 ret = setsockopt(sock, IPPROTO_IP, optname, &uc, sizeof(uc));
119 uc
[all...]
/freebsd-11-stable/tools/tools/drm/
H A Dgen-drm_pciids29 my $vendor_id = uc($1);
30 my $device_id = uc($2);
61 my $vendor_id = uc($1);
62 my $device_id = uc($2);
94 my $vendor_id = uc($1);
104 my $device_id = uc($1);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dquotearg.c174 unsigned char uc = c; local
175 int *p = (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
176 int shift = uc % INT_BITS;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsfcmp.c159 register int xc, uc; local
183 Igeteof_(ufp, uc, ueof=true;)
186 if (xc != uc)
193 uc = 0; /* Keep lint happy. */
201 Igeteof_(ufp, uc, ueof=true;)
209 Igeteof_(ufp, uc, ueof=true;)
212 if (xc != uc)
226 (xc==KDELIM || xc==VDELIM) && (uc==KDELIM || uc==VDELIM) &&
234 if (xc != uc) {
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dbat.sh16 $uc=$lib;
17 $uc =~ s/^lib(.*)\.a/$1/;
18 $uc =~ tr/a-z/A-Z/;
19 $lib_nam{$uc}=$uc;
20 $lib_obj{$uc}.=$libobj." ";
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh3727 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
9120 done | sort | sort -uc >/dev/null 2>&1); then
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dvis.c361 unsigned char uc = (unsigned char)c; local
371 dst = do_hvis(dst, uc, flag, nextc, extra);
373 dst = do_svis(dst, uc, flag, nextc, extra);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1_print.c194 unsigned char *uc; local
197 uc = (unsigned char *)str.data;
199 printf ("%02x", uc[i]);
/freebsd-11-stable/crypto/openssh/
H A Dge25519.c155 unsigned char uc = c; local
156 unsigned char x = ub ^ uc; /* 0: yes; 1..255: no */
/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/diff/src/
H A Dcmp.c592 unsigned char uc = l;
593 cnt += ! uc;
587 unsigned char uc = l; local
/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/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_recursive_init.c7 char uc; member in union:top::onion
11 { .s = "foo", .c = 'b', .u = { .uc = 'c' } },
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_io.c1445 READ_TOKEN_U_CHAR(buf, len, tok->tt.arb.uc, tok->len, err);
1475 SET_PTR(buf, len, tok->tt.arb.data, datasize * tok->tt.arb.uc,
1543 print_1_byte(fp, tok->tt.arb.uc, "%u");
1546 for (i = 0; i<tok->tt.arb.uc; i++)
1553 print_1_byte(fp, tok->tt.arb.uc, "%u");
1555 for (i = 0; i<tok->tt.arb.uc; i++)
1569 print_1_byte(fp, tok->tt.arb.uc, "%u");
1572 for (i = 0; i < tok->tt.arb.uc; i++)
1580 print_1_byte(fp, tok->tt.arb.uc, "%u");
1582 for (i = 0; i < tok->tt.arb.uc;
[all...]

Completed in 523 milliseconds

123456