Searched refs:cc (Results 226 - 250 of 590) sorted by relevance

1234567891011>>

/openbsd-current/lib/libpcap/
H A Dpcap-bpf.c71 int cc; local
89 cc = p->cc;
90 if (p->cc == 0) {
91 cc = read(p->fd, (char *)p->buffer, p->bufsize);
92 if (cc == -1) {
129 ep = bp + cc;
145 p->cc = ep - bp;
157 * happened, and just set p->cc to 0.
159 if (p->cc <
[all...]
H A Dpcap-int.h99 int cc; member in struct:pcap
/openbsd-current/games/hack/
H A Dhack.trap.c363 coord cc; local
368 cc = getpos(1, "the desired position"); /* 1: force valid */
371 if(teleok(cc.x, cc.y)){
372 teleds(cc.x, cc.y);
/openbsd-current/lib/libedit/
H A Dtokenizer.c200 int cc, co; local
202 cc = co = -1;
208 cc = tok->argc;
427 if (cc == -1 && co == -1) {
428 cc = tok->argc;
432 *cursorc = cc;
/openbsd-current/gnu/lib/libstdc++/libstdc++/po/
H A DMakefile.am41 Makefile.am Makefile.in string_literals.cc POTFILES.in $(PACKAGE).pot \
/openbsd-current/gnu/share/
H A Dconfig.if67 ${CC-cc} $dummy.c -o $dummy 2>/dev/null
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dannota3.exp33 set srcfile ${testfile}.cc
101 "Breakpoint 1, main \\(\\) at .*annota3.cc:25\r\n"
102 "\r\n\032\032source.*annota3.cc:25:.*:beg:0x\[0-9a-z\]+\r\n"
159 "Breakpoint.*at 0x\[a-z0-9\]+: file.*annota3.cc, line 22.\r\n"
175 "Breakpoint 2, main \\(\\) at .*annota3.cc:22\r\n"
176 "\r\n\032\032source.*annota3.cc:22:.*:beg:0x\[0-9a-z\]+\r\n"
H A Dmethod.exp45 set srcfile ${testfile}.cc
71 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 38\\."
74 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, A::foo(\\(int\\)|) \\(this=$hex, arg=13\\) at .*method\\.cc:38\r\n38\[\t \]*x \\+= arg;" \
93 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 44\\."
96 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, A::bar(|\\(int\\) const| const) \\(this=$hex, arg=15\\) at .*method\\.cc:44\r\n44\[\t \]*return arg \\+ 2 \\* x;" \
136 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 21\\."
139 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, funk::getFunky(\\(int, int\\)|) \\(this=$hex, a=1, b=2\\) at .*method\\.cc:21\r\n21\[\t \]*data_ = res;" \
H A Dmisc.exp27 set srcfile ${testfile}.cc
H A Duserdef.exp20 # source file "userdef.cc"
30 set srcfile ${testfile}.cc
75 gdb_test "finish" ".*main.*at .*userdef.cc:.*// marker1-returns-here.*" \
H A Dnamespace.exp39 set srcfile ${testfile}.cc
41 set srcfile1 ${testfile}1.cc
132 -re "All functions.*File.*namespace.cc:\r\nint AAA::A_xyzq\\(int\\);\r\nint BBB::B_xyzq\\(int\\);\r\nchar AAA::xyzq\\(char\\);\r\nchar BBB::xyzq\\(char\\);\r\nchar BBB::CCC::xyzq\\(char\\);\r\nchar BBB::Class::xyzq\\(char\\);\r\n$gdb_prompt $" {
135 -re "All functions.*File.*namespace.cc:\r\nint AAA::A_xyzq\\(int\\);\r\nchar AAA::xyzq\\(char\\);\r\nint BBB::B_xyzq\\(int\\);\r\nchar BBB::CCC::xyzq\\(char\\);\r\nchar BBB::Class::xyzq\\(char\\);\r\nchar BBB::xyzq\\(char\\);\r\n$gdb_prompt $" {
166 -re "Breakpoint.*at $hex: file.*namespace.cc, line 42\\.\r\n$gdb_prompt $" {
197 -re "Breakpoint.*at $hex: file.*namespace.cc, line 58\\.\r\n$gdb_prompt $" {
228 -re "Breakpoint.*at $hex: file.*namespace.cc, line 63\\.\r\n$gdb_prompt $" {
245 gdb_test "print cc" "No symbol \"cc\" in current context."
246 gdb_test "print 'C::cc'" "\\
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dremote-utils.c307 int cc; local
320 cc = read (remote_desc, buf3, 1);
327 if (cc <= 0)
329 if (cc == 0)
366 int cc; local
369 cc = read (remote_desc, &c, 1);
371 if (cc != 1 || c != '\003')
374 cc, c, c);
/openbsd-current/sys/dev/
H A Dmulaw.c149 mulaw_to_slinear8(u_char *p, int cc) argument
152 while (--cc >= 0) {
159 slinear8_to_mulaw(u_char *p, int cc) argument
161 while (--cc >= 0) {
168 mulaw24_to_slinear24(u_char *p, int cc) argument
172 while ((cc -= 4) >= 0) {
181 slinear24_to_mulaw24(u_char *p, int cc) argument
185 while ((cc -= 4) >= 0) {
/openbsd-current/usr.bin/rdist/
H A Dexpand.c502 int c, cc; local
515 while ((cc = *p++) != '\0') {
516 if (cc == ']') {
521 if (cc == QUOTECHAR) cc = *p++;
522 if (cc == '-') {
526 if (scc == (lc = cc))
529 if (cc == 0) {
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S38 IT(cc)
39 JMPc(lr, cc)
/openbsd-current/gnu/usr.bin/perl/hints/
H A Ddragonfly.sh85 case "$cc" in
/openbsd-current/sys/arch/sh/dev/
H A Dscif.c945 u_int cc, scc; local
952 scc = cc = scif_rbuf_size - sc->sc_rbavail;
954 if (cc == scif_rbuf_size) {
960 while (cc) {
981 get += cc << 1;
984 cc = 0;
1000 cc--;
1003 if (cc != scc) {
1006 cc = sc->sc_rbavail += scc - cc;
1104 u_int cc; local
[all...]
/openbsd-current/regress/usr.sbin/arp/
H A DMakefile5 PRIV_MAC= 00:90:27:bb:cc:dd
7 OTHER_MAC= cc:77:55:22:aa:66
/openbsd-current/sbin/ping/
H A Dping.c807 ssize_t cc; local
834 cc = recvmsg(s, &m, 0);
835 if (cc == -1 && errno != EINTR)
869 ssize_t cc; local
941 cc = recvmsg(s, &m, 0);
942 if (cc == -1) {
948 } else if (cc == 0) {
964 pr_pack(packet, cc, &m);
1115 int cc, i; local
1163 cc
1202 pr_pack(u_char *buf, int cc, struct msghdr *mhdr) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm47 my $cc = $self->{config}{cc};
49 return ( $cc =~ /cl(\.exe)?$/ ? 'MSVC'
50 : $cc =~ /bcc32(\.exe)?$/ ? 'BCC'
124 cc => $cf->{cc},
206 if ($cf->{cc} eq 'cl') {
210 elsif ($cf->{cc} eq 'bcc32') {
/openbsd-current/gnu/usr.bin/perl/
H A Dcflags.SH208 cmd="$cc $flags _cflags.c -o _cflags$_exe"
332 case "$cc" in
395 echo "cflags.SH: cc = $cc"
511 echo "$cc -c -DPERL_CORE $ccflags $stdflags $optimize $warn $extra"
/openbsd-current/usr.sbin/rmt/
H A Drmt.c78 int n, i, cc; local
223 for (i = 0; i < n; i += cc) {
224 cc = read(STDIN_FILENO, &record[i], n - i);
225 if (cc <= 0) {
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dextrefs.t28 if ($Config{'usecrosscompile'} && !can_run($Config{'cc'})) {
87 if ($^O eq "MSWin32" && $Config{cc} =~ /\bcl\b/i) {
99 if ($^O eq "MSWin32" && $Config{cc} =~ /\bcl\b/i) {
105 my $cccmd = "$Config{'cc'} $out_opt$tmp_exe $ccflags $tmp.c $libs $errornull";
108 $cccmd = "$Config{'cc'} /include=($COREincdir) $tmp.c";
/openbsd-current/regress/lib/libssl/rust-openssl/
H A DMakefile34 # error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" [...]
39 CARGO_CC=cc
/openbsd-current/sbin/dump/
H A Ddumprmt.c200 int n, i, cc; local
208 for (i = 0; i < n; i += cc) {
209 cc = read(rmtape, buf+i, n - i);
210 if (cc <= 0) {

Completed in 2027 milliseconds

1234567891011>>