Home
last modified time | relevance | path

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

/system/netd/server/
DSoftapController.cpp142 std::string wbuf(StringPrintf("interface=%s\n" in setSoftap() local
158 … fbuf = StringPrintf("%swpa=3\nwpa_pairwise=TKIP CCMP\nwpa_psk=%s\n", wbuf.c_str(), psk_str); in setSoftap()
161 fbuf = StringPrintf("%swpa=2\nrsn_pairwise=CCMP\nwpa_psk=%s\n", wbuf.c_str(), psk_str); in setSoftap()
163 fbuf = wbuf; in setSoftap()
167 fbuf = wbuf; in setSoftap()
170 fbuf = wbuf; in setSoftap()
/system/core/toolbox/upstream-netbsd/bin/dd/
Dmisc.c167 static char wbuf[128]; in buffer_write() local
174 wbuf[cnt++] = str[i]; in buffer_write()
176 if (cnt >= sizeof(wbuf)) { in buffer_write()
177 (void)write(STDERR_FILENO, wbuf, cnt); in buffer_write()
183 (void)write(STDERR_FILENO, wbuf, cnt); in buffer_write()