Home
last modified time | relevance | path

Searched refs:keywords (Results 1 – 20 of 20) sorted by relevance

/busybox-1.35.0/networking/libiproute/
Drtm_map.c14 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()
Diptunnel.c169 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()
Diplink.c260 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()
Dipneigh.c61 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()
Diprule.c35 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()
Diproute.c349 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/
Dbuiltin1.tests1 # builtins, unlike keywords like "while", can be constructed
Dassignment1.tests1 # Assignments after some keywords should still work
/busybox-1.35.0/shell/ash_test/ash-misc/
Dbuiltin1.tests1 # builtins, unlike keywords like "while", can be constructed
Dassignment1.tests1 # Assignments after some keywords should still work
/busybox-1.35.0/networking/
Dip.c393 static const char keywords[] ALIGN1 = "" in ip_main() local
419 key = index_in_substrings(keywords, *argv++); in ip_main()
Dbrctl.c498 static const char keywords[] ALIGN1 = in brctl_main() local
531 key = index_in_strings(keywords, *argv); in brctl_main()
Dwget.c1390 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/
Ddhcpd.c400 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/
Ddd.c313 static const char keywords[] ALIGN1 = in dd_main() local
418 what = index_in_strings(keywords, arg); in dd_main()
Dexpr.c343 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/
Dmdev.c275 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/
Dtar_pax.txt134 The keywords prefixed by "realtime." are reserved for future
138 The keywords prefixed by "security." are reserved for future
DKconfig-language.txt188 line starts with a keyword (except help texts). The following keywords
Dstyle-guide.txt143 Put a space between C keywords and left parens, but not between function names