Home
last modified time | relevance | path

Searched refs:rename (Results 176 – 200 of 355) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dall.test18 rename finish_test really_finish_test
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_file.c235 (void) rename(credFileTmp, credFile); in file_deleteGssCredEntry()
/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c319 if (rename(tmpname, filename) < 0) {
/illumos-gate/usr/src/cmd/allocate/
H A DMakefile128 $(INS.rename)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1719 (void) rename(tmp->tmp_name, tmp->orig_name); in soft_keystore_setpin()
1735 (void) rename(tmp_ks_desc_name, ks_desc_file); in soft_keystore_setpin()
2410 (void) rename(tmp_ks_desc_name, ks_desc_file); in soft_keystore_put_new_obj()
2636 if (rename(tmp_name, orig_name) != 0) { in soft_keystore_modify_obj()
2642 if (rename(tmp_ks_name, ks_desc_file) != 0) { in soft_keystore_modify_obj()
2754 if (rename(tmp_ks_name, ks_desc_file) != 0) { in soft_keystore_del_obj()
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c899 if (rename(xml_bak_file, xml_file) != 0) { in xml_init_data()
1411 rename(xml_file, xml_bak_file) != 0 || in xml_update_commit()
1413 rename(xml_tmp_file, xml_file) != 0) { in xml_update_commit()
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h192 extern int rename(const char *, const char *);
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c329 while ((n = rename(s1, s2)) == -1 && errno == EINTR)
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-ibp.p5m55 # XXX: Should rename to deal with ibd -> ibp?
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c290 if (rename(tmpfile_name, _PATH_KMF_CONF) == -1) { in kc_install()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log.cc291 if (rename(stablelog, oldlog) != 0) { in sync_log()
/illumos-gate/usr/src/lib/libldap5/
H A DMakefile.com41 rename.o request.o reslist.o result.o saslbind.o sasl.o \
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c995 if (rename(SHADTEMP, SHADOW) == -1) { in files_update_shadow()
1075 if (rename(PASSTEMP, PASSWD) == -1) { in files_update_passwd()
1256 rename(HISTEMP, HISTORY) != 0) { in files_update_history()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c293 (void) rename(old_name, new_name); in klog_rotate()
306 (void) rename(old_name, new_name); in klog_rotate()
350 (void) rename(new_name, old_name); in klog_rotate()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c731 (void) rename(bakfname, fname); in putdumptime()
798 (void) rename(bakfpath, fpath); in append_dumptime()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c772 if (rename(file_1, file_2) == -1) { in cycle_log()
783 if (rename(filename, file_1) == -1) { in cycle_log()
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c298 if (rename(tmpfile_name, conf_file) == -1) { in update_conf()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c346 (void) rename(tfile, file); in delete_comment()
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreport.cc80 rename(merge_file, nse_depinfo_file); in clean_up()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE188 04-10-22 cp.c: check rename() errno==ENOENT to retain destination
207 cp.c: mv now attempts rename() before remove()+rename()
274 99-05-20 mv: do not check for `mv foo foo' since rename() handles it
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh3016 rename=
3025 rename=1
3095 if [[ $? == 0 && $rename == 1 ]]; then
3116 if [[ -z $rename ]]; then
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c410 (void) rename(newfile, CONSCONFIG); in addtolist()
470 (void) rename(newfile, CONSCONFIG); in removefromlist()
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h270 #define vn_rename(from, to, seg) rename((from), (to))
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc364 if (rename(outfile, realfile) < 0) { in main()
/illumos-gate/usr/src/head/
H A Dstdio.h101 using std::rename;

12345678910>>...15