| /mirbsd/src/lib/libc/rpc/ |
| D | svc_udp.c | 356 struct udp_cache *uc; in svcudp_enablecache() local 362 uc = ALLOC(struct udp_cache, 1); in svcudp_enablecache() 363 if (uc == NULL) { in svcudp_enablecache() 367 uc->uc_size = size; in svcudp_enablecache() 368 uc->uc_nextvictim = 0; in svcudp_enablecache() 369 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS); in svcudp_enablecache() 370 if (uc->uc_entries == NULL) { in svcudp_enablecache() 372 free(uc); in svcudp_enablecache() 375 BZERO(uc->uc_entries, cache_ptr, size * SPARSENESS); in svcudp_enablecache() 376 uc->uc_fifo = ALLOC(cache_ptr, size); in svcudp_enablecache() [all …]
|
| /mirbsd/src/sys/dev/rasops/ |
| D | rasops4.c | 107 rasops4_putchar(cookie, row, col, uc, attr) in rasops4_putchar() argument 110 u_int uc; 140 if (fg == bg || uc == ' ') { 141 uc = (u_int)-1; 145 uc -= ri->ri_font->firstchar; 146 fr = (u_char *)ri->ri_font->data + uc * ri->ri_fontscale; 155 if (uc == (u_int)-1) { 180 if (uc == (u_int)-1) { 222 rasops4_putchar(cookie, row, col, uc, attr) in rasops4_putchar() argument 225 u_int uc; [all …]
|
| D | rasops2.c | 127 rasops2_putchar(cookie, row, col, uc, attr) in rasops2_putchar() argument 130 u_int uc; 161 if (fg == bg || uc == ' ') { 162 uc = (u_int)-1; 166 uc -= ri->ri_font->firstchar; 167 fr = (u_char *)ri->ri_font->data + uc * ri->ri_fontscale; 176 if (uc == (u_int)-1) { 203 if (uc == (u_int)-1) { 264 rasops2_putchar8(cookie, row, col, uc, attr) in rasops2_putchar8() argument 267 u_int uc; [all …]
|
| D | rasops8.c | 104 rasops8_putchar(cookie, row, col, uc, attr) in rasops8_putchar() argument 107 u_int uc; 131 if (uc == ' ') { 142 uc -= ri->ri_font->firstchar; 143 fr = (u_char *)ri->ri_font->data + uc * ri->ri_fontscale; 209 rasops8_putchar8(cookie, row, col, uc, attr) in rasops8_putchar8() argument 212 u_int uc; 223 rasops8_putchar(cookie, row, col, uc, attr); 248 if (uc == ' ') { 254 uc -= ri->ri_font->firstchar; [all …]
|
| D | rasops15.c | 116 rasops15_putchar(cookie, row, col, uc, attr) in rasops15_putchar() argument 119 u_int uc; 144 if (uc == ' ') { 156 uc -= ri->ri_font->firstchar; 157 fr = (u_char *)ri->ri_font->data + uc * ri->ri_fontscale; 220 rasops15_putchar8(cookie, row, col, uc, attr) in rasops15_putchar8() argument 223 u_int uc; 234 rasops15_putchar(cookie, row, col, uc, attr); 259 if (uc == (u_int)-1) { 266 uc -= ri->ri_font->firstchar; [all …]
|
| D | rasops1.c | 93 rasops1_putchar(cookie, row, col, uc, attr) in rasops1_putchar() argument 96 u_int uc; 127 if (fg == bg || uc == ' ') { 128 uc = (u_int)-1; 132 uc -= ri->ri_font->firstchar; 133 fr = (u_char *)ri->ri_font->data + uc * ri->ri_fontscale; 142 if (uc == (u_int)-1) { 183 if (uc == (u_int)-1) { 241 rasops1_putchar8(cookie, row, col, uc, attr) in rasops1_putchar8() argument 244 u_int uc; [all …]
|
| D | rasops24.c | 123 rasops24_putchar(cookie, row, col, uc, attr) in rasops24_putchar() argument 126 u_int uc; 151 if (uc == ' ') { 164 uc -= ri->ri_font->firstchar; 165 fr = (u_char *)ri->ri_font->data + uc * ri->ri_fontscale; 250 rasops24_putchar8(cookie, row, col, uc, attr) in rasops24_putchar8() argument 253 u_int uc; 264 rasops24_putchar(cookie, row, col, uc, attr); 289 if (uc == (u_int)-1) { 296 uc -= ri->ri_font->firstchar; [all …]
|
| D | rasops32.c | 74 rasops32_putchar(cookie, row, col, uc, attr) in rasops32_putchar() argument 77 u_int uc; 104 if (uc == ' ') { 113 uc -= ri->ri_font->firstchar; 114 fr = (u_char *)ri->ri_font->data + uc * ri->ri_fontscale;
|
| /mirbsd/src/distrib/common/ |
| D | Makefile | 118 ${RDSETROOT} *.c *.o *.lo *.loo *~ bsd.uc ${_RD_TARGETS} \ 169 bsd.uc: bsd ${IMAGE} ${RDSETROOT} 176 bsd.rd: bsd.uc 177 cp -f bsd.uc bsd.uc~ 178 config -ef bsd.uc~ <<<"quit" 179 ${BSDRD_COMPR} <bsd.uc~ >$@ 180 -rm -f bsd.uc~ 182 bsd.rd.net: bsd.uc 183 cp -f bsd.uc bsd.uc~ 184 config -ef bsd.uc~ <<<"quit" [all …]
|
| /mirbsd/src/gnu/usr.bin/rcs/src/ |
| D | rcsfcmp.c | 160 register int xc, uc; local 182 uc = 0; /* Keep lint happy. */ 190 Igeteof_(ufp, uc, ueof=true;) 198 Igeteof_(ufp, uc, ueof=true;) 201 if (xc != uc) 215 (xc==KDELIM || xc==VDELIM) && (uc==KDELIM || uc==VDELIM) && 223 if (xc != uc) { 225 uc = discardkeyval(uc, ufp); 226 if ((xeof = xc==EOF) | (ueof = uc==EOF)) 234 Igeteof_(ufp, uc, ueof=true;) [all …]
|
| /mirbsd/src/sys/arch/i386/i386/ |
| D | k6_mem.c | 60 #define k6_reg_get(reg, addr, mask, wc, uc) do { \ argument 64 uc = (reg) & 0x1; \ 67 #define k6_reg_make(addr, mask, wc, uc) \ argument 68 ((addr) | ((mask) << 2) | ((wc) << 1) | uc) 85 u_int32_t len = 0, wc, uc; local 98 uc = (desc->mr_flags & MDF_UNCACHEABLE) ? 1 : 0; 100 *mtrr = k6_reg_make(desc->mr_base, len, wc, uc); 109 u_int32_t addr, mask, wc, uc; local 125 k6_reg_get(one, addr, mask, wc, uc); 130 if (uc)
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | lc.t | 23 is(uc($a) , "HELLO\.\* WORLD", 'uc'); 35 is(uc($b) , "HELLO\.\* WORLD", 'uc'); 53 is(uc($a) , "\x{100}\x{100}AA", 'uc'); 65 is(uc($b) , "\x{100}\x{100}AA", 'uc'); 129 is(uc("\x{1C5}") , "\x{1C4}", "U+01C5 uc is U+01C4"); 130 is(uc("\x{1C6}") , "\x{1C4}", "U+01C6 uc is U+01C4, too"); 139 ($c = $a) =~ s/(\w+)/uc($1)/ge; 155 is(uc($1), "ABCDEFGH", "[perl #18931]");
|
| D | subst.t | 455 my($ua, $ub, $uc, $ud) = ("\x{101}", "\x{102}", "\x{103}", "\x{104}"); 463 ($b = $a) =~ s/--/$uc/; 464 is($b, "$ua$uc$ub", "s///: replace utf8 into utf8"); 465 ($b = $a) =~ s/--/--$uc--/; 466 is($b, "$ua--$uc--$ub", "s///: replace long utf8 into utf8"); 479 ($b = $a) =~ s/-($ud)?-/$uc/; 480 is($b, "$ua$uc$ub", "s///: replace utf8 into utf8 (utf8 pattern)"); 481 ($b = $a) =~ s/-($ud)?-/--$uc--/; 482 is($b, "$ua--$uc--$ub", "s///: replace long utf8 into utf8 (utf8 pattern)");
|
| /mirbsd/src/lib/libc/string/ |
| D | memccpy.c | 41 unsigned char uc = c; in memccpy() local 43 if ((*tp++ = *fp++) == uc) in memccpy()
|
| /mirbsd/src/gnu/usr.bin/perl/t/uni/ |
| D | upper.t | 7 casetest("Upper", \%utf8::ToSpecUpper, sub { uc $_[0] }, 8 sub { my $a = ""; uc ($_[0] . $a) });
|
| /mirbsd/src/usr.sbin/getextent_cd9660/ |
| D | getextent_cd9660.c | 208 char *uc; in gotfile() local 211 uc = strdup_uc(name); in gotfile() 212 while (*fp && strcmp(uc, *fp)) in gotfile() 216 free(uc); in gotfile()
|
| /mirbsd/src/sys/dev/ic/ |
| D | sti.c | 58 void sti_putchar(void *v, int row, int col, u_int uc, long attr); 398 int uc; in sti_fetchfonts() local 464 for (uc = fp->first; uc <= fp->last; uc++) { in sti_fetchfonts() 465 a.in.x = ((uc - fp->first) / sc->sc_fontmaxcol) * in sti_fetchfonts() 467 a.in.y = ((uc - fp->first) % sc->sc_fontmaxcol) * in sti_fetchfonts() 469 a.in.index = uc; in sti_fetchfonts() 474 sc->sc_dev.dv_xname, uc, a.out.errno); in sti_fetchfonts() 790 sti_putchar(v, row, col, uc, attr) in sti_putchar() argument 793 u_int uc; 818 a.in.index = uc; [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/t/comp/ |
| D | bproto.t | 33 uc($bar,$bar); 40 uc $bar,$bar;
|
| /mirbsd/src/usr.bin/window/ |
| D | win.c | 344 int uc = ISSET(w->ww_wflags, WWW_UNCTRL); variable 351 SET(w->ww_wflags, uc); 359 int uc = ISSET(w->ww_wflags, WWW_UNCTRL); variable 368 SET(w->ww_wflags, uc);
|
| D | wwgets.c | 55 int uc = ISSET(w->ww_wflags, WWW_UNCTRL); local 102 SET(w->ww_wflags, uc);
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/ |
| D | fallback.t | 25 my ($af, $aq, $ap, $ah, $ax, $uf, $uq, $up, $uh, $ux, $ac, $uc); 30 $uf = $uq = $up = $uh = $ux = $uc = 46 $uc .= sprintf("[%02X]", $i); 164 is($dst, $uc, "coderef decode");
|
| /mirbsd/src/sys/dev/wscons/ |
| D | wsmoused.h | 112 #define PUTCHAR(pos, uc, attr) \ argument 115 ((pos) % N_COLS), (uc), (attr)))
|
| D | wsdisplayvar.h | 62 void (*putchar)(void *c, int row, int col, u_int uc, long attr); 108 u_int uc; member
|
| /mirbsd/src/sys/arch/i386/stand/libsa/ |
| D | pxe.c | 259 t_PXENV_UDP_CLOSE *uc = (void *) pxe_command_buf; local 266 uc->status = 0; 270 if (uc->status != PXENV_STATUS_SUCCESS) 272 uc->status);
|
| /mirbsd/src/lib/libc/gen/ |
| D | vis.c | 348 unsigned char uc = (unsigned char)c; in vis() local 356 HVIS(dst, uc, flag, nextc, extra); in vis() 358 SVIS(dst, uc, flag, nextc, extra); in vis()
|