Home
last modified time | relevance | path

Searched refs:old_path (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dvgrename.c77 char old_path[NAME_LEN], new_path[NAME_LEN]; in vg_rename_path() local
158 sprintf(old_path, "%s%s", dev_dir, vg_name_old); in vg_rename_path()
161 if (activation() && dir_exists(old_path)) { in vg_rename_path()
162 log_verbose("Renaming \"%s\" to \"%s\"", old_path, new_path); in vg_rename_path()
170 old_path, new_path); in vg_rename_path()
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c642 const char *old_path; in requeue_one() local
669 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) in requeue_one()
672 if (postrename(old_path, STR(new_path_buf)) == 0) { in requeue_one()
692 const char *old_path; in hold_one() local
723 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) in hold_one()
726 if (postrename(old_path, STR(new_path_buf)) == 0) { in hold_one()
743 const char *old_path; in release_one() local
764 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) in release_one()
767 if (postrename(old_path, STR(new_path_buf)) == 0) { in release_one()
843 VSTRING *old_path = vstring_alloc(10); in fix_queue_id() local
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/fsstone/
H A Dfsstone.c70 char old_path[BUFSIZ]; in rename_file() local
73 sprintf(old_path, "%06d", old); in rename_file()
74 if (rename(old_path, new_path)) in rename_file()
75 msg_fatal("rename %s to %s: %m", old_path, new_path); in rename_file()
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBenchmark.py77 def compare(old_path: str, new_path: str, plot_file: str):
82 old = _load(old_path)
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dcommit.c1754 char *old_path; in remove_file() local
1870 old_path = xstrdup (finfo->rcs->path); in remove_file()
1877 cvs_output (old_path, 0); in remove_file()
1892 free (old_path); in remove_file()
H A Drcs.c3758 char *old_path; in expand_keywords() local
3760 old_path = NULL; in expand_keywords()
3764 path = getfullCVSname (rcs->print_path, &old_path); in expand_keywords()
3779 if (old_path) in expand_keywords()
3780 free (old_path); in expand_keywords()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c1640 struct berval p_dn, old_path; in ldif_back_modrdn() local
1649 rc = get_entry( op, &entry, &old_path, &rs->sr_text ); in ldif_back_modrdn()
1668 rc = ldif_move_entry( op, entry, same_ndn, &old_path, in ldif_back_modrdn()
1672 SLAP_FREE( old_path.bv_val ); in ldif_back_modrdn()
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dtree.c866 char * old_path; in FDECL3() local
879 old_path = path; in FDECL3()