Searched refs:mode (Results 251 - 275 of 3483) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dvmstate.c89 if (state->vs.mode & VM_TRUST)
91 if (state->vs.mode & VM_TRACE)
93 if (state->vs.mode & VM_DBCHECK)
95 if (state->vs.mode & VM_DBABORT)
112 if (state->vs.mode & VM_MTBEST)
114 else if (state->vs.mode & VM_MTPOOL)
116 else if (state->vs.mode & VM_MTLAST)
118 else if (state->vs.mode & VM_MTDEBUG)
120 else if (state->vs.mode & VM_MTPROFILE)
/macosx-10.9.5/postfix-252/postfix/src/postconf/
H A Dpostconf_edit.c9 /* void edit_parameters(mode, argc, argv)
10 /* int mode;
63 void edit_parameters(int mode, int argc, char **argv) argument
96 if (mode & EDIT_MAIN) {
99 } else if (mode & COMMENT_OUT) {
108 msg_panic("edit_parameters: unknown mode %d", mode);
153 else if (mode & COMMENT_OUT)
163 if (mode & EDIT_MAIN)
165 else if (mode
[all...]
/macosx-10.9.5/ntp-88/include/
H A Dtimepps-SCO.h93 * Device/implementation parameters (mode)
108 * Kernel actions (mode)
126 #define PPS_KC_HARDPPS_PLL 1 /* phase-lock mode */
127 #define PPS_KC_HARDPPS_FLL 2 /* frequency-lock mode */
155 int current_mode; /* current mode bits */
170 int mode; /* mode bits */ member in struct:pps_params
237 (*handle)->params.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC;
272 int mode, mode_in; local
301 mode_in = params->mode;
[all...]
H A Dtimepps-SunOS.h93 * Device/implementation parameters (mode)
108 * Kernel actions (mode)
126 #define PPS_KC_HARDPPS_PLL 1 /* phase-lock mode */
127 #define PPS_KC_HARDPPS_FLL 2 /* frequency-lock mode */
155 int current_mode; /* current mode bits */
170 int mode; /* mode bits */ member in struct:pps_params
238 (*handle)->params.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC;
273 int mode, mode_in; local
302 mode_in = params->mode;
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_monitor.c21 * Record statistics based on source address, mode and version. The
42 * 8K bytes in a mode 7 response packet, and that each structure will
121 int mode
126 mon_enabled |= mode;
129 if (mode == MON_OFF)
142 mon_enabled = mode;
151 int mode
159 if ((mon_enabled & mode) == 0 || mode == MON_OFF)
162 mon_enabled &= ~mode;
217 register int mode; local
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dsyscall.c2 * Syscall wrappers to ensure that nothing gets done in dry_run mode
99 int do_mknod(char *pathname, mode_t mode, dev_t dev) argument
104 if (S_ISFIFO(mode))
105 return mkfifo(pathname, mode);
108 if (S_ISSOCK(mode)) {
126 return do_chmod(pathname, mode);
133 return mknod(pathname, mode, dev);
146 int do_open(const char *pathname, int flags, mode_t mode) argument
153 return open(pathname, flags | O_BINARY, mode);
157 int do_chmod(const char *path, mode_t mode) argument
217 do_mkdir(char *fname, mode_t mode) argument
[all...]
H A Drsync.h278 #include <sys/mode.h>
536 mode_t mode; member in struct:file_struct
766 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK))
770 #define S_ISBLK(mode) (((mode) & (_S_IFMT)) == (_S_IFBLK))
774 #define S_ISCHR(mode) (((mode) & (_S_IFMT)) == (_S_IFCHR))
779 #define S_ISSOCK(mode) (((mode)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXfcntl.c75 int mode,
154 * o mode - Channel access mode.
161 GetFcntlAttr (interp, channel, mode, attrib)
164 int mode;
171 value = (mode & TCL_READABLE) && !(mode & TCL_WRITABLE);
174 value = (mode & TCL_WRITABLE) && !(mode & TCL_READABLE);
177 value = (mode
289 int mode; local
[all...]
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/
H A DVCS_INFO_quilt6 local d mode="$1" param="$2"
9 case ${mode} in
88 local mode="$1"
95 context=":vcs_info:${vcs}.quilt-${mode}:${usercontext}:${rrn}"
98 case ${mode} in
105 printf 'Invalid mode: `%s'\''\n' "$1"
178 case ${mode} in
190 VCS_INFO_hook 'post-quilt' ${mode} ${patches} ${pc:-\\-nopc-}
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunorm.cpp18 * mode NFC.
49 UNormalizationMode mode,
51 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
57 UNormalizationMode mode, int32_t options,
59 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
72 UNormalizationMode mode,
74 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
80 UNormalizationMode mode, int32_t options,
82 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
98 UNormalizationMode mode, int32_
47 unorm_quickCheck(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
71 unorm_isNormalized(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_twait.c130 * The file-descriptors are specified by the mode:
136 * Experimental: if NCURSES_WGETCH_EVENTS is defined, (mode & 4) determines
140 * We return a mask that corresponds to the mode (e.g., 2 for mouse activity).
147 int mode,
173 TR(TRACE_IEVENT, ("start twait: %d milliseconds, mode: %d",
174 milliseconds, mode));
177 if (mode & 4) {
196 if ((mode & 4) && evl)
204 if ((mode & 4) && evl)
208 if (mode
146 _nc_timed_wait(SCREEN *sp, int mode, int milliseconds, int *timeleft EVENTLIST_2nd(_nc_eventlist * evl)) argument
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinChan.c24 #define FILE_APPEND (1<<2) /* File is in append mode. */
77 int mode));
94 long offset, int mode, int *errorCode));
96 Tcl_WideInt offset, int mode, int *errorCode));
121 FileBlockProc, /* Set blocking or non-blocking mode.*/
356 * Set blocking or non-blocking mode on channel.
362 * Sets the device into blocking or non-blocking mode.
368 FileBlockProc(instanceData, mode)
370 int mode; /* TCL_MODE_BLOCKING or
382 if (mode
1161 int mode; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dsdb008.tcl48 set db [eval {berkdb_open -create -mode 0644} \
57 set db [eval {berkdb_open -create -mode 0644} \
64 set db [eval {berkdb_open -create -mode 0644} \
75 set db [eval {berkdb_open -create -mode 0644} \
81 set db [eval {berkdb_open -create -mode 0644} \
88 set db [eval {berkdb_open -create -mode 0644} \
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/ubrkperf/
H A Dubrkperf.h23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
30 switch(mode[0]) {
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
60 ICUBreakFunction(locale, mode, file, file_len)
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
87 ICUBreakFunction(locale, mode, file, file_len)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dcertificate.h111 int BDecComponentAlgorithmIdentifier PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentAlgorithmIdentifier **v, AsnLen *bytesDecoded, int mode));
114 int GDecComponentAlgorithmIdentifier PROTO (( void* mem_op, GenBuf * b, ComponentAlgorithmIdentifier **v, AsnLen *bytesDecoded, int mode));
142 int BDecComponentTime PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentTime **v, AsnLen *bytesDecoded, int mode));
145 int GDecComponentTime PROTO (( void* mem_op, GenBuf * b, ComponentTime **v, AsnLen *bytesDecoded, int mode));
166 int BDecComponentExtension PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentExtension **v, AsnLen *bytesDecoded, int mode));
169 int GDecComponentExtension PROTO (( void* mem_op, GenBuf * b, ComponentExtension **v, AsnLen *bytesDecoded, int mode));
189 int BDecComponentAttributeTypeAndValue PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentAttributeTypeAndValue **v, AsnLen *bytesDecoded, int mode));
192 int GDecComponentAttributeTypeAndValue PROTO (( void* mem_op, GenBuf * b, ComponentAttributeTypeAndValue **v, AsnLen *bytesDecoded, int mode));
212 int BDecComponentValidity PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentValidity **v, AsnLen *bytesDecoded, int mode));
215 int GDecComponentValidity PROTO (( void* mem_op, GenBuf * b, ComponentValidity **v, AsnLen *bytesDecoded, int mode));
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBDatabase.idl43 [CallWith=ScriptExecutionContext, RaisesException] IDBTransaction transaction(DOMStringList storeNames, [Default=NullString] optional DOMString mode);
44 [CallWith=ScriptExecutionContext, RaisesException] IDBTransaction transaction(sequence<DOMString> storeNames, [Default=NullString] optional DOMString mode);
45 [CallWith=ScriptExecutionContext, RaisesException] IDBTransaction transaction(DOMString storeName, [Default=NullString] optional DOMString mode);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFontElement.cpp81 } mode;
85 mode = RelativePlus;
89 mode = RelativeMinus;
93 mode = Absolute;
119 if (mode == RelativePlus)
121 else if (mode == RelativeMinus)
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dshopt.c269 toggle_shopts (mode, list, quiet)
270 int mode;
287 *shopt_vars[ind].value = mode; /* 1 for set, 0 for unset */
289 (*shopt_vars[ind].set_func) (mode);
347 list_some_shopts (mode, flags)
348 int mode, flags;
355 if (((flags & QFLAG) == 0) && mode == val)
399 list_some_o_options (mode, flags)
400 int mode, flags;
403 list_minus_o_opts (mode, (flag
[all...]
/macosx-10.9.5/bzip2-29/bzip2/
H A Ddlltest.c117 char mode[10]; local
155 mode[0]='w';
156 mode[1] = '0' + level;
157 mode[2] = '\0';
159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL)
160 || (fn_w !=NULL && (BZ2fp_w = BZ2_bzopen(fn_w,mode))==NULL)){
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfsk.c41 reg int local, mode; local
48 { if((mode = f->mode&SF_RDWR) != (int)f->mode && _sfmode(f,mode,0) < 0)
53 if(f->mode == SF_READ && (f->bits&SF_MMAP) && f->data)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dfilepointer.m13 -(FILE*)openFile:(char*)path withMode:(char*)mode;
18 -(FILE*)openFile:(char*)path withMode:(char*)mode
20 return fopen(path, mode);
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_package_tar_header.rb11 :mode => 0644,
44 assert_equal 0644, @tar_header.mode, 'mode'
59 Gem::Package::TarHeader.new :name => '', :size => '', :mode => ''
67 Gem::Package::TarHeader.new :name => '', :prefix => '', :mode => ''
71 Gem::Package::TarHeader.new :prefix => '', :size => '', :mode => ''
79 :mode => 0, :size => 0,
/macosx-10.9.5/zlib-53/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.9.5/cups-372.4/cups/cups/
H A Dfile.c40 static int cups_open(const char *filename, int mode);
324 char mode; /* Open mode */ local
342 if (fp->mode == 'w')
350 if (fp->mode == 'r')
419 mode = fp->mode;
431 if (mode == 's')
599 if (!fp || fp->mode != 'w')
642 if (!fp || (fp->mode !
1039 cupsFileOpen(const char *filename, const char *mode) argument
1161 cupsFileOpenFd(int fd, const char *mode) argument
2472 cups_open(const char *filename, int mode) argument
[all...]
/macosx-10.9.5/tcl-102/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...]

Completed in 847 milliseconds

<<11121314151617181920>>