Searched refs:uniq (Results 1 – 4 of 4) sorted by relevance
41 | xargs realpath --relative-to=$(pwd) | xargs dirname | sort | uniq56 done; } | sort | uniq
39 LC_ALL=C sort "$input" "${extra_classes_files[@]}" | uniq | grep -f "$denylist" -v -F -x | grep -v …
157 std::string uniq = android::base::StringPrintf("Id: %d", id); in open() local158 strlcpy(reinterpret_cast<char*>(ev.u.create2.uniq), uniq.c_str(), sizeof(ev.u.create2.uniq)); in open()
169 TESTS=( `printf "%s\n" "${TESTS[@]}" | sort -n | uniq` )