Searched refs:usage (Results 401 - 425 of 2166) sorted by relevance

<<11121314151617181920>>

/netbsd-current/usr.bin/last/
H A Dlast.c127 __dead static void usage(void);
130 void usage(void) function
132 (void)fprintf(stderr, "usage: %s [-#%s] [-nTx] [-f file]"
172 usage();
180 usage();
185 usage();
194 usage();
199 usage();
215 usage();
/netbsd-current/usr.bin/mesg/
H A Dmesg.c74 goto usage;
106 usage: (void)fprintf(stderr, "Usage: %s [y | n]\n", getprogname());
/netbsd-current/lib/libusbhid/
H A Dusbhid.h61 unsigned int usage; member in struct:hid_item
97 int hid_locate(report_desc_t d, unsigned int usage, enum hid_kind k, hid_item_t *h, int id);
99 /* Conversion to/from usage names, usage.c: */
/netbsd-current/sbin/gpt/
H A Dheader.c65 #define usage() gpt_usage(NULL, &c_header) macro
105 return usage();
/netbsd-current/usr.bin/passwd/
H A Dpasswd.c100 usage(void) function
104 (*personality->pw_usage)("usage:");
106 global_usage("usage:");
145 usage();
151 usage();
202 const char *usage; member in struct:pw_module_s
235 usage(void) function
239 fprintf(stderr, "usage:\n");
243 pw_modules[i].usage);
349 usage();
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Dmsg_cmp.sh36 usage() function
38 echo "usage: msg_cmp.sh msg_defs.h file1 file2" >&2
42 [ "$#" = 3 ] || usage
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dtest_recheck12 usage () function
35 -h | \?) usage ;;
41 test $# -gt 0 || usage
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Ddbus-listen-preq.py15 def usage(): function
48 usage()
/netbsd-current/external/bsd/pkg_install/dist/x509/
H A Dpkgsrc.sh43 usage() { function
61 usage
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Ddtest.c52 static void usage( const char *name ) function
54 fprintf( stderr, "usage: %s fmt\n", name );
74 usage( argv[0] );
/netbsd-current/bin/kill/
H A Dkill.c70 __dead static void usage(void);
83 usage();
102 usage();
105 usage();
129 usage();
150 usage();
175 usage();
318 usage(void) function
322 fprintf(stderr, "usage: %s [-s signal_name] pid ...\n"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenchecksum.c25 usage (void) function
104 usage ();
H A Dhash-table.c104 /* Return a reference to the lazily initialized hash-table usage description.
111 static mem_alloc_description<mem_usage> usage; local
112 return usage;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_attr.c27 /* Add key usage to PKCS#8 structure */
29 int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage) argument
31 unsigned char us_val = (unsigned char)usage;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-avx512_4fmaps-warn.s1 # Check warnings for invalid usage of register group
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-detach-client.c37 .usage = "[-aP] [-E shell-command] "
51 .usage = CMD_TARGET_CLIENT_USAGE,
H A Dcmd-copy-mode.c34 .usage = "[-eHMuq] [-s src-pane] " CMD_TARGET_PANE_USAGE,
48 .usage = CMD_TARGET_PANE_USAGE,
/netbsd-current/libexec/httpd/
H A Dmain.c57 /* print a usage message, and then exit */
59 usage(bozohttpd_t *httpd, char *progname) function
61 bozowarn(httpd, "usage: %s [options] slashdir [virtualhostname]",
195 usage(&httpd, progname);
269 usage(&httpd, progname);
281 usage(&httpd, progname);
339 usage(&httpd, progname);
391 usage(&httpd, progname);
403 usage(&httpd, progname);
412 usage(
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhash-table.cc104 /* Return a reference to the lazily initialized hash-table usage description.
111 static mem_alloc_description<mem_usage> usage; local
112 return usage;
H A Dgenchecksum.cc25 usage (void) function
104 usage ();
/netbsd-current/distrib/sets/
H A Dmakeflist13 usage() function
69 usage
H A Dmakesums31 usage() function
57 usage
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c38 atomic64_t usage; member in struct:amdgpu_vram_mgr
284 u64 usage; local
292 for (usage = 0; nodes && pages; pages -= nodes->size, nodes++)
293 usage += amdgpu_vram_mgr_vis_size(adev, nodes);
295 return usage;
355 if (atomic64_add_return(mem_bytes, &mgr->usage) > max_bytes) {
356 atomic64_sub(mem_bytes, &mgr->usage);
378 atomic64_sub(mem_bytes, &mgr->usage);
435 atomic64_sub(mem->num_pages << PAGE_SHIFT, &mgr->usage);
457 uint64_t usage local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm_dump.sh49 function usage { function
71 h) usage ;;
73 :) echo "$0: $OPTARG requires a value:"; usage ;;
74 \?) echo "$0: unknown option $OPTARG"; usage ;;
75 *) usage ;;
/netbsd-current/sys/arch/x68k/usr.bin/bellctrl/
H A Dbellctrl.c44 static void usage(void) __dead;
56 usage();
140 usage();
147 usage();
243 usage(void) function

Completed in 333 milliseconds

<<11121314151617181920>>