Searched refs:MAX_CMD_STR (Results 1 – 1 of 1) sorted by relevance
38 #define MAX_CMD_STR 1024 in log_cmd() macro39 char cmd_str[MAX_CMD_STR] = ""; in log_cmd()43 strlcat(cmd_str, s, MAX_CMD_STR); in log_cmd()44 strlcat(cmd_str, " ", MAX_CMD_STR); in log_cmd()