Searched refs:lastdot (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | importdl.c | 25 char *lastdot, *shortname, *packagecontext, *oldcontext; in _PyImport_LoadDynamicModule() local 32 lastdot = strrchr(name, '.'); in _PyImport_LoadDynamicModule() 33 if (lastdot == NULL) { in _PyImport_LoadDynamicModule() 39 shortname = lastdot+1; in _PyImport_LoadDynamicModule()
|
D | import.c | 2394 char *lastdot = strrchr(start, '.'); in get_parent() local 2397 if (lastdot == NULL && level > 0) { in get_parent() 2402 if (lastdot == NULL) { in get_parent() 2411 len = lastdot - start; in get_parent()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | importdl.c | 25 char *lastdot, *shortname, *packagecontext, *oldcontext; in _PyImport_LoadDynamicModule() local 32 lastdot = strrchr(name, '.'); in _PyImport_LoadDynamicModule() 33 if (lastdot == NULL) { in _PyImport_LoadDynamicModule() 39 shortname = lastdot+1; in _PyImport_LoadDynamicModule()
|
D | import.c | 2293 char *lastdot = strrchr(start, '.'); in find_module() local 2296 if (lastdot == NULL && level > 0) { in find_module() 2301 if (lastdot == NULL) { in find_module() 2310 len = lastdot - start; in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | smtpd.py | 544 lastdot = classname.rfind(".") variable 545 mod = __import__(classname[:lastdot], globals(), locals(), [""]) 546 classname = classname[lastdot+1:]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | import.c | 2293 char *lastdot = strrchr(start, '.'); in find_module() local 2296 if (lastdot == NULL && level > 0) { in find_module() 2301 if (lastdot == NULL) { in find_module() 2310 len = lastdot - start; in find_module()
|