Searched refs:STRLIST_FOREACH (Results 1 – 4 of 4) sorted by relevance
/system/core/toolbox/ |
D | getprop.c | 28 STRLIST_FOREACH(list, str, printf("%s\n", str)); in list_properties()
|
D | dynarray.h | 61 #define STRLIST_FOREACH(_list,_string,_stmnt) \ macro
|
D | ls.c | 353 STRLIST_FOREACH(&files, filename, listfile(name, filename, flags)); in listdir() 395 STRLIST_FOREACH(&subdirs, path, { in listdir() 472 STRLIST_FOREACH(&files, path, { in ls_main()
|
D | dynarray.c | 84 STRLIST_FOREACH(list, string, free(string)); in strlist_done()
|