OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundbuf
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c
190
char *namebuf, *
foundbuf
;
local
210
foundbuf
= XNEWVEC (char, maxlen);
211
foundbuf
[0] = '\0';
212
if (!namebuf || !
foundbuf
)
216
free (
foundbuf
);
230
if (strcasecmp (namebuf,
foundbuf
) > 0)
231
strcpy (
foundbuf
, namebuf);
235
/* If
foundbuf
is empty, we didn't find anything. Punt. */
236
if (!
foundbuf
[0])
238
free (
foundbuf
);
[
all
...]
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
794
bool
foundBuf
= false;
798
foundBuf
= true;
803
if (!
foundBuf
) {
Completed in 210 milliseconds