Searched refs:xbuf (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dmacro.c199 char xbuf[MACBUFSIZE]; local
215 for (xp = xbuf; *s != '\0'; s++)
290 if (skipping || xp >= &xbuf[sizeof(xbuf) - 1])
300 xp < &xbuf[sizeof(xbuf) - 1])
317 xputs(sm_debug_file(), xbuf); local
326 doexpand(xbuf, buf, bufsize, explevel + 1, e);
335 (void) sm_strlcpy(buf, xbuf, bufsize);
339 i = xp - xbuf;
[all...]
H A Dheaders.c508 char xbuf[MAXLINE]; local
512 xbufs = sizeof(xbuf);
513 xbp = quote_internal_chars(line, xbuf, &xbufs);
521 if (xbp != xbuf)
H A Ddeliver.c4754 char xbuf[MAXLINE]; local
4784 (void) sm_snprintf(xbuf, sizeof(xbuf),
4791 (void) sm_snprintf(xbuf, sizeof(xbuf),
4794 template = xbuf;
/freebsd-13-stable/contrib/one-true-awk/
H A Dlex.c412 { char xbuf[100], *px; local
413 for (px = xbuf; (c = input()) != 0 && px-xbuf < 100-2; ) {
423 sscanf(xbuf, "%x", (unsigned int *) &n);
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c1143 char xbuf[30]; local
1156 xbuf[i] = *ptr;
1158 xbuf[i] = '.';
1166 xbuf[i] = '\0';
1167 output_data(" %s\r\n", xbuf);
/freebsd-13-stable/contrib/tcsh/
H A Dtc.str.c692 STRBUF##_cleanup(void *xbuf) \
696 buf = xbuf; \
701 STRBUF##_free(void *xbuf) \
703 STRBUF##_cleanup(xbuf); \
704 xfree(xbuf); \
H A Dtc.os.c612 setuniverse_cleanup(void *xbuf) argument
616 buf = xbuf;
858 setuniverse_cleanup(void *xbuf) argument
862 buf = xbuf;
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dutility.c1050 char xbuf[30]; local
1063 xbuf[i] = *ptr;
1065 xbuf[i] = '.';
1073 xbuf[i] = '\0';
1074 output_data(" %s\r\n", xbuf );
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c902 char xbuf[sizeof(*oh) + sizeof(ipfw_obj_ctlv) + sizeof(*tent)]; local
908 memset(xbuf, 0, sizeof(xbuf));
909 pbuf = xbuf;
941 if (pbuf != xbuf)
1122 char xbuf[sizeof(ipfw_obj_header) + sizeof(ipfw_obj_tentry)]; local
1128 memcpy(xbuf, oh, sizeof(*oh));
1129 oh = (ipfw_obj_header *)xbuf;
1139 sz = sizeof(xbuf);
1143 if (sz < sizeof(xbuf))
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c438 MSGQ_CLEAR(&sscop->xbuf);
488 MSGQ_INIT(&sscop->xbuf);
1035 MSGQ_CLEAR(&sscop->xbuf);
1050 MSGQ_CLEAR(&sscop->xbuf);
1052 MSGQ_FOREACH(msg, &sscop->xbuf)
1069 MSGQ_CLEAR(&sscop->xbuf);
1071 MSGQ_FOREACH(msg, &sscop->xbuf)
1085 MSGQ_CLEAR(&sscop->xbuf);
1154 if((s = QFIND(&sscop->xbuf, rn)) != NULL) {
1155 MSGQ_REMOVE(&sscop->xbuf,
[all...]
H A Dsscoppriv.h255 sscop_msgq_head_t xbuf; /* transmission buffer (SD PDUs transmitted) */ member in struct:sscop
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c632 vdev_raidz_reconst_pq_func(void *xbuf, void *ybuf, size_t size, void *private) argument
635 uint8_t *xd = xbuf;
649 vdev_raidz_reconst_pq_tail_func(void *xbuf, size_t size, void *private) argument
652 uint8_t *xd = xbuf;
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3664 char xbuf[256]; local
3683 op3 = (ip_fw3_opheader *)xbuf;
3713 if (valsize <= sizeof(xbuf)) {
3715 sdata.kbuf = xbuf;
3716 sdata.ksize = sizeof(xbuf);
3781 if (sdata.kbuf != xbuf)
/freebsd-13-stable/contrib/libpcap/
H A Dgencode.c713 const char * volatile xbuf = buf; local
780 in_buffer = pcap__scan_string(xbuf ? xbuf : "", scanner);

Completed in 369 milliseconds