Home
last modified time | relevance | path

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

/dpdk/lib/cmdline/
H A Dcmdline_private.h21 #define RDLINE_PROMPT_SIZE 32 macro
40 char prompt[RDLINE_PROMPT_SIZE];
77 char prompt[RDLINE_PROMPT_SIZE];
H A Dcmdline_rdline.c89 rdl->prompt_size = strnlen(prompt, RDLINE_PROMPT_SIZE-1); in rdline_newline()
92 rdl->prompt[RDLINE_PROMPT_SIZE-1] = '\0'; in rdline_newline()