Home
last modified time | relevance | path

Searched refs:_PATH_TMP (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/databases/vfront/vfront-0.96c/
H A Ddownload.php49 mkdir(_PATH_TMP."/$dir");
53 chdir(_PATH_TMP."/$dir/");
83 rmdir(_PATH_TMP."/$dir");
85 if(file_exists(_PATH_TMP."/$nome_zip.zip")){
93 header('Content-Length: '.filesize(_PATH_TMP."/$nome_zip.zip" ));
97 unlink(_PATH_TMP."/$nome_zip.zip");
140 mkdir(_PATH_TMP."/$dir");
142 $file_originale=_PATH_TMP."/$dir/".$RS[1];
167 rmdir(_PATH_TMP."/$dir");
H A Dimport.php204 $test = move_uploaded_file($_FILES['csvfile']['tmp_name'],_PATH_TMP."/".$nome_file);
256 $handle = fopen(_PATH_TMP."/".$_SESSION['import']['filename'],'r');
271 $fp=fopen(_PATH_TMP."/".$_SESSION['import']['filename'],'r');
549 $fp=fopen(_PATH_TMP."/".$_SESSION['import']['filename'],'r');
674 if(file_exists(_PATH_TMP."/".$_SESSION['import']['filename'].".stop")){
684 $fp_json=fopen(_PATH_TMP."/".$_SESSION['import']['filename'].".dat",'w');
710 $fp=fopen(_PATH_TMP."/".$_SESSION['import']['filename'].".sql",'w');
947 $stop=_PATH_TMP."/".$_SESSION['import']['filename'].".stop";
948 $dat=_PATH_TMP."/".$_SESSION['import']['filename'].".dat";
949 $csv=_PATH_TMP."/".$_SESSION['import']['filename'];
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Stdio/
H A Dtmpfile.c66 char buf[sizeof(_PATH_TMP) + sizeof(TRAILER)]; in tmpfile()
68 (void)memcpy(buf, _PATH_TMP, sizeof(_PATH_TMP) - 1); in tmpfile()
69 (void)memcpy(buf + sizeof(_PATH_TMP) - 1, TRAILER, sizeof(TRAILER)); in tmpfile()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A Dtmpfile.c61 char buf[sizeof(_PATH_TMP) + sizeof(TRAILER)]; in tmpfile()
63 (void)memcpy(buf, _PATH_TMP, sizeof(_PATH_TMP) - 1); in tmpfile()
64 (void)memcpy(buf + sizeof(_PATH_TMP) - 1, TRAILER, sizeof(TRAILER)); in tmpfile()
/dports/chinese/tin/tin-2.4.5/src/
H A Dtmpfile.c57 char buf[sizeof(_PATH_TMP) + sizeof(TRAILER)]; in tmpfile()
64 (void) memcpy(buf, _PATH_TMP, sizeof(_PATH_TMP) - 1); in tmpfile()
65 (void) memcpy(buf + sizeof(_PATH_TMP) - 1, TRAILER, sizeof(TRAILER)); in tmpfile()
/dports/news/tin/tin-2.4.5/src/
H A Dtmpfile.c57 char buf[sizeof(_PATH_TMP) + sizeof(TRAILER)]; in tmpfile()
64 (void) memcpy(buf, _PATH_TMP, sizeof(_PATH_TMP) - 1); in tmpfile()
65 (void) memcpy(buf + sizeof(_PATH_TMP) - 1, TRAILER, sizeof(TRAILER)); in tmpfile()
/dports/databases/vfront/vfront-0.96c/inc/
H A Dclass.export.php136 $nome_file_tmp=_PATH_TMP."/".md5($this->oid).".csv";
215 $nome_file_tmp=_PATH_TMP."/".md5($this->nome_tabella).".htm";
490 @unlink(_PATH_TMP.'/content.xml');
542 if($fp=@fopen(_PATH_TMP.'/content.xml','a')){
551 if($fp=@fopen(_PATH_TMP.'/content.xml','a')){
569 if($fp=@fopen(_PATH_TMP.'/content.xml','a')){
583 if($fp=@fopen(_PATH_TMP.'/content.xml','a')){
601 $zip->addFile("content.xml",_PATH_TMP."/");
610 $tmp_ods=_PATH_TMP.'/'.md5(time()).".ods";
644 unlink(_PATH_TMP."/content.xml");
/dports/databases/vfront/vfront-0.96c/xml/
H A Dfop_exec.php102 $file_xml=_PATH_TMP."/".$tabella.".xml";
121 $file_xsl= _PATH_TMP."/$tabella.xslt";
145 $file_output= _PATH_TMP."/".date("Ymd")."_".$tabella.".".strtolower($TYPE_DOC);
/dports/databases/vfront/vfront-0.96c/stats/
H A Dstat.graph2.php71 $myPicture->Render(_PATH_TMP."/$nome_file.png");
75 if(is_file(_PATH_TMP."/$nome_file.png"))
147 $myPicture->Render(_PATH_TMP."/$nome_file.png");
149 if(is_file(_PATH_TMP."/$nome_file.png"))
H A Dstat.graph.php97 $Graph->done( array('filename' => _PATH_TMP."/$nome_file.png") );
101 if(is_file(_PATH_TMP."/$nome_file.png"))
200 $Graph->done( array('filename' => _PATH_TMP."/$nome_file.png") );
202 if(is_file(_PATH_TMP."/$nome_file.png"))
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Dpathnames.h36 #undef _PATH_TMP
37 #define _PATH_TMP "/tmp/ftpXXXXXX" macro
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dpathnames.h51 #ifndef _PATH_TMP
52 #define _PATH_TMP "/tmp/" /* with trailing slash */ macro
/dports/net/rdist6/rdist-6.1.5/include/
H A Drdistpaths.h31 #ifndef _PATH_TMP
32 #define _PATH_TMP "/tmp" macro
/dports/net-mgmt/bpft/bpft/include/
H A Dpathnames.h25 #ifndef _PATH_TMP
26 #define _PATH_TMP "/var/tmp/" macro
/dports/devel/bmake/bmake/
H A Dpathnames.h61 #ifndef _PATH_TMP
62 #define _PATH_TMP "/tmp/" /* with trailing slash */ macro
/dports/sysutils/isc-cron/isc-cron-4.1_2/
H A Dpathnames.h100 #ifndef _PATH_TMP
101 # define _PATH_TMP "/tmp" macro
/dports/security/plasma5-kscreenlocker/kscreenlocker-5.23.5/kcheckpass/
H A Dkcheckpass.h55 #ifndef _PATH_TMP
56 #define _PATH_TMP "/tmp/" macro
/dports/editors/vigor/vigor-0.016/build/
H A Dpathnames.h.in39 #ifndef _PATH_TMP
40 #define _PATH_TMP "/tmp" macro
/dports/sysutils/syslinux/syslinux-6.03/linux/
H A Dsyslinux.c59 #ifndef _PATH_TMP
60 # define _PATH_TMP "/tmp/" macro
341 if (chdir(_PATH_TMP)) { in main()
343 program, _PATH_TMP); in main()
350 die("possibly unsafe " _PATH_TMP " permissions"); in main()
/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Dlocal.h103 #ifndef _PATH_TMP
104 #define _PATH_TMP "/tmp/" macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Dlocal.h103 #ifndef _PATH_TMP
104 #define _PATH_TMP "/tmp/" macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Dlocal.h103 #ifndef _PATH_TMP
104 #define _PATH_TMP "/tmp/" macro
/dports/databases/vfront/vfront-0.96c/admin/
H A Dvfront.info.php346 …$is_tmp_write = (is_writable(_PATH_TMP)) ? "<span class=\"verde\">"._("YES")."</span>" : "<span cl…
347 …$is_tmp_write_txt = (is_writable(_PATH_TMP)) ? _("Temporary folder")." ( "._PATH_TMP." ) "._("is w…
348 …: _("Temporary folder")." ( "._PATH_TMP." ) "._("is not writable by VFront. <br /> Modify the righ…
H A Dexport_sql.php92 $nome_file = _PATH_TMP."/$DB.sql{$estensione_zip}";
107 $nome_file = _PATH_TMP."/{$db1['postgres_dbname']}.$DB.sql{$estensione_zip}";
/dports/security/clamsmtp/clamsmtp-1.10/common/
H A Dcompat.h139 #ifndef _PATH_TMP
140 #define _PATH_TMP "/tmp" macro

12345678