Group: comp.os.plan9 · Group Profile · Search for O create in comp.os.plan9
Author: G. David Butler
Date: Oct 9, 2006 15:39
...' Subject: Re: [9fans] non-truncating create Rc says something like: if ((...= open(file, OWRITE)) < 0 && (fd = create(file, OWRITE, 0666)) < 0) { complain(...); ...due to permissions, so will the create. Drawterm barfed on me and I... times. Not pretty. Or use create with OEXCL if you really ...? My code now looks like: o = create(oname, omode|OEXCL, ~0);...
|
| Show full article (1.59Kb) |
Group: comp.os.plan9 · Group Profile · Search for O create in comp.os.plan9
Author: Joel,
Date: Oct 8, 2006 20:47
... redirect (>) is easy; just use create(2) whether the file exists ...file exists, I need to o = open(oname, OWRITE), then seek...about the following code snippet: o = open(oname, OWRITE) rerrstr(errbuf...s: %%r", oname); return; }else o = create(oname, OWRITE, ~0); if...conditions where the file is created by somebody else between the...failed open(2) and the create(2)? Of tertiary interest: Is...
|
| Show full article (1.18Kb) |
Group: comp.os.plan9 · Group Profile · Search for O create in comp.os.plan9
Author: Joel,
Date: Oct 8, 2006 20:43
... redirect (>) is easy; just use create(2) whether the file exists ...file exists, I need to o = open(oname, OWRITE), then seek...about the following code snippet: o = open(oname, OWRITE) rerrstr(errbuf...s: %%r", oname); return; }else o = create(oname, OWRITE, ~0); if...conditions where the file is created by somebody else between the...failed open(2) and the create(2)? Of tertiary interest: Is...
|
| Show full article (1.18Kb) |
Group: comp.os.plan9 · Group Profile · Search for O create in comp.os.plan9
Author: Joel,
Date: Oct 8, 2006 20:43
... redirect (>) is easy; just use create(2) whether the file exists ...file exists, I need to o = open(oname, OWRITE), then seek...about the following code snippet: o = open(oname, OWRITE) rerrstr(errbuf...s: %%r", oname); return; }else o = create(oname, OWRITE, ~0); if...conditions where the file is created by somebody else between the...failed open(2) and the create(2)? Of tertiary interest: Is...
|
| Show full article (1.18Kb) |
Group: perl.cpan.testers · Group Profile · Search for O create in perl.cpan.testers
Author: srezic
Date: Sep 19, 2008 12:13
...-Component-WWW-Pastebin-Bot-Pastebot-Create-0.002 on perl 5...8.8 patch 34313, created by CPAN-Reporter-1.17. Thank...Component::WWW::Pastebin::Bot::Pastebot::Create 0.002, Perl 5.008008...80 WWW::Pastebin::Bot::Pastebot::Create 0.001 0.001 ------------------------------ ENVIRONMENT...I/usr/local/include', optimize='-O', cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict...
|
| Show full article (5.25Kb) |
|