OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CuStrAlloc
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/test/unit/
CuTest.h
34
char*
CuStrAlloc
(int size);
CuTest.c
37
char*
CuStrAlloc
(int size)
46
char* newStr =
CuStrAlloc
(len + 1);
Completed in 32 milliseconds