Searched refs:argument (Results 1 – 18 of 18) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | printf.c | 188 const char *argument) in print_direc() argument 208 printf(format, *argument); in print_direc() 212 llv = my_xstrtoll(skip_whitespace(argument)); in print_direc() 230 llv = my_xstrtoull(skip_whitespace(argument)); in print_direc() 235 if (sizeof(argument) == sizeof(llv)) { in print_direc() 236 llv = (long long)(ptrdiff_t)argument; in print_direc() 243 printf(format, argument, /*unused:*/ argument, argument); in print_direc() 245 printf(format, precision, argument, /*unused:*/ argument); in print_direc() 248 printf(format, field_width, argument, /*unused:*/ argument); in print_direc() 250 printf(format, field_width, precision, argument); in print_direc() [all …]
|
/busybox-1.35.0/miscutils/ |
D | dc.c | 225 static void stack_machine(const char *argument) in stack_machine() argument 233 number = strtod(argument, &end); in stack_machine() 234 if (end != argument) { in stack_machine() 235 argument = end; in stack_machine() 241 argument = skip_whitespace(argument); in stack_machine() 243 if (*argument == '\0') in stack_machine() 248 char *after_name = is_prefixed_with(argument, o->name); in stack_machine() 250 argument = after_name; in stack_machine() 257 bb_error_msg_and_die("syntax error at '%s'", argument); in stack_machine()
|
/busybox-1.35.0/shell/ |
D | README | 51 : [argument...] 54 eval [argument...] 55 exec [command [argument...]] 62 set [-abCefhmnuvx] [-o option] [argument...] 63 set [+abCefhmnuvx] [+o option] [argument...] 64 set -- [argument...]
|
/busybox-1.35.0/procps/ |
D | ps.posix | 24 a single argument in the form of a <blank> or comma-separated 30 plist is a single argument in the form of a <blank> or comma- 50 clist is a single argument in the form of a <blank> or comma- 56 single argument in the form of a <blank> or comma-separated 66 the userlist is a single argument in the form of a <blank> or 74 that the userlist is a single argument in the form of a <blank> 86 names presented as a single argument, <blank> or comma-separated. Each 89 the characters in the argument shall be used as the header text. The 146 argument list as it was passed to the command when it started, 149 modify their argument list and having that modification be [all …]
|
/busybox-1.35.0/shell/hush_test/hush-quoting/ |
D | bkslash_case1.tests | 1 # Case argument is globbed, match patterns are not.
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | bkslash_case1.tests | 1 # Case argument is globbed, match patterns are not.
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_simple.tests | 7 # Each option is a separate argument (no "-abc"). This conceptually 11 # stops on _first_ non-option argument.
|
D | getopt_silent.tests | 9 # If an option-argument is missing:
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_simple.tests | 7 # Each option is a separate argument (no "-abc"). This conceptually 11 # stops on _first_ non-option argument.
|
D | getopt_silent.tests | 9 # If an option-argument is missing:
|
/busybox-1.35.0/docs/ |
D | busybox_header.pod | 51 You can also invoke BusyBox by issuing a command as an argument on the 76 Most BusyBox applets support the B<--help> argument to provide a terse runtime
|
D | Serial-Programming-HOWTO.txt | 157 Their argument was that the argument changed its stripes. Sometimes
|
D | tar_pax.txt | 176 option-argument) overrides or deletes a corresponding field in the
|
/busybox-1.35.0/networking/ |
D | ifupdown.c | 405 const char *argument = utoa(res); in parse() local 406 addstr(&result, argument, strlen(argument)); in parse()
|
/busybox-1.35.0/ |
D | INSTALL | 101 first argument to determine which applet to behave as, for example
|
D | README | 43 as "busybox" it takes the second argument as the name of the applet to
|
/busybox-1.35.0/klibc-utils/ |
D | ipconfig.c.txt | 250 // -d actually is an option with an argument
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 2189 * any pointer type to void*, and deal with argument conversions
|