Home
last modified time | relevance | path

Searched refs:match_str (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_auto_test.c76 static int run_cmd_to_shell_duplex(char *cmd, char *w_buf, char *r_buf, char *match_str) in run_cmd_to_shell_duplex() argument
93 if(match_str == NULL){ in run_cmd_to_shell_duplex()
99 if (strstr(buf, match_str)) { in run_cmd_to_shell_duplex()
H A Decho_pcbatest_server.c133 static int run_cmd_to_shell_duplex(char *cmd, char *w_buf, char *r_buf, char *match_str) in run_cmd_to_shell_duplex() argument
150 if(match_str == NULL){ in run_cmd_to_shell_duplex()
156 if (strstr(buf, match_str)) { in run_cmd_to_shell_duplex()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Darm-cci.c444 const char *match_str; in cci_probe_ports() local
468 &match_str)) { in cci_probe_ports()
473 is_ace = strcmp(match_str, "ace") == 0; in cci_probe_ports()
474 if (!is_ace && strcmp(match_str, "ace-lite")) { in cci_probe_ports()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dapparmorfs.c609 const char *match_str, size_t match_len) in profile_query_cb() argument
617 if (profile->file.dfa && *match_str == AA_CLASS_FILE) { in profile_query_cb()
620 match_str + 1, match_len - 1); in profile_query_cb()
627 if (!PROFILE_MEDIATES(profile, *match_str)) in profile_query_cb()
631 match_str, match_len); in profile_query_cb()
756 char *label_name, *match_str; in query_label() local
775 match_str = label_name + label_name_len + 1; in query_label()
787 profile_query_cb(profile, &perms, match_str, match_len); in query_label()
791 profile_query_cb(profile, &perms, match_str, match_len); in query_label()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.c497 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument
511 if (strcasestr(str, match_str) != NULL) in get_mext_match()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.c497 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument
511 if (strcasestr(str, match_str) != NULL) in get_mext_match()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.c497 static int get_mext_match(const char *match_str, match_f flag) in get_mext_match() argument
511 if (strcasestr(str, match_str) != 0) in get_mext_match()