Searched refs:cc (Results 876 - 900 of 2210) sorted by relevance

<<31323334353637383940>>

/netbsd-current/usr.sbin/rwhod/
H A Drwhod.c267 int cc, whod; local
270 cc = recvfrom(s, (char *)&wd, sizeof(struct whod), 0,
272 if (cc <= 0) {
273 if (cc < 0 && errno != EINTR)
282 if (cc < (int)WHDRSIZE) {
314 int i, n = (cc - WHDRSIZE) / sizeof(struct whoent);
332 (void)write(whod, (char *)&wd, cc);
333 if (fstat(whod, &st) < 0 || st.st_size > cc)
334 (void)ftruncate(whod, cc);
363 int i, cc, utmpen local
550 Sendto(int s, const void *buf, size_t cc, int flags, const struct sockaddr *to, socklen_t tolen) argument
[all...]
/netbsd-current/lib/libskey/
H A Dput.c2236 unsigned char cc; local
2249 cc = (y >> 8) & 0xff;
2254 s[start / 8 + 1] |= cc;
2259 s[start / 8] |= cc;
2290 unsigned char cc; local
2300 cc = s[start / 8 + 1];
2302 x = ((int) (cl << 8 | cc) << 8 | cr);
/netbsd-current/sys/arch/luna68k/dev/
H A Dlcd.c303 lcdput(int cc) argument
314 p1->portA = cc;
320 lcdctrl(int cc) argument
331 p1->portA = cc;
339 int cc; local
341 while ((cc = *s++) != '\0')
342 lcdput(cc);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dnormalize.c203 int cc = _wind_combining_class(tmp[i]); local
204 if (cc) {
274 int cc; local
279 cc = _wind_combining_class(in[i]);
280 if (old_cc != cc && (comb = find_composition(v, 2))) {
282 } else if (cc == 0) {
288 old_cc = cc;
/netbsd-current/external/bsd/tmux/dist/
H A Dcontrol-notify.c151 control_notify_client_session_changed(struct client *cc) argument
156 if (cc->session == NULL)
158 s = cc->session;
164 if (cc == c) {
169 cc->name, s->id, s->name);
175 control_notify_client_detached(struct client *cc) argument
181 control_write(c, "%%client-detached %s", cc->name);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Denvsets.cc108 if (cc->get_synctrace_mode () != 0)
110 if (cc->get_heaptrace_mode () != 0)
112 if (cc->get_iotrace_mode () != 0)
370 char *exp = cc->get_experiment ();
386 exp = cc->get_data_desc ();
391 const char *follow_spec = cc->get_follow_cmp_spec ();
411 if (cc->get_java_mode () == 1)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Denvsets.cc108 if (cc->get_synctrace_mode () != 0)
110 if (cc->get_heaptrace_mode () != 0)
112 if (cc->get_iotrace_mode () != 0)
398 char *exp = cc->get_experiment ();
414 exp = cc->get_data_desc ();
419 const char *follow_spec = cc->get_follow_cmp_spec ();
439 if (cc->get_java_mode () == 1)
/netbsd-current/sys/lib/libsa/
H A Drpc.c119 ssize_t cc; local
185 cc = sendrecv(d,
191 printf("%s: cc=%zd rlen=%zu\n", __func__, cc, rlen);
193 if (cc == -1)
196 if ((size_t)cc <= sizeof(*reply)) {
201 recv_tail = recv_head + cc;
406 ssize_t cc; local
430 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT,
432 if ((size_t)cc < sizeo
[all...]
/netbsd-current/sys/dev/cardbus/
H A Dif_athn_cardbus.c195 cardbus_chipset_tag_t cc = ct->ct_cc; local
204 cardbus_intr_disestablish(cc, cf, csc->csc_ih);
219 cardbus_chipset_tag_t cc = ct->ct_cc; local
233 (*cf->cardbus_ctrl)(cc, CARDBUS_MEM_ENABLE);
234 (*cf->cardbus_ctrl)(cc, CARDBUS_BM_ENABLE);
320 cardbus_chipset_tag_t cc = ct->ct_cc; local
330 csc->csc_ih = cardbus_intr_establish(cc, cf, IPL_NET, athn_intr, sc);
345 cardbus_chipset_tag_t cc = ct->ct_cc; local
349 cardbus_intr_disestablish(cc, cf, csc->csc_ih);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A DMakefile.in396 asan_activation.cc \
397 asan_allocator.cc \
398 asan_debugging.cc \
399 asan_descriptions.cc \
400 asan_errors.cc \
401 asan_fake_stack.cc \
402 asan_flags.cc \
403 asan_globals.cc \
404 asan_interceptors.cc \
405 asan_interceptors_memintrinsics.cc \
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc174 const char *cc = 0; local
179 return foo15 (c) + foo15 (cc) + foo15 (vc) + foo15 (cvc);
240 const char *cc = 0; local
/netbsd-current/sys/arch/hpcsh/dev/
H A Dpfckbd.c388 uint16_t cc, dc, ec; uint8_t c, d, e; member in struct:__anon905
394 uint16_t cc, dc, ec; local
402 cc = _reg_read_2(SH7709_PCCR) & ~PFCKBD_HITACHI_PCCR_MASK;
408 _reg_write_2(SH7709_PCCR, cc | scan[i].cc);
433 _reg_write_2(SH7709_PCCR, cc | (0x5555 & PFCKBD_HITACHI_PCCR_MASK));
442 uint16_t cc, dc, ec; uint8_t c, d, e; member in struct:__anon906
449 uint16_t cc, dc, ec; local
453 cc = _reg_read_2(SH7709_PCCR) & ~PFCKBD_HITACHI_PCCR_MASK;
458 _reg_write_2(SH7709_PCCR, cc | pol
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Doranking.cc174 const char *cc = 0; local
179 return foo15 (c) + foo15 (cc) + foo15 (vc) + foo15 (cvc);
240 const char *cc = 0; local
/netbsd-current/sbin/routed/
H A Dinput.c63 int cc; local
79 cc = recvfrom(sock, &inbuf, sizeof(inbuf), 0,
81 if (cc <= 0) {
82 if (cc < 0 && errno != EWOULDBLOCK)
98 if ((cc -= sizeof(inbuf.ifname)) < 0)
100 cc+sizeof(inbuf.ifname));
131 input(&from, sifp, aifp, &inbuf.pbuf.rip, cc);
143 int cc)
165 trace_rip("Recv", "from", from, sifp, rip, cc);
175 if (cc > (in
139 input(struct sockaddr_in *from, struct interface *sifp, struct interface *aifp, struct rip *rip, int cc) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-entry-value-paramref.S18 /* This file is compiled from gdb.arch/amd64-entry-value-paramref.cc
22 .file "amd64-entry-value-paramref.cc"
29 .file 1 "gdb.arch/amd64-entry-value-paramref.cc"
30 # gdb.arch/amd64-entry-value-paramref.cc:21
36 # gdb.arch/amd64-entry-value-paramref.cc:23
39 # gdb.arch/amd64-entry-value-paramref.cc:24
42 # gdb.arch/amd64-entry-value-paramref.cc:23
46 # gdb.arch/amd64-entry-value-paramref.cc:25
50 # gdb.arch/amd64-entry-value-paramref.cc:26
62 # gdb.arch/amd64-entry-value-paramref.cc
[all...]
H A Damd64-entry-value.s21 .file "amd64-entry-value.cc"
28 .file 1 "gdb.arch/amd64-entry-value.cc"
29 # gdb.arch/amd64-entry-value.cc:22
35 # gdb.arch/amd64-entry-value.cc:23
39 # gdb.arch/amd64-entry-value.cc:24
49 # gdb.arch/amd64-entry-value.cc:28
55 # gdb.arch/amd64-entry-value.cc:30
59 # gdb.arch/amd64-entry-value.cc:29
63 # gdb.arch/amd64-entry-value.cc:31
67 # gdb.arch/amd64-entry-value.cc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-entry-value-paramref.S18 /* This file is compiled from gdb.arch/amd64-entry-value-paramref.cc
22 .file "amd64-entry-value-paramref.cc"
29 .file 1 "gdb.arch/amd64-entry-value-paramref.cc"
30 # gdb.arch/amd64-entry-value-paramref.cc:21
36 # gdb.arch/amd64-entry-value-paramref.cc:23
39 # gdb.arch/amd64-entry-value-paramref.cc:24
42 # gdb.arch/amd64-entry-value-paramref.cc:23
46 # gdb.arch/amd64-entry-value-paramref.cc:25
50 # gdb.arch/amd64-entry-value-paramref.cc:26
62 # gdb.arch/amd64-entry-value-paramref.cc
[all...]
H A Damd64-entry-value.s21 .file "amd64-entry-value.cc"
28 .file 1 "gdb.arch/amd64-entry-value.cc"
29 # gdb.arch/amd64-entry-value.cc:22
35 # gdb.arch/amd64-entry-value.cc:23
39 # gdb.arch/amd64-entry-value.cc:24
49 # gdb.arch/amd64-entry-value.cc:28
55 # gdb.arch/amd64-entry-value.cc:30
59 # gdb.arch/amd64-entry-value.cc:29
63 # gdb.arch/amd64-entry-value.cc:31
67 # gdb.arch/amd64-entry-value.cc
[all...]
/netbsd-current/sys/dev/iscsi/
H A Discsi_text.c611 unsigned cc; local
613 for (cc = 0 ; (*dest = *src) != 0x0 ; cc++) {
617 return cc;
667 unsigned cc, cl; local
677 cc = snprintf(buf, len, "%s=", entries[par->key].name);
678 if (cc >= len)
684 cl = snprintf(&buf[cc], len - cc, "%d",
689 cl = put_bignumval(par, &buf[cc]);
787 unsigned cc; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/
H A Dmakedefs252 : ${CC="/usr/bin/cc -b elf"}
259 : ${CC=/usr/bin/cc}
266 : ${CC=/usr/bin/cc}
302 : ${CC=cc}
311 : ${CC=cc}
320 : ${CC=cc}
329 : ${CC=cc}
338 : ${CC=cc}
355 : ${CC=cc}
364 : ${CC=cc}
[all...]
/netbsd-current/external/bsd/ipf/dist/ipsd/
H A Dsbpf.c97 register int cc; local
101 while ((cc = read(fd, buf, bufsize)) >= 0) {
102 if (!cc && (time(NULL) - in) > timeout)
105 bufend = buf + cc;
/netbsd-current/sys/arch/hpc/hpc/
H A DMakefile3 HOST_CC ?= /usr/bin/cc
/netbsd-current/tests/usr.bin/ld/
H A Dt_script.sh33 atf_set "require.progs" "cc" "ld" "readelf" "nm" "sed" "grep"
123 atf_check -s exit:0 -o ignore -e ignore cc -c test.c
150 order_require_progs="cc ld readelf nm sed grep"
175 atf_check -s exit:0 -o ignore -e ignore cc -c $i.c
180 atf_check -s exit:0 -o ignore -e ignore cc -c test.c
188 cc -o test test.o x.o
/netbsd-current/usr.bin/btkey/
H A Ddevice.c102 hci_command_compl_ep *cc; local
104 cc = (hci_command_compl_ep *)(ep + 1);
105 if (opcode != le16toh(cc->opcode))
108 rv = func_cc(cc + 1);
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dmkopt.sh66 const char *cc_names[] = $(array ${CC_NAMES:-cc pcc});

Completed in 246 milliseconds

<<31323334353637383940>>