Searched refs:do_open (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dsession.h38 void do_open (int argc, char **argv);
H A Dsession.c50 do_open(int argc, char **argv) function
H A Dcommands.c86 { "open", 0, 1, do_open, 2, 1,
H A Dscutil.c553 do_open(0, NULL); /* open the dynamic store */
644 do_open(0, NULL); /* open the dynamic store */
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dmessages_members.h58 { return this->do_open(__s, __loc); }
67 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
H A Dlocale_facets.h4421 * returning do_open(s, loc).
4429 { return this->do_open(__s, __loc); }
4436 * catalog by returning do_open(s, loc). The third argument provides a
4495 do_open(const basic_string<char>&, const locale&) const;
/macosx-10.10/swig-12/Lib/perl5/
H A Dnoembed.h4 #ifdef do_open
5 #undef do_open macro
/macosx-10.10/BerkeleyDB-21/db/dbreg/
H A Ddbreg_rec.c65 int do_close, do_open, do_rem, ret, t_ret; local
73 do_open = do_close = 0;
89 do_open = 1;
95 do_open = 1;
109 do_open = 1;
116 do_open = 1;
123 if (do_open) {
/macosx-10.10/rsync-45/rsync/
H A Dsyscall.c146 int do_open(const char *pathname, int flags, mode_t mode) function
251 return do_open(template, O_RDWR|O_EXCL|O_CREAT, perms);
H A Dchecksum.c106 fd = do_open(fname, O_RDONLY, 0);
H A Dreceiver.c542 fd1 = do_open(fnamecmp, O_RDONLY, 0);
547 fd1 = do_open(fnamecmp, O_RDONLY, 0);
555 fd1 = do_open(fnamecmp, O_RDONLY, 0);
597 fd2 = do_open(fname, O_WRONLY|O_CREAT, 0600);
H A Dsender.c348 fd = do_open(fname_tmp, O_RDONLY, 0);
356 fd = do_open(fname, O_RDONLY, 0);
H A Dproto.h256 int do_open(const char *pathname, int flags, mode_t mode);
H A Dutil.c272 ifd = do_open(source, O_RDONLY, 0);
283 ofd = do_open(dest, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL, mode);
H A Dclientserver.c870 if ((fd = do_open(lp_pid_file(), O_WRONLY|O_CREAT|O_TRUNC,
H A Dgenerator.c1277 fd = do_open(fnamecmp, O_RDONLY, 0);
1308 if ((f_copy = do_open(backupptr,
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c9 * when do_open is true we create a file else we generaate a name that does not exist in the
10 * given directory (we do not create anything when do_open is 0).
15 int create_random_name( char *the_pathp, int do_open ) {
35 if ( do_open ) {
H A Dtests.h73 int create_random_name( char *the_pathp, int do_open );
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dfoputils.tcl14 open { do_open $omethod $names $txn $env $largs }
161 proc do_open {omethod names txn env {largs ""}} { procedure
/macosx-10.10/vim-55/src/
H A Dfold.c51 static void setFoldRepeat __ARGS((linenr_T lnum, long count, int do_open));
1249 setFoldRepeat(lnum, count, do_open)
1252 int do_open;
1260 (void)setManualFold(lnum, do_open, FALSE, &done);

Completed in 145 milliseconds