Lines Matching refs:out
130 struct list **out) { in recurse() argument
189 for (f = *out; f != NULL; f = f->next) { in recurse()
194 *out = NULL; in recurse()
217 for (f = *out; f != NULL; f = f->next) { in recurse()
222 *out = NULL; in recurse()
232 res->next = *out; in recurse()
233 *out = res; in recurse()
236 if (recurse(algorithm, name, out) < 0) { in recurse()
267 struct list *out = NULL; in get_recursive_hash_manifest() local
276 if (recurse(algorithm, directory_path, &out) < 0) { in get_recursive_hash_manifest()
280 for (r = out; r != NULL; r = r->next) { in get_recursive_hash_manifest()
288 for (r = out; r != NULL; r = next) { in get_recursive_hash_manifest()
297 for (r = out; r != NULL; r = r->next) { in get_recursive_hash_manifest()
306 for (r = out; r != NULL; r = next) { in get_recursive_hash_manifest()
325 for (r = out; r != NULL; r = next) { in get_recursive_hash_manifest()