Searched defs:cc (Results 1 - 13 of 13) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dkeyboard.c59 ssize_t cc; local
65 cc = read(keyboard->fd, &c, 1);
66 if (cc < 0) {
H A Dpk11_api.c37 DWORD cc, mode; local
50 ReadFile(h, buf + cnt, 1, &cc, NULL);
H A Dsocket.c1346 struct msghdr *messagehdr, int cc, int send_errno)
1361 dev->n += cc;
1362 if (cc != messagehdr->msg_totallen)
3016 int cc = 0; local
3038 io_state = startio_send(sock, dev, &cc, &send_errno);
1345 completeio_send(isc_socket_t *sock, isc_socketevent_t *dev, struct msghdr *messagehdr, int cc, int send_errno) argument
/bind-9.11.3/lib/isc/unix/
H A Dkeyboard.c90 ssize_t cc; local
97 cc = read(keyboard->fd, &c, 1);
98 if (cc < 0) {
H A Dentropy.c386 int cc; local
429 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
430 if (cc < 0)
433 return (cc);
H A Dsocket.c1143 int cc; local
1151 cc = write(mgr->pipe_fds[1], buf, sizeof(buf));
1157 if (cc < 0 && errno == ENOSR) {
1162 } while (cc < 0 && SOFT_ERROR(errno));
1164 if (cc < 0) {
1174 INSIST(cc == sizeof(buf));
1183 int cc; local
1186 cc = read(mgr->pipe_fds[0], buf, sizeof(buf));
1187 if (cc < 0) {
1201 INSIST(cc
1861 int cc; local
2056 int cc; local
4259 int cc; local
5857 int cc; local
6011 int cc; local
[all...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Dh_build.h38 const char *cc; member in struct:c_o_test
49 "cc",
59 "cc", "-o", "test.o", "-c", "test.c", NULL
65 "cc -foo",
75 "cc", "-foo", "-o", "test.o", "-c", "test.c", NULL
81 "cc",
91 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
98 "cc",
108 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
115 "cc",
[all...]
/bind-9.11.3/lib/isc/
H A Dregex.c32 const char *cc[] = { local
321 i < sizeof(cc)/sizeof(*cc);
325 len = strlen(cc[i]);
329 if (strncmp(cc[i], ccname, len))
334 FAIL("unknown cc");
H A Dpk11.c309 size_t cc = 0; local
322 ret = isc_stdio_read(seed, 1, SEEDSIZE, stream, &cc);
329 (void) pkcs_C_SeedRandom(ctx.session, seed, (CK_ULONG) cc);
/bind-9.11.3/contrib/sdb/sqlite/
H A Dsqlitedb.c71 sqlitedb_lookup_cb(void *p, int cc, char **cv, char **cn) argument
82 UNUSED(cc);
155 sqlitedb_allnodes_cb(void *p, int cc, char **cv, char **cn) argument
167 UNUSED(cc);
H A Dzone2sqlite.c82 add_rdata_cb(void *parm, int cc, char **cv, char **cn) argument
85 UNUSED(cc);
/bind-9.11.3/lib/dns/
H A Dgen.c135 static struct cc { struct
136 struct cc *next;
372 struct cc *newcc;
373 struct cc *cc, *oldcc; local
431 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.11.3/contrib/perftcpdns/
H A Dperftcpdns.c430 int fd, cc, i, j; local
438 cc = read(fd, tbuf, sizeof(tbuf));
440 if (cc < 0) {
445 if (cc < NS_OFF_QUESTION + 6) {
449 if (cc > 4096) {
454 for (i = 0; i < cc; i++) {
466 cc = j;
467 if ((cc & 1) != 0) {
473 length_query = cc >> 1;
474 for (i = 0; i < cc;
772 ssize_t cc; local
[all...]

Completed in 44 milliseconds