HomeSort by: relevance | last modified time | path
    Searched defs:write_file (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/lib/libc/kevent_nullmnt/
h_nullmnt.c 32 int watch_file, write_file; local in function:main
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/usr.bin/btkey/
file.c 126 write_file(void) function in typeref:typename:bool
  /src/regress/sys/fs/lfs/ckckp/
cleanalot_async.c 54 int write_file(int gen, int n, int plex, char *buf, int size) function in typeref:typename:int
100 if (write_file(gen, i, j, buf, size) == 0) {
  /src/usr.sbin/makefs/chfs/
chfs_mkfs.c 226 write_file(fsinfo_t *fsopts, fsnode *node, const char *dir) function in typeref:typename:void
  /src/tests/fs/lfs/
t_rfw.c 31 int write_file(const char *, int);
149 write_file(UNCHANGED_CONTROL, CHUNKSIZE);
150 write_file(TO_BE_DELETED, CHUNKSIZE);
151 write_file(TO_BE_APPENDED, CHUNKSIZE);
180 write_file(NEWLY_CREATED, CHUNKSIZE);
183 write_file(TO_BE_APPENDED, CHUNKSIZE);
279 int write_file(const char *filename, int add) function in typeref:typename:int
  /src/bin/ed/
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 in typeref:typename:long
  /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 in typeref:typename:void

Completed in 13 milliseconds