OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_cmd
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c
352
#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/
nfc_int.h
224
void nfc_ncif_send (BT_HDR *p_buf, BOOLEAN
is_cmd
);
/external/lldb/scripts/
disasm-gdb-remote.pl
[
all
...]
/external/mksh/src/
edit.c
3392
#define
is_cmd
macro
[
all
...]
Completed in 206 milliseconds