Searched refs:mode (Results 276 - 300 of 3374) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/zlib-55/zlib/contrib/infback9/
H A Dinfback9.c229 inflate_mode mode; /* current inflate mode */ local
260 mode = TYPE;
276 switch (mode) {
281 mode = DONE;
291 mode = STORED;
300 mode = LEN; /* decode codes */
305 mode = TABLE;
309 mode = BAD;
320 mode
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Dfile.c40 static int cups_open(const char *filename, int mode);
323 char mode; /* Open mode */ local
341 if (fp->mode == 'w')
349 if (fp->mode == 'r')
418 mode = fp->mode;
430 if (mode == 's')
598 if (!fp || fp->mode != 'w')
641 if (!fp || (fp->mode !
1038 cupsFileOpen(const char *filename, const char *mode) argument
1160 cupsFileOpenFd(int fd, const char *mode) argument
2471 cups_open(const char *filename, int mode) argument
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIOGT.c28 ClientData instanceData, int mode));
39 int mode, int* errorCodePtr));
55 int mode, int* errorCodePtr));
145 TransformBlockModeProc, /* Set blocking/nonblocking mode.*/
155 #define CHANNEL_ASYNC (1<<0) /* non-blocking mode */
205 int mode; /* mode of parent channel, OR'ed combination of
256 int mode; /* rw mode of the channel */
268 mode
204 int mode; /* mode of parent channel, OR'ed combination of member in struct:TransformChannelData
254 int mode; /* rw mode of the channel */ local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGPlan.cpp88 if (verboseCompilationEnabled(graph.m_plan.mode)) {
97 static Profiler::CompilationKind profilerCompilationKindForMode(CompilationMode mode) argument
99 switch (mode) {
115 CompilationMode mode, unsigned osrEntryBytecodeIndex,
120 , mode(mode)
123 , compilation(codeBlock->vm()->m_perBytecodeProfiler ? adoptRef(new Profiler::Compilation(codeBlock->vm()->m_perBytecodeProfiler->ensureBytecodesFor(codeBlock.get()), profilerCompilationKindForMode(mode))) : 0)
139 || (Options::reportFTLCompileTimes() && isFTL(mode));
156 if (logCompilationChanges(mode))
157 dataLog("DFG(Plan) compiling ", *codeBlock, " with ", mode, ", numbe
114 Plan(PassRefPtr<CodeBlock> passedCodeBlock, CodeBlock* profiledDFGCodeBlock, CompilationMode mode, unsigned osrEntryBytecodeIndex, const Operands<JSValue>& mustHandleValues) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/package/
H A Dtar_writer.rb100 # Adds file +name+ with permissions +mode+, and yields an IO for writing the
103 def add_file(name, mode) # :yields: io
123 header = Gem::Package::TarHeader.new :name => name, :mode => mode,
133 # Adds +name+ with permissions +mode+ to the tar, yielding +io+ for writing
140 def add_file_digest name, mode, digest_algorithms # :yields: io
148 add_file name, mode do |io|
158 # Adds +name+ with permissions +mode+ to the tar, yielding +io+ for writing
165 def add_file_signed name, mode, signer
171 digests = add_file_digest name, mode, digest_algorithm
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxpath.tcl190 set mode expr
195 switch $mode {
204 set mode term
213 set mode term
221 set mode term
225 set mode term
229 set mode term
233 set mode term
241 set mode term
266 set mode ter
[all...]
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp1 /* -*- mode: C++; c-basic-offset: 4; tab-width: 4 -*-
59 Mode mode; member in struct:Options
332 static void checkMode(Mode mode) { argument
333 if ( mode != modeNone ) {
345 options.mode = modeNone;
356 checkMode(options.mode);
357 options.mode = modeList;
360 checkMode(options.mode);
361 options.mode = modeDependencies;
370 checkMode(options.mode);
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_master.c14 /* void pcf_show_master_entries(fp, mode, service_filters)
16 /* int mode;
19 /* void pcf_show_master_fields(fp, mode, n_filters, field_filters)
21 /* int mode;
30 /* void pcf_show_master_params(fp, mode, argc, **param_filters)
32 /* int mode;
36 /* void pcf_edit_master_param(masterp, mode, param_name, param_value)
38 /* int mode;
46 /* void pcf_print_master_entry(fp, mode, masterp)
48 /* int mode;
401 pcf_print_master_entry(VSTREAM *fp, int mode, PCF_MASTER_ENT *masterp) argument
519 pcf_show_master_entries(VSTREAM *fp, int mode, int argc, char **argv) argument
574 pcf_print_master_field(VSTREAM *fp, int mode, PCF_MASTER_ENT *masterp, int field) argument
676 pcf_show_master_fields(VSTREAM *fp, int mode, int argc, char **argv) argument
773 pcf_print_master_param(VSTREAM *fp, int mode, PCF_MASTER_ENT *masterp, const char *param_name, const char *param_value) argument
801 pcf_show_master_any_param(VSTREAM *fp, int mode, PCF_MASTER_ENT *masterp) argument
845 pcf_show_master_params(VSTREAM *fp, int mode, int argc, char **argv) argument
913 pcf_edit_master_param(PCF_MASTER_ENT *masterp, int mode, const char *param_name, const char *param_value) argument
[all...]
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinflate.c113 state->mode = HEAD;
582 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
588 switch (state->mode) {
591 state->mode = TYPEDO;
600 state->mode = FLAGS;
612 state->mode = BAD;
617 state->mode = BAD;
624 state->mode = BAD;
630 state->mode
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinflate.c140 state->mode = HEAD;
611 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
617 switch (state->mode) {
620 state->mode = TYPEDO;
629 state->mode = FLAGS;
641 state->mode = BAD;
646 state->mode = BAD;
653 state->mode = BAD;
659 state->mode
[all...]
/macosx-10.10.1/ruby-106/ruby/test/bigdecimal/
H A Dtest_bigdecimal.rb95 BigDecimal.mode(BigDecimal::EXCEPTION_OVERFLOW, false)
96 BigDecimal.mode(BigDecimal::EXCEPTION_NaN, false)
118 BigDecimal.mode(BigDecimal::EXCEPTION_OVERFLOW, false)
119 BigDecimal.mode(BigDecimal::EXCEPTION_NaN, false)
152 BigDecimal.mode(BigDecimal::EXCEPTION_OVERFLOW, false)
153 BigDecimal.mode(BigDecimal::EXCEPTION_NaN, false)
168 BigDecimal.mode(type, true)
171 BigDecimal.mode(type, false)
176 assert_raise(ArgumentError) { BigDecimal.mode(BigDecimal::EXCEPTION_ALL, 1) }
177 assert_raise(ArgumentError) { BigDecimal.mode(BigDecima
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dsdb001.tcl47 set db [eval {berkdb_open -create -mode 0644} \
80 set ret [catch {eval {berkdb_open_noerr -create -mode 0644} $args \
95 set db [eval {berkdb_open -create -truncate -mode 0644} $args \
100 set ret [catch {eval {berkdb_open_noerr -create -mode 0644} $args \
118 set ret [catch {eval {berkdb_open -create -mode 0644} $args \
122 set db [eval {berkdb_open -create -mode 0644} $args \
137 set ret [catch {eval {berkdb_open -create -excl -mode 0644} $args \
140 set ret [catch {eval {berkdb_open_noerr -create -excl -mode 0644} \
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/t/
H A Dcbc.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dcfb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dctr.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Decb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dofb.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
H A Dpcbc.t7 require_ok( File::Spec->catfile( cwd(), qw( t lib mode.pl ) ) );
15 local $TODO = "PCBC is not a legal mode (yet)";
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/JavaMap/
H A DFileAppender.pm16 my $mode;
19 $mode = 'append';
21 $mode = 'write';
23 $mode = $data->{Append}
28 $mode = 'append';
48 mode => $mode,
73 mode "write|append"
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dchmodx_np.c37 static int chmodx_syscall(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl);
38 static int fchmodx_syscall(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl);
41 int (* chmod_syscall)(void *obj, uid_t fsowner, gid_t fsgrp, int mode,
67 chmodx_syscall(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl) argument
71 return(__chmod_extended(path, fsowner, fsgrp, mode, fsacl));
75 fchmodx_syscall(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl) argument
78 return(__fchmod_extended(fd, fsowner, fsgrp, mode, fsacl));
87 int (chmod_syscall)(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl),
86 chmodx1(void *obj, int (chmod_syscall)(void *obj, uid_t fsowner, gid_t fsgrp, int mode, kauth_filesec_t fsacl), filesec_t fsec) argument
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dsys_macosx.cpp135 * @param[in] mode Permissions to the file.
141 INTERNAL int SYS_OpenFile(const char *pcFile, int flags, int mode) argument
143 return open(pcFile, flags, mode);
174 INTERNAL int SYS_Chmod(const char *path, int mode) argument
176 return chmod(path, mode);
184 int SYS_Mkfifo(const char *path, int mode) argument
186 return mkfifo(path, mode);
189 int SYS_Mknod(const char *path, int mode, int dev) argument
191 return mknod(path, mode, dev);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dorder.c41 unsigned int mode; member in struct:dns_order_ent
85 unsigned int mode)
90 REQUIRE(mode == DNS_RDATASETATTR_RANDOMIZE ||
91 mode == DNS_RDATASETATTR_FIXEDORDER ||
92 mode == 0 /* DNS_RDATASETATTR_CYCLIC */ );
103 ent->mode = mode;
133 return (ent->mode);
83 dns_order_add(dns_order_t *order, dns_name_t *name, dns_rdatatype_t rdtype, dns_rdataclass_t rdclass, unsigned int mode) argument
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dspawnvp.c59 spawnvp_wrapper(int mode, char *path, char **argv) argument
104 status = spawnvp(mode, path, quoted_argv);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfread.c52 if(f->mode&SF_PEEK)
53 { if(!(f->mode&SF_READ) )
56 if(f->mode&SF_GETR)
60 f->mode &= ~SF_PEEK;
66 f->mode &= ~SF_PEEK;
67 if(f->mode&SF_PKRD)
69 f->mode &= ~SF_PKRD;
82 for(;; f->mode &= ~SF_LOCK)
83 { /* check stream mode */
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dchmod.c35 "according to mode, which can be either a symbolic representation "
38 "[+?Symbolic mode strings consist of one or more comma separated list "
39 "of operations that can be perfomed on the mode. Each operation is of "
73 "[+?A numeric mode is from one to four octal digits (0-7), "
84 "[+?For symbolic links, by default, \bchmod\b changes the mode on the file "
86 "The \b-h\b options can be specified to change the mode of the link. "
95 "\b%s: mode changed to %0.4o (%s)\b, with arguments of the "
96 "pathname, the numeric mode, and the resulting permission bits as "
100 "symbolic mode specification, \bchmod\b treats this as a mode "
162 register int mode; local
[all...]

Completed in 243 milliseconds

<<11121314151617181920>>