Searched refs:zto (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/libiberty/
H A Drename.c9 rename (zfrom, zto)
11 char *zto;
13 if (link (zfrom, zto) < 0)
17 if (unlink (zto) < 0
18 || link (zfrom, zto) < 0)
/haiku-buildtools/binutils/libiberty/
H A Drename.c25 rename (const char *zfrom, const char *zto) argument
27 if (link (zfrom, zto) < 0)
31 if (unlink (zto) < 0
32 || link (zfrom, zto) < 0)
/haiku-buildtools/gcc/libiberty/
H A Drename.c25 rename (const char *zfrom, const char *zto) argument
27 if (link (zfrom, zto) < 0)
31 if (unlink (zto) < 0
32 || link (zfrom, zto) < 0)
/haiku-buildtools/legacy/binutils/libiberty/
H A Drename.c25 rename (const char *zfrom, const char *zto) argument
27 if (link (zfrom, zto) < 0)
31 if (unlink (zto) < 0
32 || link (zfrom, zto) < 0)

Completed in 73 milliseconds