| /plan9/sys/lib/dist/pc/inst/ |
| H A D | mountfossil | 47 echo fsys main create /active/adm adm sys d775 >>/srv/fscons 48 echo fsys main create /active/adm/users adm sys 664 >>/srv/fscons 61 echo fsys main create /active/$i sys sys d775 >>/srv/fscons 71 echo fsys main create /active/dist/replica/client/plan9.db sys sys 664 >>/srv/fscons 72 echo fsys main create /active/dist/replica/client/plan9.log sys sys a664 >>/srv/fscons
|
| /plan9/sys/src/cmd/upas/bayes/ |
| H A D | msgdb.c | 16 int create = 0; in main() local 26 create = 1; in main() 38 if((db = mdopen(argv[0], create)) == nil) in main()
|
| H A D | msgdbx.c | 13 mdopen(char *file, int create) in mdopen() argument 23 if((db = dbopen(file, ORDWR|(create ? OCREATE:0), 0666, DB_HASH, &h)) == nil){ in mdopen()
|
| /plan9/sys/src/cmd/aux/flashfs/ |
| H A D | conv.c | 29 goto create; in convJ2M() 60 goto create; in convJ2M() 66 create: in convJ2M() 107 goto create; in convM2J() 149 goto create; in convM2J() 155 create: in convM2J()
|
| /plan9/rc/bin/pc/ |
| H A D | setup.disk | 24 echo could not create plan 9 partition >[1=2] 30 echo did not create fs partition '(weird)' >[1=2]
|
| /plan9/sys/src/libstdio/ |
| H A D | freopen.c | 36 f->fd=create(name, (*mode == '+'? ORDWR: OWRITE), 0666); in freopen() 42 f->fd=create(name, m, 0666); in freopen()
|
| /plan9/sys/src/cmd/ |
| H A D | tee.c | 50 openf[n] = create(argv[0], OWRITE, 0666); in main() 53 openf[n] = create(argv[0], OWRITE, 0666); in main()
|
| H A D | swap.c | 34 swapfd = create(p, ORDWR|ORCLOSE, 0600); in main() 42 i = create("/env/swap", OWRITE, 0666); in main()
|
| H A D | fortune.c | 44 nix = create(index, OWRITE, 0666); in main() 53 ix = create(index, OWRITE, 0666); in main()
|
| /plan9/sys/src/games/sudoku/ |
| H A D | levels.c | 20 fd = create("/tmp/sudoku-print", OWRITE|OTRUNC, 0600); in fprettyprintbrd() 150 fd = create("/tmp/sudoku-board", OWRITE|OTRUNC, 0600); in printboard() 166 fd = create("/tmp/sudoku-save", OWRITE|OTRUNC, 0600); in savegame()
|
| /plan9/sys/src/cmd/unix/drawterm/include/ |
| H A D | user.h | 5 #define create syscreate macro 32 extern int create(char*, int, ulong);
|
| /plan9/sys/src/libthread/ |
| H A D | mkfile | 9 create.$O\ 38 create.c\
|
| /plan9/sys/src/9/boot/ |
| H A D | aux.c | 115 f = create(ename, 1, 0666); in setenv() 138 f = create(buf, 1, 0666); in srvcreate()
|
| /plan9/sys/src/ape/cmd/make/ |
| H A D | dosys.c | 253 goto create; in touch() 261 goto create; in touch() 284 create: in touch()
|
| /plan9/sys/src/cmd/upas/smtp/ |
| H A D | greylist.c | 136 fd = create(path, OREAD, 0777|DMDIR); in mkdirs() 187 int fd = create(file, OWRITE|OEXCL, 0666); in tryaddgrey() 297 int fd = create(whitelist, OWRITE, 0666|DMAPPEND); in vfysenderhostok()
|
| /plan9/sys/lib/dist/pc/sub/ |
| H A D | mkdir | 3 syscall create $1 0 020000000775 >[2]/dev/null
|
| /plan9/sys/src/cmd/ndb/ |
| H A D | mkhosts.c | 202 fd = create(fn, OWRITE, 0664); in main() 213 fd = create(fn, OWRITE, 0664); in main() 223 fd = create(fn, OWRITE, 0664); in main()
|
| /plan9/rc/bin/ |
| H A D | tinyurl | 4 hget http://tinyurl.com/api-create.php?url'='$url
|
| /plan9/sys/src/ape/cmd/pax/ |
| H A D | Makefile | 99 SOURCE= pax.c append.c buffer.c cpio.c create.c extract.c fileio.c\ 102 OBJECT= pax.o append.o buffer.o cpio.o create.o extract.o fileio.o\
|
| /plan9/sys/src/cmd/upas/common/ |
| H A D | libsys.c | 72 return create(path, mode, DMEXCL|perm); in syscreatelocked() 109 fd = create(s_to_c(l->name), OREAD, DMEXCL|0666); in openlockfile() 335 fd = create(path, sysmode, sysperm|perm); in sysopen() 380 return create(file, mode, perm); in syscreate() 391 if((fd = create(file, OREAD, DMDIR|perm)) < 0) in sysmkdir() 901 fd = create(file, OREAD, perm); in docreate()
|
| /plan9/sys/src/cmd/fossil/ |
| H A D | history | 20 fix create command in user command 38 flfmt -v was trying to create /active; bug fixed.
|
| /plan9/sys/lib/dist/cmd/ |
| H A D | tailfsrv.c | 11 fd = create("/srv/log", OWRITE, 0666); in main()
|
| /plan9/sys/src/cmd/ql/ |
| H A D | cputime.c | 23 create(char *n, int m, long p) in create() function
|
| /plan9/sys/src/cmd/kl/ |
| H A D | cputime.c | 23 create(char *n, int m, long p) in create() function
|
| /plan9/sys/man/5/ |
| H A D | INDEX | 8 create open
|