Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 39) sorted by relevance

12

/busybox-1.35.0/applets/
Dusage.c25 #define MAKE_USAGE(aname, usage) { aname, usage }, argument
28 const char *usage; member
52 write(STDOUT_FILENO, usage_array[i].usage, strlen(usage_array[i].usage) + 1); in main()
Dusage_pod.c32 #define MAKE_USAGE(aname, usage) { aname, usage }, argument
35 const char *usage; member
84 && usage_array[i].usage[0] != NOUSAGE_STR[0] in main()
87 if (usage_array[i].usage[0]) in main()
88 printf("%s %s\n\n", usage_array[i].aname, usage_array[i].usage); in main()
DKbuild.src11 hostprogs-y += usage usage_pod applet_tables
31 applets/usage: .config include/applets.h
37 include/usage_compressed.h: applets/usage $(srctree_slash)applets/usage_compressed
/busybox-1.35.0/examples/
Dunrpm7 usage() { function
20 usage
28 usage
42 usage
52 usage
Dundeb7 usage() { function
21 usage
29 usage
48 usage
58 usage
Ddepmod.pl40 my $usage = <<TXT;
72 die $usage if $help;
73 die $usage unless $basedir && ( $kernel || $kernelsyms );
74 die "can't use both -k and -F\n\n$usage" if $kernel && $kernelsyms;
/busybox-1.35.0/scripts/
Dmkdiff_obj3 usage() { function
18 test -d "$1" || usage 1
19 test -d "$2" || usage 1
Dbloat-o-meter12 def usage(): function
32 usage()
38 usage()
42 usage()
/busybox-1.35.0/docs/
Dnew-applet-HOWTO.txt19 boilerplate and Config.in/Kbuild/usage/applet.h snippets (more on that below
53 //usage:#define mu_trivial_usage
54 //usage: "[-abcde] FILE..."
55 //usage:#define mu_full_usage
56 //usage: "Returns an indeterminate value\n"
57 //usage: "\n -a First function"
58 //usage: "\n -b Second function"
128 Kbuild/Config.in/usage/applets.h snippets in .c files
134 usage info text to include/applets.src.h and include/usage.src.h respectively.
141 keyword - kbuild, config, usage or applet - and a colon, just like shown in the
[all …]
Dembedded-scripts.txt65 //usage:#define mu_trivial_usage
66 //usage: "[-abcde] FILE..."
67 //usage:#define mu_full_usage
68 //usage: "Returns an indeterminate value\n"
69 //usage: "\n -a First function"
70 //usage: "\n -b Second function"
94 install directory can be specified and their usage messages are stored
Dkeep_data_small.txt15 minimize usage of libc functions which implicitly use
61 One example how to reduce global data usage is in
122 earlier mechanism to reduce bss usage. Each applet can use it for
/busybox-1.35.0/examples/shutdown-1.0/script/
Dhardshutdown.c89 static void usage(void) in usage() function
124 usage(); in main()
139 usage(); in main()
146 usage(); in main()
/busybox-1.35.0/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh63 usage() { function
68 usage
88 usage
/busybox-1.35.0/testsuite/
Dall_sourcecode.tests26 ${CROSS_COMPILE}cpp -dD -P $srcdir/../include/usage.h \
27 | sed -e '/^#define/d' -e '/^$/d' > src.usage.escaped
29 rm -f src.usage.escaped
/busybox-1.35.0/klibc-utils/
Dipconfig.c.txt232 //usage:#define ipconfig_trivial_usage
233 //usage: "[-c METHOD] [-t TIMEOUT] [-on] [-i VENDOR_ID] [-p PORT] [-d] IFACE..."
234 //usage:#define ipconfig_full_usage "\n\n"
235 //usage: "(Auto)configure network"
236 //usage: "\n"
237 //usage: "\n"" -c METHOD off/none/static or on/dhcp (default)"
238 //usage: "\n"" -t SECONDS Give up after SECONDS"
239 //usage: "\n"" -o Stop after one interface is configured"
240 //usage: "\n"" -n Dry run"
241 //usage: "\n"" -i VENDOR_ID DHCP vendor id (default '')"
[all …]
/busybox-1.35.0/shell/ash_test/ash-vars/
Dunset.tests8 # check funky usage
12 # check normal usage
/busybox-1.35.0/shell/hush_test/hush-vars/
Dunset.tests10 # check funky usage
14 # check normal usage
/busybox-1.35.0/shell/hush_test/hush-misc/
Dempty_args.tests5 # printf without args would print usage info
/busybox-1.35.0/shell/ash_test/ash-misc/
Dempty_args.tests5 # printf without args would print usage info
/busybox-1.35.0/scripts/basic/
Dfixdep.c129 void usage(void) in usage() function
404 usage(); in main()
Ddocproc.c68 void usage (void) in usage() function
341 usage(); in main()
/busybox-1.35.0/util-linux/volume_id/
Dutil.c88 part->usage = usage_to_string(usage_id); in volume_id_set_usage_part()
94 id->usage = usage_to_string(usage_id); in volume_id_set_usage()
/busybox-1.35.0/testsuite/date/
Ddate-works-1132 # This should error out (by showing usage text). Testing for that
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_simple.tests1 # Simple usage cases for getopts.
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_simple.tests1 # Simple usage cases for getopts.

12