OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_alloced
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c
44
size_t pattern_alloced = 0,
string_alloced
= 0;
local
151
if (
string_alloced
< (size_t) (len - 3))
160
string_alloced
= len - 3;
/external/dbus/bus/
selinux.c
555
dbus_bool_t
string_alloced
;
local
565
string_alloced
= FALSE;
568
string_alloced
= TRUE;
644
if (
string_alloced
)
Completed in 344 milliseconds