Searched refs:MAX_CMD_STR (Results 1 – 1 of 1) sorted by relevance
30 #define MAX_CMD_STR 1024 in log_cmd() macro31 char cmd_str[MAX_CMD_STR] = ""; in log_cmd()35 strlcat(cmd_str, s, MAX_CMD_STR); in log_cmd()36 strlcat(cmd_str, " ", MAX_CMD_STR); in log_cmd()