Home
last modified time | relevance | path

Searched refs:INDENT_STR_MAXLEN (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/devlink/
Ddevlink.c58 #define INDENT_STR_MAXLEN 32 macro
59 static char g_indent_str[INDENT_STR_MAXLEN + 1] = "";
63 if (g_indent_level + INDENT_STR_STEP > INDENT_STR_MAXLEN) in __pr_out_indent_inc()