Lines Matching defs:list
158 const char **list = NULL;
166 list = talloc_array(mem_ctx, const char*, num);
167 if (list == NULL) {
173 list[i] = sbus_opath_compose(list, PATH_RESPONDERS, svc[i]);
174 if (list[i] == NULL) {
181 *_list = list;
186 talloc_free(list);
198 const char **list = NULL;
216 list = talloc_array(tmp_ctx, const char*, num);
217 if (list == NULL) {
223 list[i] = sbus_opath_compose(list, PATH_BACKENDS, names[i]);
224 if (list[i] == NULL) {
231 *_list = talloc_steal(mem_ctx, list);