| /src/external/bsd/less/dist/ |
| xbuf.h | 11 void xbuf_init(struct xbuffer *xbuf); 12 void xbuf_deinit(struct xbuffer *xbuf); 13 void xbuf_reset(struct xbuffer *xbuf); 14 void xbuf_add_byte(struct xbuffer *xbuf, unsigned char b); 15 void xbuf_add_data(struct xbuffer *xbuf, unsigned char *data, int len); 16 int xbuf_pop(struct xbuffer *xbuf); 17 char *xbuf_char_data(struct xbuffer *xbuf);
|
| xbuf.c | 2 #include "xbuf.h" 7 public void xbuf_init(struct xbuffer *xbuf) 9 xbuf->data = NULL; 10 xbuf->size = xbuf->end = 0; 13 public void xbuf_deinit(struct xbuffer *xbuf) 15 if (xbuf->data != NULL) 16 free(xbuf->data); 17 xbuf_init(xbuf); 20 public void xbuf_reset(struct xbuffer *xbuf) [all...] |
| funcs.h | 378 public void xbuf_init(struct xbuffer *xbuf); 379 public void xbuf_deinit(struct xbuffer *xbuf); 380 public void xbuf_reset(struct xbuffer *xbuf); 381 public void xbuf_add_byte(struct xbuffer *xbuf, unsigned char b); 382 public void xbuf_add_data(struct xbuffer *xbuf, unsigned char *data, int len); 385 public char * xbuf_char_data(struct xbuffer *xbuf);
|
| /src/external/bsd/less/bin/lesskey/ |
| Makefile | 7 SRCS= lesskey.c lesskey_parse.c version.c xbuf.c
|
| /src/sys/dev/i2c/ |
| ds2482ow.c | 141 uint8_t xcmd, xbuf; local 146 xbuf = DS2482_REGISTER_STATUS; 149 &xbuf, 1, 0); 177 uint8_t xbuf; local 192 error = ds2482_wait_with_status(tag, addr, &xbuf, 224 error = ds2482_wait_with_status(tag, addr, &xbuf, 254 xbuf = DS2482_REGISTER_STATUS; 256 &xbuf, 1, 0); 258 error = ds2482_wait_with_status(tag, addr, &xbuf, 264 xbuf = DS2482_ONEWIRE_BIT_ZERO [all...] |
| /src/bin/ksh/ |
| emacs.c | 84 static char *xbuf; /* beg input buffer */ variable 329 xbp = xbuf = buf; xend = buf + len; 387 i = xep - xbuf; 499 int col = xcp - xbuf; 624 if (cp == xbuf) { 630 while (cp != xbuf && is_mfs(cp[-1])) 635 while (cp != xbuf && !is_mfs(cp[-1])) 759 int col = xcp - xbuf; 798 && (cp = strchr(xbuf, c)) == NULL)) 817 if (p-- == xbuf) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
| nouveau_nvkm_subdev_i2c_auxg94.c | 88 u32 xbuf[4] = {}; local 105 memcpy(xbuf, data, *size); 107 AUX_TRACE(&aux->base, "wr %08x", xbuf[i / 4]); 108 nvkm_wr32(device, 0x00e4c0 + base + i, xbuf[i / 4]); 156 xbuf[i / 4] = nvkm_rd32(device, 0x00e4d0 + base + i); 157 AUX_TRACE(&aux->base, "rd %08x", xbuf[i / 4]); 159 memcpy(data, xbuf, *size);
|
| nouveau_nvkm_subdev_i2c_auxgm200.c | 88 u32 xbuf[4] = {}; local 105 memcpy(xbuf, data, *size); 107 AUX_TRACE(&aux->base, "wr %08x", xbuf[i / 4]); 108 nvkm_wr32(device, 0x00d930 + base + i, xbuf[i / 4]); 156 xbuf[i / 4] = nvkm_rd32(device, 0x00d940 + base + i); 157 AUX_TRACE(&aux->base, "rd %08x", xbuf[i / 4]); 159 memcpy(data, xbuf, *size);
|
| /src/external/bsd/less/bin/less/ |
| Makefile | 12 tags.c ttyin.c version.c xbuf.c
|
| /src/usr.bin/m4/ |
| tokenizer.l | 26 #define buf xbuf
|
| /src/libexec/telnetd/ |
| utility.c | 1061 char xbuf[30]; local 1074 xbuf[i] = *ptr; 1076 xbuf[i] = '.'; 1083 xbuf[i] = '\0'; 1084 output_data(" %s\r\n", xbuf);
|
| /src/games/monop/ |
| execute.c | 360 char xbuf[80]; local 424 strcpy(xbuf, ctime(&sbuf.st_mtime)); 425 for (sp = xbuf; *sp != '\n'; sp++) 428 printf("[%s]\n", xbuf);
|
| /src/usr.sbin/ldpd/ |
| socketops.c | 934 struct rt_msg xbuf; local 935 int l, rtmlen = sizeof(xbuf); 937 l = recv(route_socket, &xbuf, 940 rtmlen = xbuf.m_rtm.rtm_msglen; 942 l = recv(route_socket, &xbuf, 949 check_route(&xbuf, l);
|
| /src/usr.sbin/edquota/ |
| edquota.c | 332 char qfpathname[MAXPATHLEN], xbuf[MAXPATHLEN]; 342 fsspec = getfsspecname(xbuf, sizeof(xbuf), fs->fs_spec); 344 warn("%s", xbuf);
|
| /src/external/bsd/am-utils/dist/amd/ |
| opts.c | 1164 char xbuf[NLEN + 3]; local 1174 xsnprintf(xbuf, sizeof(xbuf), "${%s%s%s}", 1180 val = xbuf;
|
| /src/sbin/gpt/ |
| gpt.c | 1313 char xbuf[24]; local 1341 * xbuf is big enough for "=65535\0" 1344 snprintf(xbuf, sizeof xbuf, "=%ju", 1350 strlcat(buf, xbuf, len); 1358 snprintf(xbuf, sizeof xbuf, "[%#jx]", (uintmax_t)attributes); 1360 strlcat(buf, xbuf, len);
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| crypto_openssl.c | 1030 vchar_t *xbuf = NULL; local 1036 xbuf = vmalloc(len); 1037 if (xbuf == NULL) { 1043 (unsigned char *) xbuf->v, rsa, pad); 1046 vfree(xbuf); 1050 error = memcmp(src->v, xbuf->v, src->l); 1051 vfree(xbuf);
|
| /src/sys/fs/ntfs/ |
| ntfs_subr.c | 1662 char *xbuf = xbufv; local 1663 struct fixuphdr *fhp = (struct fixuphdr *) xbuf; 1684 fxp = (u_int16_t *) (xbuf + fhp->fh_foff); 1685 cfxp = (u_int16_t *) (xbuf + ntmp->ntm_bps - 2);
|
| /src/external/historical/nawk/dist/ |
| run.c | 1084 char xbuf[100]; local 1086 snprintf(xbuf, sizeof(xbuf), "%a", 42.0); 1087 have_a_format = (strcmp(xbuf, "0x1.5p+5") == 0);
|
| /src/sys/dev/pci/ |
| if_ti.c | 349 ti_mem(struct ti_softc *sc, uint32_t addr, uint32_t len, const void *xbuf) 356 ptr = xbuf; 364 if (xbuf == NULL) {
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| collctrl.cc | 2279 const char *xbuf = strsignal (value); local 2280 if (xbuf != NULL) 2282 xbuf, value);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| collctrl.cc | 2279 const char *xbuf = strsignal (value); local 2280 if (xbuf != NULL) 2282 xbuf, value);
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 15543 char xbuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; local 15625 isc_time_formathttptimestamp(&expiretime, xbuf, sizeof(xbuf)); 15715 CHECK(putstr(text, xbuf));
|