| /src/external/gpl2/lvm2/dist/tools/ |
| vgrename.c | 77 char old_path[NAME_LEN], new_path[NAME_LEN]; local 158 sprintf(old_path, "%s%s", dev_dir, vg_name_old); 161 if (activation() && dir_exists(old_path)) { 162 log_verbose("Renaming \"%s\" to \"%s\"", old_path, new_path); 170 old_path, new_path);
|
| /src/external/ibm-public/postfix/dist/src/fsstone/ |
| fsstone.c | 70 char old_path[BUFSIZ]; local 73 sprintf(old_path, "%06d", old); 74 if (rename(old_path, new_path)) 75 msg_fatal("rename %s to %s: %m", old_path, new_path);
|
| /src/external/gpl2/mkhybrid/dist/ |
| tree.c | 866 char * old_path; local 879 old_path = path;
|
| /src/external/ibm-public/postfix/dist/src/postsuper/ |
| postsuper.c | 642 const char *old_path; local 669 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) 672 if (postrename(old_path, STR(new_path_buf)) == 0) { 692 const char *old_path; local 723 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) 726 if (postrename(old_path, STR(new_path_buf)) == 0) { 743 const char *old_path; local 764 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) 767 if (postrename(old_path, STR(new_path_buf)) == 0) { 843 VSTRING *old_path = vstring_alloc(10) local [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| commit.c | 1754 char *old_path; local 1870 old_path = xstrdup (finfo->rcs->path); 1877 cvs_output (old_path, 0); 1892 free (old_path);
|
| rcs.c | 3758 char *old_path; local 3760 old_path = NULL; 3764 path = getfullCVSname (rcs->print_path, &old_path); 3779 if (old_path) 3780 free (old_path);
|
| /src/external/mit/libuv/dist/test/ |
| test-spawn.c | 1374 WCHAR* old_path = NULL; local 1378 old_path = malloc(old_path_len * sizeof(WCHAR)); 1379 GetEnvironmentVariableW(L"PATH", old_path, old_path_len); 1393 SetEnvironmentVariableW(L"PATH", old_path);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| source.c | 743 const char *old_path; 746 old_path = path; 756 while (old_path != path); 740 const char *old_path; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| source.c | 743 const char *old_path; 746 old_path = path; 756 while (old_path != path); 740 const char *old_path; local
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| ldif.c | 1746 struct berval old_path; local 1762 rc = get_entry( op, &entry, &old_path, &rs->sr_text ); 1791 rc = ldif_move_entry( op, entry, same_ndn, &old_path, 1814 SLAP_FREE( old_path.bv_val );
|