Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dedit_simple.c16 #define CMD_BUF_LEN 4096 macro
17 static char cmdbuf[CMD_BUF_LEN];
Dedit.c17 #define CMD_BUF_LEN 4096 macro
18 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()