/bind-9.11.3/lib/isc/win32/ |
H A D | keyboard.c | 59 ssize_t cc; local 65 cc = read(keyboard->fd, &c, 1); 66 if (cc < 0) {
|
H A D | pk11_api.c | 37 DWORD cc, mode; local 50 ReadFile(h, buf + cnt, 1, &cc, NULL);
|
H A D | socket.c | 1346 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 D | keyboard.c | 90 ssize_t cc; local 97 cc = read(keyboard->fd, &c, 1); 98 if (cc < 0) {
|
H A D | entropy.c | 386 int cc; local 429 cc = select(maxfd + 1, &reads, &writes, NULL, NULL); 430 if (cc < 0) 433 return (cc);
|
H A D | socket.c | 1143 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 D | h_build.h | 38 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 D | regex.c | 32 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 D | pk11.c | 309 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 D | sqlitedb.c | 71 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 D | zone2sqlite.c | 82 add_rdata_cb(void *parm, int cc, char **cv, char **cn) argument 85 UNUSED(cc);
|
/bind-9.11.3/lib/dns/ |
H A D | gen.c | 135 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 D | perftcpdns.c | 430 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...] |