Searched refs:usage (Results 1 - 25 of 2166) sorted by relevance

1234567891011>>

/netbsd-current/tests/lib/libppath/
H A Dplist_to_c4 usage() function
6 echo "usage: ${prog} symbol" 1>&2
11 usage
/netbsd-current/usr.sbin/hdaudioctl/
H A Dhdaudioctl.h2 __dead extern void usage(void);
/netbsd-current/usr.bin/at/
H A Dpanic.h35 void usage(void) __dead;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dinquire_cred_by_mech.c48 gss_cred_usage_t usage; local
58 name, &lifetime, &usage, NULL);
63 if (usage == GSS_C_INITIATE || usage == GSS_C_BOTH)
70 if (usage == GSS_C_ACCEPT || usage == GSS_C_BOTH)
77 *cred_usage = usage;
/netbsd-current/external/bsd/pkg_install/dist/admin/
H A Ddownload-vulnerability-list.sh.in5 usage() {
15 usage 1 2
28 usage 0 1
H A Dadmin.h39 void usage(void);
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dnewcvsroot.sh28 usage () function
30 echo "$0: usage: $prog newcvsroot [startdir]" >&2
36 usage
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dlastwords50 function usage function
62 usage
H A Ddiskhits47 function usage function
59 usage
62 usage
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dlastwords50 function usage function
62 usage
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dfido2-assert.c9 * Example usage:
29 usage(void) function
32 "usage: fido2-assert -G [-bdhpruv] [-t option] [-i input_file] [-o output_file] device\n"
43 usage();
52 usage();
H A Dfido2-cred.c9 * Example usage:
27 usage(void) function
30 "usage: fido2-cred -M [-bdhqruv] [-c cred_protect] [-i input_file] [-o output_file] device [type]\n"
41 usage();
50 usage();
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids21 usage () { function
48 h) usage;;
50 usage;;
57 usage
61 usage
69 usage;;
85 usage;;
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids21 usage () { function
48 h) usage;;
50 usage;;
57 usage
61 usage
69 usage;;
85 usage;;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_pku.c18 PKEY_USAGE_PERIOD *usage, BIO *out,
37 PKEY_USAGE_PERIOD *usage, BIO *out,
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
44 if (usage->notAfter)
47 if (usage->notAfter) {
49 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_pku.c18 PKEY_USAGE_PERIOD *usage, BIO *out,
37 PKEY_USAGE_PERIOD *usage, BIO *out,
41 if (usage->notBefore) {
43 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
44 if (usage->notAfter)
47 if (usage->notAfter) {
49 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_338.c61 void usage(void);
79 usage();
82 usage();
105 usage();
129 usage();
154 usage();
/netbsd-current/usr.sbin/link/
H A Dlink.c45 __dead static void usage(void);
54 usage();
66 usage(void) function
69 (void)fprintf(stderr, "usage: link file1 file2\n");
/netbsd-current/usr.sbin/unlink/
H A Dunlink.c44 __dead static void usage(void);
53 usage();
65 usage(void) function
68 (void)fprintf(stderr, "usage: unlink file\n");
/netbsd-current/external/cddl/dtracetoolkit/dist/Disk/
H A Ddiskhits47 function usage function
59 usage
62 usage
/netbsd-current/sbin/route/
H A Dextern.h40 void usage(const char *)__attribute__((__noreturn__));
/netbsd-current/usr.sbin/accton/
H A Daccton.c54 __dead static void usage(void);
65 usage();
80 usage();
86 usage(void) function
89 (void)fprintf(stderr, "usage: %s [file]\n", getprogname());
/netbsd-current/usr.bin/dirname/
H A Ddirname.c52 __dead static void usage(void);
66 usage();
72 usage();
81 usage(void) function
84 (void)fprintf(stderr, "usage: dirname path\n");
/netbsd-current/usr.bin/logname/
H A Dlogname.c51 __dead static void usage(void);
65 usage();
70 usage();
81 usage(void) function
83 (void)fprintf(stderr, "usage: logname\n");
/netbsd-current/usr.bin/msgc/
H A Dmsgmain.c56 void usage (char *);
72 usage (prog_name);
77 usage (prog_name);
101 usage (char *prog) function

Completed in 174 milliseconds

1234567891011>>