Searched refs:cc (Results 1 - 25 of 31) sorted by relevance

12

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dkeyboard.c68 ssize_t cc; local
74 cc = read(keyboard->fd, &c, 1);
75 if (cc < 0) {
H A Dsocket.c1325 struct msghdr *messagehdr, int cc, int send_errno)
1357 dev->n += cc;
1358 if (cc != messagehdr->msg_totallen)
2921 int cc = 0; local
2943 io_state = startio_send(sock, dev, &cc, &send_errno);
1324 completeio_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int cc, int send_errno) argument
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dpkg_config_test.sh82 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c
83 cc=$(cat stdout)
119 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
120 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
H A Dh_build.h42 const char *cc; member in struct:c_o_test
53 "cc",
63 "cc", "-o", "test.o", "-c", "test.c", NULL
69 "cc -foo",
79 "cc", "-foo", "-o", "test.o", "-c", "test.c", NULL
85 "cc",
95 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
102 "cc",
112 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
119 "cc",
[all...]
H A Dbuild_test.c167 verbose_set_env("ATF_BUILD_CC", test->cc);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dmkdep20 CC=cc # default C compiler is "cc"
45 echo 'usage: mkdep [-p] [-c cc] [-f makefile] [flags] file ...'
69 # lines will try and replace the "cc -M". The real problem is that this
H A Dconfig.guess161 ${CC-cc} dummy.c -o dummy \
227 ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
306 ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
444 ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0
658 ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0
H A Dconfigure507 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
508 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
702 CC=cc
735 # Extract the first word of "cc", so it can be a program name with args.
736 set dummy cc; ac_word=$2
751 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
755 ac_cv_prog_CC="cc"
817 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
826 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
827 ac_link='${CC-cc}
[all...]
H A Dnslint.c533 register int n, fd, cc, i, depth; local
573 cc = read(fd, cp, n);
574 if (cc < 0) {
579 cp += cc;
580 n -= cc;
581 } while (cc != 0 && cc < n);
582 buf[cc] = '\0';
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dkeyboard.c99 ssize_t cc; local
106 cc = read(keyboard->fd, &c, 1);
107 if (cc < 0) {
H A Dentropy.c393 int cc; local
436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
437 if (cc < 0)
440 return (cc);
H A Dsocket.c860 int cc; local
868 cc = write(mgr->pipe_fds[1], buf, sizeof(buf));
874 if (cc < 0 && errno == ENOSR) {
879 } while (cc < 0 && SOFT_ERROR(errno));
881 if (cc < 0) {
891 INSIST(cc == sizeof(buf));
900 int cc; local
903 cc = read(mgr->pipe_fds[0], buf, sizeof(buf));
904 if (cc < 0) {
920 INSIST(cc
1472 int cc; local
1661 int cc; local
3533 int cc; local
4969 int cc; local
5111 int cc; local
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dgen.c151 static struct cc { struct
152 struct cc *next;
379 struct cc *newcc;
380 struct cc *cc, *oldcc; local
432 newcc = (struct cc *)malloc(sizeof(*newcc));
439 cc = classes;
442 while ((cc != NULL) && (cc->rdclass < rdclass)) {
443 oldcc = cc;
509 struct cc *cc; local
[all...]
/bind-9.6-ESV-R11/contrib/sdb/sqlite/
H A Dsqlitedb.c80 sqlitedb_lookup_cb(void *p, int cc, char **cv, char **cn) argument
91 UNUSED(cc);
154 sqlitedb_allnodes_cb(void *p, int cc, char **cv, char **cn) argument
166 UNUSED(cc);
H A Dzone2sqlite.c93 add_rdata_cb(void *parm, int cc, char **cv, char **cn) argument
96 UNUSED(cc);
/bind-9.6-ESV-R11/lib/isccc/win32/
H A Dlibisccc.mak129 -@erase "$(INTDIR)\cc.obj"
159 "$(INTDIR)\cc.obj" \
202 -@erase "$(INTDIR)\cc.obj"
203 -@erase "$(INTDIR)\cc.sbr"
238 "$(INTDIR)\cc.sbr" \
259 "$(INTDIR)\cc.obj" \
354 SOURCE=..\cc.c
359 "$(INTDIR)\cc.obj" : $(SOURCE) "$(INTDIR)"
366 "$(INTDIR)\cc.obj" "$(INTDIR)\cc
[all...]
/bind-9.6-ESV-R11/bin/named/
H A Dcontrol.c35 #include <isccc/cc.h>
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcompile138 # configure might choose to run compile as 'compile cc -o foo foo.c'.
202 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
268 # configure might choose to run compile as 'compile cc -o foo foo.c'.
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dbuild_test.cpp168 verbose_set_env("ATF_BUILD_CC", test->cc);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure535 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
536 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
985 # Extract the first word of "cc", so it can be a program name with args.
986 set dummy cc; ac_word=$2
1001 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1005 ac_cv_prog_CC="cc"
1067 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1076 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1077 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1104 ac_compile='${CC-cc}
[all...]
H A Dltconfig174 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
175 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
534 # Not "gcc", so try "cc", rejecting "/usr/ucb/cc".
536 echo $ac_n "checking for cc... $ac_c" 1>&6
541 if test -f $dir/cc || test -f $dir/cc$ac_exeext; then
542 if test "$dir/cc" = "/usr/ucb/cc"; then
546 CC="cc"
[all...]
H A Dltmain.sh215 *cc | *++ | gcc* | *-gcc*)
357 *.cc) xform=cc ;;
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure1374 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1375 set dummy ${ac_tool_prefix}cc; ac_word=$2
1391 ac_cv_prog_CC="${ac_tool_prefix}cc"
1412 # Extract the first word of "cc", so it can be a program name with args.
1413 set dummy cc; ac_word=$2
1429 ac_cv_prog_ac_ct_CC="cc"
1454 # Extract the first word of "cc", so it can be a program name with args.
1455 set dummy cc; ac_word=$2
1472 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1476 ac_cv_prog_CC="cc"
[all...]
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c49 #include <isccc/cc.h>
/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c32 /* $Id: cc.c,v 1.18 2007/08/28 07:20:43 tbox Exp $ */
50 #include <isccc/cc.h>

Completed in 66 milliseconds

12