Searched refs:rename (Results 201 - 209 of 209) sorted by relevance

123456789

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1869 if (rename(a->tmpname, a->name) == -1) {
1871 "Failed to rename temporary file");
2283 * an mktemplink() function, and then use rename(2).
2333 * an mktempsymlink() function, and then use rename(2).
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure5032 funcs="$funcs rename"
5140 memmove mempcpy memset putenv random rename rindex sigsetmask \
6146 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c2746 ** that the rename() is "safe" (i.e., does not overwrite some
3040 sm_dprintf("rename(%s, %s)\n", tmpfn, cdbfn);
3041 if (rename(tmpfn, cdbfn) == -1)
3042 syserr("cdb: rename(%s, %s) failed", tmpfn, cdbfn);
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c4962 if(rename(tmpfile, zfilename) < 0) {
4963 log_err("could not rename(%s, %s): %s", tmpfile, zfilename,
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure4935 funcs="$funcs rename"
5043 memmove mempcpy memset putenv random rename rindex sigsetmask \
/freebsd-11-stable/contrib/dialog/
H A Dconfigure693 --with-package=XXX rename dialog to XXX, library to libXXX.a, etc
/freebsd-11-stable/contrib/subversion/
H A Dconfigure6614 echo "unpack the archive using unzip and rename the resulting"
7383 echo "unpack the archive using unzip and rename the resulting"
16202 # ends with ".so" (or ".sl" for HP-UX), so rename the library
16401 # ends with ".so" (or ".sl" for HP-UX), so rename the library
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 728 milliseconds

123456789