Home | History | Annotate | Download | only in libcutils

Lines Matching defs:out

130                     struct list **out) {
190 for (f = *out; f != NULL; f = f->next) {
195 *out = NULL;
218 for (f = *out; f != NULL; f = f->next) {
223 *out = NULL;
233 res->next = *out;
234 *out = res;
237 if (recurse(algorithm, name, out) < 0) {
268 struct list *out = NULL;
277 if (recurse(algorithm, directory_path, &out) < 0) {
281 for (r = out; r != NULL; r = r->next) {
289 for (r = out; r != NULL; r = next) {
298 for (r = out; r != NULL; r = r->next) {
307 for (r = out; r != NULL; r = next) {
326 for (r = out; r != NULL; r = next) {