/busybox-1.35.0/applets/ |
D | usage.c | 25 #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()
|
D | usage_pod.c | 32 #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()
|
D | Kbuild.src | 11 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/ |
D | unrpm | 7 usage() { function 20 usage 28 usage 42 usage 52 usage
|
D | undeb | 7 usage() { function 21 usage 29 usage 48 usage 58 usage
|
D | depmod.pl | 40 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/ |
D | mkdiff_obj | 3 usage() { function 18 test -d "$1" || usage 1 19 test -d "$2" || usage 1
|
D | bloat-o-meter | 12 def usage(): function 32 usage() 38 usage() 42 usage()
|
/busybox-1.35.0/docs/ |
D | new-applet-HOWTO.txt | 19 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 …]
|
D | embedded-scripts.txt | 65 //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
|
D | keep_data_small.txt | 15 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/ |
D | hardshutdown.c | 89 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/ |
D | check-lxdialog.sh | 63 usage() { function 68 usage 88 usage
|
/busybox-1.35.0/testsuite/ |
D | all_sourcecode.tests | 26 ${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/ |
D | ipconfig.c.txt | 232 //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/ |
D | unset.tests | 8 # check funky usage 12 # check normal usage
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | unset.tests | 10 # check funky usage 14 # check normal usage
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | empty_args.tests | 5 # printf without args would print usage info
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | empty_args.tests | 5 # printf without args would print usage info
|
/busybox-1.35.0/scripts/basic/ |
D | fixdep.c | 129 void usage(void) in usage() function 404 usage(); in main()
|
D | docproc.c | 68 void usage (void) in usage() function 341 usage(); in main()
|
/busybox-1.35.0/util-linux/volume_id/ |
D | util.c | 88 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/ |
D | date-works-1 | 132 # This should error out (by showing usage text). Testing for that
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_simple.tests | 1 # Simple usage cases for getopts.
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_simple.tests | 1 # Simple usage cases for getopts.
|