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