/busybox-1.35.0/networking/libiproute/ |
D | rtm_map.c | 14 static const char keywords[] ALIGN1 = variable 23 #define str_local keywords 70 const smalluint key = index_in_substrings(keywords, arg) + 1; in rtnl_rtntype_a2n()
|
D | iptunnel.c | 169 static const char keywords[] ALIGN1 = in parse_args() local 199 key = index_in_strings(keywords, *argv); in parse_args() 202 key = index_in_strings(keywords, *argv); in parse_args() 278 key = index_in_strings(keywords, *argv); in parse_args() 283 key = index_in_strings(keywords, *argv); in parse_args() 292 key = index_in_strings(keywords, *argv); in parse_args() 304 key = index_in_strings(keywords, *argv); in parse_args() 555 static const char keywords[] ALIGN1 = in do_iptunnel() local 560 int key = index_in_substrings(keywords, *argv); in do_iptunnel()
|
D | iplink.c | 260 static const char keywords[] ALIGN1 = in do_set() local 275 key = index_in_substrings(keywords, *argv); in do_set() 510 static const char keywords[] ALIGN1 = in vlan_parse_opt() local 543 arg = index_in_substrings(keywords, *argv); in vlan_parse_opt() 564 die_must_be_on_off(nth_string(keywords, arg)); in vlan_parse_opt() 620 static const char keywords[] ALIGN1 = in do_add_or_delete() local 654 arg = index_in_substrings(keywords, *argv); in do_add_or_delete() 747 static const char keywords[] ALIGN1 = in do_iplink() local 752 int key = index_in_substrings(keywords, *argv); in do_iplink()
|
D | ipneigh.c | 61 static const char keywords[] ALIGN1 = in nud_state_a2n() local 80 id = index_in_substrings(keywords, arg); in nud_state_a2n() 229 static const char keywords[] ALIGN1 = in ipneigh_list_or_flush() local 253 arg = index_in_substrings(keywords, *argv); in ipneigh_list_or_flush()
|
D | iprule.c | 35 static const char keywords[] ALIGN1 = variable 41 #define keyword_preference (keywords + sizeof("from") + sizeof("to")) 241 key = index_in_substrings(keywords, *argv) + 1; in iprule_modify()
|
D | iproute.c | 349 static const char keywords[] ALIGN1 = in iproute_modify() local 354 #define keyword_via (keywords + sizeof("src")) in iproute_modify() 417 arg = index_in_substrings(keywords, *argv); in iproute_modify() 779 static const char keywords[] ALIGN1 = in iproute_list_or_flush() local 812 arg = index_in_substrings(keywords, *argv); in iproute_list_or_flush() 818 if (index_in_strings(keywords, *argv) != KW_all) in iproute_list_or_flush() 835 parm = index_in_substrings(keywords, *argv); in iproute_list_or_flush() 867 parm = index_in_substrings(keywords, *argv); in iproute_list_or_flush() 883 arg = index_in_substrings(keywords, *argv); in iproute_list_or_flush()
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | builtin1.tests | 1 # builtins, unlike keywords like "while", can be constructed
|
D | assignment1.tests | 1 # Assignments after some keywords should still work
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | builtin1.tests | 1 # builtins, unlike keywords like "while", can be constructed
|
D | assignment1.tests | 1 # Assignments after some keywords should still work
|
/busybox-1.35.0/networking/ |
D | ip.c | 393 static const char keywords[] ALIGN1 = "" in ip_main() local 419 key = index_in_substrings(keywords, *argv++); in ip_main()
|
D | brctl.c | 498 static const char keywords[] ALIGN1 = in brctl_main() local 531 key = index_in_strings(keywords, *argv); in brctl_main()
|
D | wget.c | 1390 static const char keywords[] ALIGN1 = in download_one_url() local 1405 key = index_in_strings(keywords, G.wget_buf) + 1; in download_one_url()
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpd.c | 400 static const struct config_keyword keywords[] ALIGN_PTR = { variable 424 enum { KWS_WITH_DEFAULTS = ARRAY_SIZE(keywords) - 6 }; 434 keywords[i].handler(keywords[i].def, (char*)&server_data + keywords[i].ofs); in read_config() 438 for (k = keywords, i = 0; i < ARRAY_SIZE(keywords); k++, i++) { in read_config()
|
/busybox-1.35.0/coreutils/ |
D | dd.c | 313 static const char keywords[] ALIGN1 = in dd_main() local 418 what = index_in_strings(keywords, arg); in dd_main()
|
D | expr.c | 343 static const char keywords[] ALIGN1 = in eval6() local 349 int key = *G.args ? index_in_strings(keywords, *G.args) + 1 : 0; in eval6()
|
/busybox-1.35.0/util-linux/ |
D | mdev.c | 275 static const char keywords[] ALIGN1 = "add\0remove\0"; // "change\0" variable 1095 op = index_in_strings(keywords, action); in process_action()
|
/busybox-1.35.0/docs/ |
D | tar_pax.txt | 134 The keywords prefixed by "realtime." are reserved for future 138 The keywords prefixed by "security." are reserved for future
|
D | Kconfig-language.txt | 188 line starts with a keyword (except help texts). The following keywords
|
D | style-guide.txt | 143 Put a space between C keywords and left parens, but not between function names
|