Searched refs:writefile (Results 1 – 12 of 12) sorted by relevance
| /plan9/sys/src/cmd/page/ |
| H A D | nrotate.c | 30 static void writefile(char *name, Image *im, int gran); 84 writefile("mask", mask, i); in reverse() 121 writefile("mask", mask, maskdim/2); in shuffle() 159 writefile("mask", mask, maskdim/2); in halvemaskdim() 174 writefile("swap", img, 0); in swapranges() 200 writefile("swap", img, 1); in swapranges() 264 writefile(char *name, Image *im, int gran)
|
| H A D | rotate.c | 30 writefile(char *name, Image *im, int gran) in writefile() function
|
| /plan9/sys/src/cmd/auth/lib/ |
| H A D | readwrite.c | 23 writefile(char *file, char *buf, int n) in writefile() function 71 n = writefile(filename, key, DESKEYLEN); in setkey() 85 n = writefile(filename, secret, strlen(secret)); in setsecret()
|
| /plan9/sys/src/cmd/auth/ |
| H A D | authcmdlib.h | 66 int writefile(char*, char*, int);
|
| /plan9/sys/src/9/boot/ |
| H A D | boot.h | 56 extern int writefile(char*, char*, int);
|
| H A D | aux.c | 96 writefile(char *name, char *buf, int len) in writefile() function
|
| /plan9/sys/src/cmd/ext2srv/ |
| H A D | fns.h | 15 long writefile(Xfile*, void*, vlong, long);
|
| H A D | ext2fs.c | 213 nr = writefile(f, thdr.data, thdr.offset, thdr.count); in rwrite()
|
| H A D | ext2subs.c | 674 writefile(Xfile *f, void *vbuf, vlong offset, long count) in writefile() function
|
| /plan9/sys/src/cmd/dossrv/ |
| H A D | fns.h | 67 long writefile(Xfile*, void*, long, long);
|
| H A D | dosfs.c | 536 r = writefile(f, req->data, req->offset, req->count); in rwrite()
|
| H A D | dossubs.c | 964 writefile(Xfile *f, void *vbuf, long offset, long count)
|