403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.168
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/lang/pbasic/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/lang/pbasic/files/patch-bas8.c
--- ./bas8.c.org	Fri Aug 11 03:17:25 1995
+++ ./bas8.c	Mon May 10 15:18:08 1999
@@ -10,12 +10,12 @@
 
 #ifdef	__STDC__
 static	void	clear_prog(void);
-static	int	listl(lpoint), pwrite(filebufp, CHAR *, int), def_fn(int, int);
+static	int	listl(lpoint), mypwrite(filebufp, CHAR *, int), def_fn(int, int);
 static	lpoint  get_end(void);
 static	STR	strpat(STR, STR, STR);
 #else
 static	void	clear_prog();
-static	int	listl(), pwrite(), def_fn();
+static	int	listl(), mypwrite(), def_fn();
 static	lpoint  get_end();
 static	STR	strpat();
 #endif
@@ -495,7 +495,7 @@
  */
 /*ARGSUSED*/
 static	int
-pwrite(filebufp fp, CHAR *buf, int len)
+mypwrite(filebufp fp, CHAR *buf, int len)
 {
 	fp = fp;
 	return((int)write(1, (char *)buf, (unsigned)len));
@@ -517,7 +517,7 @@
  */
 /*ARGSUSED*/
 static	int
-pwrite(fp, buf, len)
+mypwrite(fp, buf, len)
 filebufp fp;
 CHAR	*buf;
 int	len;
@@ -585,7 +585,7 @@
 		Twidth = filedes->bufsiz;
 	}
 	else {
-		outfunc = pwrite;
+		outfunc = mypwrite;
 		curcursor= &cursor;
 		Twidth = ter_width;
 	}
@@ -806,7 +806,7 @@
 		Twidth = filedes->bufsiz;
 	}
 	else {
-		outfunc = pwrite;
+		outfunc = mypwrite;
 		curcursor= &cursor;
 		Twidth = ter_width;
 		point--;

Youez - 2016 - github.com/yon3zu
LinuXploit