Searched refs:usage (Results 51 - 75 of 1980) sorted by relevance

1234567891011>>

/macosx-10.9.5/diskdev_cmds-572.1.1/mount_fdesc.tproj/
H A Dmount_fdesc.c79 void usage __P((void));
98 usage();
104 usage();
123 usage() function
126 "usage: mount_fdesc [-o options] fdesc mount_point\n");
/macosx-10.9.5/libxml2-26/Pregenerated Files/
H A Dxml2-config3 usage() function
22 usage 1
43 usage 0
59 usage
/macosx-10.9.5/libxslt-13/Pregenerated Files/
H A Dxslt-config3 usage() function
21 usage 1
47 usage 0
59 usage
/macosx-10.9.5/remote_cmds-41.90.1/domainname.tproj/
H A Ddomainname.c52 static void usage(void);
65 usage();
71 usage();
85 usage(void) function
87 (void)fprintf(stderr, "usage: domainname [ypdomain]\n");
/macosx-10.9.5/shell_cmds-175/hostname/
H A Dhostname.c52 void usage(void);
75 usage();
81 usage();
100 usage(void) function
103 (void)fprintf(stderr, "usage: hostname [-fs] [name-of-host]\n");
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Drxterm.in4 usage="Usage: $0 [-l username] [-k] [-f] [-r rsh_args] [-x xterm_args] [-K kx_args] [-w term_emulator] [-b rsh_binary][-v] [-h | --help] [--version] host"
19 -h) echo $usage; exit 0;;
20 --help) echo $usage; exit 0;;
22 -*) echo "$0: Bad option $1"; echo $usage; exit 1;;
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dlogname.c29 static const char usage[] = variable
60 switch (optget(argv, usage))
H A Dsync.c28 static const char usage[] = variable
59 switch (optget(argv, usage))
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DAppleEmbeddedKeyboard.h72 UInt32 * usage,
77 UInt32 * usage,
82 UInt32 * usage,
87 UInt32 * usage,
96 UInt32 usage,
102 UInt32 usage,
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDUsageAndPageFromIndex.c61 * index - The usage Index
62 * ptUsageAndPage - The usage And Page
92 * Index through the usage Items for this ReportItem
98 * Each usage Item is either a usage or a usage range
104 * For usage Ranges
106 * then return the usage
116 ptUsageAndPage->usage = ptUsageItem->usageMinimum + index;
126 * then return this usage
[all...]
H A DHIDGetNextButtonInfo.c56 * with USBGetNextInterface, we find the usage in the
58 * have the same usage and usage page.
63 * usage - The usage to get the information for
76 HIDUsage usage,
126 minUsage = thisUsage.usage;
127 maxUsage = thisUsage.usage;
132 (usage >= minUsage && usage <
73 HIDGetNextButtonInfo(HIDReportType reportType, HIDUsage usagePage, HIDUsage usage, UInt32 * collection, UInt8 * reportID, HIDPreparsedDataRef preparsedDataRef) argument
[all...]
H A DHIDGetNextUsageValueInfo.c55 * HIDGetNextUsageValueInfo - Get report id and collection for a usage. In keeping
56 * with USBGetNextInterface, we find the usage in the
58 * have the same usage and usage page.
63 * usage - The usage to get the information for
77 HIDUsage usage,
127 minUsage = thisUsage.usage;
128 maxUsage = thisUsage.usage;
133 (usage >
74 HIDGetNextUsageValueInfo(HIDReportType reportType, HIDUsage usagePage, HIDUsage usage, UInt32 * collection, UInt8 * reportID, HIDPreparsedDataRef preparsedDataRef) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcre-config.in7 usage="\
11 echo "${usage}" 1>&2
61 echo "${usage}" 1>&2
/macosx-10.9.5/diskdev_cmds-572.1.1/vndevice.tproj/
H A Dvndevice.c43 usage() function
45 fprintf(stderr, "usage: vncontrol <command> <args>\n"
67 usage();
71 usage();
77 usage();
83 usage();
88 usage();
/macosx-10.9.5/kext_tools-326.95.1/
H A Dfsremount12 proc usage {progname} {
26 usage $progname
40 usage $progname
/macosx-10.9.5/sudo-72/src/
H A Dmkinstalldirs11 usage="\
18 echo "$usage" 1>&2
23 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
32 echo "$usage" 1>&2
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcrypto-arcfour.c65 unsigned usage,
95 t[0] = (usage >> 0) & 0xFF;
96 t[1] = (usage >> 8) & 0xFF;
97 t[2] = (usage >> 16) & 0xFF;
98 t[3] = (usage >> 24) & 0xFF;
131 unsigned usage,
144 t[0] = (usage >> 0) & 0xFF;
145 t[1] = (usage >> 8) & 0xFF;
146 t[2] = (usage >> 16) & 0xFF;
147 t[3] = (usage >> 2
61 _krb5_HMAC_MD5_checksum(krb5_context context, struct _krb5_key_data *key, const void *data, size_t len, unsigned usage, Checksum *result) argument
127 ARCFOUR_subencrypt(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, unsigned usage, void *ivec) argument
194 ARCFOUR_subdecrypt(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, unsigned usage, void *ivec) argument
273 _krb5_usage2arcfour(krb5_context context, unsigned *usage) argument
294 ARCFOUR_encrypt(krb5_context context, struct _krb5_key_data *key, void *data, size_t len, krb5_boolean encryptp, int usage, void *ivec) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dcjpeg.c142 usage (void) function
145 fprintf(stderr, "usage: %s [switches] ", progname);
264 usage();
272 usage();
296 usage();
298 usage();
320 usage();
337 usage();
343 usage();
353 usage();
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db_codegen/
H A Ddb_codegen.c16 static int usage __P((void));
58 return (usage());
78 return (usage());
84 return (usage());
111 usage() function
114 "usage: %s [-Vv] [-a c] [-i input] [-o output]\n", progname);
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A Dload_main.c13 static int usage(void);
61 return (usage());
74 return (usage());
80 return (usage());
108 * usage --
109 * Program usage message.
112 usage(void) function
115 "usage: %s [-v] [-F excel] [-f csv-file] [-h home]\n", progname);
/macosx-10.9.5/AppleFileSystemDriver-17/
H A Dsetbootuuid.c18 void usage(void);
28 usage();
56 void usage(void) function
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/examples/
H A Dfind_naughty.pl7 # usage:
23 my $usage = <<EOM;
24 usage: label
28 getopts('h') or die "$usage";
29 if ($opt_h) { die $usage }
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dfind_naughty.pl7 # usage:
23 my $usage = <<EOM;
24 usage: label
28 getopts('h') or die "$usage";
29 if ($opt_h) { die $usage }
/macosx-10.9.5/bash-92/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.9.5/efax-36/efax/
H A Defaxtest.c16 static void usage();
37 usage();
55 static void usage() function

Completed in 379 milliseconds

1234567891011>>