Home
last modified time | relevance | path

Searched refs:ccc (Results 1 – 25 of 97) sorted by relevance

1234

/netbsd/src/usr.bin/make/unit-tests/
Dsuff-lookup.mk12 .SUFFIXES: .c .cc .ccc
20 .ccc.cc:
24 .c.ccc:
40 .SUFFIXES: .c .cc .ccc .short .sho .dead-end
/netbsd/src/games/hack/
Dhack.do_name.c368 static char ccc[3]; in visctrl() local
370 ccc[0] = '^'; in visctrl()
371 ccc[1] = c + 0100; in visctrl()
372 ccc[2] = 0; in visctrl()
374 ccc[0] = c; in visctrl()
375 ccc[1] = 0; in visctrl()
377 return (ccc); in visctrl()
/netbsd/src/external/bsd/tcpdump/dist/tests/
Ddtp-v.out7 0x0000: aaaa 0300 000c 0003 0000 0000 0100 0ccc ................
18 0x0000: aaaa 0300 000c 0003 0000 0000 0100 0ccc ................
29 0x0000: aaaa 0300 000c 0003 0000 0000 0100 0ccc ................
40 0x0000: aaaa 0300 000c 0003 0000 0000 0100 0ccc ................
51 0x0000: aaaa 0300 000c 0003 0000 0000 0100 0ccc ................
/netbsd/src/usr.bin/tip/
Dtipout.c62 (void)write(repdes[1],&ccc,1); /* We got the message */ in intIOT()
63 (void)read(fildes[0], &ccc,1); /* Now wait for coprocess */ in intIOT()
143 if (read(attndes[0], &ccc, 1) > 0) { in tipout()
144 switch(ccc) { in tipout()
Dcmds.c143 (void)read(repdes[0], (char *)&ccc, 1); /* Wait until read process stops */ in transfer()
188 (void)write(fildes[1], (char *)&ccc, 1); in transfer()
301 (void)read(repdes[0], (char *)&ccc, 1); in transmit()
381 (void)write(fildes[1], (char *)&ccc, 1); in transmit()
481 (void)read(repdes[0], (char *)&ccc, 1); in pipeout()
503 (void)write(fildes[1], (char *)&ccc, 1); in pipeout()
529 (void)read(repdes[0], (char *)&ccc, 1); in consh()
552 (void)write(fildes[1], (char *)&ccc, 1); in consh()
Dtip.h253 extern char ccc; /* synchronization character */
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Ddw2-inline-many-frames.c43 INLINE_FUNCTION int ccc ();
81 ccc () in ccc() function
108 return ccc () + 1; /* bbb return */ in bbb()
Ddw2-inline-many-frames.exp100 {name ccc}
/netbsd/src/lib/libc/gdtoa/test/
Dx.ou0336 with bits = #3fff 8ccc cccc cccc cccc
340 fI[0] = #3fff 8ccc cccc cccc cccc
341 fI[1] = #3fff 8ccc cccc cccc cccd
348 with bits = #bfff 8ccc cccc cccc cccc
352 fI[0] = #bfff 8ccc cccc cccc cccd
353 fI[1] = #bfff 8ccc cccc cccc cccc
549 with bits = #3fff 8ccc cccc cccc cccd
553 fI[0] = #3fff 8ccc cccc cccc cccc
554 fI[1] = #3fff 8ccc cccc cccc cccd
561 with bits = #bfff 8ccc cccc cccc cccd
[all …]
Dx.ou1414 with bits = #3fff 8ccc cccc cccc cccc
419 fI[0] = #3fff 8ccc cccc cccc cccc
421 fI[1] = #3fff 8ccc cccc cccc cccd
429 with bits = #bfff 8ccc cccc cccc cccc
434 fI[0] = #bfff 8ccc cccc cccc cccd
436 fI[1] = #bfff 8ccc cccc cccc cccc
677 with bits = #3fff 8ccc cccc cccc cccd
682 fI[0] = #3fff 8ccc cccc cccc cccc
684 fI[1] = #3fff 8ccc cccc cccc cccd
692 with bits = #bfff 8ccc cccc cccc cccd
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/postconf/
Dtest37.ref3 -o always_bcc=ccc
4 -o aaa=ccc
Dtest40.ref4 -o ccc=bbb
7 ./postconf: warning: ./master.cf: unused parameter: ddd=$ccc
Dtest38.ref1 bar unix - n n - 0 other -o aaa=ccc
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-recurse-unwind.c21 ccc (int arg) in ccc() function
28 ccc (789); in bbb()
/netbsd/src/sys/arch/evbarm/stand/boot2440/
Ddev_sdmmc.h65 int ccc; /* Card Command Class for SD */ member
Ddev_sdmmc.c438 ISSET(sc->csd.ccc, SD_CSD_CCC_SWITCH)) { in sdmmc_init()
1045 csd->ccc = SD_CSD_CCC(resp); in sdmmc_decode_csd()
1366 !ISSET(sc->csd.ccc, SD_CSD_CCC_SWITCH)) in sdmmc_mem_sd_switch()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_string.c3300 int ccc; in archive_string_normalize_D() member
3303 int ccc; in archive_string_normalize_D() local
3349 fdc[0].ccc = CCC(cp2); in archive_string_normalize_D()
3357 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) { in archive_string_normalize_D()
3363 if (fdc[j].ccc > ccc) in archive_string_normalize_D()
3369 fdc[j].ccc = ccc; in archive_string_normalize_D()
3372 fdc[fdi].ccc = ccc; in archive_string_normalize_D()
/netbsd/src/external/mit/lua/dist/doc/
Dlua.css13 border: solid #ccc 1px ;
/netbsd/src/tests/lib/libcurses/
Datf.terminfo8 ccc,
/netbsd/src/external/gpl3/gdb/dist/
Dconfig.rpath78 ccc)
/netbsd/src/external/gpl3/binutils/dist/
Dconfig.rpath78 ccc)
/netbsd/src/external/gpl3/gcc/dist/
Dconfig.rpath78 ccc)
/netbsd/src/sys/dev/sdmmc/
Dsdmmcvar.h48 int ccc; /* Card Command Class for SD */ member
/netbsd/src/external/gpl2/xcvs/dist/build-aux/
Dconfig.rpath75 ccc*)
/netbsd/src/crypto/external/cpl/tpm-tools/dist/
Dconfig.rpath85 ccc*)

1234