Searched refs:usage (Results 76 - 100 of 2066) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dkrand.bash19 USAGE="usage: $PROGNAME [-s seed] lower-limit upper-limit"
23 usage() function
38 *) usage ; exit 2;;
46 *) usage ; exit 2;;
/macosx-10.10/efax-38/efax/
H A Defaxtest.c16 static void usage();
37 usage();
55 static void usage() function
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dfilter.sh52 usage() function
61 *) usage ;;
66 0) usage ;;
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddomain_list.c92 static void usage(char *progname) function
94 msg_fatal("usage: %s [-v] patterns hostname", progname);
111 usage(argv[0]);
115 usage(argv[0]);
H A Dnamadr_list.c99 static void usage(char *progname) function
101 msg_fatal("usage: %s [-v] pattern_list hostname address", progname);
119 usage(argv[0]);
123 usage(argv[0]);
H A Dstring_list.c85 static void usage(char *progname) function
87 msg_fatal("usage: %s [-v] patterns string", progname);
104 usage(argv[0]);
108 usage(argv[0]);
/macosx-10.10/shell_cmds-179/env/
H A Denv.c58 static void usage(void);
76 usage();
90 usage(void) function
93 "usage: env [-i] [name=value ...] [utility [argument ...]]\n");
/macosx-10.10/shell_cmds-179/printenv/
H A Dprintenv.c55 void usage __P((void));
77 usage();
100 usage() function
102 (void)fprintf(stderr, "usage: printenv [name]\n");
/macosx-10.10/system_cmds-643.1.1/dmesg.tproj/
H A Ddmesg.c64 usage() { function
65 (void)fprintf(stderr, "usage: sudo dmesg\n");
77 usage();
90 usage();
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioToggleControl.cpp62 UInt32 usage)
69 if (!control->init(initialValue, channelID, channelName, cntrlID, subType, usage)) {
82 UInt32 usage)
84 return create(initialValue, channelID, channelName, cntrlID, kIOAudioToggleControlSubTypeMute, usage);
92 UInt32 usage,
101 result = super::init(kIOAudioControlTypeToggle, number, channelID, channelName, cntrlID, subType, usage, properties);
57 create(bool initialValue, UInt32 channelID, const char *channelName, UInt32 cntrlID, UInt32 subType, UInt32 usage) argument
78 createMuteControl(bool initialValue, UInt32 channelID, const char *channelName, UInt32 cntrlID, UInt32 usage) argument
87 init(bool initialValue, UInt32 channelID, const char *channelName, UInt32 cntrlID, UInt32 subType, UInt32 usage, OSDictionary *properties) argument
/macosx-10.10/OpenSSL098-52/bin/
H A DbuildWin32.pl7 sub usage { subroutine
26 usage("VSINSTALLDIR not set\n");
47 usage("Unknown argument $arg\n");
65 usage("$arch is not a valid architecture\n");
79 usage("$cfg is not a valid configuration\n");
93 usage("$type is not a valid library type\n");
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dgenkey.cpp59 check(CSSM_GenerateKey(handle(), spec.usage, spec.attributes, spec.label,
69 check(CSSM_GenerateKey(handle(), spec.usage, spec.attributes, spec.label, &compositeRcc(), &key));
77 pubSpec.usage, pubSpec.attributes,
79 privSpec.usage, privSpec.attributes,
91 pubSpec.usage, pubSpec.attributes, pubSpec.label, &publicKey,
92 privSpec.usage, privSpec.attributes, privSpec.label, &compositeRcc(), &privateKey));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dgenkey.cpp59 check(CSSM_GenerateKey(handle(), spec.usage, spec.attributes, spec.label,
69 check(CSSM_GenerateKey(handle(), spec.usage, spec.attributes, spec.label, &compositeRcc(), &key));
77 pubSpec.usage, pubSpec.attributes,
79 privSpec.usage, privSpec.attributes,
91 pubSpec.usage, pubSpec.attributes, pubSpec.label, &publicKey,
92 privSpec.usage, privSpec.attributes, privSpec.label, &compositeRcc(), &privateKey));
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/idPref/
H A DidPref.cpp13 static void usage(char **argv) function
15 printf("usage: %s set|get [options]\n", argv[0]);
30 usage(argv);
40 usage(argv);
56 usage(argv);
60 usage(argv);
64 usage(argv);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dbashrand7 usage()
9 echo "$PROG: usage: $PROG [-s seed] lower-limit upper-limit" >&2
20 *) usage ; exit 2 ;;
29 *) usage ; exit 2 ;;
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dmkinstalldirs10 usage="\
17 echo "$usage" 1>&2
22 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
31 echo "$usage" 1>&2
/macosx-10.10/bind9-45.101/bind9/bin/tools/
H A Dgenrandom.c34 usage(void) ISC_PLATFORM_NORETURN_POST;
37 usage(void) { function
38 fprintf(stderr, "usage: %s [-n 2..9] k file\n", program);
89 usage();
97 usage();
107 usage();
111 usage();
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dmkinstalldirs12 usage="\
19 echo "${usage}" 1>&2; exit 0 ;;
22 test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
26 -* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option
/macosx-10.10/gpatch-3/patch/
H A Dmkinstalldirs12 usage="\
19 echo "${usage}" 1>&2; exit 0 ;;
22 test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
26 -* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option
/macosx-10.10/libiconv-42/libiconv/libcharset/build-aux/
H A Dmkinstalldirs10 usage="\
17 echo "$usage" 1>&2
22 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
31 echo "$usage" 1>&2
/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dmain.c81 static void usage __P((void));
85 usage() function
135 usage();
154 usage();
159 usage();
167 usage();
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/config/
H A Dmkinstalldirs10 usage="\
17 echo "$usage" 1>&2
22 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
31 echo "$usage" 1>&2
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dmkinstalldirs10 usage="\
17 echo "$usage" 1>&2
22 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
31 echo "$usage" 1>&2
/macosx-10.10/system_cmds-643.1.1/mean.tproj/
H A Dmean.c20 void usage(void);
24 usage(void) function
47 usage();
64 usage();
70 usage();
74 usage();
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dcrypto-null.c56 unsigned usage,
78 int usage,
52 NONE_checksum(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *C) argument
73 NULL_encrypt(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ivec) argument

Completed in 239 milliseconds

1234567891011>>