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

/netbsd-current/external/gpl3/gcc/dist/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);
/netbsd-current/external/gpl3/binutils/dist/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);
/netbsd-current/external/gpl3/gdb/dist/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);
/netbsd-current/external/gpl3/gdb.old/dist/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);
/netbsd-current/external/gpl3/binutils.old/dist/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);
/netbsd-current/external/gpl3/gcc.old/dist/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);

Completed in 92 milliseconds