Searched refs:usage (Results 351 - 375 of 1541) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/usr.sbin/vnconfig/
H A Dvnconfig.c102 __dead static void usage(void);
119 usage();
142 usage();
152 usage();
157 usage();
166 usage();
377 usage(void) function
381 "usage: vnconfig [-crvz] [-f disktab] [-t typename] vnode_disk"
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A Dslapd-read.c57 usage( char *name ) function
60 "usage: %s "
137 usage( argv[0] );
165 usage( argv[0] );
171 usage( argv[0] );
177 usage( argv[0] );
183 usage( argv[0] );
190 usage( argv[0] );
195 usage( argv[0] );
201 usage( arg
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dstrings.c55 -h Print the usage message on the standard output.
135 static void usage (FILE *, int);
183 usage (stdout, 0);
199 usage (stderr, 1);
215 usage (stderr, 1);
225 usage (stderr, 1);
235 usage (stderr, 1);
267 usage (stderr, 1);
295 usage (stderr, 1);
650 usage (FIL
644 usage (FILE *stream, int status) function
[all...]
H A Dcxxfilt.c92 usage (FILE *stream, int status) function
188 usage (stderr, 1);
191 usage (stdout, 0);
/netbsd-6-1-5-RELEASE/usr.bin/usbhidaction/
H A Dusbhidaction.c72 static void usage(void) __dead;
126 usage();
133 usage();
215 usage(void) function
218 (void)fprintf(stderr, "usage: %s -c config_file [-d] -f hid_dev "
312 (void)printf("kind=%d usage=%x flags=%x\n",
313 h.kind, h.usage, h.flags);
324 lo = h.usage;
325 hi = h.usage;
335 (void)printf("usage
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dmain.c136 usage() function
138 printf("usage: racoon [-BdFv"
253 usage();
261 usage();
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dtest_kcred.c99 errx(1, "usage not equal");
124 usage (int ret) function
138 usage(1);
141 usage (0);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto.h96 unsigned usage,
101 unsigned usage,
119 int usage,
H A Dtest_alname.c90 usage (int ret) function
111 usage(1);
114 usage (0);
H A Dtest_crypto_wrapping.c111 usage (int ret) function
142 usage(1);
145 usage (0);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Doptparse.lua7 -- t={usage="<some usage message>", version="<version string>"}
22 -- You can use op.fail(message) for failing and op.print_help() for printing the usage as you like.
25 local usage = t.usage
107 io.stdout:write("Usage: " .. usage:gsub('%%prog', arg[0]) .. "\n")
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Doptparse.lua7 -- t={usage="<some usage message>", version="<version string>"}
22 -- You can use op.fail(message) for failing and op.print_help() for printing the usage as you like.
25 local usage = t.usage
107 io.stdout:write("Usage: " .. usage:gsub('%%prog', arg[0]) .. "\n")
/netbsd-6-1-5-RELEASE/dist/smbfs/smbutil/
H A Dsmbutil.c32 cmd_usage_t * usage; member in struct:commands
87 if (cmd->usage == NULL)
89 cmd->usage();
142 printf("usage: %s [-hv] command [args]\n", __progname);
157 printf("usage: smbutil help command\n");
/netbsd-6-1-5-RELEASE/distrib/cdrom/macppc_mkboothfs/
H A Dmkboothfs.c46 static void usage(void);
62 usage();
148 usage(void) function
153 fprintf(stderr, "usage: %s boot-hfs-file\n", prog);
/netbsd-6-1-5-RELEASE/distrib/sets/
H A Dmakesrctars20 usage() function
57 usage
64 usage
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg_xlat.sh33 usage() function
35 echo "usage: msg_xlat.sh [-ci] [-d msg_defs.h] [-f fmt_count]" >&2
48 *) usage;;
52 [ "$#" = 0 ] || usage
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dapropos.c34 static void usage(void);
84 usage();
146 usage(void) function
149 fprintf(stderr, "usage: %s "
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttrType.cpp19 usage = 0;
72 usage = at_usage;
125 return usage;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dava.c63 unsigned usage,
108 aa->aa_desc, ad_mr(aa->aa_desc, usage),
109 usage, &value, &aa->aa_value, text, op->o_tmpmemctx );
59 get_ava( Operation *op, BerElement *ber, Filter *f, unsigned usage, const char **text ) argument
H A Dslappasswd.c47 usage(const char *s) function
162 usage ( progname );
167 usage( progname );
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/tests/benchmark/
H A Dbenchmark.c18 usage(const char *prog, int rc) function
21 "usage: %s [-n] filename bufferSize nr_of_loops\n", prog);
43 usage(argv[0], 1);
48 usage(argv[0], 1);
/netbsd-6-1-5-RELEASE/sys/arch/macppc/stand/fixcoff/
H A Dfixcoff.c124 usage(char *prog) function
135 usage(prog);
156 usage(getprogname());
/netbsd-6-1-5-RELEASE/libexec/httpd/lua/
H A Doptparse.lua7 -- t={usage="<some usage message>", version="<version string>"}
22 -- You can use op.fail(message) for failing and op.print_help() for printing the usage as you like.
25 local usage = t.usage
107 io.stdout:write("Usage: " .. usage:gsub('%%prog', arg[0]) .. "\n")
/netbsd-6-1-5-RELEASE/sbin/resize_lfs/
H A Dresize_lfs.c54 usage(void) function
56 errx(1, "usage: resize_lfs [-v] [-s new-size] [filesystem]");
84 usage();
90 usage();
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/loadbsd/
H A Dloadbsd.c61 void usage PROTO((void));
127 usage();
237 usage(void) function

Completed in 308 milliseconds

<<11121314151617181920>>