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

<<11121314151617181920>>

/macosx-10.10.1/dtrace-147/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)
1418 * Even in 64 bit mode, usually only 4 byte immediate operands are supported.
1432 #define REG_ONLY 3 /* mode to indicate a register operand (not memory) */
1495 * mode, registe
1498 dtrace_get_modrm(dis86_t *x, uint_t *mode, uint_t *reg, uint_t *r_m) argument
1513 dtrace_rex_adjust(uint_t rex_prefix, uint_t mode, uint_t *reg, uint_t *r_m) argument
1634 dtrace_get_operand(dis86_t *x, uint_t mode, uint_t r_m, int wbit, int opindex) argument
1914 uint_t mode = 0; /* mode value from ModRM byte */ local
3499 dtrace_disx86_str(dis86_t *dis, uint_t mode, uint64_t pc, char *buf, size_t buflen) argument
[all...]
/macosx-10.10.1/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.10.1/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.10.1/OpenLDAP-499.27/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/SecurityTests/clxutils/p12Parse/
H A Dpkcs12Utils.h33 CSSM_ENCRYPT_MODE &mode, // CSSM_ALGMODE_CBCPadIV8, etc.
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFilePrintStream.h45 WTF_EXPORT_PRIVATE static std::unique_ptr<FilePrintStream> open(const char* filename, const char* mode);
/macosx-10.10.1/apr-32/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...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dorder.h49 unsigned int mode);
56 *\li 'mode' to be one of #DNS_RDATASERATTR_RANDOMIZE,
74 * Returns the mode set by dns_order_add() or zero.
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-style-shell.awk101 warn("Missing mode lines");
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Drmt.h52 #define rmtopen(dev_name, oflag, mode, command) \
54 : open (dev_name, oflag, mode))
62 #define rmtcreat(dev_name, mode, command) \
65 : creat (dev_name, mode))
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dcharinfo.h40 char_mode mode; member in class:charinfo
134 return mode == CHAR_NORMAL;
139 return mode == CHAR_FALLBACK;
144 return mode == CHAR_SPECIAL;
/macosx-10.10.1/keymgr-28/
H A Dkeymgr.h56 unsigned int mode);
76 /* Runtime mode bits. */
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dulimit.c71 register int mode=0, n; local
90 mode |= HARD;
93 mode |= SOFT;
125 if(mode==0)
126 mode = (HARD|SOFT);
159 if(mode&HARD)
161 if(mode&SOFT)
178 if(mode&HARD)
180 if(mode&SOFT)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfpoll.c52 #define RDREADY(f) (((f->mode&SF_READ) && f->next < f->endb) || \
53 ((f->mode&SF_WRITE) && f->proc && f->proc->ndata > 0) )
56 #define WRREADY(f) (!(f->mode&SF_WRITE) || f->next == f->data)
68 m = f->mode&SF_RDWR;
69 if((int)f->mode != m && _sfmode(f,m,0) < 0)
128 if((f->mode&SF_WRITE) && HASAUXFD(f))
155 { if((f->mode&SF_WRITE) && HASAUXFD(f))
184 { if((f->mode&SF_WRITE) && HASAUXFD(f))
217 { if((f->mode&SF_WRITE) && HASAUXFD(f) )
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dvswscanf.c41 f.mode = SF_READ;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtvtouch.c91 int mode; local
148 umask(mode = umask(0));
149 mode = (~mode) & (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
150 if ((fd = open(path, O_WRONLY|O_CREAT|O_TRUNC|O_cloexec, mode)) < 0)
272 umask(mode = umask(0));
273 mode = (~mode) & (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
274 if ((fd = open(path, O_WRONLY|O_CREAT|O_TRUNC|O_cloexec, mode)) < 0)
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dwclib.c57 Wc_t* wc_init(int mode) argument
68 else if (!(mode & WC_NOUTF8) && (lcinfo(LC_CTYPE)->lc->flags & LC_utf8))
73 w = mode & WC_WORDS;
77 if ((mode & (WC_MBYTE|WC_WORDS)) && wp->mb > 0)
98 wp->mode = mode;
185 if (wp->mb < 0 && (wp->mode & (WC_MBYTE|WC_WORDS)))
230 if (x == -1 && eline != nlines && !(wp->mode & WC_QUIET))
252 if (!(wp->mode & WC_MBYTE))
255 else if (!wp->mb && !(wp->mode
[all...]
/macosx-10.10.1/libarchive-30/libarchive/contrib/
H A Duntar.c67 create_dir(char *pathname, int mode) argument
77 r = mkdir(pathname, mode);
86 r = mkdir(pathname, mode);
95 create_file(char *pathname, int mode) argument
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dpktdrvr.h123 extern BOOL PktInitDriver (PKT_RX_MODE mode);
128 extern const char *PktRXmodeStr (PKT_RX_MODE mode);
136 extern BOOL PktSetReceiverMode(PKT_RX_MODE mode);
137 extern BOOL PktGetReceiverMode(PKT_RX_MODE *mode);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dlib_vidattr.c45 * emit exit-attribute-mode
49 * if exit-attribute-mode exists
54 * turn on each mode which should be on and isn't, one by one
70 #define doPut(mode) TPUTS_TRACE(#mode); tputs(mode, 1, outc)
72 #define TurnOn(mask,mode) \
73 if ((turn_on & mask) && mode) { doPut(mode); }
75 #define TurnOff(mask,mode) \
[all...]

Completed in 334 milliseconds

<<11121314151617181920>>