Searched refs:usage (Results 26 - 50 of 1541) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sbin/chkconfig/
H A Dchkconfig.sh77 usage "${fqp} does not exist"
90 usage "${fqp} does not appear to be a NetBSD rc script"
94 usage "${fqp} doesn't contain a KEYWORD directive. Use -f"
104 usage "${fqp} not under chkconfig control. Use -f"
117 # with an appropriate usage error.
122 usage "${fqp} is already managed by chkconfig."
129 usage() function
131 # Print a (hopefully) useful usage message and exit nonzero.
137 echo "usage: $0 flag"
190 usage "Invali
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgencheck.c37 static void usage (void);
40 usage (void) function
56 usage ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgencheck.c36 static void usage (void);
39 usage (void) function
55 usage ();
/netbsd-6-1-5-RELEASE/sbin/modunload/
H A Dmain.c45 static void usage(void) __dead;
53 usage();
68 usage(void) function
/netbsd-6-1-5-RELEASE/usr.bin/tty/
H A Dtty.c49 __dead static void usage(void);
65 usage();
77 usage(void) function
79 fprintf(stderr, "usage: tty [-s]\n");
/netbsd-6-1-5-RELEASE/usr.bin/cleantags/
H A Dcleantags.sh32 usage() { function
43 usage;;
51 usage
/netbsd-6-1-5-RELEASE/bin/domainname/
H A Ddomainname.c54 __dead static void usage(void);
68 usage();
76 usage();
91 usage(void) function
93 (void)fprintf(stderr, "usage: %s [name-of-domain]\n", getprogname());
/netbsd-6-1-5-RELEASE/bin/hostname/
H A Dhostname.c54 __dead static void usage(void);
71 usage();
77 usage();
95 usage(void) function
97 (void)fprintf(stderr, "usage: %s [-s] [name-of-host]\n",
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dtlsa_52.h30 isc_uint8_t usage; member in struct:dns_rdata_tlsa
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dldxmov-2.l3 .*:4: Warning: This is the location of the conflicting usage
5 .*:7: Warning: This is the location of the conflicting usage
H A Ddv-waw-err.l3 .*:7: Warning: This is the location of the conflicting usage
5 .*:11: Warning: This is the location of the conflicting usage
7 .*:11: Warning: This is the location of the conflicting usage
9 .*:11: Warning: This is the location of the conflicting usage
11 .*:11: Warning: This is the location of the conflicting usage
13 .*:11: Warning: This is the location of the conflicting usage
15 .*:16: Warning: This is the location of the conflicting usage
17 .*:21: Warning: This is the location of the conflicting usage
19 .*:26: Warning: This is the location of the conflicting usage
21 .*:26: Warning: This is the location of the conflicting usage
[all...]
H A Ddv-war-err.l3 .*:7: Warning: This is the location of the conflicting usage
/netbsd-6-1-5-RELEASE/usr.bin/basename/
H A Dbasename.c53 __dead static void usage(void);
67 usage();
73 usage();
98 usage(void) function
101 (void)fprintf(stderr, "usage: basename string [suffix]\n");
/netbsd-6-1-5-RELEASE/usr.bin/innetgr/
H A Dinnetgr.c40 static void usage __P((void)) __dead;
44 usage() function
48 "usage: %s [-v] [-d domain] [-h host] [-u user] netgroup\n",
78 usage();
82 usage();
/netbsd-6-1-5-RELEASE/usr.bin/mkfifo/
H A Dmkfifo.c55 __dead static void usage(void);
86 usage();
91 usage();
103 usage(void) function
105 (void)fprintf(stderr, "usage: mkfifo [-m mode] fifoname ...\n");
/netbsd-6-1-5-RELEASE/usr.bin/netgroup/
H A Dnetgroup.c40 static void usage __P((void)) __dead;
44 usage() function
47 (void)fprintf(stderr, "usage: %s [-hud] <netgroup>\n", getprogname());
71 usage();
75 usage();
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/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
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/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...]
/netbsd-6-1-5-RELEASE/usr.bin/sdpquery/
H A Dsdpquery.c51 __dead static void usage(void);
65 const char *usage; member in struct:command
127 usage();
141 usage();
148 usage();
153 usage(void) function
175 fprintf(stderr, "\t%-13s%s\n", cmd->command, cmd->usage);
/netbsd-6-1-5-RELEASE/usr.bin/audiocfg/
H A Dmain.c41 usage(const char *p) function
43 fprintf(stderr, "usage: %s list\n", p);
74 usage(argv[0]);
83 usage(argv[0]);
88 usage(argv[0]);
102 usage(argv[0]);
107 usage(argv[0]);
123 usage(argv[0]);
/netbsd-6-1-5-RELEASE/usr.bin/skey/
H A Dskey.c38 __dead static void usage(char *);
72 usage(argv[0]);
81 usage(argv[0]);
84 usage(argv[0]);
90 usage(argv[0]);
93 usage(argv[0]);
99 usage(argv[0]);
102 usage(argv[0]);
153 usage(char *s) function
157 "usage
[all...]
/netbsd-6-1-5-RELEASE/sbin/mount_puffs/
H A Dmount_puffs.c55 usage(void) function
58 fprintf(stderr, "usage: %s -o getargs spec dir\n", getprogname());
72 usage();
84 usage();
91 usage();
94 usage();
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/acpidump/
H A Dacpidump.c52 usage(void) function
56 fprintf(stderr, "usage: %s [-c] [-d] [-s] [-t] [-h] [-v] "
73 usage();
100 usage();
111 usage();
114 usage();
/netbsd-6-1-5-RELEASE/distrib/sets/
H A Dlistpkgs13 usage() function
39 usage
45 usage
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/merge/
H A Dmerge.c35 static char const usage[] = variable
36 "\nmerge: usage: merge [-AeEpqxX3] [-L lab [-L lab [-L lab]]] file1 file2 file3";
42 error("unknown option: %s%s", a, usage);
90 argc<4 ? "not enough" : "too many", usage

Completed in 299 milliseconds

1234567891011>>