Searched refs:options (Results 276 - 300 of 3434) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dpkieeet.c.h126 ** options: a word of flags, see include files.
185 if (options & CVT_C_ERR_UNDERFLOW) {
210 if (options & CVT_C_BIG_ENDIAN) {
222 if (options & CVT_C_BIG_ENDIAN) {
244 if (options & CVT_C_TRUNCATE) {
251 } else if ((options & CVT_C_ROUND_TO_POS)
256 } else if ((options & CVT_C_ROUND_TO_NEG)
294 if (options & CVT_C_BIG_ENDIAN) {
305 if (options & CVT_C_BIG_ENDIAN) {
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dvcdiff58 options="$options $f"
99 $echo $DIFF $options $rev1 $workfile >&2
100 $DIFF $options $rev1 $workfile
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dgetopts.c55 register char *options=error_info.context->id; local
76 options = opt_info.arg;
90 error_info.id = options;
91 options = argv[0];
105 if(mode= (*options==':'))
106 options++;
107 extended = *options=='\n' && *(options+1)=='[' || *options=='[' && *(options
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSAttributedStringAdditions.h5 - (NSData *) HTMLWithOptions:(NSDictionary *) options usingEncoding:(NSStringEncoding) encoding allowLossyConversion:(BOOL) loss;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSAttributedStringAdditions.h5 - (NSData *) HTMLWithOptions:(NSDictionary *) options usingEncoding:(NSStringEncoding) encoding allowLossyConversion:(BOOL) loss;
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dcore_ext.rb9 # call-seq: to_yaml(options = {})
12 # available +options+.
13 def psych_to_yaml options = {}
14 Psych.dump self, options
/macosx-10.9.5/ruby-104/ruby/lib/test/unit/
H A Dtestcase.rb16 @options = runner.options
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_contents_command.rb21 @cmd.options[:args] = %w[foo]
35 @cmd.options[:all] = true
51 @cmd.options[:args] = %w[foo]
65 @cmd.options[:args] = %w[foo]
79 @cmd.options[:args] = %w[foo]
80 @cmd.options[:lib_only] = true
95 @cmd.options[:args] = %w[foo bar]
111 @cmd.options[:args] = %w[foo]
112 @cmd.options[:prefix] = false
137 @cmd.options[
[all...]
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dinsns2vm.rb10 opts = ARGV.options
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/generic/
H A Ditk_util.c39 Itk_OptListInit(olist, options)
41 Tcl_HashTable *options; /* table containing the real option entries */
43 olist->options = options;
77 * ordered list of options. The list is kept in alphabetical order,
109 swname = Tcl_GetHashKey(olist->options, entry) + 1;
113 optname = Tcl_GetHashKey(olist->options, olist->list[pos]) + 1;
153 * Removes a hash table entry from an ordered list of options.
171 swname = Tcl_GetHashKey(olist->options, entry) + 1;
175 optname = Tcl_GetHashKey(olist->options, olis
[all...]
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dgetopt_long.c87 #define PRINT_ERROR ((opterr) && (*options != ':'))
89 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */
90 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */
95 #define BADARG ((*options == ':') ? (int)':' : (int)'?')
118 static int nonopt_end = -1; /* first option after non options (for permute) */
195 * Parse long options in argc/argv argument vector.
199 parse_long_options(char * const *nargv, const char *options, argument
364 getopt_internal(int nargc, char * const *nargv, const char *options, argument
371 if (options == NULL)
375 * Disable GNU extensions if POSIXLY_CORRECT is set or options
586 getopt(int nargc, char * const *nargv, const char *options) argument
606 getopt_long(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
619 getopt_long_only(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dlp.c17 * main() - Parse options and send files for printing.
35 cups_option_t *options);
39 * 'main()' - Parse options and send files for printing.
57 int num_options; /* Number of options */
58 cups_option_t *options; /* Options */ local
59 int end_options; /* No more options? */
88 options = NULL;
153 if (cupsGetOption(dest->options[j].name, num_options,
154 options) == NULL)
155 num_options = cupsAddOption(dest->options[
722 set_job_attrs(const char *command, int job_id, int num_options, cups_option_t *options) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp84 int options = 0; // KMA_LOMEM; local
87 page_size, 0, options);
99 IOOptionBits options,
105 return (initWithPhysicalMask(inTask, options, capacity, alignment, physicalMask));
111 IOOptionBits options,
128 _options = options;
142 // Grab IOMD bits from the Buffer MD options
143 iomdOptions |= (options & kIOBufferDescriptorMemoryFlags);
145 if (!(kIOMemoryMapperNone & options))
161 if ((options
98 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment, task_t inTask) argument
109 initWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t alignment, mach_vm_address_t physicalMask) argument
375 inTaskWithOptions( task_t inTask, IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
390 inTaskWithPhysicalMask( task_t inTask, IOOptionBits options, mach_vm_size_t capacity, mach_vm_address_t physicalMask) argument
407 initWithOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
416 withOptions( IOOptionBits options, vm_size_t capacity, vm_offset_t alignment) argument
523 IOOptionBits options = _options; local
[all...]
/macosx-10.9.5/libxml2-26/libxml2/xstc/
H A Dxstc.py92 (options, args) = opa.parse_args()
94 if options.combines is not None:
95 options.combines = options.combines.split()
116 global options
117 if not options.silent:
156 global options
184 if not options.silent:
190 global vendorNIST, vendorSUN, vendorMS, vendorNIST_2, options, vendor
218 if (not options
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/xstc/
H A Dxstc.py92 (options, args) = opa.parse_args()
94 if options.combines is not None:
95 options.combines = options.combines.split()
116 global options
117 if not options.silent:
156 global options
184 if not options.silent:
190 global vendorNIST, vendorSUN, vendorMS, vendorNIST_2, options, vendor
218 if (not options
[all...]
/macosx-10.9.5/bootp-268.1/bootplib/
H A DDHCPv6Options.c26 * - definitions and API's to handle DHCPv6 options
256 /* convert requested options to network byte order */
274 DHCPv6OptionListParse(DHCPv6OptionListRef options, argument
281 ptrlist_init(&options->list);
313 ptrlist_add(&options->list, (void *)scan);
320 ptrlist_free(&options->list);
328 DHCPv6OptionList options; local
331 if (DHCPv6OptionListParse(&options, buf, buf_size, err_p) == FALSE) {
335 ptrlist_dup(&ret->list, &options.list);
336 ptrlist_free(&options
356 DHCPv6OptionListRef options = *options_p; local
368 DHCPv6OptionListPrintLevelToString(CFMutableStringRef str, DHCPv6OptionListRef options, int level) argument
512 DHCPv6OptionListPrintToString(CFMutableStringRef str, DHCPv6OptionListRef options) argument
520 DHCPv6OptionListFPrint(FILE * file, DHCPv6OptionListRef options) argument
532 DHCPv6OptionListGetCount(DHCPv6OptionListRef options) argument
538 DHCPv6OptionListGetOptionAtIndex(DHCPv6OptionListRef options, int i) argument
544 DHCPv6OptionListGetOptionDataAndLength(DHCPv6OptionListRef options, int option_code, int * ret_length, int * start_index) argument
595 DHCPv6OptionListRef options; local
641 DHCPv6OptionListRef options; local
800 DHCPv6OptionListRef options; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dopen-uri.rb80 # See OpenURI::OpenRead.open and Kernel#open for more on available options.
111 def OpenURI.check_options(options) # :nodoc:
112 options.each {|k, v|
133 options = rest.shift if !rest.empty? && Hash === rest.first
135 options ||= {}
136 OpenURI.check_options(options)
149 io = open_loop(uri, options)
166 def OpenURI.open_loop(uri, options) # :nodoc:
168 proxy_opts << :proxy_http_basic_authentication if options.include? :proxy_http_basic_authentication
169 proxy_opts << :proxy if options
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dushape.cpp378 invertBuffer(UChar *buffer, int32_t size, uint32_t /*options*/, int32_t lowlimit, int32_t highlimit) {
440 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) {
611 int32_t destSize,uint32_t options) {
619 if (((options&U_SHAPE_LETTERS_MASK) == U_SHAPE_LETTERS_SHAPE ||
620 ((options&U_SHAPE_LETTERS_MASK) == U_SHAPE_LETTERS_SHAPE_TASHKEEL_ISOLATED )) &&
621 ((options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_RESIZE )){
624 if((options&U_SHAPE_LETTERS_MASK) == U_SHAPE_LETTERS_SHAPE &&
625 ((options&U_SHAPE_TASHKEEL_MASK) == U_SHAPE_TASHKEEL_RESIZE ) ){
630 if((options&U_SHAPE_TEXT_DIRECTION_MASK)==U_SHAPE_TEXT_DIRECTION_VISUAL_LTR) {
636 }else if((options
610 calculateSize(const UChar *source, int32_t sourceLength, int32_t destSize,uint32_t options) argument
705 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) argument
1060 expandCompositChar(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) argument
1173 shapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) argument
1345 deShapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) argument
1398 u_shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/gencfu/
H A Dgencfu.cpp17 // Usage: gencfu [options] -r confusables-file.txt -w whole-script-confusables.txt -o output-file.cfu
19 // options: -v verbose
49 static UOption options[]={ variable
62 printf("Usage: %s [-v] [-options] -r confusablesRules.txt -w wholeScriptConfusables.txt -o output-file\n", progName);
64 "options:\n"
143 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
150 if(options[0].doesOccur || options[
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDQueueClass.h67 static IOReturn _setDepth(void *self, uint32_t depth, IOOptionBits options);
69 static IOReturn _addElement (void * self, IOHIDElementRef element, IOOptionBits options);
70 static IOReturn _removeElement (void * self, IOHIDElementRef element, IOOptionBits options);
71 static IOReturn _hasElement (void * self, IOHIDElementRef element, Boolean *pValue, IOOptionBits options);
72 static IOReturn _start (void * self, IOOptionBits options);
73 static IOReturn _stop (void * self, IOOptionBits options);
74 static IOReturn _copyNextEventValue (void * self, IOHIDValueRef * pEvent, uint32_t timeout, IOOptionBits options);
89 virtual IOReturn create (IOOptionBits options, uint32_t depth);
92 virtual IOReturn addElement (IOHIDElementRef element, IOOptionBits options = 0);
93 virtual IOReturn removeElement (IOHIDElementRef element, IOOptionBits options
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshconnect1.c61 extern Options options;
219 public = options.identity_keys[idx];
220 authfile = options.identity_files[idx];
265 if (private == NULL && !options.batch_mode && perm_ok) {
268 for (i = 0; i < options.number_of_password_prompts; i++) {
270 passphrase = keychain_read_passphrase(comment, options.ask_pass_gui);
293 if (!options.batch_mode && perm_ok)
405 for (i = 0; i < options.number_of_password_prompts; i++) {
428 if (options.cipher == SSH_CIPHER_NONE)
463 if (options
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_installer.rb59 def initialize(options = {})
60 @install_dir = options[:install_dir] || Gem.dir
62 if options[:install_dir] then
68 options = DEFAULT_OPTIONS.merge options
70 @bin_dir = options[:bin_dir]
71 @dev_shallow = options[:dev_shallow]
72 @development = options[:development]
73 @document = options[:document]
74 @domain = options[
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dmark.c21 * cupsMarkOptions() - Mark command-line options in a PPD file.
26 * ppdMarkDefaults() - Mark all default options in the PPD file.
31 * _ppdParseOptions() - Parse options from a PPD file.
62 * 'cupsMarkOptions()' - Mark command-line options in a PPD file.
67 * corresponding PPD options and choices.
73 int num_options, /* I - Number of options */
74 cups_option_t *options) /* I - Options */
96 if (!ppd || num_options <= 0 || !options)
106 media = cupsGetOption("media", num_options, options);
107 output_bin = cupsGetOption("output-bin", num_options, options);
71 cupsMarkOptions( ppd_file_t *ppd, int num_options, cups_option_t *options) argument
621 _ppdParseOptions( const char *s, int num_options, cups_option_t **options, _ppd_parse_t which) argument
749 cups_option_t *options, /* Options */ local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtk_smtpd12 # For this to work smtpd::configure command must be called with some options
35 variable options
36 if {![info exists options]} {
38 array set options [list \
120 variable options
122 -loglevel $options(loglevel) \
127 -certfile $options(certfile) \
128 -keyfile $options(keyfile) \
129 -usetls $options(usetls) \
133 -require $options(requir
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcrecpp_unittest.cc485 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) {
487 RE re(quoted, options);
494 RE_Options options = RE_Options()) {
496 RE re(quoted, options);
567 RE_Options options,
579 RE(regex,options).FullMatch(str, &captured);
581 RE(regex,options).PartialMatch(str, &captured);
589 RE_Options options,
601 CHECK(RE(regex,options).FullMatch(str));
603 CHECK(RE(regex,options)
563 GetOneOptionResult( const char *option_name, const char *regex, const char *str, RE_Options options, bool full, string expected) argument
585 TestOneOption( const char *option_name, const char *regex, const char *str, RE_Options options, bool full, bool assertive = true) argument
613 RE_Options options; local
628 RE_Options options; local
641 RE_Options options; local
654 RE_Options options; local
665 RE_Options options; local
676 RE_Options options; local
705 RE_Options options; local
724 RE_Options options; local
739 RE_Options options; local
783 RE_Options options; local
[all...]

Completed in 445 milliseconds

<<11121314151617181920>>