| /src/tests/fs/lfs/ |
| util.h | 7 int write_file(const char *, off_t, int, unsigned int);
|
| t_rfw.c | 102 write_file(UNCHANGED_CONTROL, CHUNKSIZE, 1, 3); 103 write_file(TO_BE_DELETED, CHUNKSIZE, 1, 4); 104 write_file(TO_BE_APPENDED, CHUNKSIZE, 1, 5); 133 write_file(NEWLY_CREATED, CHUNKSIZE, 1, 6); 136 write_file(TO_BE_APPENDED, CHUNKSIZE, 1, 5);
|
| t_resize.c | 91 write_file(UNCHANGED_CONTROL, CHUNKSIZE, 1, 0);
|
| t_orphan.c | 104 fd = write_file(UNCHANGED_CONTROL, FILE_SIZE, 0, 0);
|
| util.c | 60 int write_file(const char *filename, off_t len, int close, unsigned int seed) function
|
| t_fcntl.c | 148 write_file(UNCHANGED_CONTROL, filesize, 1, 3); 341 write_file(filename, SEGSIZE / 3, 1, 0);
|
| /src/usr.sbin/makefs/chfs/ |
| chfs_mkfs.h | 41 void write_file(fsinfo_t *, fsnode *, const char *);
|
| /src/usr.bin/btkey/ |
| btkey.h | 47 bool write_file(void);
|
| btkey.c | 186 if (!write_file())
|
| file.c | 126 write_file(void) function
|
| /src/tests/lib/libc/kevent_nullmnt/ |
| h_nullmnt.c | 32 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);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| test-readenv.c | 62 write_file(const char *fn, const char *s) function 88 write_file(fn, s1); 95 write_file(fn, s2);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| pause.exp | 107 proc write_file {suffix contents} { 117 set gdbfile [write_file gdb "set \$x = 0\nwhile 1\nset \$x = \$x + 1\nend"] 138 set gdbfile [write_file py "while True:\n pass"]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| pause.exp | 107 proc write_file {suffix contents} { 117 set gdbfile [write_file gdb "set \$x = 0\nwhile 1\nset \$x = \$x + 1\nend"] 138 set gdbfile [write_file py "while True:\n pass"]
|
| /src/regress/sys/fs/lfs/ckckp/ |
| cleanalot_async.c | 54 int write_file(int gen, int n, int plex, char *buf, int size) function 100 if (write_file(gen, i, j, buf, size) == 0) {
|
| /src/external/bsd/zstd/dist/doc/educational_decoder/ |
| harness.c | 56 static void write_file(const char* path, const u8* ptr, size_t size) function 113 write_file(argv[2], output, decompressed_size);
|
| /src/external/bsd/libfido2/dist/tools/ |
| extern.h | 94 int write_file(const char *, const u_char *, size_t);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| s390-multiarch.c | 153 write_file (unsigned char *buf, size_t len, FILE *fp) function 200 write_file (elf->buf, elf->len, fp);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| s390-multiarch.c | 153 write_file (unsigned char *buf, size_t len, FILE *fp) function 200 write_file (elf->buf, elf->len, fp);
|
| /src/bin/ed/ |
| ed.h | 230 long write_file(const char *, const char *, long, long);
|
| io.c | 150 /* 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
|
| /src/usr.sbin/makefs/ |
| chfs.c | 203 write_file(fsopts, cur, dir);
|
| /src/sys/arch/sgimips/stand/sgivol/ |
| sgivol.c | 106 void write_file(const char *); 246 write_file(argv[0]); 420 write_file(const char *fname) function
|
| /src/external/bsd/libarchive/dist/tar/ |
| write.c | 98 static void write_file(struct bsdtar *, struct archive *, 559 * archive_read_data_block(), which is called via write_file(), 574 write_file(bsdtar, a, entry); 958 write_file(bsdtar, a, entry); 978 write_file(struct bsdtar *bsdtar, struct archive *a, function
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| output.c | 463 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, function 776 write_file(elf, curname, telf, newname, data, len, flags);
|