/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
loslib.c | 99 const char *fromname = luaL_checkstring(L, 1);
local 101 return luaL_fileresult(L, rename(fromname, toname) == 0, NULL);
|
/external/syslinux/com32/lua/src/ |
loslib.c | 102 const char *fromname = luaL_checkstring(L, 1); local 104 return luaL_fileresult(L, rename(fromname, toname) == 0, NULL);
|
/external/python/cpython2/Lib/ |
ssl.py | 325 def fromname(cls, name): member in class:_ASN1Object [all...] |
/external/python/cpython3/Lib/ |
ssl.py | 364 def fromname(cls, name): member in class:_ASN1Object [all...] |
/external/python/cpython3/Lib/test/ |
datetimetester.py | 4576 def fromname(cls, name): member in class:ZoneInfo [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
zic.c | 130 extern int link(const char * fromname, const char * toname); 767 register char * fromname; local 771 fromname = ecpyalloc(fromfield); 773 fromname = ecpyalloc(directory); 774 fromname = ecatalloc(fromname, "/"); 775 fromname = ecatalloc(fromname, fromfield); 790 if (link(fromname, toname) != 0 791 && access(fromname, F_OK) == 0 && !itsdir(fromname)) [all...] |