Searched refs:CMD_BUF_LEN (Results 1 – 2 of 2) sorted by relevance
16 #define CMD_BUF_LEN 4096 macro17 static char cmdbuf[CMD_BUF_LEN];
17 #define CMD_BUF_LEN 4096 macro18 static char cmdbuf[CMD_BUF_LEN];21 static char currbuf[CMD_BUF_LEN];274 char buf[CMD_BUF_LEN], *pos; in history_read()280 while (fgets(buf, CMD_BUF_LEN, f)) { in history_read()921 os_strlcpy(cmdbuf, match, CMD_BUF_LEN); in search_stop()