OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toname
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loslib.c
100
const char *
toname
= luaL_checkstring(L, 2);
local
101
return luaL_fileresult(L, rename(fromname,
toname
) == 0, NULL);
/external/syslinux/com32/lua/src/
loslib.c
103
const char *
toname
= luaL_checkstring(L, 2);
local
104
return luaL_fileresult(L, rename(fromname,
toname
) == 0, NULL);
/external/icu/icu4c/source/tools/tzcode/
zic.c
130
extern int link(const char * fromname, const char *
toname
);
768
register char *
toname
;
local
778
toname
= ecpyalloc(tofield);
780
toname
= ecpyalloc(directory);
781
toname
= ecatalloc(
toname
, "/");
782
toname
= ecatalloc(
toname
, tofield);
788
if (!itsdir(
toname
))
789
(void) remove(
toname
);
[
all
...]
Completed in 1001 milliseconds