Searched refs:FileExt (Results 1 – 2 of 2) sorted by relevance
25 Arguments: -i"C:\LINT" -u std.lnt env-vc6.lnt "$(FileName)$(FileExt)"44 "$(FileName)S(FileExt)" the containing directory can have a std.lnt that47 HOWEVER, you may need to use $(FilePath) in place of $(FileName)$(FileExt)52 *Caution* -- You MUST have parentheses with $(Filename)$(FileExt) and
207 char *FileExt = Filename + Length - 4; in CvIsFilename() local211 if ((Length > 4) && AcpiUtStricmp (FileExt, ".dsl")) in CvIsFilename()