Home
last modified time | relevance | path

Searched refs:outpath (Results 1 – 25 of 1118) sorted by relevance

12345678910>>...45

/dports/www/ikiwiki/ikiwiki-3.20200202.3/t/
H A Dimg.t135 ok(! -e "$outpath/30x-redsquare.png");
174 ok(! -e "$outpath/16x-redsquare.bmp");
181 ok(! system("cp $outpath/10x-redsquare.png $outpath/10x-redsquare.png.orig"));
186 ! system("cmp $outpath/10x-redsquare.png $outpath/10x-redsquare.png.orig"),
193 ok(! -e "$outpath/12x-twopages.png");
195 ok(! -e "$outpath/16x-redsquare.bmp");
202 $outhtml = readfile("$outpath.html");
208 ok(! -e "$outpath/30x-redsquare.png");
254 ok(! -e "$outpath/12x-twopages.png");
255 ok(! -e "$outpath/13x-SHOUTY.JPG");
[all …]
/dports/textproc/bat/bat-0.18.3/tests/syntax-tests/source/Fortran (Modern)/
H A Dtest_savetxt.f9026 outpath = trim(argv)
28 outpath = '.'
37 call savetxt(outpath, d)
38 call loadtxt(outpath, d2)
43 call savetxt(outpath, e)
44 call loadtxt(outpath, d2)
55 call savetxt(outpath, d)
56 call loadtxt(outpath, d2)
61 call savetxt(outpath, e)
73 call savetxt(outpath, d)
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Ddwinpath.c49 char* outpath = NULL; in NCpathcvt() local
72 q = outpath; in NCpathcvt()
76 if(strlen(outpath) == 2) in NCpathcvt()
77 strcat(outpath,"/"); in NCpathcvt()
92 outpath[1] = ':'; in NCpathcvt()
94 if(strlen(outpath) == 2) in NCpathcvt()
104 outpath = strdup(path); in NCpathcvt()
116 p = outpath; in NCpathcvt()
123 p = outpath; in NCpathcvt()
135 path?path:"NULL",outpath?outpath:"NULL");
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Ddwinpath.c56 char* outpath = NULL; in NCpathcvt() local
79 q = outpath; in NCpathcvt()
83 if(strlen(outpath) == 2) in NCpathcvt()
84 strcat(outpath,"/"); in NCpathcvt()
99 outpath[1] = ':'; in NCpathcvt()
101 if(strlen(outpath) == 2) in NCpathcvt()
111 outpath = strdup(path); in NCpathcvt()
129 p = outpath; in NCpathcvt()
136 p = outpath; in NCpathcvt()
148 path?path:"NULL",outpath?outpath:"NULL");
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Ddwinpath.c59 char* outpath = NULL; in NCpathcvt() local
82 q = outpath; in NCpathcvt()
86 if(strlen(outpath) == 2) in NCpathcvt()
87 strcat(outpath,"/"); in NCpathcvt()
102 outpath[1] = ':'; in NCpathcvt()
104 if(strlen(outpath) == 2) in NCpathcvt()
114 outpath = strdup(path); in NCpathcvt()
132 p = outpath; in NCpathcvt()
139 p = outpath; in NCpathcvt()
151 path?path:"NULL",outpath?outpath:"NULL");
[all …]
/dports/converters/p5-Convert-BinHex/Convert-BinHex-1.125/bin/
H A Ddebinhex.pl128 my $outpath = "$outdir/$outname"; $outpath =~ s{/+}{/}g;
132 Mac::Files::FSpCreate($outpath, $hqx->creator, $hqx->type)
133 or croak("Unable to create Mac file $outpath");
141 print "Writing: $outpath\n";
142 $fd = POSIX::open($outpath, (&POSIX::O_WRONLY | &POSIX::O_CREAT | &Fcntl::O_BINARY), 0755);
150 POSIX::close($fd) or croak "Unable to close $outpath";
161 $rpath = $outpath;
165 $rpath = "$outpath.rsrc";
186 my $has = Mac::Files::FSpGetCatInfo($outpath);
201 Mac::Files::FSpSetCatInfo($outpath, $has)
[all …]
/dports/www/h2o-devel/h2o-dcc7134/misc/
H A Dgenerate_gitrev.pl7 my $outpath = 'include/h2o/gitrev.h';
9 my $current = -f $outpath ? do {
10 open(my $fh, '<', $outpath) or die "failed to open $outpath: $!";
15 open(my $fh, '>', $outpath) or die "failed to open $outpath: $!";
17 print "Updated $outpath\n";
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dmimetypes.pri28 outpath = .rcc
30 outpath = $$outpath/$${QT_ARCH}
33 CONFIG(debug, debug|release): outpath = $$outpath/debug
34 else: outpath = $$outpath/release
48 mimedb.output = $$outpath/qmimeprovider_database.cpp
52 INCLUDEPATH += $$outpath
53 unset(outpath)

12345678910>>...45