Searched defs:bn (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dgetpath.c303 char *bn; local
307 bn = basename(filename); // Separate off the file name component
309 bnlen = strlen(bn);
310 newbn = strrchr(bn, '.'); // Does basename contain a period?
312 newbn = &bn[bnlen];
319 joinpath(filename, bn); // Stitch path and file name back together
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dgetpath.c234 char *bn; local
238 bn = basename(filename); // Separate off the file name component
240 bnlen = strlen(bn);
241 newbn = strrchr(bn, '.'); // Does basename contain a period?
243 newbn = &bn[bnlen];
250 joinpath(filename, bn); // Stitch path and file name back together
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregcomp.c1820 BRefNode* bn = NBREF(node); local
1822 if (! IS_BACKREF_NAME_REF(bn))
1825 old_num = bn->back_num;
1826 if (IS_NULL(bn->back_dynamic))
1827 backs = bn->back_static;
1829 backs = bn->back_dynamic;
1839 bn->back_num = pos;

Completed in 149 milliseconds