Searched refs:usage (Results 276 - 300 of 1387) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/sendmail/libsm/
H A Dt-memstat.c29 usage(prg) function
32 fprintf(stderr, "usage: %s [options]\n", prg);
79 usage(argv[0]);
H A Dt-streq.c32 usage(prg) function
35 fprintf(stderr, "usage: %s [options]\n", prg);
79 usage(argv[0]);
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Ddbus-listen-preq.py15 def usage(): function
48 usage()
/freebsd-current/tools/test/stress2/tools/
H A Dzapsb.c25 usage(void) function
27 (void)fprintf(stderr, "usage: zapsb special_device\n");
39 usage();
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dthreadsappend.c79 usage(void) function
82 "usage: zfs_threadsappend <file name>\n");
95 usage();
/freebsd-current/contrib/bc/tests/
H A Dstdin.sh40 # Just print the usage and exit with an error. This can receive a message to
43 usage() { function
47 printf 'usage: %s dir [exe [args...]]\n' "$0"
57 usage "Not enough arguments"
H A Dhistory.sh36 # Just print the usage and exit with an error. This can receive a message to
39 usage() { function
43 printf 'usage: %s dir -a|idx [exe args...]\n' "$script"
64 usage "Not enough arguments; expect 2 arguments"
/freebsd-current/contrib/bc/gen/
H A Dstrgen.sh39 # Just print the usage and exit with an error. This can receive a message to
42 usage() { function
46 printf 'usage: %s input output exclude name [label [define [remove_tabs]]]\n' "$progname"
54 usage "Not enough arguments"
/freebsd-current/tools/boot/smbios/
H A Dmain.c77 usage(void) function
88 usage();
/freebsd-current/sys/dev/hid/
H A Dhpen.c62 #define HPEN_MAP_BUT(usage, code) \
63 HIDMAP_KEY(HUP_DIGITIZERS, HUD_##usage, code)
64 #define HPEN_MAP_ABS(usage, code) \
65 HIDMAP_ABS(HUP_DIGITIZERS, HUD_##usage, code)
66 #define HPEN_MAP_ABS_GD(usage, code) \
67 HIDMAP_ABS(HUP_GENERIC_DESKTOP, HUG_##usage, code)
68 #define HPEN_MAP_ABS_CB(usage, cb) \
69 HIDMAP_ABS_CB(HUP_DIGITIZERS, HUD_##usage, &cb)
/freebsd-current/usr.bin/stdbuf/
H A Dstdbuf.c56 usage(void) function
60 "usage: stdbuf [-e 0|L|B|<sz>] [-i 0|L|B|<sz>] [-o 0|L|B|<sz>] "
84 usage();
/freebsd-current/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh11 usage="Usage: $0 <dsk> [ -s <swap size> ] [ -z <zfs size> ]\n\
17 exerr ${usage};
24 #?) exerr ${usage};;
/freebsd-current/usr.bin/file2c/
H A Dfile2c.c17 usage(void) function
20 fprintf(stderr, "usage: %s [-sx] [-n count] [prefix [suffix]]\n",
46 usage();
/freebsd-current/tools/regression/p1003_1b/
H A Dmain.c25 static int usage(int argc, char *argv[]) function
31 fprintf(stderr, "usage: %s [-a] or one of [", argv[0]);
78 return usage(argc, argv);
/freebsd-current/tools/regression/netinet/udpconnectjail/
H A Dudpconnectjail.c48 usage(void) function
81 usage();
/freebsd-current/tools/tools/ath/athradar/
H A Dathradar.c238 usage(const char *progname) function
260 usage(progname);
264 usage(progname);
270 usage(progname);
279 usage(progname);
290 usage(progname);
294 usage(progname);
298 usage(progname);
/freebsd-current/tools/tools/kttcp/
H A Dkttcp.c64 usage(void) function
67 "usage: kttcp -r [-b sockbufsize] [-p port] [-q] [-v]\n"
132 usage();
137 usage();
159 usage();
164 usage();
172 usage();
176 usage();
183 usage();
/freebsd-current/usr.sbin/fdread/
H A Dfdread.c52 static void usage(void);
55 usage(void) function
59 "usage: fdread [-qr] [-d device] [-f fillbyte]\n"
87 usage();
102 usage();
125 usage();
137 usage();
141 usage();
144 usage();
/freebsd-current/contrib/bsddialog/utility/
H A Dutil.h37 void exit_error(bool usage, const char *fmt, ...);
85 void usage(void);
/freebsd-current/usr.bin/talk/
H A Dget_names.c47 usage(void) function
49 fprintf(stderr, "usage: talk person [ttyname]\n");
66 usage();
/freebsd-current/tests/sys/cddl/zfs/tests/threadsappend/
H A Dthreadsappend.c75 usage() function
78 "usage: zfs_threadsappend <file name>\n");
91 usage();
/freebsd-current/sbin/clri/
H A Dclri.c51 usage(void) function
53 (void)fprintf(stderr, "usage: clri special_device inode_number ...\n");
67 usage();
/freebsd-current/usr.sbin/ofwdump/
H A Dofwdump.c49 static void usage(void);
57 usage(void) function
61 "usage: ofwdump -a [-p | -P property] [-R | -S]\n"
85 usage();
93 usage();
99 usage();
104 usage();
109 usage();
119 usage();
123 * For the sake of scripts, usage() i
[all...]
/freebsd-current/usr.bin/mdo/
H A Dmdo.c19 usage(void) function
21 fprintf(stderr, "usage: mdo [-u username] [-i] [--] [command [args]]\n");
42 usage();
/freebsd-current/usr.bin/lam/
H A Dlam.c69 static void usage(void);
77 usage();
82 usage();
144 usage();
151 usage();
174 usage();
177 usage();
232 usage(void) function
235 "usage: lam [ -f min.max ] [ -s sepstring ] [ -t c ] file ...",

Completed in 216 milliseconds

<<11121314151617181920>>