Searched refs:old_list (Results 1 – 9 of 9) sorted by relevance
70 local old_list=$(mktemp -t lutok-import.XXXXXX)73 trap "rm -f '${old_list}' '${new_list}' '${diff}'; exit 1" \76 ( cd "${old_dir}" && find . | sort >>"${old_list}" )79 diff -u "${old_list}" "${new_list}" | grep '^+\.' >>"${diff}" || true82 diff -u "${old_list}" "${new_list}" | grep '^+\.'89 rm -f "${old_list}" "${new_list}" "${diff}"
65 local old_list=$(mktemp -t kyua-atf-compat-import.XXXXXX)68 trap "rm -f '${old_list}' '${new_list}' '${diff}'; exit 1" \71 ( cd "${old_dir}" && find . | sort >>"${old_list}" )74 diff -u "${old_list}" "${new_list}" | grep '^+\.' >>"${diff}" || true77 diff -u "${old_list}" "${new_list}" | grep '^+\.'84 rm -f "${old_list}" "${new_list}" "${diff}"
70 local old_list=$(mktemp -t kyua-cli-import.XXXXXX)73 trap "rm -f '${old_list}' '${new_list}' '${diff}'; exit 1" \76 ( cd "${old_dir}" && find . | sort >>"${old_list}" )79 diff -u "${old_list}" "${new_list}" | grep '^+\.' >>"${diff}" || true82 diff -u "${old_list}" "${new_list}" | grep '^+\.'89 rm -f "${old_list}" "${new_list}" "${diff}"
70 local old_list=$(mktemp -t kyua-testers-import.XXXXXX)73 trap "rm -f '${old_list}' '${new_list}' '${diff}'; exit 1" \76 ( cd "${old_dir}" && find . | sort >>"${old_list}" )79 diff -u "${old_list}" "${new_list}" | grep '^+\.' >>"${diff}" || true82 diff -u "${old_list}" "${new_list}" | grep '^+\.'89 rm -f "${old_list}" "${new_list}" "${diff}"
571 struct dma_resv_list *old_list = robj->fence; in dma_resv_add_excl_fence() local585 if (old_list) in dma_resv_add_excl_fence()586 old_shared_count = old_list->shared_count; in dma_resv_add_excl_fence()593 if (old_list) in dma_resv_add_excl_fence()594 old_list->shared_count = 0; in dma_resv_add_excl_fence()606 if (old_list) { in dma_resv_add_excl_fence()608 dma_fence_put(old_list->shared[old_shared_count]); in dma_resv_add_excl_fence()610 old_list->shared[old_shared_count] = NULL; in dma_resv_add_excl_fence()913 struct dma_resv_list *old_list; in dma_resv_copy_fences() local984 old_list = dst_robj->fence; in dma_resv_copy_fences()[all …]
74 local old_list="${tmpdir}/old-list.txt"75 ( cd "${old_dir}" && find . -type f | sort >>"${old_list}" )80 comm -13 "${old_list}" "${new_list}" >"${added}"82 comm -23 "${old_list}" "${new_list}" | grep -v '/CVS' >"${removed}"
114 extern char *build_target_list PARAMS ((char *old_list));
358 lang_statement_list_type *old_list371 if (old_list->tail == (lang_statement_union_type **) curr)372 old_list->tail = (lang_statement_union_type **) prev;