Searched refs:CMD_BUF_LEN (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | edit_simple.c | 16 #define CMD_BUF_LEN 4096 macro 17 static char cmdbuf[CMD_BUF_LEN];
|
D | edit.c | 17 #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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | edit_simple.c | 16 #define CMD_BUF_LEN 4096 macro 17 static char cmdbuf[CMD_BUF_LEN];
|
D | edit.c | 17 #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()
|