Lines Matching refs:pszExt
830 const char *pszExt = RTPathSuffix(pszName);
831 if (pszExt)
832 pszExt++;
834 pszExt = "";
847 if (!RTStrICmp(pszExt, "dSYM"))
851 if (!RTStrICmp(pszExt, &g_apszBundleSuffixes[i][1]))
861 if ( !RTStrICmp(pszExt, "pdb")
862 || !RTStrICmp(pszExt, "dbg")
863 || !RTStrICmp(pszExt, "sym")
864 || !RTStrICmp(pszExt, "dwo")
865 || !RTStrICmp(pszExt, "dwp")
866 || !RTStrICmp(pszExt, "debug")
867 || !RTStrICmp(pszExt, "dsym")
868 || !RTStrICmp(pszExt, "dwarf")
869 || !RTStrICmp(pszExt, "map")
870 || !RTStrICmp(pszExt, "cv"))
874 if ( !RTStrICmp(pszExt, "txt")
875 || !RTStrICmp(pszExt, "html")
876 || !RTStrICmp(pszExt, "htm")
877 || !RTStrICmp(pszExt, "rtf")
878 || !RTStrICmp(pszExt, "zip")
879 || !RTStrICmp(pszExt, "doc")
880 || !RTStrICmp(pszExt, "gz")
881 || !RTStrICmp(pszExt, "bz2")
882 || !RTStrICmp(pszExt, "xz")
883 || !RTStrICmp(pszExt, "kmk")
884 || !RTStrICmp(pszExt, "c")
885 || !RTStrICmp(pszExt, "cpp")
886 || !RTStrICmp(pszExt, "h")
887 || !RTStrICmp(pszExt, "m")
888 || !RTStrICmp(pszExt, "mm")
889 || !RTStrICmp(pszExt, "asm")
890 || !RTStrICmp(pszExt, "S")
891 || !RTStrICmp(pszExt, "inc")
892 || !RTStrICmp(pszExt, "sh")