Searched refs:pbuf (Results 51 - 75 of 115) sorted by relevance

12345

/freebsd-12-stable/contrib/nvi/ex/
H A Dex_cscope.c324 MALLOC_RET(sp, csc->pbuf, char *, len + 1);
326 read(fd, csc->pbuf, len) != len) {
335 csc->pbuf[len] = '\0';
338 for (nentries = 0, p = csc->pbuf; *p != '\0'; ++p)
345 for (pathp = csc->paths, p = strtok(csc->pbuf, ":");
356 if ((csc->pbuf = strdup(csc->dname)) == NULL) {
361 csc->paths[0] = csc->pbuf;
365 if (csc->pbuf != NULL) {
366 free(csc->pbuf);
367 csc->pbuf
[all...]
/freebsd-12-stable/lib/libnetbsd/
H A Dsockaddr_snprintf.c116 char Abuf[1024], pbuf[32], *name = NULL, *port = NULL; local
237 port = pbuf,
238 (unsigned int)sizeof(pbuf), 0);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_utils.c866 char *pbuf = linebuf; local
876 pbuf = linebuf;
877 pbuf += ocs_snprintf(pbuf, sizeof(linebuf) - (pbuf-linebuf), "%08X: ", addr);
884 pbuf += ocs_snprintf(pbuf, sizeof(linebuf) - (pbuf-linebuf), "%08X ", wbuf[i]);
887 pbuf += ocs_snprintf(pbuf, sizeo
[all...]
/freebsd-12-stable/contrib/one-true-awk/
H A Dlib.c110 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ argument
113 char *buf = *pbuf;
164 *pbuf = buf;
175 *pbuf = buf;
188 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ argument
191 char *rr, *buf = *pbuf;
225 *pbuf = buf;
H A Dlex.c107 int gettok(char **pbuf, int *psz) /* get next input token */ argument
110 char *buf = *pbuf;
165 *pbuf = buf;
/freebsd-12-stable/lib/libc/net/
H A Drcmd.c436 char pbuf[MAXPATHLEN]; local
460 (void)strlcpy(pbuf, pwd->pw_dir, sizeof(pbuf));
461 (void)strlcat(pbuf, "/.rhosts", sizeof(pbuf));
470 hostf = fopen(pbuf, "re");
480 if (lstat(pbuf, &sbuf) < 0)
/freebsd-12-stable/contrib/ntp/parseutil/
H A Ddcfd.c1513 char pbuf[61]; /* printable version */ local
1642 pbuf[60] = '\0';
1644 pbuf[i] = '.';
1679 PRINTF("%c %.*s ", pat[i % (sizeof(pat)-1)], 59 - offset, &pbuf[offset]);
1707 pbuf[0] = '?';
1709 pbuf[0] = type(c) ? '#' : '-';
1712 pbuf[i] = '.';
1727 pbuf[i] = '?';
1729 pbuf[i] = type(c) ? '#' : '-';
1731 PRINTF("%c %.*s ", pat[i % (sizeof(pat)-1)], 59 - offset, &pbuf[offse
[all...]
/freebsd-12-stable/sys/dev/sound/pci/
H A Dneomagic.c73 u_int32_t buftop, pbuf, rbuf, cbuf, acbuf; member in struct:sc_info
358 chnbuf = (dir == PCMDIR_PLAY)? sc->pbuf : sc->rbuf;
426 nm_wr(sc, NM_PBUFFER_START, sc->pbuf, 4);
427 nm_wr(sc, NM_PBUFFER_END, sc->pbuf + NM_BUFFSIZE - ssz, 4);
428 nm_wr(sc, NM_PBUFFER_CURRP, sc->pbuf, 4);
429 nm_wr(sc, NM_PBUFFER_WMARK, sc->pbuf + ch->wmark, 4);
463 return nm_rd(sc, NM_PBUFFER_CURRP, 4) - sc->pbuf;
502 nm_wr(sc, NM_PBUFFER_WMARK, sc->pbuf + sc->pch.wmark, 4);
589 sc->pbuf = sc->rbuf - NM_BUFFSIZE;
590 sc->acbuf = sc->pbuf
[all...]
H A Dhdspe.h186 uint32_t *pbuf; member in struct:sc_info
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc1014 static char pbuf[10];
1017 (void)snprintf(pbuf, sizeof pbuf, "%c", ch);
1019 (void)snprintf(pbuf, sizeof pbuf, "\\%o", ch);
1020 return(pbuf);
/freebsd-12-stable/usr.bin/finger/
H A Dutil.c246 static char pbuf[20]; local
253 p = pbuf;
287 return(pbuf);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c234 char *pbuf, *dir = NULL; local
240 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
241 if (pbuf == NULL)
243 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
245 dir = pbuf + 4;
250 dir = pbuf;
255 os_free(pbuf);
261 os_free(pbuf);
277 os_free(pbuf);
/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_xml.h283 * @param pbuf Buffer to put the converted text into
288 int *ns_map, const char **pbuf,
/freebsd-12-stable/sys/sys/
H A Daio.h142 struct buf *pbuf; /* (*) buffer pointer */ member in struct:kaiocb::__anon16750::__anon16751
/freebsd-12-stable/stand/libsa/
H A Dprintf.c111 struct print_buf *pbuf = arg; local
113 if (pbuf->size < 2) {
120 *(pbuf->buf)++ = ch;
121 pbuf->size--;
/freebsd-12-stable/usr.sbin/fwcontrol/
H A Dfwdv.c267 char *pbuf; local
277 pbuf = malloc(DSIZE * TNBUF);
328 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen);
344 dv = (struct dvdbc *)(pbuf + offset * DSIZE);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_util.c96 char **pbuf, int cflag, int dfd)
100 retval = kern_alternate_path(td, linux_emul_path, path, pathseg, pbuf,
95 linux_emul_convpath(struct thread *td, const char *path, enum uio_seg pathseg, char **pbuf, int cflag, int dfd) argument
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c619 struct ptbl_buf *pbuf; local
621 TAILQ_FOREACH(pbuf, &pmap->pm_ptbl_list, link) {
622 if (pbuf->kva == (vm_offset_t) ptbl) {
624 TAILQ_REMOVE(&pmap->pm_ptbl_list, pbuf, link);
627 ptbl_buf_free(pbuf);
656 struct ptbl_buf *pbuf; local
658 TAILQ_FOREACH(pbuf, &pmap->pm_pdir_list, link) {
659 if (pbuf->kva == (vm_offset_t) pdir) {
661 TAILQ_REMOVE(&pmap->pm_pdir_list, pbuf, link);
664 ptbl_buf_free(pbuf);
771 struct ptbl_buf *pbuf; local
986 struct ptbl_buf *pbuf; local
1009 struct ptbl_buf *pbuf; local
1339 struct ptbl_buf *pbuf; local
[all...]
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c288 char pbuf[_POSIX_PATH_MAX]; local
294 (void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p);
295 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0))
/freebsd-12-stable/lib/libc/gen/
H A Dgetcap.c195 char pbuf[_POSIX_PATH_MAX]; local
243 (void)snprintf(pbuf, sizeof(pbuf), "%s.db", *db_p);
244 if ((capdbp = dbopen(pbuf, O_RDONLY, 0, DB_HASH, 0))
/freebsd-12-stable/sys/dev/usb/serial/
H A Dusb_serial.h105 void (*ucom_tty_name) (struct ucom_softc *, char *pbuf, uint16_t buflen, uint16_t unit, uint16_t subunit);
/freebsd-12-stable/sys/arm/allwinner/
H A Da10_hdmi.c396 uint8_t *pbuf; local
398 pbuf = edid;
408 bus_read_multi_1(sc->res, DDC_FIFO, pbuf, len);
410 pbuf += len;
/freebsd-12-stable/sbin/iscontrol/
H A Dfsm.c80 char pbuf[10]; local
125 snprintf(pbuf, sizeof(pbuf), "%d", op->port);
130 if((val = getaddrinfo(op->targetAddress, pbuf, &hints, &res0)) != 0) {
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_key.c575 unsigned char **pbuf, BN_CTX *ctx)
579 return EC_POINT_point2buf(key->group, key->pub_key, form, pbuf, ctx);
668 size_t EC_KEY_priv2buf(const EC_KEY *eckey, unsigned char **pbuf) argument
685 *pbuf = buf;
574 EC_KEY_key2buf(const EC_KEY *key, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) argument
/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h131 void agtiapi_hexdump( const char *ptitle, bit8 *pbuf, int len );

Completed in 516 milliseconds

12345