OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sl_str
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/StdLib/PosixLib/Stringlist/
stringlist.c
69
sl->
sl_str
= malloc(sl->sl_max * sizeof(char *));
70
if (sl->
sl_str
== NULL) {
90
new = realloc(sl->
sl_str
,
95
sl->
sl_str
= new;
97
sl->
sl_str
[sl->sl_cur++] = name;
112
if (sl->
sl_str
) {
115
free(sl->
sl_str
[i]);
116
free(sl->
sl_str
);
133
if (strcmp(sl->
sl_str
[i], name) == 0)
134
return sl->
sl_str
[i];
[
all
...]
/device/linaro/bootloader/edk2/StdLib/Include/
stringlist.h
52
char **
sl_str
;
member in struct:_stringlist
Completed in 376 milliseconds