Lines Matching refs:grep
49 if ldd fsverity | grep libfsverity.so; then
55 if nm libfsverity.a | grep ' T ' | grep -v " libfsverity_"; then
65 if ! ldd fsverity | grep libfsverity.so; then
70 if nm libfsverity.so | grep ' T ' | grep -v " libfsverity_"; then
98 if git status --short | grep -q '^??'; then
135 grep -E -v '(\.gitignore|LICENSE|.*\.md|testdata|fsverity_uapi\.h|libfsverity\.pc\.in)'
137 git grep -L 'SPDX-License-Identifier: MIT' \
143 git grep -L 'Use of this source code is governed by an MIT-style' \
148 git grep -L '\<Copyright\>' | filter_license_info > "$list" || true