Searched refs:write_file (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.h41 void write_file(fsinfo_t *, fsnode *, const char *);
H A Dchfs_mkfs.c226 write_file(fsinfo_t *fsopts, fsnode *node, const char *dir) function
/netbsd-current/usr.bin/btkey/
H A Dbtkey.h47 bool write_file(void);
H A Dfile.c126 write_file(void) function
H A Dbtkey.c186 if (!write_file())
/netbsd-current/tests/lib/libc/kevent_nullmnt/
H A Dh_nullmnt.c32 int watch_file, write_file; local
47 write_file = open(argv[2], O_WRONLY, O_APPEND);
48 if (write_file == -1)
49 err(EXIT_FAILURE, "failed to open write_file %s",
69 write(write_file, &outbuf, sizeof(outbuf) - 1);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtest-readenv.c62 write_file(const char *fn, const char *s) function
88 write_file(fn, s1);
95 write_file(fn, s2);
/netbsd-current/tests/fs/lfs/
H A Dt_rfw.c30 int write_file(const char *, int);
120 write_file(UNCHANGED_CONTROL, CHUNKSIZE);
121 write_file(TO_BE_DELETED, CHUNKSIZE);
122 write_file(TO_BE_APPENDED, CHUNKSIZE);
147 write_file(NEWLY_CREATED, CHUNKSIZE);
150 write_file(TO_BE_APPENDED, CHUNKSIZE);
236 int write_file(const char *filename, int add) function
/netbsd-current/regress/sys/fs/lfs/ckckp/
H A Dcleanalot_async.c54 int write_file(int gen, int n, int plex, char *buf, int size) function
100 if (write_file(gen, i, j, buf, size) == 0) {
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dextern.h93 int write_file(const char *, const u_char *, size_t);
H A Dutil.c595 write_file(const char *path, const u_char *ptr, size_t len) function
H A Dlargeblob.c256 if (write_file(blobf, blob.ptr, blob.len) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Ds390-multiarch.c153 write_file (unsigned char *buf, size_t len, FILE *fp) function
200 write_file (elf->buf, elf->len, fp);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Ds390-multiarch.c153 write_file (unsigned char *buf, size_t len, FILE *fp) function
200 write_file (elf->buf, elf->len, fp);
/netbsd-current/bin/ed/
H A Ded.h230 long write_file(const char *, const char *, long, long);
H A Dio.c150 /* write_file: write a range of lines to a named file/pipe; return line count */
152 write_file(const char *fn, const char *mode, long n, long m) function
/netbsd-current/usr.sbin/makefs/
H A Dchfs.c203 write_file(fsopts, cur, dir);
/netbsd-current/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c106 void write_file(const char *);
246 write_file(argv[0]);
420 write_file(const char *fname) function
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/lib/
H A Dgas-defs.exp349 proc write_file { filename contents } {
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dwrite.c114 static void write_file(struct bsdtar *, struct archive *,
551 * archive_read_data_block(), which is called via write_file(),
566 write_file(bsdtar, a, entry);
946 write_file(bsdtar, a, entry);
964 write_file(struct bsdtar *bsdtar, struct archive *a, function
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c463 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, function
776 write_file(elf, curname, telf, newname, data, len, flags);

Completed in 409 milliseconds