Searched refs:zfrom (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Drename.c25 rename (const char *zfrom, const char *zto) argument
27 if (link (zfrom, zto) < 0)
32 || link (zfrom, zto) < 0)
35 return unlink (zfrom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Drename.c25 rename (const char *zfrom, const char *zto) argument
27 if (link (zfrom, zto) < 0)
32 || link (zfrom, zto) < 0)
35 return unlink (zfrom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Drename.c25 rename (const char *zfrom, const char *zto) argument
27 if (link (zfrom, zto) < 0)
32 || link (zfrom, zto) < 0)
35 return unlink (zfrom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Ddoscalls.c254 pstring zfrom, zto; local
256 pstrcpy (zfrom, dos_to_unix (from, False));
258 rcode = rename (zfrom, zto);
263 rcode = copy_reg (zfrom, zto);
H A Dreplace.c110 int rename(const char *zfrom, const char *zto) argument
112 if (link (zfrom, zto) < 0)
117 || link (zfrom, zto) < 0)
120 return unlink (zfrom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Ddoscalls.c254 pstring zfrom, zto; local
256 pstrcpy (zfrom, dos_to_unix (from, False));
258 rcode = rename (zfrom, zto);
263 rcode = copy_reg (zfrom, zto);
H A Dreplace.c110 int rename(const char *zfrom, const char *zto) argument
112 if (link (zfrom, zto) < 0)
117 || link (zfrom, zto) < 0)
120 return unlink (zfrom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Ddoscalls.c254 pstring zfrom, zto; local
256 pstrcpy (zfrom, dos_to_unix (from, False));
258 rcode = rename (zfrom, zto);
263 rcode = copy_reg (zfrom, zto);
H A Dreplace.c110 int rename(const char *zfrom, const char *zto) argument
112 if (link (zfrom, zto) < 0)
117 || link (zfrom, zto) < 0)
120 return unlink (zfrom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/include/
H A Dincludes.h842 int rename(const char *zfrom, const char *zto);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/include/
H A Dincludes.h842 int rename(const char *zfrom, const char *zto);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/include/
H A Dincludes.h842 int rename(const char *zfrom, const char *zto);

Completed in 132 milliseconds