Searched refs:is_cmd (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c352 #define is_cmd(str) ((strlen(str) == strlen(cmd)) && strncmp((const char *)&cmd, str, strlen(str)) == 0) macro
353 #define if_cmd(str) if (is_cmd(str))
764 if (is_cmd(console_cmd_list[i].name))
/external/libnfc-nci/src/nfc/int/
H A Dnfc_int.h224 void nfc_ncif_send (BT_HDR *p_buf, BOOLEAN is_cmd);
/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl2022 my $is_cmd = 1;
2027 $is_cmd = 0; # Note that this is a reply
2034 if ( $is_cmd == 0 )
2051 if ($is_cmd) {
2064 if ($is_cmd) {
/external/mksh/src/
H A Dedit.c3392 #define is_cmd(c) (classify[(c)&0x7f]&(vM|vE|vC|vU)) macro
3907 else if (is_cmd(ch))

Completed in 169 milliseconds