OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osi_strdup
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
allocator.h
36
char *
osi_strdup
(const char *str);
/system/bt/osi/src/
allocator.c
27
char *
osi_strdup
(const char *str) {
function
data_dispatcher.c
53
ret->name =
osi_strdup
(name);
config.c
194
entry->value =
osi_strdup
(value);
364
section->name =
osi_strdup
(name);
394
entry->key =
osi_strdup
(key);
395
entry->value =
osi_strdup
(value);
Completed in 1380 milliseconds