Searched refs:buf_write (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/usr.sbin/makefs/chfs/ |
| H A D | chfs_mkfs.c | 67 buf_write(fsinfo_t *fsopts, const void *buf, size_t len) in buf_write() function 90 buf_write(fsopts, ffbuf, MIN(sizeof(ffbuf), in padblock() 99 buf_write(fsopts, ffbuf, 4 - img_ofs % 4); in padword() 138 buf_write(fsopts, buf, opts->pagesize); in write_eb_header() 157 buf_write(fsopts, buf, opts->pagesize); in write_eb_header() 185 buf_write(fsopts, &fvnode, sizeof(fvnode)); in write_vnode() 220 buf_write(fsopts, &fdirent, sizeof(fdirent)); in write_dirent() 221 buf_write(fsopts, name, fdirent.nsize); in write_dirent() 302 buf_write(fsopts, &fdata, sizeof(fdata)); in write_data() 303 buf_write(fsopts, buf, len); in write_data()
|
| /netbsd-src/external/bsd/libfido2/dist/fuzz/ |
| H A D | mutator_aux.c | 188 buf_write(const unsigned char *ptr, size_t len) in buf_write() function 230 return buf_write(ptr, len); in hid_write() 262 return buf_write(ptr, len); in nfc_write() 278 return buf_write(ptr, len); in fd_write()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | unix.c | 628 buf_write (unix_stream *s, const void *buf, ssize_t nbyte) in buf_write() function 759 .write = (void *) buf_write,
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | unix.c | 628 buf_write (unix_stream *s, const void *buf, ssize_t nbyte) in buf_write() function 759 .write = (void *) buf_write,
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2019 | 177 (buf_write): Likewise.
|
| H A D | ChangeLog-2010 | 850 * io/unix.c (buf_write): Set physical_offset after lseek.
|
| H A D | ChangeLog-2017 | 427 * io/unix.c (buf_write): Return early if there is
|
| H A D | ChangeLog-2016 | 1209 (buf_write): Likewise.
|
| H A D | ChangeLog-2009 | 2402 (buf_write): New function.
|