Searched refs:cc (Results 1001 - 1025 of 2210) sorted by relevance

<<41424344454647484950>>

/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.h38 std::string CCPath; // The path to the cc executable.
149 CC *cc; member in class:llvm::LLC
153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, argument
155 : LLCPath(llcPath), cc(cc),
161 ~LLC() override { delete cc; }
/netbsd-current/usr.sbin/installboot/arch/
H A Dvax.c287 ssize_t cc; local
297 cc = pread(params->s1fd, *data, buflen, 0);
298 if (cc <= 0) {
302 if (cc > 512 * VAX_BOOT_SIZE) {
307 *len = roundup(cc, VAX_BOOT_BLOCK_BLOCKSIZE);
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dkeama.c77 ssize_t cc; local
136 cc = read(fd, inbuf + oldsize, newsize - oldsize);
137 if (cc < 0)
140 if (cc + oldsize < newsize) {
141 newsize = cc + oldsize;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dcfb64ede.c27 unsigned char *iv, c, cc; local
69 cc = *(in++);
71 iv[n] = cc;
72 *(out++) = c ^ cc;
76 v0 = v1 = ti[0] = ti[1] = c = cc = 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/
H A Dcfb64ede.c33 unsigned char *iv, c, cc; local
75 cc = *(in++);
77 iv[n] = cc;
78 *(out++) = c ^ cc;
82 v0 = v1 = ti[0] = ti[1] = c = cc = 0;
/netbsd-current/external/mit/lua/dist/src/
H A Dlparser.c851 static void recfield (LexState *ls, ConsControl *cc) { argument
857 checklimit(fs, cc->nh, MAX_INT, "items in a constructor");
862 cc->nh++;
864 tab = *cc->t;
872 static void closelistfield (FuncState *fs, ConsControl *cc) { argument
873 if (cc->v.k == VVOID) return; /* there is no list item */
874 luaK_exp2nextreg(fs, &cc->v);
875 cc->v.k = VVOID;
876 if (cc->tostore == LFIELDS_PER_FLUSH) {
877 luaK_setlist(fs, cc
884 lastlistfield(FuncState *fs, ConsControl *cc) argument
900 listfield(LexState *ls, ConsControl *cc) argument
907 field(LexState *ls, ConsControl *cc) argument
935 ConsControl cc; local
[all...]
/netbsd-current/external/mit/isl/dist/interface/
H A DMakefile.in397 generator.cc \
399 python.cc \
401 cpp.cc \
403 cpp_conversion.cc \
405 plain_cpp.cc \
408 template_cpp.cc \
410 extract_interface.cc
418 .SUFFIXES: .cc .lo .o .obj
501 .cc.o:
508 .cc
[all...]
/netbsd-current/sys/kern/
H A Dtty.c570 ((c) == '\n' || (((c) == cc[VEOF] || (c) == cc[VEOL] || \
571 ((c) == cc[VEOL2] && ISSET(lflg, IEXTEN))) && (c) != _POSIX_VDISABLE))
583 u_char *cc; local
605 cc = tp->t_cc;
670 if (CCEQ(cc[VLNEXT], c)) {
681 if (CCEQ(cc[VDISCARD], c)) {
698 if (CCEQ(cc[VINTR], c) || CCEQ(cc[VQUIT], c)) {
702 ttysig(tp, TTYSIG_PG1, CCEQ(cc[VINT
1964 u_char *cc; local
2228 int cc, cc0, ce, i, hiwat, error; local
[all...]
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dio.c133 ssize_t cc;
144 cc = current->stat.st_size + 1 + sizeof (word);
145 if (current->bufsize < cc)
147 current->bufsize = cc;
148 current->buffer = xrealloc (current->buffer, cc);
153 cc = read (current->desc,
156 if (cc == -1)
158 current->buffered_chars += cc;
171 cc = read (current->desc,
174 if (cc
131 ssize_t cc; local
[all...]
/netbsd-current/share/examples/refuse/pcifs/
H A Dpcifs.c158 int cc; local
172 cc = snprintf(name, sizeof(name), "/%.*s", (int)(cp - buf), buf);
173 virtdir_add(tp, name, cc, 'l', cp + 1, strlen(cp + 1));
/netbsd-current/usr.bin/tip/aculib/
H A Dv831.c228 char cc, oc = c; local
231 (void)read(AC, &cc, 1);
233 (void)printf("abort response=%c\n", cc);
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dnetworking.c17 int cc; local
28 cc = sendto(rsock, (void *)pkt, len, 0, &dest->sa,
30 if (cc == SOCKET_ERROR) {
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.c56 #define ISWEAKSPECIAL(cc) ucisprop(cc, UC_EN|UC_ES|UC_MN, UC_ET|UC_AN|UC_CS)
57 #define ISDIGITSPECIAL(cc) ucisprop(cc, UC_ND|UC_MN, 0)
75 #define ISLTR_LTR(cc) ucisprop(cc, UC_L|UC_MN|UC_EN|UC_ES,\
78 #define ISRTL_RTL(cc) ucisprop(cc, UC_R|UC_MN|UC_EN|UC_ES,\
81 #define ISRTL_NEUTRAL(cc) ucisprop(cc, UC_
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcount.cc84 switch (cc->get_count ())
188 char *ccret = cc->show (0);
194 ccret = cc->show_expt ();
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcount.cc84 switch (cc->get_count ())
188 char *ccret = cc->show (0);
194 ccret = cc->show_expt ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dderivation.cc18 extern void foo2 (); /* from derivation2.cc */
70 int cc; member in class:C
75 cc=6;
294 c_instance.cc = 25;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dderivation.cc18 extern void foo2 (); /* from derivation2.cc */
70 int cc; member in class:C
75 cc=6;
294 c_instance.cc = 25;
/netbsd-current/games/hack/
H A Dhack.trap.c367 coord cc; local
372 cc = getpos(1, "the desired position"); /* 1: force valid */
377 if (teleok(cc.x, cc.y)) {
378 teleds(cc.x, cc.y);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-c++20 tmpfiles="$tmpfiles prog.cc"
21 cat <<\EOF > prog.cc
66 # Compile in two steps from .cc to .o and from .o to 'prog'. This way,
71 ${CXX} -I.. -I../../gettext-runtime/libasprintf -I$top_srcdir/gnulib-lib -I../intl ${CXXFLAGS} ${CPPFLAGS} -c prog.cc \
78 ${XGETTEXT} -o prog.pot --omit-header --no-location -k_ prog.cc
/netbsd-current/usr.bin/rsh/
H A Drsh.c451 int cc; local
454 cc = 0;
456 cc += strlen(*ap) + 1;
457 if (cc == 0)
459 if (!(args = malloc((u_int)cc)))
461 ep = args + cc;
/netbsd-current/lib/libedit/
H A Dtokenizer.c210 int cc, co; local
212 cc = co = -1;
218 cc = (int)tok->argc;
438 if (cc == -1 && co == -1) {
439 cc = (int)tok->argc;
443 *cursorc = cc;
/netbsd-current/external/gpl3/gcc/dist/c++tools/
H A DMakefile.in73 vpath %.cc $(srcdir)
76 .SUFFIXES: .cc .o
83 %.o: %.cc
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dssh2pgp.c219 int cc; local
254 cc = bufgap_getbin(&bg, buf, (size_t)bg.bcc);
256 cc = (int)(space - buf);
259 hexdump(stderr, NULL, (const uint8_t *)(const void *)buf, (size_t)cc);
261 cc = frombase64(bin, buf, (size_t)cc, 0);
263 hexdump(stderr, "decoded base64:", (const uint8_t *)(const void *)bin, (size_t)cc);
266 bufgap_insert(&bg, bin, cc);
/netbsd-current/sys/arch/atari/stand/tostools/
H A DMakefile.inc6 CC = cc
/netbsd-current/sys/arch/hpcmips/vr/
H A Dcmu.c107 vrcmu_supply(vrcmu_chipset_tag_t cc, u_int16_t mask, int onoff) argument
109 struct vrcmu_softc *sc = cc->cc_sc;

Completed in 250 milliseconds

<<41424344454647484950>>