Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 77) sorted by relevance

1234

/busybox-1.35.0/examples/udhcp/
Dudhcpd.conf70 option subnet 255.255.255.0
73 option dns 129.219.13.81 # appended to above DNS servers for a total of 3
74 option domain local
75 option lease 864000 # default: 10 days
76 option msstaticroutes 10.0.0.0/8 10.127.0.1 # single static route
77 option staticroutes 10.0.0.0/8 10.127.0.1, 10.11.12.0/24 10.11.12.1
79 option 0x08 01020304 # option 8: "cookie server IP addr: 1.2.3.4"
80 option 14 "dumpfile"
/busybox-1.35.0/
DMakefile.flags10 CPPFLAGS += $(call cc-option,-std=gnu99,)
20 CFLAGS += $(call cc-option,-Wall,)
21 CFLAGS += $(call cc-option,-Wshadow,)
22 CFLAGS += $(call cc-option,-Wwrite-strings,)
23 CFLAGS += $(call cc-option,-Wundef,)
24 CFLAGS += $(call cc-option,-Wstrict-prototypes,)
25 CFLAGS += $(call cc-option,-Wunused -Wunused-parameter,)
26 CFLAGS += $(call cc-option,-Wunused-function -Wunused-value,)
27 CFLAGS += $(call cc-option,-Wmissing-prototypes -Wmissing-declarations,)
28 CFLAGS += $(call cc-option,-Wno-format-security,)
[all …]
/busybox-1.35.0/networking/udhcp/
Dd6_dhcpc.c177 static void *d6_find_option(uint8_t *option, uint8_t *option_end, unsigned code) in d6_find_option() argument
180 int len_m4 = option_end - option - 4; in d6_find_option()
183 if (option[3] > len_m4) in d6_find_option()
189 if (option[0] != 0 || option[2] != 0) in d6_find_option()
193 if (option[1] == code) in d6_find_option()
194 return option; /* yes! */ in d6_find_option()
195 len_m4 -= option[3] + 4; in d6_find_option()
196 option += option[3] + 4; in d6_find_option()
201 static void *d6_copy_option(uint8_t *option, uint8_t *option_end, unsigned code) in d6_copy_option() argument
203 uint8_t *opt = d6_find_option(option, option_end, code); in d6_copy_option()
[all …]
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_positional.tests12 | sed -e 's/ unrecognized option: / invalid option -- /' \
13 -e 's/ illegal option -- / invalid option -- /' \
Dgetopt_test_libc_bug.right3 ./getopt_test_libc_bug.tests: invalid option -- b
6 ./getopt_test_libc_bug.tests: invalid option -- d
12 ./getopt_test_libc_bug.tests: invalid option -- b
15 ./getopt_test_libc_bug.tests: invalid option -- d
21 ./getopt_test_libc_bug.tests: invalid option -- b
24 ./getopt_test_libc_bug.tests: invalid option -- d
Dgetopt_silent.tests3 # If an unknown option is met, VAR shall be set to "?". In this case,
5 # to the option character found, but no output shall be written
9 # If an option-argument is missing:
11 # and OPTARG shall be set to the option character found.
28 | sed -e 's/ unrecognized option: / invalid option -- /' \
29 -e 's/ illegal option -- / invalid option -- /' \
Dgetopt_nested.right7 ./getopt_nested.tests: invalid option -- d
9 ./getopt_nested.tests: invalid option -- e
11 ./getopt_nested.tests: invalid option -- f
Dgetopt_optarg.tests23 | sed -e 's/ unrecognized option: / invalid option -- /' \
24 -e 's/ illegal option -- / invalid option -- /' \
Dgetopt_nested.tests20 | sed -e 's/ unrecognized option: / invalid option -- /' \
21 -e 's/ illegal option -- / invalid option -- /' \
Dgetopt_optarg.right2 ./getopt_optarg.tests: invalid option -- q
5 ./getopt_optarg.tests: invalid option -- r
8 ./getopt_optarg.tests: invalid option -- y
Dgetopt_simple.tests7 # Each option is a separate argument (no "-abc"). This conceptually
10 # We check that loop does not stop on unknown option (sets "?"),
11 # stops on _first_ non-option argument.
62 # What happens on unknown option?
80 | sed -e 's/ unrecognized option: / invalid option -- /' \
81 -e 's/ illegal option -- / invalid option -- /' \
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_test_libc_bug.right3 Illegal option -b
6 Illegal option -d
12 Illegal option -b
15 Illegal option -d
21 Illegal option -b
24 Illegal option -d
Dgetopt_nested.right7 Illegal option -d
9 Illegal option -e
11 Illegal option -f
Dgetopt_nested.tests20 | sed -e 's/ unrecognized option: / invalid option -- /' \
21 -e 's/ illegal option -- / invalid option -- /' \
Dgetopt_optarg.right2 Illegal option -q
5 Illegal option -r
8 Illegal option -y
Dgetopt_silent.tests3 # If an unknown option is met, VAR shall be set to "?". In this case,
5 # to the option character found, but no output shall be written
9 # If an option-argument is missing:
11 # and OPTARG shall be set to the option character found.
/busybox-1.35.0/arch/i386/
DMakefile7 CFLAGS += $(call cc-option,-march=i486 -mtune=i386,)
12 CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2,)
21 CFLAGS += $(call cc-option,-malign-data=abi,)
/busybox-1.35.0/docs/
Dposix_conformance.txt11 For each option it is set if it (a) exists and (b) compliant to POSIX 2008.
13 means no one has yet bothered to make sure that the option does what it is
41 option | exists | compliant | remarks
62 option | exists | compliant | remarks
76 option | exists | compliant | remarks
77 -u | yes | no | option is ignored
81 option | exists | compliant | remarks
91 option | exists | compliant | remarks
97 option | exists | compliant | remarks
110 option | exists | compliant | remarks
[all …]
/busybox-1.35.0/examples/var_service/dhcpd_if/
Dudhcpd.conf26 option subnet 255.255.255.0
27 option lease 3600
/busybox-1.35.0/shell/hush_test/hush-vars/
Dunset.tests44 | sed -e 's/ unrecognized option: / invalid option -- /' \
45 -e 's/ illegal option -- / invalid option -- /' \
/busybox-1.35.0/testsuite/
Dparse.tests121 [option][subnet][255.255.255.0]
124 [option][dns][129.219.13.81]
125 [option][domain][local]
126 [option][lease][864000]
127 [option][msstaticroutes][10.0.0.0/8][10.127.0.1]
128 [option][staticroutes][10.0.0.0/8][10.127.0.1,][10.11.12.0/24][10.11.12.1]
129 [option][0x08][01020304]
/busybox-1.35.0/scripts/kconfig/
Dkxgettext.c82 const char *option; member
89 static struct message *message__new(const char *msg, char *option, char *file, int lineno) in message__new() argument
104 self->option = option; in message__new()
144 static int message__add(const char *msg, char *option, char *file, int lineno) in message__add() argument
154 m = message__new(escaped, option, file, lineno); in message__add()
188 if (self->option != NULL) in message__print_file_lineno()
189 printf("# %s:00000\n", self->option); in message__print_file_lineno()
/busybox-1.35.0/scripts/
DKbuild.include52 # as-option
53 # Usage: cflags-y += $(call as-option, -Wa$(comma)-isa=foo,)
55 as-option = $(shell if $(CC) $(CFLAGS) $(1) -Wa,-Z -c -o /dev/null \
59 # cc-option
60 # Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586)
62 cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
65 # hostcc-option
66 # Usage: hostcflags-y += $(call hostcc-option, -march=winchip-c6, -march=i586)
68 hostcc-option = $(shell if $(HOSTCC) $(HOSTCFLAGS) $(1) -S -o /dev/null -xc /dev/null \
71 # cc-option-yn
[all …]
/busybox-1.35.0/arch/x86_64/
DMakefile11 CFLAGS += $(call cc-option,-malign-data=abi,)
/busybox-1.35.0/loginutils/
DConfig.src27 Enabling this option will cause busybox to directly access the
30 works). When this option is enabled, you will not be able to use
37 you must NOT use this option.
39 If you enable this option, it will add about 1.5k.
53 Enabling this option will cause busybox to directly access the
56 how glibc NSS works). When this option is enabled, you will not be
77 If you enable this option, it will add about 4.8k of code
91 With this option off, login will fail password check for any

1234