Home
last modified time | relevance | path

Searched refs:file_dest (Results 1 – 25 of 67) sorted by relevance

123

/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/tools/
H A DIP2Location-update.sh.in208 file_dest="$IP2LOCATION_DAT_DIR/$file"
264 file_dest="$IP2LOCATION_DAT_DIR/$file"
278 if file "$file_dest" | grep -q "Zip archive data"; then
290 echo "INFO : unzip of file successful: $file_dest"
307 wget -q -O "$file_dest" "$url"
316 if [ ! -s "$file_dest" ]; then
322 if file "$file_dest" | grep -q "ASCII text"; then
323 echo "ERROR : downloaded file is not a ZIP archive: $file_dest ($(head -1 "$file_dest"))"
330 unzip -o -d "$IP2LOCATION_DAT_DIR" "$file_dest" '*.BIN'
332 echo "ERROR : unzip of file not successful: $file_dest"
[all …]
/dports/x11-fm/filerunner/filerunner/
H A Dfrftp52 proc FTP_Transfer { wish lib_fr timeout ftpI host user passwd realhost file_src file_dest exp_size …
60 set r [catch { FTP_GetFile $ftpI $file_src $file_dest $exp_size $resume} out]
/dports/print/texinfo/texinfo-6.8/tp/init/
H A Dlatex2html.pm437 my $file_dest
440 copy($file_src, $file_dest);
442 if (!rename($file_src, $file_dest)) {
444 $file_src, $file_dest, $!));
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dbackup.test154 set file_dest bak
159 set file_dest main
164 set file_dest temp
186 puts -nonewline " (as $db_dest.$file_dest)"
209 execsql "PRAGMA ${file_dest}.page_size = ${pgsz_dest}" $db_dest
210 execsql "PRAGMA ${file_dest}.cache_size = 4000" $db_dest
213 CREATE TABLE ${file_dest}.t1(a, b);
214 CREATE INDEX ${file_dest}.i1 ON t1(a, b);
225 sqlite3_backup B $db_dest $file_dest db main
232 execsql "PRAGMA ${file_dest}.integrity_check" $db_dest
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dbackup.test154 set file_dest bak
159 set file_dest main
164 set file_dest temp
183 puts -nonewline " (as $db_dest.$file_dest)"
207 execsql "PRAGMA ${file_dest}.page_size = ${pgsz_dest}" $db_dest
211 CREATE TABLE ${file_dest}.t1(a, b);
212 CREATE INDEX ${file_dest}.i1 ON t1(a, b);
216 INSERT INTO ${file_dest}.t1 VALUES(1, randstr(1000,1000))
224 sqlite3_backup B $db_dest $file_dest db main
231 execsql "PRAGMA ${file_dest}.integrity_check" $db_dest
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dbackup.test154 set file_dest bak
159 set file_dest main
164 set file_dest temp
183 puts -nonewline " (as $db_dest.$file_dest)"
207 execsql "PRAGMA ${file_dest}.page_size = ${pgsz_dest}" $db_dest
211 CREATE TABLE ${file_dest}.t1(a, b);
212 CREATE INDEX ${file_dest}.i1 ON t1(a, b);
216 INSERT INTO ${file_dest}.t1 VALUES(1, randstr(1000,1000))
224 sqlite3_backup B $db_dest $file_dest db main
231 execsql "PRAGMA ${file_dest}.integrity_check" $db_dest
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dbackup.test154 set file_dest bak
159 set file_dest main
164 set file_dest temp
183 puts -nonewline " (as $db_dest.$file_dest)"
207 execsql "PRAGMA ${file_dest}.page_size = ${pgsz_dest}" $db_dest
211 CREATE TABLE ${file_dest}.t1(a, b);
212 CREATE INDEX ${file_dest}.i1 ON t1(a, b);
216 INSERT INTO ${file_dest}.t1 VALUES(1, randstr(1000,1000))
224 sqlite3_backup B $db_dest $file_dest db main
231 execsql "PRAGMA ${file_dest}.integrity_check" $db_dest
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D19_backup_test.patch4 set file_dest temp
30 execsql "PRAGMA ${file_dest}.page_size = ${pgsz_dest}" $db_dest
31 + execsql "PRAGMA ${file_dest}.cache_size = 4000" $db_dest
35 CREATE TABLE ${file_dest}.t1(a, b);
36 CREATE INDEX ${file_dest}.i1 ON t1(a, b);
/dports/www/p5-CGI-SpeedyCGI/CGI-SpeedyCGI-2.22/util/
H A Dbuild_bsdpkg43 for f in `file_dest "$@"`; do echo $f; done | remove_prefix
H A Dbuild_solpkg47 for f in `file_dest "$@"`; do echo $f; done |
/dports/www/mod_php81/php-8.1.1/ext/dom/
H A Ddocument.c1125 char *file_dest; in _dom_get_valid_file_path() local
1158 file_dest = source; in _dom_get_valid_file_path()
1166 file_dest = resolved_path; in _dom_get_valid_file_path()
1171 return file_dest; in _dom_get_valid_file_path()
1206 char *file_dest; in dom_document_parser() local
1211 file_dest = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_parser()
1212 if (file_dest) { in dom_document_parser()
1213 ctxt = xmlCreateFileParserCtxt(file_dest); in dom_document_parser()
/dports/lang/php80/php-8.0.15/ext/dom/
H A Ddocument.c1117 char *file_dest; in _dom_get_valid_file_path() local
1150 file_dest = source; in _dom_get_valid_file_path()
1158 file_dest = resolved_path; in _dom_get_valid_file_path()
1163 return file_dest; in _dom_get_valid_file_path()
1198 char *file_dest; in dom_document_parser() local
1203 file_dest = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_parser()
1204 if (file_dest) { in dom_document_parser()
1205 ctxt = xmlCreateFileParserCtxt(file_dest); in dom_document_parser()
/dports/lang/php81/php-8.1.1/ext/dom/
H A Ddocument.c1125 char *file_dest; in _dom_get_valid_file_path() local
1158 file_dest = source; in _dom_get_valid_file_path()
1166 file_dest = resolved_path; in _dom_get_valid_file_path()
1171 return file_dest; in _dom_get_valid_file_path()
1206 char *file_dest; in dom_document_parser() local
1211 file_dest = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_parser()
1212 if (file_dest) { in dom_document_parser()
1213 ctxt = xmlCreateFileParserCtxt(file_dest); in dom_document_parser()
/dports/textproc/php81-dom/php-8.1.1/ext/dom/
H A Ddocument.c1125 char *file_dest; in _dom_get_valid_file_path() local
1158 file_dest = source; in _dom_get_valid_file_path()
1166 file_dest = resolved_path; in _dom_get_valid_file_path()
1171 return file_dest; in _dom_get_valid_file_path()
1206 char *file_dest; in dom_document_parser() local
1211 file_dest = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_parser()
1212 if (file_dest) { in dom_document_parser()
1213 ctxt = xmlCreateFileParserCtxt(file_dest); in dom_document_parser()
/dports/textproc/php80-dom/php-8.0.15/ext/dom/
H A Ddocument.c1117 char *file_dest; in _dom_get_valid_file_path() local
1150 file_dest = source; in _dom_get_valid_file_path()
1158 file_dest = resolved_path; in _dom_get_valid_file_path()
1163 return file_dest; in _dom_get_valid_file_path()
1198 char *file_dest; in dom_document_parser() local
1203 file_dest = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_parser()
1204 if (file_dest) { in dom_document_parser()
1205 ctxt = xmlCreateFileParserCtxt(file_dest); in dom_document_parser()
/dports/www/mod_php80/php-8.0.15/ext/dom/
H A Ddocument.c1117 char *file_dest; in _dom_get_valid_file_path() local
1150 file_dest = source; in _dom_get_valid_file_path()
1158 file_dest = resolved_path; in _dom_get_valid_file_path()
1163 return file_dest; in _dom_get_valid_file_path()
1198 char *file_dest; in dom_document_parser() local
1203 file_dest = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_parser()
1204 if (file_dest) { in dom_document_parser()
1205 ctxt = xmlCreateFileParserCtxt(file_dest); in dom_document_parser()
/dports/www/mod_php81/php-8.1.1/ext/xmlwriter/
H A Dphp_xmlwriter.c109 char *file_dest; in _xmlwriter_get_valid_file_path() local
165 file_dest = resolved_path; in _xmlwriter_get_valid_file_path()
167 file_dest = source; in _xmlwriter_get_valid_file_path()
172 return file_dest; in _xmlwriter_get_valid_file_path()
/dports/lang/php81/php-8.1.1/ext/xmlwriter/
H A Dphp_xmlwriter.c109 char *file_dest; in _xmlwriter_get_valid_file_path() local
165 file_dest = resolved_path; in _xmlwriter_get_valid_file_path()
167 file_dest = source; in _xmlwriter_get_valid_file_path()
172 return file_dest; in _xmlwriter_get_valid_file_path()
/dports/lang/php80/php-8.0.15/ext/xmlwriter/
H A Dphp_xmlwriter.c109 char *file_dest; in _xmlwriter_get_valid_file_path() local
165 file_dest = resolved_path; in _xmlwriter_get_valid_file_path()
167 file_dest = source; in _xmlwriter_get_valid_file_path()
172 return file_dest; in _xmlwriter_get_valid_file_path()
/dports/textproc/php81-xmlwriter/php-8.1.1/ext/xmlwriter/
H A Dphp_xmlwriter.c109 char *file_dest; in _xmlwriter_get_valid_file_path() local
165 file_dest = resolved_path; in _xmlwriter_get_valid_file_path()
167 file_dest = source; in _xmlwriter_get_valid_file_path()
172 return file_dest; in _xmlwriter_get_valid_file_path()
/dports/textproc/php80-xmlwriter/php-8.0.15/ext/xmlwriter/
H A Dphp_xmlwriter.c109 char *file_dest; in _xmlwriter_get_valid_file_path() local
165 file_dest = resolved_path; in _xmlwriter_get_valid_file_path()
167 file_dest = source; in _xmlwriter_get_valid_file_path()
172 return file_dest; in _xmlwriter_get_valid_file_path()
/dports/www/mod_php80/php-8.0.15/ext/xmlwriter/
H A Dphp_xmlwriter.c109 char *file_dest; in _xmlwriter_get_valid_file_path() local
165 file_dest = resolved_path; in _xmlwriter_get_valid_file_path()
167 file_dest = source; in _xmlwriter_get_valid_file_path()
172 return file_dest; in _xmlwriter_get_valid_file_path()
/dports/x11/swaysettings/SwaySettings-709b482/src/Pages/Background/
H A DBackground_Page.vala67 File file_dest = File.new_for_path (dest_path);
76 file.copy (file_dest, GLib.FileCopyFlags.OVERWRITE);
/dports/x11/swaysettings/SwaySettings-709b482/src/Pages/StartupApps/
H A DStartup_Apps.vala75 File file_dest = File.new_for_path (dest_path);
83 file.copy (file_dest, GLib.FileCopyFlags.OVERWRITE);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/action/
H A Dwin_copy.py503 file_dest = query_return['files'][0]['dest']
504 basename = original_basename or file_dest
505 result.update(self._copy_single_file(file_src, dest, basename, file_dest,

123