Searched refs:old_path (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl2/lvm2/dist/tools/ |
| D | vgrename.c | 77 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/ |
| D | postsuper.c | 642 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/ |
| D | fsstone.c | 70 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/gpl2/xcvs/dist/src/ |
| D | commit.c | 1754 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()
|
| D | rcs.c | 3758 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/gpl3/gdb/dist/gdb/ |
| D | source.c | 720 const char *old_path; in prepare_path_for_appending() local 723 old_path = path; in prepare_path_for_appending() 733 while (old_path != path); in prepare_path_for_appending()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| D | ldif.c | 1640 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()
|