Searched refs:mode (Results 451 - 475 of 3483) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfseek.c44 f->endb = (f->mode&SF_WRITE) ? f->data+f->size : f->data;
61 int mode, local, hardseek, mustsync; local
70 if(hardseek && f->mode == (SF_READ|SF_SYNCED) )
72 f->mode = SF_READ;
75 /* set and initialize the stream to a definite mode */
76 if((int)SFMODE(f,local) != (mode = f->mode&SF_RDWR))
81 mode = _sfmode(f,mode,local);
85 if(mode <
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmclear.c49 if(!(vd->mode&VM_TRUST) )
60 if(vd->mode&(VM_MTBEST|VM_MTDEBUG|VM_MTPROFILE) )
76 if((vd->mode&(VM_MTLAST|VM_MTPOOL)) )
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Dfilter_fork_windows.c40 DWORD mode; local
94 mode = PIPE_NOWAIT;
95 SetNamedPipeHandleState(childStdoutRd, &mode, NULL, NULL);
/macosx-10.9.5/rsync-42/rsync/
H A Dgenerator.c116 * Note that fname must point to a MAXPATHLEN buffer if the mode indicates it's
119 static int delete_item(char *fname, int mode, int flags) argument
127 if (!S_ISDIR(mode)) {
136 log_delete(fname, mode);
160 log_delete(fname, mode);
192 delete_item(fname, fp->mode, flags & ~DEL_TERSE);
205 log_delete(fname, mode);
282 delete_item(delbuf, fp->mode, DEL_FORCE_RECURSE);
326 && (st->st_mode & CHMOD_BITS) != (file->mode & CHMOD_BITS))
343 : S_ISDIR(file->mode)
1531 mode_t mode = file->mode | S_IWUSR; /* user write */ local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dentry.rb87 def validate(mode = nil)
88 if mode
89 configure 'validate', mode
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokencache.h104 void makedir(const char *path, int flags, mode_t mode, Owner owner);
105 void makedir(const string &path, int flags, mode_t mode, Owner owner) argument
106 { return makedir(path.c_str(), flags, mode, owner); }
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_json.tcl111 lassign $def _ is _ mode
115 mode [json::write string $mode]]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Ddis_tables.c92 uint_t it_always64:1; /* 64 bit when in 64 bit mode */
255 * "y" - means the operand size is always 64 bits in 64 bit mode
335 * this decodes the r_m field for mode's 0, 1, 2 in 16 bit mode
348 * This decodes 32 bit addressing mode r_m field for modes 0, 1, 2
361 * This decodes 64 bit addressing mode r_m field for modes 0, 1, 2
450 * "decode table" for 64 bit mode MOVSXD instruction (opcode 0x63)
1449 * Even in 64 bit mode, usually only 4 byte immediate operands are supported.
1463 #define REG_ONLY 3 /* mode to indicate a register operand (not memory) */
1526 * mode, registe
1529 dtrace_get_modrm(dis86_t *x, uint_t *mode, uint_t *reg, uint_t *r_m) argument
1544 dtrace_rex_adjust(uint_t rex_prefix, uint_t mode, uint_t *reg, uint_t *r_m) argument
1668 dtrace_get_operand(dis86_t *x, uint_t mode, uint_t r_m, int wbit, int opindex) argument
1950 uint_t mode = 0; /* mode value from ModRM byte */ local
[all...]
/macosx-10.9.5/dtrace-118.1/disassembler/
H A Ddis_tables.c81 uint_t it_always64:1; /* 64 bit when in 64 bit mode */
244 * "y" - means the operand size is always 64 bits in 64 bit mode
324 * this decodes the r_m field for mode's 0, 1, 2 in 16 bit mode
337 * This decodes 32 bit addressing mode r_m field for modes 0, 1, 2
350 * This decodes 64 bit addressing mode r_m field for modes 0, 1, 2
439 * "decode table" for 64 bit mode MOVSXD instruction (opcode 0x63)
1438 * Even in 64 bit mode, usually only 4 byte immediate operands are supported.
1452 #define REG_ONLY 3 /* mode to indicate a register operand (not memory) */
1515 * mode, registe
1518 dtrace_get_modrm(dis86_t *x, uint_t *mode, uint_t *reg, uint_t *r_m) argument
1533 dtrace_rex_adjust(uint_t rex_prefix, uint_t mode, uint_t *reg, uint_t *r_m) argument
1654 dtrace_get_operand(dis86_t *x, uint_t mode, uint_t r_m, int wbit, int opindex) argument
1934 uint_t mode = 0; /* mode value from ModRM byte */ local
3519 dtrace_disx86_str(dis86_t *dis, uint_t mode, uint64_t pc, char *buf, size_t buflen) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-api-fst.h49 #define MODE_ECB 1 /* Are we ciphering in ECB mode? */
50 #define MODE_CBC 2 /* Are we ciphering in CBC mode? */
51 #define MODE_CFB1 3 /* Are we ciphering in 1-bit CFB mode? */
87 u_int8_t mode; /* MODE_ECB, MODE_CBC, or MODE_CFB1 */ member in struct:__anon275
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdb017.tcl43 set env [berkdb_env_noerr -create -home $testdir -mode 0644]
52 set db [eval {berkdb_open_noerr -create -mode 0644}\
71 set odb [eval {berkdb_open_noerr -create -mode 0644}\
77 set ndb [eval {berkdb_open_noerr -mode 0644}\
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP/t/soap/
H A Dconvert.t22 my $out = $soap->convert(mode => 'lc', string => $string);
31 $out = $soap->convert(mode => 'uc', string => $string);
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP-0.73/t/soap/
H A Dconvert.t22 my $out = $soap->convert(mode => 'lc', string => $string);
31 $out = $soap->convert(mode => 'uc', string => $string);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/data/
H A Dslapd-glue-ldap.conf55 mode=self
69 mode=self
H A Dslapd-meta.conf59 mode=self
71 mode=self
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Crypto.h69 CSSM_ENCRYPT_MODE mode, // CSSM_ALGMODE_CBCPadIV8, etc.
90 CSSM_ENCRYPT_MODE mode, // CSSM_ALGMODE_CBCPadIV8, etc.
129 CSSM_ENCRYPT_MODE mode, // CSSM_ALGMODE_CBCPadIV8, etc.
158 CSSM_ENCRYPT_MODE mode, // CSSM_ALGMODE_CBCPadIV8, etc.
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dstreams.h113 FileSource(const char *path, int mode = O_RDONLY) : FileDesc(path, mode) { mState = producing; }
154 FileSink(const char *path, int mode = O_WRONLY | O_CREAT | O_TRUNC)
155 : FileDesc(path, mode) { }
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.h69 CSSM_ENCRYPT_MODE mode, // CSSM_ALGMODE_CBCPadIV8, etc.
90 CSSM_ENCRYPT_MODE mode, // CSSM_ALGMODE_CBCPadIV8, etc.
129 CSSM_ENCRYPT_MODE mode, // CSSM_ALGMODE_CBCPadIV8, etc.
158 CSSM_ENCRYPT_MODE mode, // CSSM_ALGMODE_CBCPadIV8, etc.
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dstreams.h113 FileSource(const char *path, int mode = O_RDONLY) : FileDesc(path, mode) { mState = producing; }
154 FileSink(const char *path, int mode = O_WRONLY | O_CREAT | O_TRUNC)
155 : FileDesc(path, mode) { }
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBTransactionCoordinator.cpp99 ASSERT(m_startedTransactions.isEmpty() || (*m_startedTransactions.begin())->mode() != IndexedDB::TransactionVersionChange);
125 switch (transaction->mode()) {
136 if ((*it)->mode() == IndexedDB::TransactionReadWrite && doScopesOverlap(transaction->scope(), (*it)->scope()))
141 if ((*it)->mode() == IndexedDB::TransactionReadWrite && doScopesOverlap(transaction->scope(), (*it)->scope()))
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEBlendElement.cpp37 DEFINE_ANIMATED_ENUMERATION(SVGFEBlendElement, SVGNames::modeAttr, Mode, mode, BlendModeType)
42 REGISTER_LOCAL_ANIMATED_PROPERTY(mode)
101 return blend->setBlendMode(mode());
137 RefPtr<FilterEffect> effect = FEBlend::create(filter, mode());
H A DSVGLengthContext.cpp91 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType fromUnit, ExceptionCode& ec) const argument
98 return convertValueFromPercentageToUserUnits(value, mode, ec);
110 return convertValueFromPercentageToUserUnits(value / 100, mode, ec);
131 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType toUnit, ExceptionCode& ec) const argument
140 return convertValueFromUserUnitsToPercentage(value * 100, mode, ec);
163 float SVGLengthContext::convertValueFromUserUnitsToPercentage(float value, SVGLengthMode mode, ExceptionCode& ec) const argument
172 switch (mode) {
185 float SVGLengthContext::convertValueFromPercentageToUserUnits(float value, SVGLengthMode mode, ExceptionCode& ec) const argument
194 switch (mode) {
H A DSVGTransformable.h43 static bool parseTransformAttribute(SVGTransformList&, const UChar*& ptr, const UChar* end, TransformParsingMode mode = ClearList);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/
H A Dapr_dbm.c193 apr_int32_t mode,
201 rv = (vtable->open)(pdb, pathname, mode, perm, pool);
207 apr_int32_t mode, apr_fileperms_t perm,
210 return apr_dbm_open_ex(pdb, DBM_NAME, pathname, mode, perm, pool);
294 /* Most DBM libraries take a POSIX mode for creating files. Don't trust
299 int mode = 0; local
301 mode |= 0700 & (perm >> 2); /* User is off-by-2 bits */
302 mode |= 0070 & (perm >> 1); /* Group is off-by-1 bit */
303 mode |= 0007 & (perm); /* World maps 1 for 1 */
304 return mode;
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/
H A Dapr_dbm.c193 apr_int32_t mode,
201 rv = (vtable->open)(pdb, pathname, mode, perm, pool);
207 apr_int32_t mode, apr_fileperms_t perm,
210 return apr_dbm_open_ex(pdb, DBM_NAME, pathname, mode, perm, pool);
294 /* Most DBM libraries take a POSIX mode for creating files. Don't trust
299 int mode = 0; local
301 mode |= 0700 & (perm >> 2); /* User is off-by-2 bits */
302 mode |= 0070 & (perm >> 1); /* Group is off-by-1 bit */
303 mode |= 0007 & (perm); /* World maps 1 for 1 */
304 return mode;
[all...]

Completed in 175 milliseconds

<<11121314151617181920>>