Home
last modified time | relevance | path

Searched refs:rename_file (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/dports/devel/libgit2/libgit2-1.3.0/tests/status/
H A Drenames.c107 rename_file(g_repo, "ikeepsix.txt", "newname.txt"); in test_status_renames__head2index_one()
138 rename_file(g_repo, "ikeepsix.txt", "ddd.txt"); in test_status_renames__head2index_two()
140 rename_file(g_repo, "songof7cities.txt", "ccc.txt"); in test_status_renames__head2index_two()
174 rename_file(g_repo, "ikeepsix.txt", "_temp_.txt"); in test_status_renames__head2index_no_rename_from_rewrite()
204 rename_file(g_repo, "ikeepsix.txt", "_temp_.txt"); in test_status_renames__head2index_rename_from_rewrite()
230 rename_file(g_repo, "ikeepsix.txt", "newname.txt"); in test_status_renames__index2workdir_one()
253 rename_file(g_repo, "ikeepsix.txt", "ddd.txt"); in test_status_renames__index2workdir_two()
278 rename_file(g_repo, "ikeepsix.txt", "_temp_.txt"); in test_status_renames__index2workdir_rename_from_rewrite()
388 rename_file(g_repo, "ikeepsix.txt", "_temp_.txt"); in test_status_renames__both_rename_from_rewrite()
619 rename_file(g_repo, "sixserving.txt", nfd); in test_status_renames__precomposed_unicode_rename()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/tools/
H A Dinsnew38 def rename_file(old_path, new_path):
53 rename_file(op + ".{}".format(last - 1), op + ".{}".format(last))
55 rename_file(op, op + ".2")
57 rename_file(pathspec, op)
62 rename_file(filespec + ".new", filespec)
/dports/deskutils/fff/fff-2.2/
H A Dfff540 rename_file=${XDG_CACHE_HOME:=${HOME}/.cache}/fff/bulk_rename
544 printf '%s\n' "${marked_files[@]##*/}" > "$rename_file"
545 "${EDITOR:-vi}" "$rename_file"
548 IFS=$'\n' read -d "" -ra changed_files < "$rename_file"
552 rm "$rename_file"
559 "# Clear the file to abort." > "$rename_file"
568 } >> "$rename_file"
572 "${EDITOR:-vi}" "$rename_file"
574 source "$rename_file"
575 rm "$rename_file"
/dports/devel/z88dk/z88dk/libsrc/target/osca/osca/
H A Drename_file.asm7 ; $Id: rename_file.asm,v 1.4 2016-06-22 22:13:09 dom Exp $
11 PUBLIC rename_file
16 rename_file: label
/dports/archivers/cabextract/stage/usr/local/share/doc/cabextract/
H A Dwince_rename49 sub rename_file {
134 rename_file(get_fname($id), win32_path_to_local("$dirs[$dirid]\\$fname"));
192 rename_file($hdrfile, 'header.bin');
195 rename_file(get_fname(999), 'setup.dll') if get_fname(999);
/dports/archivers/cabextract/cabextract-1.9.1/src/
H A Dwince_rename49 sub rename_file { subroutine
134 rename_file(get_fname($id), win32_path_to_local("$dirs[$dirid]\\$fname"));
192 rename_file($hdrfile, 'header.bin');
195 rename_file(get_fname(999), 'setup.dll') if get_fname(999);
/dports/news/newsx/newsx-1.6/src/
H A Ddespool.c138 if (!rename_file(togoname,retryname)) exit_cleanup(5); in despool_line()
143 if (!rename_file(basicname,togoname)) exit_cleanup(5); in despool_line()
234 if (!rename_file(togoname,old_name)) exit_cleanup(5); in despool_line()
238 if (!rename_file(retryname,togoname)) exit_cleanup(5); in despool_line()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/tests/data/
H A Dreplace_log_success2 rename_file: proceeding to rename the directory
3 rename_file: proceeding to rename the directory
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/tests/data/
H A Dreplace_log_success2 rename_file: proceeding to rename the directory
3 rename_file: proceeding to rename the directory
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/tests/data/
H A Dreplace_log_success2 rename_file: proceeding to rename the directory
3 rename_file: proceeding to rename the directory
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/tests/data/
H A Dreplace_log_success2 rename_file: proceeding to rename the directory
3 rename_file: proceeding to rename the directory
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/tests/data/
H A Dreplace_log_success2 rename_file: proceeding to rename the directory
3 rename_file: proceeding to rename the directory
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/tests/data/
H A Dreplace_log_success2 rename_file: proceeding to rename the directory
3 rename_file: proceeding to rename the directory
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/boto3/
H A Dcompat.py36 def rename_file(current_filename, new_filename): function
48 rename_file = os.rename
/dports/mail/postfix-current/postfix-3.7-20211107/src/fsstone/
H A Dfsstone.c65 static void rename_file(int old, int new) in rename_file() function
218 rename_file(seq, seq + max_file); in main()
219 rename_file(seq + max_file, seq); in main()
/dports/www/py-boto3/boto3-1.18.61/boto3/
H A Dcompat.py38 def rename_file(current_filename, new_filename): function
50 rename_file = os.rename
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/sinks/
H A Drotating_file_sink.h99 if (!rename_file(src, target)) in rotate_()
105 if (!rename_file(src, target)) in rotate_()
119 bool rename_file(const filename_t &src_filename, const filename_t &target_filename) in rename_file() function
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/s3transfer/
H A Dcompat.py23 def rename_file(current_filename, new_filename): function
35 rename_file = os.rename
/dports/net/py-s3transfer/s3transfer-0.5.0/s3transfer/
H A Dcompat.py23 def rename_file(current_filename, new_filename): function
35 rename_file = os.rename
/dports/misc/vifm/vifm-0.11/src/
H A Dfops_common.c816 char rename_file[PATH_MAX + 1]; in fops_edit_list() local
822 generate_tmp_file_name("vifm.rename", rename_file, sizeof(rename_file)); in fops_edit_list()
826 if(write_file_of_lines(rename_file, orig, count) != 0) in fops_edit_list()
830 "Can't create temporary file \"%s\": %s", rename_file, strerror(errno)); in fops_edit_list()
835 if(vim_view_file(rename_file, -1, -1, 0) != 0) in fops_edit_list()
838 rename_file); in fops_edit_list()
842 list = read_file_of_lines(rename_file, nlines); in fops_edit_list()
846 "Can't open temporary file \"%s\": %s", rename_file, strerror(errno)); in fops_edit_list()
872 unlink(rename_file); in fops_edit_list()
/dports/net/fspd/fsp-2.8.1b29/clients/
H A Dfmvcmd.c35 static void rename_file (const char *fname,const char *target) in rename_file() function
90 rename_file(*av++,argv[argc-1]); in main()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dndb_local_schema.cc178 Ndb_local_schema::Table::rename_file(const char* new_db, const char* new_name, in rename_file() function in Ndb_local_schema::Table
283 (void)rename_file(new_db, new_name, reg_ext); in rename_table()
284 (void)rename_file(new_db, new_name, ndb_ext); in rename_table()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dndb_local_schema.cc178 Ndb_local_schema::Table::rename_file(const char* new_db, const char* new_name, in rename_file() function in Ndb_local_schema::Table
283 (void)rename_file(new_db, new_name, reg_ext); in rename_table()
284 (void)rename_file(new_db, new_name, ndb_ext); in rename_table()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dndb_local_schema.cc178 Ndb_local_schema::Table::rename_file(const char* new_db, const char* new_name, in rename_file() function in Ndb_local_schema::Table
283 (void)rename_file(new_db, new_name, reg_ext); in rename_table()
284 (void)rename_file(new_db, new_name, ndb_ext); in rename_table()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dndb_local_schema.cc178 Ndb_local_schema::Table::rename_file(const char* new_db, const char* new_name, in rename_file() function in Ndb_local_schema::Table
283 (void)rename_file(new_db, new_name, reg_ext); in rename_table()
284 (void)rename_file(new_db, new_name, ndb_ext); in rename_table()

12345678910>>...28