Searched refs:usage (Results 251 - 275 of 1980) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/kext_tools-326.95.1/
H A Dbrtest.c27 void usage(int exval) __attribute__((noreturn));
28 void usage(int exval) function
163 if (dmgpath[0] != '/') usage(EX_USAGE);
191 usage(EX_USAGE);
197 if (*(tdir + 1) == '\0') usage(EX_USAGE);
238 usage(EX_USAGE);
294 usage(EX_USAGE);
332 usage(EX_OK);
334 usage(EX_USAGE);
352 usage(EX_USAG
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_open.c6 static int usage(void);
57 return (usage());
62 return (usage());
67 return (usage());
136 usage() function
138 (void)fprintf(stderr, "usage: b_open [-df] [-c count] [-t type]\n");
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dmain.c63 usage(int exit_code) function
193 usage(0);
268 usage(1);
310 usage(1);
336 usage(1);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h114 @abstract The HIDUsageAndPage data structure is used by HID clients when obtaining status of buttons to hold the usage page and usage of a button that is down.
115 @discussion Clients use the HIDUSageAndPage structure with the HIDGetButtonsEx function to obtain both the usage page and usage identifiers of each button that is down.
116 @field usage Specifies the usage identifier within the usage page specified by usagePage of a button that is down.
117 @field usagePage Specifies the usage page identifier of a button that is down.
121 HIDUsage usage; member in struct:HIDUsageAndPage
130 @field usage Specifie
145 HIDUsage usage; member in struct:HIDCaps
161 HIDUsage usage; member in struct:HIDCapabilities
215 HIDUsage usage; member in struct:HIDButtonCaps::__anon2281::__anon2283
258 HIDUsage usage; member in struct:HIDButtonCapabilities::__anon2284::__anon2286
305 HIDUsage usage; member in struct:HIDValueCaps::__anon2287::__anon2289
357 HIDUsage usage; member in struct:HIDValueCapabilities::__anon2290::__anon2292
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcert.h28 char *nickname, SECCertUsage usage, Boolean validOnly, void *proto_win);
31 char *nickname,SECCertUsage usage,Boolean validOnly,void *proto_win);
57 CFArrayRef CERT_CertChainFromCert(SecCertificateRef cert, SECCertUsage usage,Boolean includeRoot);
66 SECStatus CERT_CheckCertUsage (SecCertificateRef cert,unsigned char usage);
99 SECStatus CERT_ImportCerts(SecKeychainRef keychain, SECCertUsage usage,unsigned int ncerts,
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcert.h28 char *nickname, SECCertUsage usage, Boolean validOnly, void *proto_win);
31 char *nickname,SECCertUsage usage,Boolean validOnly,void *proto_win);
57 CFArrayRef CERT_CertChainFromCert(SecCertificateRef cert, SECCertUsage usage,Boolean includeRoot);
66 SECStatus CERT_CheckCertUsage (SecCertificateRef cert,unsigned char usage);
99 SECStatus CERT_ImportCerts(SecKeychainRef keychain, SECCertUsage usage,unsigned int ncerts,
/macosx-10.9.5/apache-786.1/
H A Dwebpromotion.rb105 usage = <<EOU
108 usage: #{File.basename($0)} promote|demote|status
113 $stderr.puts(usage)
117 $stderr.puts(usage)
125 $stderr.puts(usage)
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dcfg_test.c56 usage(void) { function
57 fprintf(stderr, "usage: cfg_test --rndc|--named "
103 usage();
115 usage();
124 usage();
128 usage();
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzkt-soaserial.c58 static void usage (const char *msg);
180 ** usage (msg)
182 static void usage (const char *msg) function
186 fprintf (stderr, "usage: %s {-s serial | signed_zonefile [...]}\n", progname);
201 usage ("");
206 usage ("illegal option");
209 usage ("Option -s requires an argument");
/macosx-10.9.5/file_cmds-230/mtree/
H A Dmtree.c60 static void usage(void);
97 usage();
157 usage();
163 usage();
185 usage(void) function
188 "usage: mtree [-LPUcdeinqruxw] [-f spec] [-f spec] [-K key] [-k key] [-p path] [-s seed]\n"
/macosx-10.9.5/postfix-252/postfix/src/dns/
H A Ddns_rr_to_sa.c118 static NORETURN usage(void) function
120 msg_fatal("usage: %s dnsaddrtype hostname portnumber", myname);
137 usage();
142 usage();
144 usage();
146 usage();
/macosx-10.9.5/securityd-55199.3/src/
H A Dlocalkey.cpp43 this, handle(), mKey.header().algorithm(), mKey.header().usage(), mAttributes, &db);
182 LocalKey::KeySpec::KeySpec(CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attrs) argument
183 : CssmClient::KeySpec(usage, (attrs & ~managedAttributes) | forcedAttributes)
189 LocalKey::KeySpec::KeySpec(CSSM_KEYUSE usage, CSSM_KEYATTR_FLAGS attrs, const CssmData &label) argument
190 : CssmClient::KeySpec(usage, (attrs & ~managedAttributes) | forcedAttributes, label)
H A Dtempdatabase.cpp123 uint32 usage, uint32 attrs,
143 unwrap(rawKey, TempKey::KeySpec(usage, attrs), cspKey);
155 uint32 usage, uint32 attrs,
161 makeSecurePassphraseKey(context, cred, owner, usage, attrs, newKey);
164 LocalDatabase::generateKey(context, cred, owner, usage, attrs, newKey);
120 makeSecurePassphraseKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 usage, uint32 attrs, RefPointer<Key> &newKey) argument
152 generateKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 usage, uint32 attrs, RefPointer<Key> &newKey) argument
/macosx-10.9.5/groff-38/groff/src/utils/addftinfo/
H A Daddftinfo.cpp35 static void usage(FILE *stream);
36 static void usage();
76 usage(stdout);
81 usage();
84 usage();
89 usage();
110 usage();
123 usage();
132 static void usage(FILE *stream) function
134 fprintf(stream, "usage
138 static void usage() function
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db_deadlock/
H A Ddb_deadlock.c19 int usage __P((void));
77 return (usage());
81 return (usage());
109 return (usage());
120 return (usage());
126 return (usage());
211 usage() function
214 "usage: %s [-Vv] [-a e | m | n | o | W | w | y]\n\t%s\n", progname,
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/
H A DMpoolExample.cpp31 static int usage();
61 usage();
65 usage();
69 usage();
73 usage();
76 usage();
137 usage() function
139 cerr << "usage: MpoolExample [-c cachesize] "
/macosx-10.9.5/bind9-45.100/bind9/bin/confgen/
H A Dddns-confgen.c64 usage(int status) ISC_PLATFORM_NORETURN_POST;
67 usage(int status) { function
120 usage(0);
150 usage(1);
152 usage(0);
166 usage(1); /* -s and -z cannot coexist */
169 usage(1);
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupsctl.c20 * usage() - Show program usage.
35 static void usage(const char *opt) __attribute__((noreturn));
99 usage(argv[i]);
113 usage(NULL);
121 usage(NULL);
127 usage(opt);
135 usage(argv[i]);
186 * 'usage()' - Show program usage
190 usage(const char *opt) /* I - Option character/string */ function
[all...]
/macosx-10.9.5/ntp-88/scripts/monitoring/
H A Dntploopstat59 $usage = <<"E-O-S";
61 usage:
71 @ARGV || die("$0: delay value missing after -d\n$usage");
73 ($delay >= 0) || die("$0: bad delay value \"$delay\"\n$usage");
78 @ARGV || die("$0: logfile missing after -l\n$usage");
85 @ARGV || die("$0: timeout value missing after -t\n$usage\n");
88 die("$0: bad timeout value \"$timeout\"\n$usage");
92 /^-/ && die("$0: unknown option \"$_\"\n$usage");
102 die("$0: too many servers specified\n$usage");
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcrypto-des.c105 unsigned usage,
124 unsigned usage,
137 unsigned usage,
148 unsigned usage,
159 unsigned usage,
170 unsigned usage,
222 int usage,
241 int usage,
321 int usage,
354 int usage,
101 CRC32_checksum(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *C) argument
120 RSA_MD4_checksum(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *C) argument
133 RSA_MD4_DES_checksum(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *cksum) argument
144 RSA_MD4_DES_verify(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *C) argument
155 RSA_MD5_DES_checksum(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *C) argument
166 RSA_MD5_DES_verify(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *C) argument
217 evp_des_encrypt_null_ivec(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ignore_ivec) argument
236 evp_des_encrypt_key_ivec(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ignore_ivec) argument
316 DES_CFB64_encrypt_null_ivec(krb5_context context, struct key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ignore_ivec) argument
349 DES_PCBC_encrypt_key_ivec(krb5_context context, struct key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ignore_ivec) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dwrapkey.cpp65 &keyToBeUnwrapped, spec.usage, spec.attributes,
78 check(CSSM_UnwrapKey(handle(), NULL, &keyToBeUnwrapped, spec.usage,
90 &keyToBeUnwrapped, spec.usage, spec.attributes,
106 spec.usage, spec.attributes, spec.label,
116 check(CSSM_UnwrapKey(handle(), NULL, &keyToBeUnwrapped, spec.usage,
129 check(CSSM_UnwrapKey(handle(), NULL, &keyToBeUnwrapped, spec.usage,
140 spec.usage, spec.attributes, spec.label,
155 spec.usage, spec.attributes, spec.label,
176 check(CSSM_DeriveKey(handle(), param, spec.usage, spec.attributes,
188 check(CSSM_DeriveKey(handle(), param, spec.usage, spe
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dwrapkey.cpp65 &keyToBeUnwrapped, spec.usage, spec.attributes,
78 check(CSSM_UnwrapKey(handle(), NULL, &keyToBeUnwrapped, spec.usage,
90 &keyToBeUnwrapped, spec.usage, spec.attributes,
106 spec.usage, spec.attributes, spec.label,
116 check(CSSM_UnwrapKey(handle(), NULL, &keyToBeUnwrapped, spec.usage,
129 check(CSSM_UnwrapKey(handle(), NULL, &keyToBeUnwrapped, spec.usage,
140 spec.usage, spec.attributes, spec.label,
155 spec.usage, spec.attributes, spec.label,
176 check(CSSM_DeriveKey(handle(), param, spec.usage, spec.attributes,
188 check(CSSM_DeriveKey(handle(), param, spec.usage, spe
[all...]
/macosx-10.9.5/python_modules-35/xattr/
H A Drtool.py35 def usage(e=None): function
41 print "usage: %s [-l] [-r] [-s] [-v] [-x] file [file ...]" % (name,)
90 usage(e)
108 usage("Can't specify %s with %s" % (main_arg, opt))
113 usage("Can't specify %s with %s" % (main_arg, opt))
117 usage()
122 usage("Can't specify %s with %s" % (main_arg, opt))
133 usage("Can't specify %s with %s" % (main_arg, opt))
141 usage("-l not allowed with -w or -p")
145 usage("N
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dmpexpand15 proc usage {{exitstate 1}} {
65 usage 0
73 usage
79 usage
84 usage
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Ddjpeg.c91 usage (void) function
94 fprintf(stderr, "usage: %s [switches] ", progname);
206 usage();
208 usage();
215 usage();
223 usage();
228 usage();
236 usage();
270 usage();
293 usage();
[all...]

Completed in 418 milliseconds

<<11121314151617181920>>