Home
last modified time | relevance | path

Searched refs:INCOMPAT_LIST (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dcheck-uapi.sh151 find "$tree" -type f -name '*.h' -printf '%P\n' | grep -v -f "$INCOMPAT_LIST"
170 | grep -v "asm-generic" >> "$INCOMPAT_LIST"
174 printf "asm-generic/.*\.h\n" >> "$INCOMPAT_LIST"
220 add_to_incompat_list "$ref" "$INCOMPAT_LIST"
224 add_to_incompat_list "$ref" "$INCOMPAT_LIST"
228 sort -u -o "$INCOMPAT_LIST" "$INCOMPAT_LIST"
229 sed -i -e '/^$/d' "$INCOMPAT_LIST"
511 readonly INCOMPAT_LIST="${TMP_DIR}/incompat_list.txt"
512 touch "$INCOMPAT_LIST"
[all...]