Searched refs:options (Results 76 - 100 of 3146) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcpdump-61/tcpdump/tests/
H A DTESTonce15 ($name,$input,$output,$options)=split(/\s+/,$_, 4);
26 $options=$ARGV[3];
28 print "Usage: TESTonce name [input output options]\n";
33 print " Input: $input, OUTPUT: $output, OPTIONS: $options\n" if $debug;
36 exec("../tcpdump 2>/dev/null -n -r $input $options | tee NEW/$output | diff -w - $output >DIFF/$output.diff");
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dxattr.h88 ssize_t getxattr(const char *path, const char *name, void *value, size_t size, u_int32_t position, int options);
90 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options);
92 int setxattr(const char *path, const char *name, const void *value, size_t size, u_int32_t position, int options);
94 int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options);
96 int removexattr(const char *path, const char *name, int options);
98 int fremovexattr(int fd, const char *name, int options);
100 ssize_t listxattr(const char *path, char *namebuff, size_t size, int options);
102 ssize_t flistxattr(int fd, char *namebuff, size_t size, int options);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Ddefs.h109 #define TD_OPTIONS 0x10 /* Report just telnet options */
125 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
126 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
127 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
128 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
135 #define set_my_state_do(opt) (options[opt] |= MY_STATE_DO)
136 #define set_my_state_will(opt) (options[opt] |= MY_STATE_WILL)
137 #define set_my_want_state_do(opt) (options[opt] |= MY_WANT_STATE_DO)
138 #define set_my_want_state_will(opt) (options[opt] |= MY_WANT_STATE_WILL)
140 #define set_my_state_dont(opt) (options[op
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dserver_command.rb27 'port to listen on' do |port, options|
28 options[:port] = port
33 'multiple directories may be provided' do |gemdir, options|
34 options[:gemdir] << File.expand_path(gemdir)
37 add_option '--[no-]daemon', 'run as a daemon' do |daemon, options|
38 options[:daemon] = daemon
42 'addresses to bind', Array do |address, options|
43 options[:addresses] ||= []
44 options[:addresses].push(*address)
50 "and 'open' on all other platforms" do |launch, options|
[all...]
H A Dwhich_command.rb8 add_option '-a', '--[no-]all', 'show all matching files' do |show_all, options|
9 options[:show_all] = show_all
13 'search gems before non-gems' do |gems_first, options|
14 options[:search_gems_first] = gems_first
29 options[:args].each do |arg|
36 if options[:search_gems_first] then
65 return result unless options[:show_all]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedHIDEventService.cpp63 void AppleEmbeddedHIDEventService::dispatchAccelerometerEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
65 IOHIDEvent * event = IOHIDEvent::accelerometerEvent(timestamp, x, y, z, type, subType, sequence, options);
77 void AppleEmbeddedHIDEventService::dispatchGyroEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
79 IOHIDEvent * event = IOHIDEvent::gyroEvent(timestamp, x, y, z, type, subType, sequence, options);
90 void AppleEmbeddedHIDEventService::dispatchCompassEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
92 IOHIDEvent * event = IOHIDEvent::compassEvent(timestamp, x, y, z, type, subType, sequence, options);
103 void AppleEmbeddedHIDEventService::dispatchProximityEvent(AbsoluteTime timestamp, IOHIDProximityDetectionMask mask, UInt32 level, IOOptionBits options) argument
105 IOHIDEvent * event = IOHIDEvent::proximityEvent(timestamp, mask, level, options);
116 void AppleEmbeddedHIDEventService::dispatchAmbientLightSensorEvent(AbsoluteTime timestamp, UInt32 level, UInt32 channel0, UInt32 channel1, UInt32 channel2, UInt32 channel3, IOOptionBits options) argument
118 IOHIDEvent * event = IOHIDEvent::ambientLightSensorEvent(timestamp, level, channel0, channel1, channel2, channel3, options);
129 dispatchTemperatureEvent(AbsoluteTime timestamp, IOFixed temperature, IOOptionBits options) argument
142 dispatchPowerEvent(AbsoluteTime timestamp, int64_t measurement, IOHIDPowerType powerType, IOHIDPowerSubType powerSubType, IOOptionBits options) argument
155 dispatchVendorDefinedEvent(AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 version, UInt8 * data, UInt32 length, IOOptionBits options) argument
168 dispatchBiometricEvent(AbsoluteTime timeStamp, IOFixed level, IOHIDBiometricEventType eventType, IOOptionBits options) argument
181 dispatchAtmosphericPressureEvent(AbsoluteTime timeStamp, IOFixed level, UInt32 sequence, IOOptionBits options) argument
[all...]
H A DAppleEmbeddedHIDEventService.h39 virtual void dispatchAccelerometerEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type = 0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
41 virtual void dispatchGyroEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type = 0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
43 virtual void dispatchCompassEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type=0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
45 virtual void dispatchProximityEvent(AbsoluteTime timestamp, IOHIDProximityDetectionMask mask, UInt32 level = 0, IOOptionBits options=0);
47 virtual void dispatchAmbientLightSensorEvent(AbsoluteTime timestamp, UInt32 level, UInt32 channel0 = 0, UInt32 channel1 = 0, UInt32 channel2 = 0, UInt32 channel3 = 0, IOOptionBits options=0);
49 virtual void dispatchTemperatureEvent(AbsoluteTime timestamp, IOFixed temperature, IOOptionBits options=0);
51 virtual void dispatchPowerEvent(AbsoluteTime timestamp, int64_t measurement, IOHIDPowerType powerType, IOHIDPowerSubType powerSubType = 0, IOOptionBits options=0);
53 virtual void dispatchVendorDefinedEvent(AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 version, UInt8 * data, UInt32 length, IOOptionBits options = 0);
55 virtual void dispatchBiometricEvent(AbsoluteTime timeStamp, IOFixed level, IOHIDBiometricEventType eventType, IOOptionBits options = 0);
57 virtual void dispatchAtmosphericPressureEvent(AbsoluteTime timeStamp, IOFixed level, UInt32 sequence=0, IOOptionBits options
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dwaitpid.c53 __waitpid(pid_t pid, int *istat, int options) argument
56 /* POSIX: Validate waitpid() options before calling wait4() */
57 if ((options & (WCONTINUED | WNOHANG | WUNTRACED)) != options) {
64 return (__wait4(pid, istat, options, (struct rusage *)0));
66 return (__wait4_nocancel(pid, istat, options, (struct rusage *)0));
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dcvt_pvt.h194 #define IEEE_S_INVALID ((options & CVT_C_BIG_ENDIAN) ? \
196 #define IEEE_S_POS_ZERO ((options & CVT_C_BIG_ENDIAN) ? \
198 #define IEEE_S_NEG_ZERO ((options & CVT_C_BIG_ENDIAN) ? \
200 #define IEEE_S_POS_HUGE ((options & CVT_C_BIG_ENDIAN) ? \
202 #define IEEE_S_NEG_HUGE ((options & CVT_C_BIG_ENDIAN) ? \
204 #define IEEE_S_POS_INFINITY ((options & CVT_C_BIG_ENDIAN) ? \
206 #define IEEE_S_NEG_INFINITY ((options & CVT_C_BIG_ENDIAN) ? \
211 #define IEEE_T_INVALID ((options & CVT_C_BIG_ENDIAN) ? \
213 #define IEEE_T_POS_ZERO ((options & CVT_C_BIG_ENDIAN) ? \
215 #define IEEE_T_NEG_ZERO ((options
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dexclude.c43 /* Non-GNU systems lack these options, so we don't need to check them. */
59 /* An exclude pattern-options pair. The options are fnmatch options
60 ORed with EXCLUDE_* options. */
65 int options; member in struct:patopts
68 /* An exclude list, of pattern-options pairs. */
98 fnmatch_no_wildcards (char const *pattern, char const *f, int options) argument
100 if (! (options & FNM_LEADING_DIR))
101 return ((options
143 exclude_fnmatch(char const *pattern, char const *f, int options) argument
183 int options = exclude[i].options; local
195 add_exclude(struct exclude *ex, char const *pattern, int options) argument
214 add_exclude_file(void (*add_func) (struct exclude *, char const *, int), struct exclude *ex, char const *file_name, int options, char line_end) argument
[all...]
H A Dprepargs.c44 /* Find the white-space-separated options specified by OPTIONS, and
45 using BUF to store copies of these options, set ARGV[0], ARGV[1],
46 etc. to the option copies. Return the number N of options found.
50 prepend_args (char const *options, char *buf, char **argv) argument
52 char const *o = options;
75 /* Prepend the whitespace-separated options in OPTIONS to the argument
79 prepend_default_options (char const *options, int *pargc, char ***pargv) argument
81 if (options)
83 char *buf = xmalloc (strlen (options) + 1);
84 int prepended = prepend_args (options, bu
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A Dconvert.c41 DeleteOptions _ANSI_ARGS_ ((Trf_Options options,
44 CheckOptions _ANSI_ARGS_ ((Trf_Options options,
49 SetOption _ANSI_ARGS_ ((Trf_Options options,
55 QueryOptions _ANSI_ARGS_ ((Trf_Options options,
60 Trf_Options options,
157 DeleteOptions (options, clientData)
158 Trf_Options options;
161 Trf_ConverterOptionBlock* o = (Trf_ConverterOptionBlock*) options;
186 CheckOptions (options, interp, baseOptions, clientData)
187 Trf_Options options;
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Dtestconflicts.c44 int num_options; /* Number of options */
45 cups_option_t *options; /* Options */ local
76 options = NULL;
78 if (!cupsResolveConflicts(ppd, option, choice, &num_options, &options))
82 fputs("Resolved conflicts with the following options:\n ", stdout);
84 if (!option || _cups_strcasecmp(option, options[i].name))
85 printf(" %s=%s", options[i].name, options[i].value);
88 cupsFreeOptions(num_options, options);
119 num_options = cupsParseOptions(ptr, 0, &options);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.cpp74 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ argument
79 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
83 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status);
91 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ argument
97 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
101 reqLen= unorm_normalize(src,srcLen,mode, options,dest,reqLen+1,&status);
113 UOPTION_DEF("options", 'o', UOPT_OPTIONAL_ARG)
117 : UPerfTest(argc,argv,status), options(0) {
137 options=(int32_t)strtol(cmdLineOptions[0].value, NULL, 16);
150 normalizeInput(&NFDFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFD, options);
[all...]
/macosx-10.10.1/NFS-82/mount_nfs/
H A Dmount_nfs.c123 /* mount options */
174 /* standard and value-setting options */
212 /* on/off switching options */
260 /* mount options */
281 } options; variable in typeref:struct:__anon2949
286 NFS_BITMAP_SET(options.mflags_mask, F); \
288 NFS_BITMAP_SET(options.mflags, F); \
290 NFS_BITMAP_CLR(options.mflags, F); \
344 /* initialize and process options */
345 bzero(&options, sizeo
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_yank_command.rb20 assert_equal %w[a], @cmd.options[:args]
21 assert_equal 'KEY', @cmd.options[:key]
22 assert_nil @cmd.options[:platform]
23 assert_equal req('= 1.0'), @cmd.options[:version]
38 @cmd.options[:args] = %w[a]
39 @cmd.options[:added_platform] = true
40 @cmd.options[:version] = req('= 1.0')
62 @cmd.options[:args] = %w[a]
63 @cmd.options[:version] = req('= 1.0')
64 @cmd.options[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DSystemUI.c65 SystemUIOptions options = 0L; local
76 * Get current mode & options.
79 GetSystemUIMode( &mode, &options );
104 if (options & kUIOptionAutoShowMenuBar) {
107 if (options & kUIOptionDisableAppleMenu) {
110 if (options & kUIOptionDisableProcessSwitch) {
113 if (options & kUIOptionDisableForceQuit) {
116 if (options & kUIOptionDisableSessionTerminate) {
124 * Set current mode & options.
152 * Process the configuration options i
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/icupkg/
H A Dicupkg.cpp18 * extract data pieces according to command-line options.
68 "Read the input ICU .dat package file, modify it according to the options,\n"
87 "Allowed options include -t, -w, -s and -d.\n"
89 "Other options are not allowed in this mode.\n");
141 "\t At most one of the auto_toc_prefix options\n"
186 static UOption options[]={ variable
269 argc=u_parseArgs(argc, argv, LENGTHOF(options), options);
270 isHelp=options[OPT_HELP_H].doesOccur || options[OPT_HELP_QUESTION_MAR
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Drdoc.rb16 # options = rdoc.load_options # returns an RDoc::Options instance
17 # # set extra options
18 # rdoc.document options
53 # RDoc options
55 attr_accessor :options
99 @options = nil
131 @html = RDoc::Markup::ToHtml.new @options
133 parser = RDoc::Text::MARKUP_FORMAT[@options.markup]
154 # Loads options from .rdoc_options if the file exists, otherwise creates a
170 options
[all...]
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp138 const Options& options, Results& results);
148 const Options& options, Results& results) {
152 if ( strcmp(options.dependentsOfPath, dylibInfo->path) != 0 )
170 if ( options.printDylibVersions ) {
202 const Options& options, Results& results)
207 if ( options.printVMAddrs )
209 if ( options.printInodes )
211 if ( options.printUUIDs ) {
232 const Options& options, Results& results)
272 const Options& options, Result
147 print_dependencies(const dyld_shared_cache_dylib_info* dylibInfo, const dyld_shared_cache_segment_info* segInfo, const Options& options, Results& results) argument
201 print_list(const dyld_shared_cache_dylib_info* dylibInfo, const dyld_shared_cache_segment_info* segInfo, const Options& options, Results& results) argument
231 collect_size(const dyld_shared_cache_dylib_info* dylibInfo, const dyld_shared_cache_segment_info* segInfo, const Options& options, Results& results) argument
271 process_linkedit(const dyld_shared_cache_dylib_info* dylibInfo, const dyld_shared_cache_segment_info* segInfo, const Options& options, Results& results) argument
326 print_map(const dyld_shared_cache_dylib_info* dylibInfo, const dyld_shared_cache_segment_info* segInfo, const Options& options, Results& results) argument
344 Options options; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dverify_init.c37 krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *options) argument
39 memset (options, 0, sizeof(*options));
43 krb5_verify_init_creds_opt_set_ap_req_nofail(krb5_verify_init_creds_opt *options, argument
46 options->flags |= KRB5_VERIFY_INIT_CREDS_OPT_AP_REQ_NOFAIL;
47 options->ap_req_nofail = ap_req_nofail;
51 krb5_verify_init_creds_opt_set_service(krb5_verify_init_creds_opt *options, argument
54 options->service = service;
63 krb5_verify_init_creds_opt *options)
65 if ((options
62 fail_verify_is_ok(krb5_context context, krb5_verify_init_creds_opt *options) argument
78 krb5_verify_init_creds(krb5_context context, krb5_creds *creds, krb5_principal ap_req_server, krb5_keytab ap_req_keytab, krb5_ccache *ccache, krb5_verify_init_creds_opt *options) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationsettings.h27 * Collation settings/options/attributes.
56 /** maxVariable options bit mask before shifting. */
87 * It is the top used bit field in the options. (No need to mask after shifting.)
90 /** Strength options bit mask before shifting. */
102 : options((UCOL_DEFAULT_STRENGTH << STRENGTH_SHIFT) |
126 static int32_t getStrength(int32_t options) { argument
127 return options >> STRENGTH_SHIFT;
131 return getStrength(options);
134 /** Sets the options bit for an on/off attribute. */
139 return ((options
166 isTertiaryWithCaseBits(int32_t options) argument
169 getTertiaryMask(int32_t options) argument
175 sortsTertiaryUpperCaseFirst(int32_t options) argument
194 int32_t options; member in struct:CollationSettings
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dexclude.c76 /* An exclude pattern-options pair. The options are fnmatch options
77 ORed with EXCLUDE_* options. */
82 int options; member in struct:patopts
85 /* An exclude list, of pattern-options pairs. */
120 fnmatch_no_wildcards (char const *pattern, char const *f, int options) argument
122 if (! (options & FNM_LEADING_DIR))
123 return ((options & FNM_CASEFOLD)
129 int r = ((options
165 int options = exclude[i].options; local
191 add_exclude(struct exclude *ex, char const *pattern, int options) argument
215 add_exclude_file(void (*add_func) PARAMS ((struct exclude *, char const *, int)), struct exclude *ex, char const *filename, int options, char line_end) argument
[all...]
H A Dprepargs.c42 /* Find the white-space-separated options specified by OPTIONS, and
43 using BUF to store copies of these options, set ARGV[0], ARGV[1],
44 etc. to the option copies. Return the number N of options found.
48 prepend_args (char const *options, char *buf, char **argv) argument
50 char const *o = options;
73 /* Prepend the whitespace-separated options in OPTIONS to the argument
77 prepend_default_options (char const *options, int *pargc, char ***pargv) argument
79 if (options)
81 char *buf = xmalloc (strlen (options) + 1);
82 int prepended = prepend_args (options, bu
[all...]
/macosx-10.10.1/IOGraphics-485/tools/
H A Dprobe.c22 IOOptionBits options; local
33 options = kIOFBUserRequestProbe;
35 options = strtol( argv[1], 0, 0 );
39 switch (options)
42 options = kIOFBSetTransform | (kIOScaleRotate90 << 16);
45 options = kIOFBSetTransform | (kIOScaleRotate180 << 16);
48 options = kIOFBSetTransform | (kIOScaleRotate270 << 16);
52 options = kIOFBSetTransform | (kIOScaleRotate0 << 16);
114 err = IOServiceRequestProbe(service, options );

Completed in 307 milliseconds

1234567891011>>