/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | keyboard.c | 68 ssize_t cc; local 74 cc = read(keyboard->fd, &c, 1); 75 if (cc < 0) {
|
H A D | socket.c | 1325 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/lib/isc/unix/ |
H A D | keyboard.c | 99 ssize_t cc; local 106 cc = read(keyboard->fd, &c, 1); 107 if (cc < 0) {
|
H A D | entropy.c | 393 int cc; local 436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL); 437 if (cc < 0) 440 return (cc);
|
H A D | socket.c | 860 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/unit/atf-src/atf-c/ |
H A D | h_build.h | 42 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...] |
/bind-9.6-ESV-R11/contrib/sdb/sqlite/ |
H A D | sqlitedb.c | 80 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 D | zone2sqlite.c | 93 add_rdata_cb(void *parm, int cc, char **cv, char **cn) argument 96 UNUSED(cc);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | gen.c | 151 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/nslint-2.1a3/ |
H A D | nslint.c | 533 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';
|