Symbol: write_file
bin/ed/ed.h
230
long write_file(const char *, const char *, long, long);
bin/ed/main.c
1381
if (addr_last && write_file("ed.hup", "w", 1, addr_last) < 0 &&
bin/ed/main.c
1389
write_file(hup, "w", 1, addr_last);
bin/ed/main.c
827
if ((addr = write_file(*fnp ? fnp : old_filename,
regress/sys/fs/lfs/ckckp/cleanalot_async.c
100
if (write_file(gen, i, j, buf, size) == 0) {
sys/arch/sgimips/stand/sgivol/sgivol.c
106
void write_file(const char *);
sys/arch/sgimips/stand/sgivol/sgivol.c
246
write_file(argv[0]);
tests/fs/lfs/t_fcntl.c
148
write_file(UNCHANGED_CONTROL, filesize, 1, 3);
tests/fs/lfs/t_fcntl.c
341
write_file(filename, SEGSIZE / 3, 1, 0);
tests/fs/lfs/t_orphan.c
104
fd = write_file(UNCHANGED_CONTROL, FILE_SIZE, 0, 0);
tests/fs/lfs/t_resize.c
91
write_file(UNCHANGED_CONTROL, CHUNKSIZE, 1, 0);
tests/fs/lfs/t_rfw.c
102
write_file(UNCHANGED_CONTROL, CHUNKSIZE, 1, 3);
tests/fs/lfs/t_rfw.c
103
write_file(TO_BE_DELETED, CHUNKSIZE, 1, 4);
tests/fs/lfs/t_rfw.c
104
write_file(TO_BE_APPENDED, CHUNKSIZE, 1, 5);
tests/fs/lfs/t_rfw.c
133
write_file(NEWLY_CREATED, CHUNKSIZE, 1, 6);
tests/fs/lfs/t_rfw.c
136
write_file(TO_BE_APPENDED, CHUNKSIZE, 1, 5);
tests/fs/lfs/util.h
7
int write_file(const char *, off_t, int, unsigned int);
tests/lib/libc/kevent_nullmnt/h_nullmnt.c
32
int watch_file, write_file;
tests/lib/libc/kevent_nullmnt/h_nullmnt.c
47
write_file = open(argv[2], O_WRONLY, O_APPEND);
tests/lib/libc/kevent_nullmnt/h_nullmnt.c
48
if (write_file == -1)
tests/lib/libc/kevent_nullmnt/h_nullmnt.c
69
write(write_file, &outbuf, sizeof(outbuf) - 1);
usr.bin/btkey/btkey.c
186
if (!write_file())
usr.bin/btkey/btkey.h
47
bool write_file(void);
usr.sbin/makefs/chfs.c
203
write_file(fsopts, cur, dir);
usr.sbin/makefs/chfs/chfs_mkfs.h
41
void write_file(fsinfo_t *, fsnode *, const char *);