HomeSort by relevance Sort by last modified time
    Searched refs:CMD_BUF_LEN (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/utils/
edit_simple.c 16 #define CMD_BUF_LEN 4096
17 static char cmdbuf[CMD_BUF_LEN];
edit.c 17 #define CMD_BUF_LEN 4096
18 static char cmdbuf[CMD_BUF_LEN];
21 static char currbuf[CMD_BUF_LEN];
274 char buf[CMD_BUF_LEN], *pos;
280 while (fgets(buf, CMD_BUF_LEN, f)) {
921 os_strlcpy(cmdbuf, match, CMD_BUF_LEN);

Completed in 355 milliseconds