#!/bin/bash
cat ~/sources/wince500/PUBLIC/COMMON/DDK/INC/sdcardddk.h ~/sources/wince500/PUBLIC/COMMON/SDK/INC/ntstatus.h ~/sources/wince500/PUBLIC/COMMON/SDK/INC/winerror.h ~/sources/winddk/6000/inc/api/WINERROR.H ~/sources/wm500aku/PUBLIC/OSSVCS/OAK/INC/failinfo.h  | grep $* | perl -ple 's/\s+/ /g; s/\s+$//g;' | sort|uniq
