HomeSort by relevance Sort by last modified time
    Searched defs:is_cmd (Results 1 - 2 of 2) 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/mksh/src/
edit.c 3392 #define is_cmd macro
    [all...]

Completed in 205 milliseconds