Lines Matching refs:strlen
187 int len = strlen(cmd); in matches()
189 if (len > strlen(pattern)) in matches()
1099 if (steps == 0 || strlen(num) == 0) in cmd_step()
1129 if (!pcap_loaded() || strlen(num) == 0) in cmd_select()
1156 if (strlen(subcmd) == 0) in cmd_breakpoint()
1183 if (pkts == 0 || strlen(num) == 0) in cmd_run()
1216 if (strlen(line_string) > 0 && in cmd_disassemble()
1261 len = strlen(cmd); in execf()
1263 if (len != strlen(cmds[i].name)) in execf()
1281 len = strlen(buf); in shell_comp_gen()
1375 if (ret == CMD_OK && strlen(buf) > 0) in run_shell_loop()