OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fbuf
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/tzcode/
scheck.c
21
register char *
fbuf
;
local
31
fbuf
= imalloc((int) (2 * strlen(format) + 4));
32
if (
fbuf
== NULL)
35
tp =
fbuf
;
59
if (sscanf(string,
fbuf
, &dummy) != 1)
61
ifree(
fbuf
);
/system/netd/
SoftapController.cpp
146
char *
fbuf
= NULL;
local
161
asprintf(&
fbuf
, "%swpa=1\nwpa_pairwise=TKIP CCMP\nwpa_psk=%s\n", wbuf, psk_str);
164
asprintf(&
fbuf
, "%swpa=2\nrsn_pairwise=CCMP\nwpa_psk=%s\n", wbuf, psk_str);
166
asprintf(&
fbuf
, "%s", wbuf);
169
asprintf(&
fbuf
, "%s", wbuf);
176
free(
fbuf
);
179
if (write(fd,
fbuf
, strlen(
fbuf
)) < 0) {
185
free(
fbuf
);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java
653
FloatBuffer
fbuf
= (FloatBuffer) data;
local
654
fbuf
.limit(total);
656
fnewBuf.put(
fbuf
);
[
all
...]
Completed in 130 milliseconds