Home
last modified time | relevance | path

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

/acpica-3.6.0/generate/lint/
Denv-vc6.lnt25 Arguments: -i"C:\LINT" -u std.lnt env-vc6.lnt "$(FileName)$(FileExt)"
44 "$(FileName)S(FileExt)" the containing directory can have a std.lnt that
47 HOWEVER, you may need to use $(FilePath) in place of $(FileName)$(FileExt)
52 *Caution* -- You MUST have parentheses with $(Filename)$(FileExt) and
/acpica-3.6.0/source/compiler/
Dcvparser.c207 char *FileExt = Filename + Length - 4; in CvIsFilename() local
211 if ((Length > 4) && AcpiUtStricmp (FileExt, ".dsl")) in CvIsFilename()