Home
last modified time | relevance | path

Searched refs:fnl (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmain.c138 int fnl, left = MaxFLArea, i; local
156 fnl = strlen(one_fn);
157 require(fnl<=left, "no more room in File List Area");
159 if (one_fn[fnl - 1] == 0x0a) one_fn[fnl - 1] = ' ';
161 left = left - fnl;
164 flp = flp + fnl;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwarnings.py199 fnl = filename.lower()
200 if fnl.endswith((".pyc", ".pyo")):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dwarnings.py203 fnl = filename.lower()
204 if fnl.endswith((".pyc", ".pyo")):