Home
last modified time | relevance | path

Searched refs:vbuf (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c110 const char *vbuf = 0; in _nc_visbuf2n() local
124 vbuf = tp = _nc_trace_buf(bufnum, NormalLen(len)); in _nc_visbuf2n()
137 vbuf = tp = mybuf[bufnum]; in _nc_visbuf2n()
151 vbuf = ("(_nc_visbuf2n failed)"); in _nc_visbuf2n()
153 return (vbuf); in _nc_visbuf2n()
193 const char *vbuf; in _nc_viswbuf2n() local
205 vbuf = tp = _nc_trace_buf(bufnum, WideLen(len)); in _nc_viswbuf2n()
210 vbuf = tp = mybuf[bufnum]; in _nc_viswbuf2n()
232 vbuf = ("(_nc_viswbuf2n failed)"); in _nc_viswbuf2n()
234 return (vbuf); in _nc_viswbuf2n()
/dragonfly/contrib/file/src/
H A Dreadcdf.c111 cdf_app_to_mime(const char *vbuf, const struct nv *nv) in cdf_app_to_mime() argument
130 if (strcasestr(vbuf, nv[i].pattern) != NULL) { in cdf_app_to_mime()
135 fprintf(stderr, "unknown app %s\n", vbuf); in cdf_app_to_mime()
197 char vbuf[1024]; in cdf_file_property_info() local
204 for (j = 0; s < e && j < sizeof(vbuf) in cdf_file_property_info()
209 vbuf[j++] = *s; in cdf_file_property_info()
211 if (j == sizeof(vbuf)) in cdf_file_property_info()
213 vbuf[j] = '\0'; in cdf_file_property_info()
215 if (vbuf[0]) { in cdf_file_property_info()
217 buf, vbuf) == -1) in cdf_file_property_info()
[all …]
H A Dreadelf.c1120 dodynamic(struct magic_set *ms, void *vbuf, size_t offset, size_t size, in dodynamic() argument
1125 unsigned char *dbuf = CAST(unsigned char *, vbuf); in dodynamic()
1156 donote(struct magic_set *ms, void *vbuf, size_t offset, size_t size, in donote() argument
1165 unsigned char *nbuf = CAST(unsigned char *, vbuf); in donote()
/dragonfly/games/ppt/
H A Dppt.c103 char vbuf[5]; in main() local
104 vis(vbuf, c, VIS_NOSLASH, 0); in main()
105 fputs(vbuf, stdout); in main()
/dragonfly/contrib/mdocml/
H A Dtbl_html.c123 char hbuf[4], vbuf[4]; in print_tbl() local
201 (void)snprintf(vbuf, sizeof(vbuf), in print_tbl()
203 vspans = vbuf; in print_tbl()
/dragonfly/usr.sbin/pstat/
H A Dpstat.c665 char *vbuf, *evbuf, *bp; in kinfo_vnodes() local
672 if ((vbuf = malloc((numvnodes + 20) * (VPTRSZ + VNODESZ))) == NULL) in kinfo_vnodes()
674 bp = vbuf; in kinfo_vnodes()
675 evbuf = vbuf + (numvnodes + 20) * (VPTRSZ + VNODESZ); in kinfo_vnodes()
697 return ((struct e_vnode *)vbuf); in kinfo_vnodes()
/dragonfly/sys/sys/
H A Dmpipe.h127 void mpipe_free(malloc_pipe_t mpipe, void *vbuf);
H A Dsysproto.h1199 struct statvfs * vbuf; char vbuf_[PAD_(struct statvfs *)]; member
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig_winreg.c602 char vbuf[10]; in wpa_config_write_global() local
603 os_snprintf(vbuf, sizeof(vbuf), "%08x", in wpa_config_write_global()
605 wpa_config_write_reg_string(hk, "os_version", vbuf); in wpa_config_write_global()
/dragonfly/crypto/libressl/ssl/
H A Dtls13_legacy.c258 tls13_legacy_write_bytes(SSL *ssl, int type, const void *vbuf, int len) in tls13_legacy_write_bytes() argument
261 const uint8_t *buf = vbuf; in tls13_legacy_write_bytes()
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.c260 void *vbuf; member
1287 r = emu_memfree(&sc->mem, v->vbuf); in emu_vfree()
1297 void *vbuf; in emu_vinit() local
1300 vbuf = emu_memalloc(&sc->mem, sz, &tmp_addr, "vinit"); in emu_vinit()
1301 if (vbuf == NULL) { in emu_vinit()
1307 sndbuf_setup(b, vbuf, sz); in emu_vinit()
1308 m->start = emu_memstart(&sc->mem, vbuf) * EMUPAGESIZE; in emu_vinit()
1312 emu_memfree(&sc->mem, vbuf); in emu_vinit()
1323 m->vbuf = vbuf; in emu_vinit()
1335 s->vbuf = NULL; in emu_vinit()
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c4922 U8 *vbuf; in mpt_scsi_tgt_atio() local
4931 vbuf = req->req_vbuf; in mpt_scsi_tgt_atio()
4932 vbuf += MPT_RQSL(mpt); in mpt_scsi_tgt_atio()
4947 mpt_dump_data(mpt, "mpt_scsi_tgt_atio response", vbuf, in mpt_scsi_tgt_atio()
4954 fc = (PTR_MPI_TARGET_FCP_CMD_BUFFER) vbuf; in mpt_scsi_tgt_atio()
5007 ssp = (PTR_MPI_TARGET_SSP_CMD_BUFFER) vbuf; in mpt_scsi_tgt_atio()
5013 sp = (PTR_MPI_TARGET_SCSI_SPI_CMD_BUFFER) vbuf; in mpt_scsi_tgt_atio()
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4511 unsigned char* vbuf; in sized_create_version_sections() local
4517 &vbuf, &vsize); in sized_create_version_sections()
4519 Output_section_data* vdata = new Output_data_const_buffer(vbuf, vsize, 2, in sized_create_version_sections()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc4918 unsigned char* vbuf; in sized_create_version_sections() local
4924 &vbuf, &vsize); in sized_create_version_sections()
4926 Output_section_data* vdata = new Output_data_const_buffer(vbuf, vsize, 2, in sized_create_version_sections()
/dragonfly/sys/kern/
H A Dvfs_syscalls.c1751 info.vsfsp = uap->vbuf; in sys_getvfsstat()