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

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libppath/
H A Dplist_to_c4 usage() function
6 echo "usage: ${prog} symbol" 1>&2
11 usage
/freebsd-11-stable/contrib/binutils/
H A Dmove-if-change5 usage="$0: usage: $0 SOURCE DEST"
9 *) echo "$usage" >&2; exit 1;;
14 -*) echo "$usage" >&2; exit 1;;
/freebsd-11-stable/sys/kern/
H A Dgenassym.sh4 usage() function
6 echo "usage: genassym [-o outfile] objfile"
54 *) usage;;
60 *) usage;;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_cred_by_mech.c46 gss_cred_usage_t usage; local
52 name, &lifetime, &usage, NULL);
57 if (usage == GSS_C_INITIATE || usage == GSS_C_BOTH)
64 if (usage == GSS_C_ACCEPT || usage == GSS_C_BOTH)
71 *cred_usage = usage;
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pku.c67 PKEY_USAGE_PERIOD *usage, BIO *out,
89 PKEY_USAGE_PERIOD *usage, BIO *out,
93 if (usage->notBefore) {
95 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
96 if (usage->notAfter)
99 if (usage->notAfter) {
101 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/freebsd-11-stable/usr.bin/tty/
H A Dtty.c49 static void usage(void);
65 usage();
75 usage(void) function
77 fprintf(stderr, "usage: tty [-s]\n");
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dprog_setup.c48 void (KRB5_LIB_CALL *usage)(int, struct getargs*, int))
53 if(usage == NULL)
54 usage = krb5_std_usage;
62 (*usage)(1, args, num_args);
46 krb5_program_setup(krb5_context *context, int argc, char **argv, struct getargs *args, int num_args, void (KRB5_LIB_CALL *usage)(int, struct getargs*, int)) argument
/freebsd-11-stable/usr.sbin/accton/
H A Daccton.c51 static void usage(void);
62 usage();
77 usage();
83 usage(void) function
85 (void)fprintf(stderr, "usage: accton [file]\n");
/freebsd-11-stable/contrib/dtc/scripts/
H A Dsetlocalversion4 usage() { function
9 cd "${1:-.}" || usage
/freebsd-11-stable/sbin/comcontrol/
H A Dcomcontrol.c45 static void usage(void);
48 usage(void) function
51 "usage: comcontrol <filename> [dtrwait <n>] [drainwait <n>]\n");
64 usage();
99 usage();
101 usage();
106 usage();
108 usage();
112 usage();
/freebsd-11-stable/usr.bin/at/
H A Dpanic.h35 void usage(void) __dead2;
/freebsd-11-stable/usr.bin/revoke/
H A Drevoke.c37 usage(void) function
40 fprintf(stderr, "usage: revoke file ...\n");
51 usage();
/freebsd-11-stable/sbin/bectl/
H A Dbectl.h30 int usage(bool explicit);
/freebsd-11-stable/usr.sbin/eeprom/
H A Deeprom.c48 static void usage(void);
51 usage(void) function
55 "usage: eeprom -a\n"
74 usage();
79 usage();
84 usage();
93 usage();
109 usage();
/freebsd-11-stable/contrib/gcc/
H A Dgencheck.c36 static void usage (void);
39 usage (void) function
55 usage ();
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp.c59 usage(void) function
121 usage();
144 usage();
151 usage();
158 usage();
169 usage();
176 usage();
189 usage();
195 usage();
197 usage();
[all...]
/freebsd-11-stable/tools/tools/scsi-defects/
H A Dscsi-defects.pl34 sub usage subroutine
36 die "usage: scsi-defects raw-device-name [Glist|Plist]\n";
44 &usage if $#ARGV < 0 || $#ARGV > 1;
60 else { &usage; }
/freebsd-11-stable/sbin/nandfs/
H A Dnandfs.c45 usage(void) function
48 fprintf(stderr, "usage: nandfs [lssnap | mksnap | rmsnap <snap>] "
60 usage();
73 usage();
/freebsd-11-stable/usr.bin/perror/
H A Dperror.c40 static void usage(void);
51 usage();
69 usage(void) function
71 fprintf(stderr, "usage: perror number\n");
/freebsd-11-stable/usr.bin/logname/
H A Dlogname.c48 void usage(void);
59 usage();
67 usage(void) function
69 (void)fprintf(stderr, "usage: logname\n");
/freebsd-11-stable/bin/domainname/
H A Ddomainname.c52 static void usage(void);
65 usage();
71 usage();
85 usage(void) function
87 (void)fprintf(stderr, "usage: domainname [ypdomain]\n");
/freebsd-11-stable/release/scripts/
H A Drelnotes-search.sh38 usage() { function
55 [ -z "${where}" ] && usage
75 usage
84 [ "$#" -ne 1 ] && usage
/freebsd-11-stable/tools/tools/fetchbench/
H A Dfetchbench37 # Example usage: ./fetchbench -i 2 -n 5 http://freebsd.org
39 usage() function
42 usage: fetchbench [-i number-of-instances] [-n fetches-per-instance] url
55 *) usage ;;
61 usage
/freebsd-11-stable/sbin/ddb/
H A Dddb.h38 void usage(void);
/freebsd-11-stable/usr.bin/dirname/
H A Ddirname.c49 void usage(void);
64 usage();
70 usage();
82 usage(void) function
85 (void)fprintf(stderr, "usage: dirname string [...]\n");

Completed in 189 milliseconds

1234567891011>>