Searched refs:index_in_strings (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dip_parse_common_args.c56 arg = index_in_strings(ip_common_commands, opt) + 1;
62 arg = index_in_strings(ip_common_commands, argv[1]) + 1;
H A Diplink.c182 key = index_in_strings(keywords, *argv) + 1;
201 key = index_in_strings(keywords, *argv) + 1;
211 key = index_in_strings(keywords, *argv) + 1;
H A Diptunnel.c162 key = index_in_strings(keywords, *argv);
165 key = index_in_strings(keywords, *argv);
244 key = index_in_strings(keywords, *argv);
249 key = index_in_strings(keywords, *argv);
258 key = index_in_strings(keywords, *argv);
270 key = index_in_strings(keywords, *argv);
H A Diproute.c370 if (index_in_strings(keywords, *argv) == PARM_lock) {
555 if (index_in_strings(keywords, *argv) != PARM_all)
710 switch (index_in_strings(options, *argv)) {
H A Dipaddress.c429 const int option_num = index_in_strings(option, *argv);
618 const int option_num = index_in_strings(option, *argv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcompare_string_array.c22 int index_in_strings(const char *strings, const char *key) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddd.c156 what = index_in_strings(keywords, key) + 1;
175 * index_in_strings() without copying.
181 what = index_in_strings(keywords, arg) + 1;
H A Dtr.c92 j = index_in_strings(classes, tmp) + 1;
H A Dexpr.c285 int key = *G.args ? index_in_strings(keywords, *G.args) + 1 : 0;
H A Dstty.c574 int i = index_in_strings(params, name) + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c162 encap = index_in_strings(proto_names, proto);
H A Darp.c86 switch (index_in_strings(options, *args)) {
240 switch (index_in_strings(options, *args)) {
H A Dwget.c328 smalluint key = index_in_strings(keywords, *&buf) + 1;
338 if (index_in_strings(keywords, str_tolower(str)) + 1 != KEY_chunked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dfind.c544 int parm = index_in_strings(params, arg);
842 int opt = index_in_strings(options, arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c520 i = index_in_strings(options, when);
560 i = index_in_strings(options, what);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmount.c912 switch (index_in_strings(options, opt)) {
1008 switch (index_in_strings(options, opt)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c824 if (index_in_strings(ignored_types, fs->type) >= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h795 extern int index_in_strings(const char *strings, const char *key);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Ddpkg.c592 field_num = index_in_strings(field_names, field_name);

Completed in 124 milliseconds