Searched refs:qbuf (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/libc/net/
H A Dgetnetbydns.c275 char qbuf[MAXDNAME]; local
312 sprintf(qbuf, "0.0.0.%u.in-addr.arpa", netbr[3]);
315 sprintf(qbuf, "0.0.%u.%u.in-addr.arpa", netbr[3], netbr[2]);
318 sprintf(qbuf, "0.%u.%u.%u.in-addr.arpa", netbr[3], netbr[2],
322 sprintf(qbuf, "%u.%u.%u.%u.in-addr.arpa", netbr[3], netbr[2],
331 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf,
381 char qbuf[MAXDNAME]; local
410 strncpy(qbuf, net, sizeof(qbuf) - 1);
411 qbuf[sizeo
[all...]
H A Dgethostbydns.c571 char qbuf[MAXDNAME+1], *qp; local
603 (void) sprintf(qbuf, "%u.%u.%u.%u.in-addr.arpa",
610 qp = qbuf;
616 strlcat(qbuf, "ip6.arpa", sizeof(qbuf));
626 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf,
640 if (gethostanswer(buf, n, qbuf, T_PTR, &he, hed, statp) != 0) {
H A Dhesiod.c374 unsigned char qbuf[PACKETSZ], abuf[MAX_HESRESP], *p, *eom, *eor; local
384 NULL, qbuf, PACKETSZ);
389 n = res_send(qbuf, n, abuf, MAX_HESRESP);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drrl.c750 dns_rrl_qname_buf_t *qbuf; local
752 qbuf = rrl->qnames[e->log_qname];
753 if (qbuf == NULL || qbuf->e != e)
755 return (qbuf);
760 dns_rrl_qname_buf_t *qbuf; local
762 qbuf = get_qname(rrl, e);
763 if (qbuf != NULL) {
764 qbuf->e = NULL;
765 ISC_LIST_APPEND(rrl->qname_free, qbuf, lin
796 dns_rrl_qname_buf_t *qbuf; local
[all...]
H A Dresolver.c5675 char qbuf[DNS_NAME_FORMATSIZE]; local
5682 dns_name_format(qname, qbuf,
5683 sizeof(qbuf));
5687 tbuf, qbuf, nbuf);
6287 char qbuf[DNS_NAME_FORMATSIZE]; local
6290 dns_name_format(name, qbuf,
6291 sizeof(qbuf));
6297 "not in %s", qbuf, obuf);
6302 char qbuf[DNS_NAME_FORMATSIZE]; local
6305 dns_name_format(dqname, qbuf,
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c2906 char qbuf[MAXLINE + NIS_MAXNAMELEN]; local
2933 (void) sm_strlcpy(qbuf, map->map_file, sizeof(qbuf));
2938 (void) sm_strlcpyn(qbuf, sizeof(qbuf), 3,
2945 res = nis_lookup(qbuf, FOLLOW_LINKS);
2979 sm_dprintf("nisplus_map_open: %s is not a table\n", qbuf);
3050 char qbuf[MAXLINE + NIS_MAXNAMELEN]; local
3110 (void) sm_snprintf(qbuf, sizeof(qbuf), "[
3189 char qbuf[MAXLINE + NIS_MAXNAMELEN]; local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c940 static double qbuf[DATSIZ]; /* data Q channel delay line */ local
985 memset((char *)qbuf, 0, sizeof(qbuf));
1041 up->qrig -= qbuf[iptr];
1042 qbuf[iptr] = dtemp;
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_hw.c2799 u16 qbuf[3]; local
2800 u16 *qbp = qbuf;
2804 qbuf[0] = qbuf[1] = qbuf[2] = 0;
2812 *qp++ = cpu_to_be32(V_FW_RSS_IND_TBL_CMD_IQ0(qbuf[0]) |
2813 V_FW_RSS_IND_TBL_CMD_IQ1(qbuf[1]) |
2814 V_FW_RSS_IND_TBL_CMD_IQ2(qbuf[2]));

Completed in 218 milliseconds