Searched refs:MAX_CMD_STR (Results 1 – 1 of 1) sorted by relevance
42 #define MAX_CMD_STR 1024 in log_cmd() macro43 char cmd_str[MAX_CMD_STR] = ""; in log_cmd()47 strlcat(cmd_str, s, MAX_CMD_STR); in log_cmd()48 strlcat(cmd_str, " ", MAX_CMD_STR); in log_cmd()